mas-cli 15.0.0__py3-none-any.whl → 15.1.0__py3-none-any.whl
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Potentially problematic release.
This version of mas-cli might be problematic. Click here for more details.
- mas/cli/__init__.py +1 -1
- mas/cli/cli.py +1 -1
- mas/cli/install/catalogs.py +3 -2
- mas/cli/templates/ibm-mas-tekton.yaml +113 -113
- mas/cli/update/app.py +7 -4
- {mas_cli-15.0.0.dist-info → mas_cli-15.1.0.dist-info}/METADATA +1 -1
- {mas_cli-15.0.0.dist-info → mas_cli-15.1.0.dist-info}/RECORD +10 -10
- {mas_cli-15.0.0.data → mas_cli-15.1.0.data}/scripts/mas-cli +0 -0
- {mas_cli-15.0.0.dist-info → mas_cli-15.1.0.dist-info}/WHEEL +0 -0
- {mas_cli-15.0.0.dist-info → mas_cli-15.1.0.dist-info}/top_level.txt +0 -0
mas/cli/__init__.py
CHANGED
mas/cli/cli.py
CHANGED
|
@@ -117,7 +117,7 @@ class BaseApp(PrintMixin, PromptMixin):
|
|
|
117
117
|
logging.getLogger('asyncio').setLevel(logging.INFO)
|
|
118
118
|
|
|
119
119
|
# Supports extended semver, unlike mas.cli.__version__
|
|
120
|
-
self.version = "15.
|
|
120
|
+
self.version = "15.1.0"
|
|
121
121
|
self.h1count = 0
|
|
122
122
|
self.h2count = 0
|
|
123
123
|
|
mas/cli/install/catalogs.py
CHANGED
|
@@ -9,18 +9,19 @@
|
|
|
9
9
|
# *****************************************************************************
|
|
10
10
|
supportedCatalogs = {
|
|
11
11
|
"amd64": [
|
|
12
|
+
"v9-250731-amd64",
|
|
12
13
|
"v9-250624-amd64",
|
|
13
14
|
"v9-250501-amd64",
|
|
14
15
|
"v9-250403-amd64",
|
|
15
|
-
"v9-250306-amd64",
|
|
16
16
|
],
|
|
17
17
|
"s390x": [
|
|
18
|
+
"v9-250731-s390x",
|
|
18
19
|
"v9-250624-s390x",
|
|
19
20
|
"v9-250501-s390x",
|
|
20
21
|
"v9-250403-s390x",
|
|
21
|
-
"v9-250306-s390x",
|
|
22
22
|
],
|
|
23
23
|
"ppc64le": [
|
|
24
|
+
"v9-250731-ppc64le",
|
|
24
25
|
"v9-250624-ppc64le",
|
|
25
26
|
],
|
|
26
27
|
}
|
|
@@ -74,7 +74,7 @@ spec:
|
|
|
74
74
|
|
|
75
75
|
# If configmap/approval-app-cfg-$(params.mas_app_id) exists then set STATUS=pending and wait for it to be changed to "approved"
|
|
76
76
|
- name: app-cfg-post-verify
|
|
77
|
-
image: quay.io/ibmmas/cli:15.
|
|
77
|
+
image: quay.io/ibmmas/cli:15.1.0
|
|
78
78
|
imagePullPolicy: $(params.image_pull_policy)
|
|
79
79
|
command:
|
|
80
80
|
- /opt/app-root/src/wait-for-configmap.sh
|
|
@@ -400,7 +400,7 @@ spec:
|
|
|
400
400
|
command:
|
|
401
401
|
- /opt/app-root/src/run-role.sh
|
|
402
402
|
- aiservice_tenant
|
|
403
|
-
image: quay.io/ibmmas/cli:15.
|
|
403
|
+
image: quay.io/ibmmas/cli:15.1.0
|
|
404
404
|
imagePullPolicy: $(params.image_pull_policy)
|
|
405
405
|
workingDir: /workspace/configs
|
|
406
406
|
|
|
@@ -653,7 +653,7 @@ spec:
|
|
|
653
653
|
command:
|
|
654
654
|
- /opt/app-root/src/run-role.sh
|
|
655
655
|
- aiservice
|
|
656
|
-
image: quay.io/ibmmas/cli:15.
|
|
656
|
+
image: quay.io/ibmmas/cli:15.1.0
|
|
657
657
|
imagePullPolicy: $(params.image_pull_policy)
|
|
658
658
|
workingDir: /workspace/configs
|
|
659
659
|
|
|
@@ -769,7 +769,7 @@ spec:
|
|
|
769
769
|
command:
|
|
770
770
|
- /opt/app-root/src/run-role.sh
|
|
771
771
|
- appconnect
|
|
772
|
-
image: quay.io/ibmmas/cli:15.
|
|
772
|
+
image: quay.io/ibmmas/cli:15.1.0
|
|
773
773
|
imagePullPolicy: $(params.image_pull_policy)
|
|
774
774
|
workingDir: /workspace/configs
|
|
775
775
|
|
|
@@ -887,7 +887,7 @@ spec:
|
|
|
887
887
|
command:
|
|
888
888
|
- /opt/app-root/src/run-role.sh
|
|
889
889
|
- arcgis
|
|
890
|
-
image: quay.io/ibmmas/cli:15.
|
|
890
|
+
image: quay.io/ibmmas/cli:15.1.0
|
|
891
891
|
imagePullPolicy: $(params.image_pull_policy)
|
|
892
892
|
# --------------------------------------------------------------------------------
|
|
893
893
|
# /home/runner/work/cli/cli/tekton/target/tasks/cert-manager.yaml
|
|
@@ -957,7 +957,7 @@ spec:
|
|
|
957
957
|
command:
|
|
958
958
|
- /opt/app-root/src/run-role.sh
|
|
959
959
|
- cert_manager
|
|
960
|
-
image: quay.io/ibmmas/cli:15.
|
|
960
|
+
image: quay.io/ibmmas/cli:15.1.0
|
|
961
961
|
imagePullPolicy: $(params.image_pull_policy)
|
|
962
962
|
workingDir: /workspace/configs
|
|
963
963
|
# --------------------------------------------------------------------------------
|
|
@@ -1023,7 +1023,7 @@ spec:
|
|
|
1023
1023
|
command:
|
|
1024
1024
|
- /opt/app-root/src/run-role.sh
|
|
1025
1025
|
- common_services
|
|
1026
|
-
image: quay.io/ibmmas/cli:15.
|
|
1026
|
+
image: quay.io/ibmmas/cli:15.1.0
|
|
1027
1027
|
imagePullPolicy: $(params.image_pull_policy)
|
|
1028
1028
|
workingDir: /workspace/configs
|
|
1029
1029
|
# --------------------------------------------------------------------------------
|
|
@@ -1150,7 +1150,7 @@ spec:
|
|
|
1150
1150
|
command:
|
|
1151
1151
|
- /opt/app-root/src/run-role.sh
|
|
1152
1152
|
- cos
|
|
1153
|
-
image: quay.io/ibmmas/cli:15.
|
|
1153
|
+
image: quay.io/ibmmas/cli:15.1.0
|
|
1154
1154
|
imagePullPolicy: $(params.image_pull_policy)
|
|
1155
1155
|
workingDir: /workspace/configs
|
|
1156
1156
|
|
|
@@ -1270,7 +1270,7 @@ spec:
|
|
|
1270
1270
|
command:
|
|
1271
1271
|
- /opt/app-root/src/run-role.sh
|
|
1272
1272
|
- cp4d_service
|
|
1273
|
-
image: quay.io/ibmmas/cli:15.
|
|
1273
|
+
image: quay.io/ibmmas/cli:15.1.0
|
|
1274
1274
|
imagePullPolicy: $(params.image_pull_policy)
|
|
1275
1275
|
workingDir: /workspace/configs
|
|
1276
1276
|
# --------------------------------------------------------------------------------
|
|
@@ -1387,7 +1387,7 @@ spec:
|
|
|
1387
1387
|
command:
|
|
1388
1388
|
- /opt/app-root/src/run-role.sh
|
|
1389
1389
|
- cp4d_service
|
|
1390
|
-
image: quay.io/ibmmas/cli:15.
|
|
1390
|
+
image: quay.io/ibmmas/cli:15.1.0
|
|
1391
1391
|
imagePullPolicy: $(params.image_pull_policy)
|
|
1392
1392
|
workingDir: /workspace/configs
|
|
1393
1393
|
|
|
@@ -1493,7 +1493,7 @@ spec:
|
|
|
1493
1493
|
command:
|
|
1494
1494
|
- /opt/app-root/src/run-role.sh
|
|
1495
1495
|
- cp4d
|
|
1496
|
-
image: quay.io/ibmmas/cli:15.
|
|
1496
|
+
image: quay.io/ibmmas/cli:15.1.0
|
|
1497
1497
|
imagePullPolicy: $(params.image_pull_policy)
|
|
1498
1498
|
# --------------------------------------------------------------------------------
|
|
1499
1499
|
# /home/runner/work/cli/cli/tekton/target/tasks/db2.yaml
|
|
@@ -1815,7 +1815,7 @@ spec:
|
|
|
1815
1815
|
command:
|
|
1816
1816
|
- /opt/app-root/src/run-role.sh
|
|
1817
1817
|
- db2
|
|
1818
|
-
image: quay.io/ibmmas/cli:15.
|
|
1818
|
+
image: quay.io/ibmmas/cli:15.1.0
|
|
1819
1819
|
imagePullPolicy: $(params.image_pull_policy)
|
|
1820
1820
|
workingDir: /workspace/configs
|
|
1821
1821
|
|
|
@@ -1925,7 +1925,7 @@ spec:
|
|
|
1925
1925
|
command:
|
|
1926
1926
|
- /opt/app-root/src/run-role.sh
|
|
1927
1927
|
- eck
|
|
1928
|
-
image: quay.io/ibmmas/cli:15.
|
|
1928
|
+
image: quay.io/ibmmas/cli:15.1.0
|
|
1929
1929
|
imagePullPolicy: $(params.image_pull_policy)
|
|
1930
1930
|
# --------------------------------------------------------------------------------
|
|
1931
1931
|
# /home/runner/work/cli/cli/tekton/target/tasks/gencfg-workspace.yaml
|
|
@@ -2014,7 +2014,7 @@ spec:
|
|
|
2014
2014
|
command:
|
|
2015
2015
|
- /opt/app-root/src/run-role.sh
|
|
2016
2016
|
- gencfg_workspace
|
|
2017
|
-
image: quay.io/ibmmas/cli:15.
|
|
2017
|
+
image: quay.io/ibmmas/cli:15.1.0
|
|
2018
2018
|
imagePullPolicy: $(params.image_pull_policy)
|
|
2019
2019
|
workingDir: /workspace/configs
|
|
2020
2020
|
|
|
@@ -2209,7 +2209,7 @@ spec:
|
|
|
2209
2209
|
- -c
|
|
2210
2210
|
name: gitops-aibroker-tenant
|
|
2211
2211
|
imagePullPolicy: IfNotPresent
|
|
2212
|
-
image: quay.io/ibmmas/cli:15.
|
|
2212
|
+
image: quay.io/ibmmas/cli:15.1.0
|
|
2213
2213
|
workspaces:
|
|
2214
2214
|
- name: configs
|
|
2215
2215
|
# --------------------------------------------------------------------------------
|
|
@@ -2402,7 +2402,7 @@ spec:
|
|
|
2402
2402
|
- -c
|
|
2403
2403
|
name: gitops-aibroker
|
|
2404
2404
|
imagePullPolicy: IfNotPresent
|
|
2405
|
-
image: quay.io/ibmmas/cli:15.
|
|
2405
|
+
image: quay.io/ibmmas/cli:15.1.0
|
|
2406
2406
|
workspaces:
|
|
2407
2407
|
- name: configs
|
|
2408
2408
|
# --------------------------------------------------------------------------------
|
|
@@ -2503,7 +2503,7 @@ spec:
|
|
|
2503
2503
|
- -c
|
|
2504
2504
|
name: gitops-bootstrap
|
|
2505
2505
|
imagePullPolicy: IfNotPresent
|
|
2506
|
-
image: quay.io/ibmmas/cli:15.
|
|
2506
|
+
image: quay.io/ibmmas/cli:15.1.0
|
|
2507
2507
|
workspaces:
|
|
2508
2508
|
- name: configs
|
|
2509
2509
|
# --------------------------------------------------------------------------------
|
|
@@ -2585,7 +2585,7 @@ spec:
|
|
|
2585
2585
|
- -c
|
|
2586
2586
|
name: gitops-cis-compliance
|
|
2587
2587
|
imagePullPolicy: IfNotPresent
|
|
2588
|
-
image: quay.io/ibmmas/cli:15.
|
|
2588
|
+
image: quay.io/ibmmas/cli:15.1.0
|
|
2589
2589
|
workspaces:
|
|
2590
2590
|
- name: configs
|
|
2591
2591
|
# --------------------------------------------------------------------------------
|
|
@@ -2920,7 +2920,7 @@ spec:
|
|
|
2920
2920
|
- -c
|
|
2921
2921
|
name: gitops-cluster
|
|
2922
2922
|
imagePullPolicy: Always
|
|
2923
|
-
image: quay.io/ibmmas/cli:15.
|
|
2923
|
+
image: quay.io/ibmmas/cli:15.1.0
|
|
2924
2924
|
workspaces:
|
|
2925
2925
|
- name: configs
|
|
2926
2926
|
# --------------------------------------------------------------------------------
|
|
@@ -3028,7 +3028,7 @@ spec:
|
|
|
3028
3028
|
- -c
|
|
3029
3029
|
name: gitops-cos
|
|
3030
3030
|
imagePullPolicy: IfNotPresent
|
|
3031
|
-
image: quay.io/ibmmas/cli:15.
|
|
3031
|
+
image: quay.io/ibmmas/cli:15.1.0
|
|
3032
3032
|
workspaces:
|
|
3033
3033
|
- name: configs
|
|
3034
3034
|
# --------------------------------------------------------------------------------
|
|
@@ -3176,7 +3176,7 @@ spec:
|
|
|
3176
3176
|
- -c
|
|
3177
3177
|
name: gitops-cp4d-service
|
|
3178
3178
|
imagePullPolicy: IfNotPresent
|
|
3179
|
-
image: quay.io/ibmmas/cli:15.
|
|
3179
|
+
image: quay.io/ibmmas/cli:15.1.0
|
|
3180
3180
|
workspaces:
|
|
3181
3181
|
- name: configs
|
|
3182
3182
|
- name: shared-gitops-configs
|
|
@@ -3305,7 +3305,7 @@ spec:
|
|
|
3305
3305
|
- -c
|
|
3306
3306
|
name: gitops-cp4d
|
|
3307
3307
|
imagePullPolicy: IfNotPresent
|
|
3308
|
-
image: quay.io/ibmmas/cli:15.
|
|
3308
|
+
image: quay.io/ibmmas/cli:15.1.0
|
|
3309
3309
|
workspaces:
|
|
3310
3310
|
- name: configs
|
|
3311
3311
|
- name: shared-gitops-configs
|
|
@@ -3596,7 +3596,7 @@ spec:
|
|
|
3596
3596
|
- -c
|
|
3597
3597
|
name: gitops-db2u-database
|
|
3598
3598
|
imagePullPolicy: Always
|
|
3599
|
-
image: quay.io/ibmmas/cli:15.
|
|
3599
|
+
image: quay.io/ibmmas/cli:15.1.0
|
|
3600
3600
|
workspaces:
|
|
3601
3601
|
- name: configs
|
|
3602
3602
|
- name: shared-gitops-configs
|
|
@@ -3694,7 +3694,7 @@ spec:
|
|
|
3694
3694
|
- -c
|
|
3695
3695
|
name: gitops-db2u
|
|
3696
3696
|
imagePullPolicy: IfNotPresent
|
|
3697
|
-
image: quay.io/ibmmas/cli:15.
|
|
3697
|
+
image: quay.io/ibmmas/cli:15.1.0
|
|
3698
3698
|
workspaces:
|
|
3699
3699
|
- name: configs
|
|
3700
3700
|
# --------------------------------------------------------------------------------
|
|
@@ -3821,7 +3821,7 @@ spec:
|
|
|
3821
3821
|
- -c
|
|
3822
3822
|
name: gitops-delete-jdbc-config
|
|
3823
3823
|
imagePullPolicy: IfNotPresent
|
|
3824
|
-
image: quay.io/ibmmas/cli:15.
|
|
3824
|
+
image: quay.io/ibmmas/cli:15.1.0
|
|
3825
3825
|
workspaces:
|
|
3826
3826
|
- name: configs
|
|
3827
3827
|
# --------------------------------------------------------------------------------
|
|
@@ -3919,7 +3919,7 @@ spec:
|
|
|
3919
3919
|
- -c
|
|
3920
3920
|
name: gitops-delete-kafka-config
|
|
3921
3921
|
imagePullPolicy: Always
|
|
3922
|
-
image: quay.io/ibmmas/cli:15.
|
|
3922
|
+
image: quay.io/ibmmas/cli:15.1.0
|
|
3923
3923
|
workspaces:
|
|
3924
3924
|
- name: configs
|
|
3925
3925
|
|
|
@@ -4011,7 +4011,7 @@ spec:
|
|
|
4011
4011
|
- -c
|
|
4012
4012
|
name: gitops-deprovision-app-config
|
|
4013
4013
|
imagePullPolicy: IfNotPresent
|
|
4014
|
-
image: quay.io/ibmmas/cli:15.
|
|
4014
|
+
image: quay.io/ibmmas/cli:15.1.0
|
|
4015
4015
|
workspaces:
|
|
4016
4016
|
- name: configs
|
|
4017
4017
|
# --------------------------------------------------------------------------------
|
|
@@ -4096,7 +4096,7 @@ spec:
|
|
|
4096
4096
|
- -c
|
|
4097
4097
|
name: gitops-deprovision-app-install
|
|
4098
4098
|
imagePullPolicy: IfNotPresent
|
|
4099
|
-
image: quay.io/ibmmas/cli:15.
|
|
4099
|
+
image: quay.io/ibmmas/cli:15.1.0
|
|
4100
4100
|
workspaces:
|
|
4101
4101
|
- name: configs
|
|
4102
4102
|
# --------------------------------------------------------------------------------
|
|
@@ -4181,7 +4181,7 @@ spec:
|
|
|
4181
4181
|
- -c
|
|
4182
4182
|
name: gitops-deprovision-cluster
|
|
4183
4183
|
imagePullPolicy: IfNotPresent
|
|
4184
|
-
image: quay.io/ibmmas/cli:15.
|
|
4184
|
+
image: quay.io/ibmmas/cli:15.1.0
|
|
4185
4185
|
workspaces:
|
|
4186
4186
|
- name: configs
|
|
4187
4187
|
# --------------------------------------------------------------------------------
|
|
@@ -4300,7 +4300,7 @@ spec:
|
|
|
4300
4300
|
- -c
|
|
4301
4301
|
name: gitops-deprovision-cos
|
|
4302
4302
|
imagePullPolicy: IfNotPresent
|
|
4303
|
-
image: quay.io/ibmmas/cli:15.
|
|
4303
|
+
image: quay.io/ibmmas/cli:15.1.0
|
|
4304
4304
|
workspaces:
|
|
4305
4305
|
- name: configs
|
|
4306
4306
|
# --------------------------------------------------------------------------------
|
|
@@ -4405,7 +4405,7 @@ spec:
|
|
|
4405
4405
|
- -c
|
|
4406
4406
|
name: gitops-deprovision-cp4d-service
|
|
4407
4407
|
imagePullPolicy: IfNotPresent
|
|
4408
|
-
image: quay.io/ibmmas/cli:15.
|
|
4408
|
+
image: quay.io/ibmmas/cli:15.1.0
|
|
4409
4409
|
workspaces:
|
|
4410
4410
|
- name: configs
|
|
4411
4411
|
# --------------------------------------------------------------------------------
|
|
@@ -4493,7 +4493,7 @@ spec:
|
|
|
4493
4493
|
- -c
|
|
4494
4494
|
name: gitops-deprovision-cp4d
|
|
4495
4495
|
imagePullPolicy: IfNotPresent
|
|
4496
|
-
image: quay.io/ibmmas/cli:15.
|
|
4496
|
+
image: quay.io/ibmmas/cli:15.1.0
|
|
4497
4497
|
workspaces:
|
|
4498
4498
|
- name: configs
|
|
4499
4499
|
# --------------------------------------------------------------------------------
|
|
@@ -4586,7 +4586,7 @@ spec:
|
|
|
4586
4586
|
- -c
|
|
4587
4587
|
name: gitops-deprovision-db2u-database
|
|
4588
4588
|
imagePullPolicy: IfNotPresent
|
|
4589
|
-
image: quay.io/ibmmas/cli:15.
|
|
4589
|
+
image: quay.io/ibmmas/cli:15.1.0
|
|
4590
4590
|
workspaces:
|
|
4591
4591
|
- name: configs
|
|
4592
4592
|
|
|
@@ -4669,7 +4669,7 @@ spec:
|
|
|
4669
4669
|
- -c
|
|
4670
4670
|
name: gitops-deprovision-db2u
|
|
4671
4671
|
imagePullPolicy: IfNotPresent
|
|
4672
|
-
image: quay.io/ibmmas/cli:15.
|
|
4672
|
+
image: quay.io/ibmmas/cli:15.1.0
|
|
4673
4673
|
workspaces:
|
|
4674
4674
|
- name: configs
|
|
4675
4675
|
|
|
@@ -4786,7 +4786,7 @@ spec:
|
|
|
4786
4786
|
- -c
|
|
4787
4787
|
name: gitops-deprovision-efs
|
|
4788
4788
|
imagePullPolicy: IfNotPresent
|
|
4789
|
-
image: quay.io/ibmmas/cli:15.
|
|
4789
|
+
image: quay.io/ibmmas/cli:15.1.0
|
|
4790
4790
|
workspaces:
|
|
4791
4791
|
- name: configs
|
|
4792
4792
|
|
|
@@ -4896,7 +4896,7 @@ spec:
|
|
|
4896
4896
|
- -c
|
|
4897
4897
|
name: gitops-deprovision-kafka
|
|
4898
4898
|
imagePullPolicy: IfNotPresent
|
|
4899
|
-
image: quay.io/ibmmas/cli:15.
|
|
4899
|
+
image: quay.io/ibmmas/cli:15.1.0
|
|
4900
4900
|
workspaces:
|
|
4901
4901
|
- name: configs
|
|
4902
4902
|
# --------------------------------------------------------------------------------
|
|
@@ -4999,7 +4999,7 @@ spec:
|
|
|
4999
4999
|
- -c
|
|
5000
5000
|
name: gitops-deprovision-mongo
|
|
5001
5001
|
imagePullPolicy: IfNotPresent
|
|
5002
|
-
image: quay.io/ibmmas/cli:15.
|
|
5002
|
+
image: quay.io/ibmmas/cli:15.1.0
|
|
5003
5003
|
workspaces:
|
|
5004
5004
|
- name: configs
|
|
5005
5005
|
|
|
@@ -5056,7 +5056,7 @@ spec:
|
|
|
5056
5056
|
- -c
|
|
5057
5057
|
name: gitops-deprovision-rosa
|
|
5058
5058
|
imagePullPolicy: IfNotPresent
|
|
5059
|
-
image: quay.io/ibmmas/cli:15.
|
|
5059
|
+
image: quay.io/ibmmas/cli:15.1.0
|
|
5060
5060
|
workspaces:
|
|
5061
5061
|
- name: configs
|
|
5062
5062
|
# --------------------------------------------------------------------------------
|
|
@@ -5261,7 +5261,7 @@ spec:
|
|
|
5261
5261
|
- -c
|
|
5262
5262
|
name: gitops-deprovision-suite-config
|
|
5263
5263
|
imagePullPolicy: IfNotPresent
|
|
5264
|
-
image: quay.io/ibmmas/cli:15.
|
|
5264
|
+
image: quay.io/ibmmas/cli:15.1.0
|
|
5265
5265
|
workspaces:
|
|
5266
5266
|
- name: configs
|
|
5267
5267
|
|
|
@@ -5359,7 +5359,7 @@ spec:
|
|
|
5359
5359
|
- -c
|
|
5360
5360
|
name: gitops-deprovision-suite-idp-config
|
|
5361
5361
|
imagePullPolicy: IfNotPresent
|
|
5362
|
-
image: quay.io/ibmmas/cli:15.
|
|
5362
|
+
image: quay.io/ibmmas/cli:15.1.0
|
|
5363
5363
|
workspaces:
|
|
5364
5364
|
- name: configs
|
|
5365
5365
|
# --------------------------------------------------------------------------------
|
|
@@ -5451,7 +5451,7 @@ spec:
|
|
|
5451
5451
|
- -c
|
|
5452
5452
|
name: gitops-deprovision-suite-objectstorage-config
|
|
5453
5453
|
imagePullPolicy: IfNotPresent
|
|
5454
|
-
image: quay.io/ibmmas/cli:15.
|
|
5454
|
+
image: quay.io/ibmmas/cli:15.1.0
|
|
5455
5455
|
workspaces:
|
|
5456
5456
|
- name: configs
|
|
5457
5457
|
# --------------------------------------------------------------------------------
|
|
@@ -5663,7 +5663,7 @@ spec:
|
|
|
5663
5663
|
- -c
|
|
5664
5664
|
name: gitops-deprovision-suite-smtp-config
|
|
5665
5665
|
imagePullPolicy: IfNotPresent
|
|
5666
|
-
image: quay.io/ibmmas/cli:15.
|
|
5666
|
+
image: quay.io/ibmmas/cli:15.1.0
|
|
5667
5667
|
workspaces:
|
|
5668
5668
|
- name: configs
|
|
5669
5669
|
# --------------------------------------------------------------------------------
|
|
@@ -5756,7 +5756,7 @@ spec:
|
|
|
5756
5756
|
- -c
|
|
5757
5757
|
name: gitops-deprovision-suite-watson-studio-config
|
|
5758
5758
|
imagePullPolicy: IfNotPresent
|
|
5759
|
-
image: quay.io/ibmmas/cli:15.
|
|
5759
|
+
image: quay.io/ibmmas/cli:15.1.0
|
|
5760
5760
|
workspaces:
|
|
5761
5761
|
- name: configs
|
|
5762
5762
|
# --------------------------------------------------------------------------------
|
|
@@ -5847,7 +5847,7 @@ spec:
|
|
|
5847
5847
|
- -c
|
|
5848
5848
|
name: gitops-deprovision-suite-workspace
|
|
5849
5849
|
imagePullPolicy: Always
|
|
5850
|
-
image: quay.io/ibmmas/cli:15.
|
|
5850
|
+
image: quay.io/ibmmas/cli:15.1.0
|
|
5851
5851
|
workspaces:
|
|
5852
5852
|
- name: configs
|
|
5853
5853
|
# --------------------------------------------------------------------------------
|
|
@@ -5940,7 +5940,7 @@ spec:
|
|
|
5940
5940
|
- -c
|
|
5941
5941
|
name: gitops-deprovision-suite
|
|
5942
5942
|
imagePullPolicy: IfNotPresent
|
|
5943
|
-
image: quay.io/ibmmas/cli:15.
|
|
5943
|
+
image: quay.io/ibmmas/cli:15.1.0
|
|
5944
5944
|
workspaces:
|
|
5945
5945
|
- name: configs
|
|
5946
5946
|
|
|
@@ -6053,7 +6053,7 @@ spec:
|
|
|
6053
6053
|
- -c
|
|
6054
6054
|
name: gitops-dro
|
|
6055
6055
|
imagePullPolicy: IfNotPresent
|
|
6056
|
-
image: quay.io/ibmmas/cli:15.
|
|
6056
|
+
image: quay.io/ibmmas/cli:15.1.0
|
|
6057
6057
|
workspaces:
|
|
6058
6058
|
- name: configs
|
|
6059
6059
|
# --------------------------------------------------------------------------------
|
|
@@ -6180,7 +6180,7 @@ spec:
|
|
|
6180
6180
|
- -c
|
|
6181
6181
|
name: gitops-efs
|
|
6182
6182
|
imagePullPolicy: IfNotPresent
|
|
6183
|
-
image: quay.io/ibmmas/cli:15.
|
|
6183
|
+
image: quay.io/ibmmas/cli:15.1.0
|
|
6184
6184
|
workspaces:
|
|
6185
6185
|
- name: configs
|
|
6186
6186
|
|
|
@@ -6315,7 +6315,7 @@ spec:
|
|
|
6315
6315
|
- -c
|
|
6316
6316
|
name: gitops-jdbc-config
|
|
6317
6317
|
imagePullPolicy: Always
|
|
6318
|
-
image: quay.io/ibmmas/cli:15.
|
|
6318
|
+
image: quay.io/ibmmas/cli:15.1.0
|
|
6319
6319
|
workspaces:
|
|
6320
6320
|
- name: configs
|
|
6321
6321
|
- name: shared-gitops-configs
|
|
@@ -6411,7 +6411,7 @@ spec:
|
|
|
6411
6411
|
- -c
|
|
6412
6412
|
name: gitops-kafka-config
|
|
6413
6413
|
imagePullPolicy: Always
|
|
6414
|
-
image: quay.io/ibmmas/cli:15.
|
|
6414
|
+
image: quay.io/ibmmas/cli:15.1.0
|
|
6415
6415
|
workspaces:
|
|
6416
6416
|
- name: configs
|
|
6417
6417
|
|
|
@@ -6533,7 +6533,7 @@ spec:
|
|
|
6533
6533
|
- -c
|
|
6534
6534
|
name: gitops-kafka
|
|
6535
6535
|
imagePullPolicy: IfNotPresent
|
|
6536
|
-
image: quay.io/ibmmas/cli:15.
|
|
6536
|
+
image: quay.io/ibmmas/cli:15.1.0
|
|
6537
6537
|
workspaces:
|
|
6538
6538
|
- name: configs
|
|
6539
6539
|
# --------------------------------------------------------------------------------
|
|
@@ -6727,7 +6727,7 @@ spec:
|
|
|
6727
6727
|
- -c
|
|
6728
6728
|
name: gitops-kmodel
|
|
6729
6729
|
imagePullPolicy: IfNotPresent
|
|
6730
|
-
image: quay.io/ibmmas/cli:15.
|
|
6730
|
+
image: quay.io/ibmmas/cli:15.1.0
|
|
6731
6731
|
workspaces:
|
|
6732
6732
|
- name: configs
|
|
6733
6733
|
# --------------------------------------------------------------------------------
|
|
@@ -6853,7 +6853,7 @@ spec:
|
|
|
6853
6853
|
- -c
|
|
6854
6854
|
name: gitops-license
|
|
6855
6855
|
imagePullPolicy: Always
|
|
6856
|
-
image: quay.io/ibmmas/cli:15.
|
|
6856
|
+
image: quay.io/ibmmas/cli:15.1.0
|
|
6857
6857
|
workspaces:
|
|
6858
6858
|
- name: shared-entitlement
|
|
6859
6859
|
|
|
@@ -7572,7 +7572,7 @@ spec:
|
|
|
7572
7572
|
- -c
|
|
7573
7573
|
name: gitops-mas-fvt-preparer
|
|
7574
7574
|
imagePullPolicy: Always
|
|
7575
|
-
image: quay.io/ibmmas/cli:15.
|
|
7575
|
+
image: quay.io/ibmmas/cli:15.1.0
|
|
7576
7576
|
workspaces:
|
|
7577
7577
|
- name: configs
|
|
7578
7578
|
- name: shared-additional-configs
|
|
@@ -8072,7 +8072,7 @@ spec:
|
|
|
8072
8072
|
- -c
|
|
8073
8073
|
name: gitops-mas-initiator
|
|
8074
8074
|
imagePullPolicy: IfNotPresent
|
|
8075
|
-
image: quay.io/ibmmas/cli:15.
|
|
8075
|
+
image: quay.io/ibmmas/cli:15.1.0
|
|
8076
8076
|
workspaces:
|
|
8077
8077
|
- name: configs
|
|
8078
8078
|
# --------------------------------------------------------------------------------
|
|
@@ -8205,7 +8205,7 @@ spec:
|
|
|
8205
8205
|
- -c
|
|
8206
8206
|
name: gitops-mas-provisioner
|
|
8207
8207
|
imagePullPolicy: IfNotPresent
|
|
8208
|
-
image: quay.io/ibmmas/cli:15.
|
|
8208
|
+
image: quay.io/ibmmas/cli:15.1.0
|
|
8209
8209
|
workspaces:
|
|
8210
8210
|
- name: configs
|
|
8211
8211
|
# --------------------------------------------------------------------------------
|
|
@@ -8313,7 +8313,7 @@ spec:
|
|
|
8313
8313
|
- -c
|
|
8314
8314
|
name: gitops-mongo
|
|
8315
8315
|
imagePullPolicy: IfNotPresent
|
|
8316
|
-
image: quay.io/ibmmas/cli:15.
|
|
8316
|
+
image: quay.io/ibmmas/cli:15.1.0
|
|
8317
8317
|
workspaces:
|
|
8318
8318
|
- name: configs
|
|
8319
8319
|
|
|
@@ -8439,7 +8439,7 @@ spec:
|
|
|
8439
8439
|
- -c
|
|
8440
8440
|
name: gitops-nvidia-gpu
|
|
8441
8441
|
imagePullPolicy: IfNotPresent
|
|
8442
|
-
image: quay.io/ibmmas/cli:15.
|
|
8442
|
+
image: quay.io/ibmmas/cli:15.1.0
|
|
8443
8443
|
workspaces:
|
|
8444
8444
|
- name: configs
|
|
8445
8445
|
# --------------------------------------------------------------------------------
|
|
@@ -8556,7 +8556,7 @@ spec:
|
|
|
8556
8556
|
- -c
|
|
8557
8557
|
name: gitops-odh
|
|
8558
8558
|
imagePullPolicy: IfNotPresent
|
|
8559
|
-
image: quay.io/ibmmas/cli:15.
|
|
8559
|
+
image: quay.io/ibmmas/cli:15.1.0
|
|
8560
8560
|
workspaces:
|
|
8561
8561
|
- name: configs
|
|
8562
8562
|
# --------------------------------------------------------------------------------
|
|
@@ -8674,7 +8674,7 @@ spec:
|
|
|
8674
8674
|
- -c
|
|
8675
8675
|
name: gitops-process-mongo-user
|
|
8676
8676
|
imagePullPolicy: IfNotPresent
|
|
8677
|
-
image: quay.io/ibmmas/cli:15.
|
|
8677
|
+
image: quay.io/ibmmas/cli:15.1.0
|
|
8678
8678
|
workspaces:
|
|
8679
8679
|
- name: configs
|
|
8680
8680
|
# --------------------------------------------------------------------------------
|
|
@@ -8730,7 +8730,7 @@ spec:
|
|
|
8730
8730
|
- -c
|
|
8731
8731
|
name: gitops-rosa
|
|
8732
8732
|
imagePullPolicy: IfNotPresent
|
|
8733
|
-
image: quay.io/ibmmas/cli:15.
|
|
8733
|
+
image: quay.io/ibmmas/cli:15.1.0
|
|
8734
8734
|
workspaces:
|
|
8735
8735
|
- name: configs
|
|
8736
8736
|
# --------------------------------------------------------------------------------
|
|
@@ -8917,7 +8917,7 @@ spec:
|
|
|
8917
8917
|
- -c
|
|
8918
8918
|
name: gitops-suite-app-config
|
|
8919
8919
|
imagePullPolicy: IfNotPresent
|
|
8920
|
-
image: quay.io/ibmmas/cli:15.
|
|
8920
|
+
image: quay.io/ibmmas/cli:15.1.0
|
|
8921
8921
|
workspaces:
|
|
8922
8922
|
- name: configs
|
|
8923
8923
|
- name: shared-gitops-configs
|
|
@@ -9075,7 +9075,7 @@ spec:
|
|
|
9075
9075
|
- -c
|
|
9076
9076
|
name: gitops-suite-app-install
|
|
9077
9077
|
imagePullPolicy: Always
|
|
9078
|
-
image: quay.io/ibmmas/cli:15.
|
|
9078
|
+
image: quay.io/ibmmas/cli:15.1.0
|
|
9079
9079
|
workspaces:
|
|
9080
9080
|
- name: configs
|
|
9081
9081
|
- name: shared-gitops-configs
|
|
@@ -9181,7 +9181,7 @@ spec:
|
|
|
9181
9181
|
- -c
|
|
9182
9182
|
name: gitops-suite-certs
|
|
9183
9183
|
imagePullPolicy: IfNotPresent
|
|
9184
|
-
image: quay.io/ibmmas/cli:15.
|
|
9184
|
+
image: quay.io/ibmmas/cli:15.1.0
|
|
9185
9185
|
workspaces:
|
|
9186
9186
|
- name: configs
|
|
9187
9187
|
- name: certificates
|
|
@@ -9356,7 +9356,7 @@ spec:
|
|
|
9356
9356
|
- -c
|
|
9357
9357
|
name: gitops-suite-config
|
|
9358
9358
|
imagePullPolicy: IfNotPresent
|
|
9359
|
-
image: quay.io/ibmmas/cli:15.
|
|
9359
|
+
image: quay.io/ibmmas/cli:15.1.0
|
|
9360
9360
|
workspaces:
|
|
9361
9361
|
- name: configs
|
|
9362
9362
|
- name: shared-additional-configs
|
|
@@ -9456,7 +9456,7 @@ spec:
|
|
|
9456
9456
|
- -c
|
|
9457
9457
|
name: gitops-suite-dns
|
|
9458
9458
|
imagePullPolicy: IfNotPresent
|
|
9459
|
-
image: quay.io/ibmmas/cli:15.
|
|
9459
|
+
image: quay.io/ibmmas/cli:15.1.0
|
|
9460
9460
|
workspaces:
|
|
9461
9461
|
- name: configs
|
|
9462
9462
|
|
|
@@ -9580,7 +9580,7 @@ spec:
|
|
|
9580
9580
|
- -c
|
|
9581
9581
|
name: gitops-suite-idp-config
|
|
9582
9582
|
imagePullPolicy: IfNotPresent
|
|
9583
|
-
image: quay.io/ibmmas/cli:15.
|
|
9583
|
+
image: quay.io/ibmmas/cli:15.1.0
|
|
9584
9584
|
workspaces:
|
|
9585
9585
|
- name: configs
|
|
9586
9586
|
- name: shared-additional-configs
|
|
@@ -9681,7 +9681,7 @@ spec:
|
|
|
9681
9681
|
- -c
|
|
9682
9682
|
name: gitops-suite-objectstorage-config
|
|
9683
9683
|
imagePullPolicy: IfNotPresent
|
|
9684
|
-
image: quay.io/ibmmas/cli:15.
|
|
9684
|
+
image: quay.io/ibmmas/cli:15.1.0
|
|
9685
9685
|
workspaces:
|
|
9686
9686
|
- name: configs
|
|
9687
9687
|
- name: shared-gitops-configs
|
|
@@ -10103,7 +10103,7 @@ spec:
|
|
|
10103
10103
|
- -c
|
|
10104
10104
|
name: gitops-suite-smtp-config
|
|
10105
10105
|
imagePullPolicy: IfNotPresent
|
|
10106
|
-
image: quay.io/ibmmas/cli:15.
|
|
10106
|
+
image: quay.io/ibmmas/cli:15.1.0
|
|
10107
10107
|
workspaces:
|
|
10108
10108
|
- name: configs
|
|
10109
10109
|
- name: shared-gitops-configs
|
|
@@ -10223,7 +10223,7 @@ spec:
|
|
|
10223
10223
|
- -c
|
|
10224
10224
|
name: gitops-suite-watson-studio-config
|
|
10225
10225
|
imagePullPolicy: IfNotPresent
|
|
10226
|
-
image: quay.io/ibmmas/cli:15.
|
|
10226
|
+
image: quay.io/ibmmas/cli:15.1.0
|
|
10227
10227
|
workspaces:
|
|
10228
10228
|
- name: configs
|
|
10229
10229
|
- name: shared-gitops-configs
|
|
@@ -10325,7 +10325,7 @@ spec:
|
|
|
10325
10325
|
- -c
|
|
10326
10326
|
name: gitops-suite-workspace
|
|
10327
10327
|
imagePullPolicy: IfNotPresent
|
|
10328
|
-
image: quay.io/ibmmas/cli:15.
|
|
10328
|
+
image: quay.io/ibmmas/cli:15.1.0
|
|
10329
10329
|
workspaces:
|
|
10330
10330
|
- name: configs
|
|
10331
10331
|
# --------------------------------------------------------------------------------
|
|
@@ -10668,7 +10668,7 @@ spec:
|
|
|
10668
10668
|
- -c
|
|
10669
10669
|
name: gitops-suite
|
|
10670
10670
|
imagePullPolicy: IfNotPresent
|
|
10671
|
-
image: quay.io/ibmmas/cli:15.
|
|
10671
|
+
image: quay.io/ibmmas/cli:15.1.0
|
|
10672
10672
|
workspaces:
|
|
10673
10673
|
- name: configs
|
|
10674
10674
|
- name: shared-gitops-configs
|
|
@@ -10718,7 +10718,7 @@ spec:
|
|
|
10718
10718
|
|
|
10719
10719
|
steps:
|
|
10720
10720
|
- name: grafana
|
|
10721
|
-
image: quay.io/ibmmas/cli:15.
|
|
10721
|
+
image: quay.io/ibmmas/cli:15.1.0
|
|
10722
10722
|
imagePullPolicy: $(params.image_pull_policy)
|
|
10723
10723
|
command:
|
|
10724
10724
|
- /opt/app-root/src/run-role.sh
|
|
@@ -10852,7 +10852,7 @@ spec:
|
|
|
10852
10852
|
command:
|
|
10853
10853
|
- /opt/app-root/src/run-role.sh
|
|
10854
10854
|
- ibm_catalogs
|
|
10855
|
-
image: quay.io/ibmmas/cli:15.
|
|
10855
|
+
image: quay.io/ibmmas/cli:15.1.0
|
|
10856
10856
|
imagePullPolicy: $(params.image_pull_policy)
|
|
10857
10857
|
workingDir: /workspace/configs
|
|
10858
10858
|
# --------------------------------------------------------------------------------
|
|
@@ -11094,7 +11094,7 @@ spec:
|
|
|
11094
11094
|
command:
|
|
11095
11095
|
- /opt/app-root/src/run-role.sh
|
|
11096
11096
|
- kafka
|
|
11097
|
-
image: quay.io/ibmmas/cli:15.
|
|
11097
|
+
image: quay.io/ibmmas/cli:15.1.0
|
|
11098
11098
|
imagePullPolicy: $(params.image_pull_policy)
|
|
11099
11099
|
workingDir: /workspace/configs
|
|
11100
11100
|
|
|
@@ -11269,7 +11269,7 @@ spec:
|
|
|
11269
11269
|
command:
|
|
11270
11270
|
- /opt/app-root/src/run-role.sh
|
|
11271
11271
|
- aiservice_kmodels
|
|
11272
|
-
image: quay.io/ibmmas/cli:15.
|
|
11272
|
+
image: quay.io/ibmmas/cli:15.1.0
|
|
11273
11273
|
imagePullPolicy: $(params.image_pull_policy)
|
|
11274
11274
|
# --------------------------------------------------------------------------------
|
|
11275
11275
|
# /home/runner/work/cli/cli/tekton/target/tasks/minio.yaml
|
|
@@ -11375,7 +11375,7 @@ spec:
|
|
|
11375
11375
|
command:
|
|
11376
11376
|
- /opt/app-root/src/run-role.sh
|
|
11377
11377
|
- minio
|
|
11378
|
-
image: quay.io/ibmmas/cli:15.
|
|
11378
|
+
image: quay.io/ibmmas/cli:15.1.0
|
|
11379
11379
|
imagePullPolicy: $(params.image_pull_policy)
|
|
11380
11380
|
# --------------------------------------------------------------------------------
|
|
11381
11381
|
# /home/runner/work/cli/cli/tekton/target/tasks/mongodb.yaml
|
|
@@ -11553,7 +11553,7 @@ spec:
|
|
|
11553
11553
|
command:
|
|
11554
11554
|
- /opt/app-root/src/run-role.sh
|
|
11555
11555
|
- mongodb
|
|
11556
|
-
image: quay.io/ibmmas/cli:15.
|
|
11556
|
+
image: quay.io/ibmmas/cli:15.1.0
|
|
11557
11557
|
imagePullPolicy: $(params.image_pull_policy)
|
|
11558
11558
|
workingDir: /workspace/configs
|
|
11559
11559
|
|
|
@@ -11596,7 +11596,7 @@ spec:
|
|
|
11596
11596
|
- $(params.base_output_dir)
|
|
11597
11597
|
- --extra-namespaces
|
|
11598
11598
|
- selenium
|
|
11599
|
-
image: quay.io/ibmmas/cli:15.
|
|
11599
|
+
image: quay.io/ibmmas/cli:15.1.0
|
|
11600
11600
|
imagePullPolicy: $(params.image_pull_policy)
|
|
11601
11601
|
env:
|
|
11602
11602
|
- name: DEVOPS_MONGO_URI
|
|
@@ -11713,7 +11713,7 @@ spec:
|
|
|
11713
11713
|
command:
|
|
11714
11714
|
- /opt/app-root/src/run-role.sh
|
|
11715
11715
|
- nvidia_gpu
|
|
11716
|
-
image: quay.io/ibmmas/cli:15.
|
|
11716
|
+
image: quay.io/ibmmas/cli:15.1.0
|
|
11717
11717
|
imagePullPolicy: $(params.image_pull_policy)
|
|
11718
11718
|
workingDir: /workspace/configs
|
|
11719
11719
|
|
|
@@ -11749,7 +11749,7 @@ spec:
|
|
|
11749
11749
|
# Verify Cluster
|
|
11750
11750
|
# -------------------------------------------------------------------------
|
|
11751
11751
|
- name: ocp-verify-cluster
|
|
11752
|
-
image: quay.io/ibmmas/cli:15.
|
|
11752
|
+
image: quay.io/ibmmas/cli:15.1.0
|
|
11753
11753
|
imagePullPolicy: $(params.image_pull_policy)
|
|
11754
11754
|
command:
|
|
11755
11755
|
- /opt/app-root/src/run-role.sh
|
|
@@ -11791,7 +11791,7 @@ spec:
|
|
|
11791
11791
|
# Verify Catalogs
|
|
11792
11792
|
# -------------------------------------------------------------------------
|
|
11793
11793
|
- name: ocp-verify-catalogs
|
|
11794
|
-
image: quay.io/ibmmas/cli:15.
|
|
11794
|
+
image: quay.io/ibmmas/cli:15.1.0
|
|
11795
11795
|
imagePullPolicy: $(params.image_pull_policy)
|
|
11796
11796
|
command:
|
|
11797
11797
|
- /opt/app-root/src/run-role.sh
|
|
@@ -11833,7 +11833,7 @@ spec:
|
|
|
11833
11833
|
# Verify Subscriptions
|
|
11834
11834
|
# -------------------------------------------------------------------------
|
|
11835
11835
|
- name: ocp-verify-subscriptions
|
|
11836
|
-
image: quay.io/ibmmas/cli:15.
|
|
11836
|
+
image: quay.io/ibmmas/cli:15.1.0
|
|
11837
11837
|
imagePullPolicy: $(params.image_pull_policy)
|
|
11838
11838
|
command:
|
|
11839
11839
|
- /opt/app-root/src/run-role.sh
|
|
@@ -11875,7 +11875,7 @@ spec:
|
|
|
11875
11875
|
# Verify Workloads
|
|
11876
11876
|
# -------------------------------------------------------------------------
|
|
11877
11877
|
- name: ocp-verify-workloads
|
|
11878
|
-
image: quay.io/ibmmas/cli:15.
|
|
11878
|
+
image: quay.io/ibmmas/cli:15.1.0
|
|
11879
11879
|
imagePullPolicy: $(params.image_pull_policy)
|
|
11880
11880
|
command:
|
|
11881
11881
|
- /opt/app-root/src/run-role.sh
|
|
@@ -11917,7 +11917,7 @@ spec:
|
|
|
11917
11917
|
# Verify Catalogs - Ingress TLS
|
|
11918
11918
|
# -------------------------------------------------------------------------
|
|
11919
11919
|
- name: ocp-verify-ingress
|
|
11920
|
-
image: quay.io/ibmmas/cli:15.
|
|
11920
|
+
image: quay.io/ibmmas/cli:15.1.0
|
|
11921
11921
|
imagePullPolicy: $(params.image_pull_policy)
|
|
11922
11922
|
command:
|
|
11923
11923
|
- /opt/app-root/src/run-role.sh
|
|
@@ -12043,7 +12043,7 @@ spec:
|
|
|
12043
12043
|
command:
|
|
12044
12044
|
- /opt/app-root/src/run-role.sh
|
|
12045
12045
|
- ocp_verify
|
|
12046
|
-
image: quay.io/ibmmas/cli:15.
|
|
12046
|
+
image: quay.io/ibmmas/cli:15.1.0
|
|
12047
12047
|
imagePullPolicy: $(params.image_pull_policy)
|
|
12048
12048
|
workingDir: /workspace/configs
|
|
12049
12049
|
# --------------------------------------------------------------------------------
|
|
@@ -12111,7 +12111,7 @@ spec:
|
|
|
12111
12111
|
command:
|
|
12112
12112
|
- /opt/app-root/src/run-role.sh
|
|
12113
12113
|
- ocs
|
|
12114
|
-
image: quay.io/ibmmas/cli:15.
|
|
12114
|
+
image: quay.io/ibmmas/cli:15.1.0
|
|
12115
12115
|
imagePullPolicy: $(params.image_pull_policy)
|
|
12116
12116
|
workingDir: /workspace/configs
|
|
12117
12117
|
|
|
@@ -12294,7 +12294,7 @@ spec:
|
|
|
12294
12294
|
command:
|
|
12295
12295
|
- /opt/app-root/src/run-role.sh
|
|
12296
12296
|
- aiservice_odh
|
|
12297
|
-
image: quay.io/ibmmas/cli:15.
|
|
12297
|
+
image: quay.io/ibmmas/cli:15.1.0
|
|
12298
12298
|
imagePullPolicy: $(params.image_pull_policy)
|
|
12299
12299
|
# --------------------------------------------------------------------------------
|
|
12300
12300
|
# /home/runner/work/cli/cli/tekton/target/tasks/sls-registry-update.yaml
|
|
@@ -12470,7 +12470,7 @@ spec:
|
|
|
12470
12470
|
command:
|
|
12471
12471
|
- /opt/app-root/src/run-role.sh
|
|
12472
12472
|
- sls
|
|
12473
|
-
image: quay.io/ibmmas/cli:15.
|
|
12473
|
+
image: quay.io/ibmmas/cli:15.1.0
|
|
12474
12474
|
imagePullPolicy: $(params.image_pull_policy)
|
|
12475
12475
|
workingDir: /workspace/configs
|
|
12476
12476
|
|
|
@@ -12930,12 +12930,12 @@ spec:
|
|
|
12930
12930
|
command:
|
|
12931
12931
|
- /opt/app-root/src/run-role.sh
|
|
12932
12932
|
- suite_app_config
|
|
12933
|
-
image: quay.io/ibmmas/cli:15.
|
|
12933
|
+
image: quay.io/ibmmas/cli:15.1.0
|
|
12934
12934
|
imagePullPolicy: $(params.image_pull_policy)
|
|
12935
12935
|
|
|
12936
12936
|
# If configmap/approval-app-cfg-$(params.mas_app_id) exists then set STATUS=pending and wait for it to be changed to "approved"
|
|
12937
12937
|
- name: app-cfg-post-verify
|
|
12938
|
-
image: quay.io/ibmmas/cli:15.
|
|
12938
|
+
image: quay.io/ibmmas/cli:15.1.0
|
|
12939
12939
|
imagePullPolicy: $(params.image_pull_policy)
|
|
12940
12940
|
command:
|
|
12941
12941
|
- /opt/app-root/src/wait-for-configmap.sh
|
|
@@ -13130,7 +13130,7 @@ spec:
|
|
|
13130
13130
|
command:
|
|
13131
13131
|
- /opt/app-root/src/run-role.sh
|
|
13132
13132
|
- suite_app_install
|
|
13133
|
-
image: quay.io/ibmmas/cli:15.
|
|
13133
|
+
image: quay.io/ibmmas/cli:15.1.0
|
|
13134
13134
|
imagePullPolicy: $(params.image_pull_policy)
|
|
13135
13135
|
|
|
13136
13136
|
workspaces:
|
|
@@ -13219,7 +13219,7 @@ spec:
|
|
|
13219
13219
|
command:
|
|
13220
13220
|
- /opt/app-root/src/run-role.sh
|
|
13221
13221
|
- suite_app_rollback
|
|
13222
|
-
image: quay.io/ibmmas/cli:15.
|
|
13222
|
+
image: quay.io/ibmmas/cli:15.1.0
|
|
13223
13223
|
imagePullPolicy: $(params.image_pull_policy)
|
|
13224
13224
|
# --------------------------------------------------------------------------------
|
|
13225
13225
|
# /home/runner/work/cli/cli/tekton/target/tasks/suite-app-uninstall.yaml
|
|
@@ -13282,7 +13282,7 @@ spec:
|
|
|
13282
13282
|
command:
|
|
13283
13283
|
- /opt/app-root/src/run-role.sh
|
|
13284
13284
|
- suite_app_uninstall
|
|
13285
|
-
image: quay.io/ibmmas/cli:15.
|
|
13285
|
+
image: quay.io/ibmmas/cli:15.1.0
|
|
13286
13286
|
imagePullPolicy: $(params.image_pull_policy)
|
|
13287
13287
|
# --------------------------------------------------------------------------------
|
|
13288
13288
|
# /home/runner/work/cli/cli/tekton/target/tasks/suite-app-upgrade.yaml
|
|
@@ -13357,7 +13357,7 @@ spec:
|
|
|
13357
13357
|
command:
|
|
13358
13358
|
- /opt/app-root/src/run-role.sh
|
|
13359
13359
|
- suite_app_upgrade
|
|
13360
|
-
image: quay.io/ibmmas/cli:15.
|
|
13360
|
+
image: quay.io/ibmmas/cli:15.1.0
|
|
13361
13361
|
imagePullPolicy: $(params.image_pull_policy)
|
|
13362
13362
|
# --------------------------------------------------------------------------------
|
|
13363
13363
|
# /home/runner/work/cli/cli/tekton/target/tasks/suite-app-verify.yaml
|
|
@@ -13458,7 +13458,7 @@ spec:
|
|
|
13458
13458
|
command:
|
|
13459
13459
|
- /opt/app-root/src/run-role.sh
|
|
13460
13460
|
- suite_app_verify
|
|
13461
|
-
image: quay.io/ibmmas/cli:15.
|
|
13461
|
+
image: quay.io/ibmmas/cli:15.1.0
|
|
13462
13462
|
imagePullPolicy: $(params.image_pull_policy)
|
|
13463
13463
|
# --------------------------------------------------------------------------------
|
|
13464
13464
|
# /home/runner/work/cli/cli/tekton/target/tasks/suite-certs.yaml
|
|
@@ -13601,7 +13601,7 @@ spec:
|
|
|
13601
13601
|
command:
|
|
13602
13602
|
- /opt/app-root/src/run-role.sh
|
|
13603
13603
|
- suite_certs
|
|
13604
|
-
image: quay.io/ibmmas/cli:15.
|
|
13604
|
+
image: quay.io/ibmmas/cli:15.1.0
|
|
13605
13605
|
imagePullPolicy: $(params.image_pull_policy)
|
|
13606
13606
|
|
|
13607
13607
|
workspaces:
|
|
@@ -13668,7 +13668,7 @@ spec:
|
|
|
13668
13668
|
command:
|
|
13669
13669
|
- /opt/app-root/src/run-role.sh
|
|
13670
13670
|
- suite_config
|
|
13671
|
-
image: quay.io/ibmmas/cli:15.
|
|
13671
|
+
image: quay.io/ibmmas/cli:15.1.0
|
|
13672
13672
|
imagePullPolicy: $(params.image_pull_policy)
|
|
13673
13673
|
workingDir: /workspace/configs
|
|
13674
13674
|
|
|
@@ -14000,7 +14000,7 @@ spec:
|
|
|
14000
14000
|
command:
|
|
14001
14001
|
- /opt/app-root/src/run-role.sh
|
|
14002
14002
|
- suite_db2_setup_for_facilities
|
|
14003
|
-
image: quay.io/ibmmas/cli:15.
|
|
14003
|
+
image: quay.io/ibmmas/cli:15.1.0
|
|
14004
14004
|
imagePullPolicy: $(params.image_pull_policy)
|
|
14005
14005
|
workingDir: /workspace/configs
|
|
14006
14006
|
|
|
@@ -14072,7 +14072,7 @@ spec:
|
|
|
14072
14072
|
command:
|
|
14073
14073
|
- /opt/app-root/src/run-role.sh
|
|
14074
14074
|
- suite_db2_setup_for_manage
|
|
14075
|
-
image: quay.io/ibmmas/cli:15.
|
|
14075
|
+
image: quay.io/ibmmas/cli:15.1.0
|
|
14076
14076
|
imagePullPolicy: $(params.image_pull_policy)
|
|
14077
14077
|
# --------------------------------------------------------------------------------
|
|
14078
14078
|
# /home/runner/work/cli/cli/tekton/target/tasks/suite-dns.yaml
|
|
@@ -14262,7 +14262,7 @@ spec:
|
|
|
14262
14262
|
command:
|
|
14263
14263
|
- /opt/app-root/src/run-role.sh
|
|
14264
14264
|
- suite_dns
|
|
14265
|
-
image: quay.io/ibmmas/cli:15.
|
|
14265
|
+
image: quay.io/ibmmas/cli:15.1.0
|
|
14266
14266
|
imagePullPolicy: $(params.image_pull_policy)
|
|
14267
14267
|
# --------------------------------------------------------------------------------
|
|
14268
14268
|
# /home/runner/work/cli/cli/tekton/target/tasks/suite-install.yaml
|
|
@@ -14511,7 +14511,7 @@ spec:
|
|
|
14511
14511
|
command:
|
|
14512
14512
|
- /opt/app-root/src/run-role.sh
|
|
14513
14513
|
- suite_install
|
|
14514
|
-
image: quay.io/ibmmas/cli:15.
|
|
14514
|
+
image: quay.io/ibmmas/cli:15.1.0
|
|
14515
14515
|
imagePullPolicy: $(params.image_pull_policy)
|
|
14516
14516
|
workingDir: /workspace/configs
|
|
14517
14517
|
|
|
@@ -14599,7 +14599,7 @@ spec:
|
|
|
14599
14599
|
command:
|
|
14600
14600
|
- /opt/app-root/src/run-role.sh
|
|
14601
14601
|
- suite_rollback
|
|
14602
|
-
image: quay.io/ibmmas/cli:15.
|
|
14602
|
+
image: quay.io/ibmmas/cli:15.1.0
|
|
14603
14603
|
imagePullPolicy: $(params.image_pull_policy)
|
|
14604
14604
|
# --------------------------------------------------------------------------------
|
|
14605
14605
|
# /home/runner/work/cli/cli/tekton/target/tasks/suite-uninstall.yaml
|
|
@@ -14664,7 +14664,7 @@ spec:
|
|
|
14664
14664
|
command:
|
|
14665
14665
|
- /opt/app-root/src/run-role.sh
|
|
14666
14666
|
- suite_uninstall
|
|
14667
|
-
image: quay.io/ibmmas/cli:15.
|
|
14667
|
+
image: quay.io/ibmmas/cli:15.1.0
|
|
14668
14668
|
imagePullPolicy: $(params.image_pull_policy)
|
|
14669
14669
|
# --------------------------------------------------------------------------------
|
|
14670
14670
|
# /home/runner/work/cli/cli/tekton/target/tasks/suite-upgrade.yaml
|
|
@@ -14734,7 +14734,7 @@ spec:
|
|
|
14734
14734
|
command:
|
|
14735
14735
|
- /opt/app-root/src/run-role.sh
|
|
14736
14736
|
- suite_upgrade
|
|
14737
|
-
image: quay.io/ibmmas/cli:15.
|
|
14737
|
+
image: quay.io/ibmmas/cli:15.1.0
|
|
14738
14738
|
imagePullPolicy: $(params.image_pull_policy)
|
|
14739
14739
|
# --------------------------------------------------------------------------------
|
|
14740
14740
|
# /home/runner/work/cli/cli/tekton/target/tasks/suite-verify.yaml
|
|
@@ -14796,12 +14796,12 @@ spec:
|
|
|
14796
14796
|
command:
|
|
14797
14797
|
- /opt/app-root/src/run-role.sh
|
|
14798
14798
|
- suite_verify
|
|
14799
|
-
image: quay.io/ibmmas/cli:15.
|
|
14799
|
+
image: quay.io/ibmmas/cli:15.1.0
|
|
14800
14800
|
imagePullPolicy: $(params.image_pull_policy)
|
|
14801
14801
|
|
|
14802
14802
|
# If configmap/approval-suite-verify exists then set STATUS=pending and wait for it to be changed to "approved"
|
|
14803
14803
|
- name: suite-post-verify
|
|
14804
|
-
image: quay.io/ibmmas/cli:15.
|
|
14804
|
+
image: quay.io/ibmmas/cli:15.1.0
|
|
14805
14805
|
imagePullPolicy: $(params.image_pull_policy)
|
|
14806
14806
|
command:
|
|
14807
14807
|
- /opt/app-root/src/wait-for-configmap.sh
|
|
@@ -14924,7 +14924,7 @@ spec:
|
|
|
14924
14924
|
command:
|
|
14925
14925
|
- /opt/app-root/src/run-role.sh
|
|
14926
14926
|
- turbonomic
|
|
14927
|
-
image: quay.io/ibmmas/cli:15.
|
|
14927
|
+
image: quay.io/ibmmas/cli:15.1.0
|
|
14928
14928
|
imagePullPolicy: $(params.image_pull_policy)
|
|
14929
14929
|
# --------------------------------------------------------------------------------
|
|
14930
14930
|
# /home/runner/work/cli/cli/tekton/target/tasks/uds.yaml
|
|
@@ -15005,7 +15005,7 @@ spec:
|
|
|
15005
15005
|
# IBM User Data Services (UDS)
|
|
15006
15006
|
# -------------------------------------------------------------------------
|
|
15007
15007
|
- name: uds
|
|
15008
|
-
image: quay.io/ibmmas/cli:15.
|
|
15008
|
+
image: quay.io/ibmmas/cli:15.1.0
|
|
15009
15009
|
imagePullPolicy: $(params.image_pull_policy)
|
|
15010
15010
|
workingDir: /workspace/configs
|
|
15011
15011
|
command:
|
|
@@ -15068,7 +15068,7 @@ spec:
|
|
|
15068
15068
|
# IBM Data Reporter Operator (DRO)
|
|
15069
15069
|
# -------------------------------------------------------------------------
|
|
15070
15070
|
- name: dro
|
|
15071
|
-
image: quay.io/ibmmas/cli:15.
|
|
15071
|
+
image: quay.io/ibmmas/cli:15.1.0
|
|
15072
15072
|
imagePullPolicy: $(params.image_pull_policy)
|
|
15073
15073
|
workingDir: /workspace/configs
|
|
15074
15074
|
command:
|
|
@@ -15154,7 +15154,7 @@ spec:
|
|
|
15154
15154
|
description: "The value to set"
|
|
15155
15155
|
steps:
|
|
15156
15156
|
- name: update-configmap
|
|
15157
|
-
image: quay.io/ibmmas/cli:15.
|
|
15157
|
+
image: quay.io/ibmmas/cli:15.1.0
|
|
15158
15158
|
command:
|
|
15159
15159
|
- /opt/app-root/src/update-configmap.sh
|
|
15160
15160
|
env:
|
|
@@ -15201,7 +15201,7 @@ spec:
|
|
|
15201
15201
|
|
|
15202
15202
|
steps:
|
|
15203
15203
|
- name: wait-for-configmap
|
|
15204
|
-
image: quay.io/ibmmas/cli:15.
|
|
15204
|
+
image: quay.io/ibmmas/cli:15.1.0
|
|
15205
15205
|
command:
|
|
15206
15206
|
- /opt/app-root/src/wait-for-configmap.sh
|
|
15207
15207
|
env:
|
|
@@ -15282,7 +15282,7 @@ spec:
|
|
|
15282
15282
|
|
|
15283
15283
|
steps:
|
|
15284
15284
|
- name: wait-for-configmap
|
|
15285
|
-
image: quay.io/ibmmas/cli:15.
|
|
15285
|
+
image: quay.io/ibmmas/cli:15.1.0
|
|
15286
15286
|
command:
|
|
15287
15287
|
- /opt/app-root/src/wait-for-configmap.sh
|
|
15288
15288
|
env:
|
|
@@ -15342,7 +15342,7 @@ spec:
|
|
|
15342
15342
|
|
|
15343
15343
|
steps:
|
|
15344
15344
|
- name: wait
|
|
15345
|
-
image: quay.io/ibmmas/cli:15.
|
|
15345
|
+
image: quay.io/ibmmas/cli:15.1.0
|
|
15346
15346
|
command:
|
|
15347
15347
|
- /opt/app-root/src/wait-for-tekton.sh
|
|
15348
15348
|
env:
|
mas/cli/update/app.py
CHANGED
|
@@ -242,13 +242,14 @@ class UpdateApp(BaseApp):
|
|
|
242
242
|
self.printH1("Select IBM Maximo Operator Catalog Version")
|
|
243
243
|
self.printDescription([
|
|
244
244
|
"Select MAS Catalog",
|
|
245
|
-
" 1)
|
|
246
|
-
" 2)
|
|
247
|
-
" 3)
|
|
245
|
+
" 1) July 31 2025 Update (MAS 9.1.1, 9.0.13, 8.11.22, & 8.10.27)",
|
|
246
|
+
" 2) Jun 05 2025 Update (MAS 9.1.0, 9.0.12, 8.11.21, & 8.10.26)",
|
|
247
|
+
" 3) May 01 2025 Update (MAS 9.0.11, 8.11.22, & 8.10.25)",
|
|
248
|
+
" 4) Apr 03 2025 Update (MAS 9.0.10, 8.11.21, & 8.10.24)",
|
|
248
249
|
])
|
|
249
250
|
|
|
250
251
|
catalogOptions = [
|
|
251
|
-
"v9-
|
|
252
|
+
"v9-250731-amd64", "v9-250624-amd64", "v9-250501-amd64",
|
|
252
253
|
]
|
|
253
254
|
self.promptForListSelect("Select catalog version", catalogOptions, "mas_catalog_version", default=1)
|
|
254
255
|
|
|
@@ -364,6 +365,7 @@ class UpdateApp(BaseApp):
|
|
|
364
365
|
"v9-250403-amd64": "7.0.12",
|
|
365
366
|
"v9-250501-amd64": "7.0.12",
|
|
366
367
|
"v9-250624-amd64": "7.0.12",
|
|
368
|
+
"v9-250731-amd64": "7.0.22",
|
|
367
369
|
}
|
|
368
370
|
catalogVersion = self.getParam('mas_catalog_version')
|
|
369
371
|
if catalogVersion in mongoVersions:
|
|
@@ -500,6 +502,7 @@ class UpdateApp(BaseApp):
|
|
|
500
502
|
"v9-250403-amd64": "5.0.0",
|
|
501
503
|
"v9-250501-amd64": "5.0.0",
|
|
502
504
|
"v9-250624-amd64": "5.1.3",
|
|
505
|
+
"v9-250731-amd64": "5.1.3",
|
|
503
506
|
}
|
|
504
507
|
|
|
505
508
|
with Halo(text='Checking for IBM Cloud Pak for Data', spinner=self.spinner) as h:
|
|
@@ -1,5 +1,5 @@
|
|
|
1
|
-
mas/cli/__init__.py,sha256
|
|
2
|
-
mas/cli/cli.py,sha256=
|
|
1
|
+
mas/cli/__init__.py,sha256=-HDQMbZIRIA-wfEThRHfk8VDhbjkjcfJq61J0bBpgJQ,526
|
|
2
|
+
mas/cli/cli.py,sha256=_nLWlD4sMcmp_jlCSAVkx15cJQDoS2RUaHoSsB9xncE,18932
|
|
3
3
|
mas/cli/displayMixins.py,sha256=e3lAx1DIOwsriDcNI0M2JyP1jeLOZKvId6sPrvWLyqs,5984
|
|
4
4
|
mas/cli/gencfg.py,sha256=kgbYihOcqGADK8XnrfcEoBawaY1qSGKuVNW1unACOnU,4433
|
|
5
5
|
mas/cli/validators.py,sha256=2mLqBfoFU4D3A84ma9namjpnPKR3a0XySSGXa_b7pWg,5495
|
|
@@ -13,7 +13,7 @@ mas/cli/install/__init__.py,sha256=v0WJlcdrSycWGT5ofFjRDV3jTZ8AqVCz1AGxok4Khtc,5
|
|
|
13
13
|
mas/cli/install/app.py,sha256=f4Md9uGsOCNq_1aajDAQHf1W1J_1V8eqk1NIv8GOb5Q,69334
|
|
14
14
|
mas/cli/install/argBuilder.py,sha256=HIWTZM8On-21uNTspekW1egVx7DrE1Yr_8PwbXghI28,28464
|
|
15
15
|
mas/cli/install/argParser.py,sha256=fgwmjKMPQAPKA-jNlCKGEB0AsByKSAQf7TYq4L7HHq0,35267
|
|
16
|
-
mas/cli/install/catalogs.py,sha256=
|
|
16
|
+
mas/cli/install/catalogs.py,sha256=9HX70_GUt0ohGb7G8QVDBQVnX9lAVrmxzdpz4TJiAeY,833
|
|
17
17
|
mas/cli/install/params.py,sha256=TPcg8rpznxDJ0j48vH0BroK9EY41tmuEvfjQUeoCagc,4864
|
|
18
18
|
mas/cli/install/summarizer.py,sha256=zPEn3YDEqyZAa4EjrRHZKRPVYD81YREVVXUxnAeM3xI,22131
|
|
19
19
|
mas/cli/install/settings/__init__.py,sha256=RdyBSh-rM0wkuvILVzJ1gxjOtLuQ1mF6QbEL0MyiKIY,1034
|
|
@@ -24,7 +24,7 @@ mas/cli/install/settings/manageSettings.py,sha256=TZIdAY_xUc751i-Vs6cXhVI3ul4MCn
|
|
|
24
24
|
mas/cli/install/settings/mongodbSettings.py,sha256=aZdQHpeMwLVznrJWAkJsZu2Ok9t4Dkra2RGa_uKJHaY,2604
|
|
25
25
|
mas/cli/install/settings/turbonomicSettings.py,sha256=ul4eWf53b1NCzJTFsEPX6DWM23YUlWILYBygplqXYlU,1631
|
|
26
26
|
mas/cli/templates/facilities-configs.yml.j2,sha256=Er4UwxUl1Y3rtjIPMExVM8EXNcbesMusgLcRV050B1s,774
|
|
27
|
-
mas/cli/templates/ibm-mas-tekton.yaml,sha256=
|
|
27
|
+
mas/cli/templates/ibm-mas-tekton.yaml,sha256=yugFP1ZAQPUVpIbjhP3oW60j-jaR05TxePXDOcf149o,1067155
|
|
28
28
|
mas/cli/templates/jdbccfg.yml.j2,sha256=cANbwkUkKEPQp-P3_BB_Llbt94457Ciagah2hOdySIM,1644
|
|
29
29
|
mas/cli/templates/suite_mongocfg.yml.j2,sha256=WrgJUfGyvfaRIHjY5VR_zLZ5irTpV5khKNq76ejIxKU,1606
|
|
30
30
|
mas/cli/templates/pod-templates/best-effort/ibm-data-dictionary-assetdatadictionary.yml,sha256=8VG_FDFcEjWNaAOZTcS58Pe0tWOXC10SJLloNqzEMC8,757
|
|
@@ -101,14 +101,14 @@ mas/cli/uninstall/__init__.py,sha256=v0WJlcdrSycWGT5ofFjRDV3jTZ8AqVCz1AGxok4Khtc
|
|
|
101
101
|
mas/cli/uninstall/app.py,sha256=uPJy3z-1Yt66MSFdZz1Qh8MjA97ZrQmjSgTx-Gqua9I,10047
|
|
102
102
|
mas/cli/uninstall/argParser.py,sha256=VVG4myUvFOtg98L6HAzpgGg7s5c-vub_UMZPGuNQko4,3452
|
|
103
103
|
mas/cli/update/__init__.py,sha256=v0WJlcdrSycWGT5ofFjRDV3jTZ8AqVCz1AGxok4Khtc,508
|
|
104
|
-
mas/cli/update/app.py,sha256=
|
|
104
|
+
mas/cli/update/app.py,sha256=W-q795RgQVUiHNWbqP3sgxKh52pEiKw-uBrZ_jA_mzM,39442
|
|
105
105
|
mas/cli/update/argParser.py,sha256=oOIXzB_rsI2p3og_5X5SFt_g7LURyEdLxZeiGCKq1nU,4711
|
|
106
106
|
mas/cli/upgrade/__init__.py,sha256=v0WJlcdrSycWGT5ofFjRDV3jTZ8AqVCz1AGxok4Khtc,508
|
|
107
107
|
mas/cli/upgrade/app.py,sha256=ZaT8tGrFfIsZM2dkvoYBy89EiqQ0ZKgEfhbMYdf0UEc,8873
|
|
108
108
|
mas/cli/upgrade/argParser.py,sha256=5JxAcbwKjFKCKnbucCxg7Xacdhjphb9nRORfsgB1h_0,2196
|
|
109
109
|
mas/cli/upgrade/settings/__init__.py,sha256=QI2CUsj-NXBU1qrPOsOk4MbeWnfNq0UOF3rYYc_1l2A,775
|
|
110
|
-
mas_cli-15.
|
|
111
|
-
mas_cli-15.
|
|
112
|
-
mas_cli-15.
|
|
113
|
-
mas_cli-15.
|
|
114
|
-
mas_cli-15.
|
|
110
|
+
mas_cli-15.1.0.data/scripts/mas-cli,sha256=ijL4Ecg_2fRtdrQ8Mk28qsi6o3O6KRIAUM8BUry5cPs,3621
|
|
111
|
+
mas_cli-15.1.0.dist-info/METADATA,sha256=IYJ4MUXa2gDiUZWRclQmmD8ijL44YhpBWcZYeXOZ8xU,2258
|
|
112
|
+
mas_cli-15.1.0.dist-info/WHEEL,sha256=_zCd3N1l69ArxyTb8rzEoP9TpbYXkqRFSNOD5OuxnTs,91
|
|
113
|
+
mas_cli-15.1.0.dist-info/top_level.txt,sha256=_Hlsp7pvMvyV14LFg-vk1hULq30j61EILnnxMFIhhc8,4
|
|
114
|
+
mas_cli-15.1.0.dist-info/RECORD,,
|
|
File without changes
|
|
File without changes
|
|
File without changes
|