Skip to content

Commit

Permalink
Apiml release 2.18.0 (#3941)
Browse files Browse the repository at this point in the history
* Update manifest.json.template for apiml release 2.18.0

Signed-off-by: ShobhaJayanna <[email protected]>

* Update manifest.json.template

Signed-off-by: ShobhaJayanna <[email protected]>

* Update manifest.json.template

Signed-off-by: ShobhaJayanna <[email protected]>

* Update manifest.json.template

Signed-off-by: ShobhaJayanna <[email protected]>

---------

Signed-off-by: ShobhaJayanna <[email protected]>
  • Loading branch information
Shobhajayanna authored Aug 15, 2024
1 parent 8af0277 commit 95c92cc
Showing 1 changed file with 20 additions and 20 deletions.
40 changes: 20 additions & 20 deletions manifest.json.template
Original file line number Diff line number Diff line change
Expand Up @@ -52,11 +52,11 @@
"artifact": "zss-2.18.0-rc-1180-20240814142247.pax"
},
"org.zowe.explorer.jobs.jobs-api-package": {
"version": "2.0.29",
"version": "2.0.30",
"artifact": "jobs-api-package-*.zip"
},
"org.zowe.explorer.files.files-api-package": {
"version": "2.0.29",
"version": "2.0.30",
"artifact": "files-api-package-*.zip"
},
"org.zowe.explorer-jes": {
Expand All @@ -73,39 +73,39 @@
"artifact": "explorer-ip*.pax"
},
"org.zowe.apiml.api-catalog-package": {
"version": "2.17.2",
"version": "2.18.0",
"artifact": "api-catalog*.zip"
},
"org.zowe.apiml.discovery-package": {
"version": "2.17.2",
"version": "2.18.0",
"artifact": "discovery*.zip"
},
"org.zowe.apiml.gateway-package": {
"version": "2.17.2",
"version": "2.18.0",
"artifact": "gateway*.zip"
},
"org.zowe.apiml.caching-service-package": {
"version": "2.17.2",
"version": "2.18.0",
"artifact": "caching-service*.zip"
},
"org.zowe.apiml.metrics-service-package": {
"version": "2.17.2",
"version": "2.18.0",
"artifact": "metrics-service*.zip"
},
"org.zowe.apiml.apiml-common-lib-package": {
"version": "2.17.2",
"version": "2.18.0",
"artifact": "apiml-common-lib-*.zip"
},
"org.zowe.apiml.sdk.common-java-lib-package": {
"version": "2.0.5",
"artifact": "common-java-lib-*.zip"
},
"org.zowe.apiml.sdk.apiml-sample-extension-package": {
"version": "2.17.2",
"version": "2.18.0",
"artifact": "apiml-sample-extension-*.zip"
},
"org.zowe.apiml.cloud-gateway-package": {
"version": "2.17.2",
"version": "2.18.0",
"artifact": "cloud-gateway-*.zip"
},
"org.zowe.configmgr-rexx": {
Expand Down Expand Up @@ -145,7 +145,7 @@
"componentGroup": "Zowe API Mediation Layer",
"entries": [{
"repository": "api-layer",
"tag": "v2.17.2",
"tag": "v2.18.0",
"destinations": ["Zowe PAX"]
}]
}, {
Expand Down Expand Up @@ -287,21 +287,21 @@
"componentGroup": "Zowe Explorer Common REST Server",
"entries": [{
"repository": "explorer-api-common",
"tag": "2.0.32",
"tag": "2.0.34",
"destinations": ["Zowe PAX"]
}]
}, {
"componentGroup": "Zowe Explorer Data Sets REST Server",
"entries": [{
"repository": "data-sets",
"tag": "2.0.29",
"tag": "2.0.30",
"destinations": ["Zowe PAX"]
}]
}, {
"componentGroup": "Zowe Explorer Jobs REST Server",
"entries": [{
"repository": "jobs",
"tag": "2.0.29",
"tag": "2.0.30",
"destinations": ["Zowe PAX"]
}]
},
Expand Down Expand Up @@ -402,23 +402,23 @@
"api-catalog": {
"registry": "zowe-docker-release.jfrog.io",
"name": "ompzowe/api-catalog-services",
"tag" : "2.17.2-ubuntu"
"tag" : "2.18.0-ubuntu"
},
"caching": {
"registry": "zowe-docker-release.jfrog.io",
"name": "ompzowe/caching-service",
"tag" : "2.17.2-ubuntu"
"tag" : "2.18.0-ubuntu"
},
"discovery": {
"kind": "statefulset",
"registry": "zowe-docker-release.jfrog.io",
"name": "ompzowe/discovery-service",
"tag" : "2.17.2-ubuntu"
"tag" : "2.18.0-ubuntu"
},
"gateway": {
"registry": "zowe-docker-release.jfrog.io",
"name": "ompzowe/gateway-service",
"tag" : "2.17.2-ubuntu"
"tag" : "2.18.0-ubuntu"
},
"app-server": {
"registry": "zowe-docker-release.jfrog.io",
Expand Down Expand Up @@ -452,12 +452,12 @@
"files-api": {
"registry": "zowe-docker-release.jfrog.io",
"name": "ompzowe/files-api",
"tag" : "2.0.28-ubuntu"
"tag" : "2.0.30-ubuntu"
},
"jobs-api": {
"registry": "zowe-docker-release.jfrog.io",
"name": "ompzowe/jobs-api",
"tag" : "2.0.27-ubuntu"
"tag" : "2.0.30-ubuntu"
},
"base": {
"registry": "zowe-docker-release.jfrog.io",
Expand Down

0 comments on commit 95c92cc

Please sign in to comment.