Skip to content

Commit

Permalink
update APIML versions
Browse files Browse the repository at this point in the history
Signed-off-by: Pavel Jareš <[email protected]>
  • Loading branch information
pj892031 committed Jan 10, 2025
1 parent 9895a03 commit f505c48
Showing 1 changed file with 11 additions and 11 deletions.
22 changes: 11 additions & 11 deletions manifest.json.template
Original file line number Diff line number Diff line change
Expand Up @@ -65,31 +65,31 @@
"artifact": "explorer-ip*.pax"
},
"org.zowe.apiml.api-catalog-package": {
"version": "3.0.36",
"version": "3.1.0",
"artifact": "api-catalog-*.zip"
},
"org.zowe.apiml.discovery-package": {
"version": "3.0.36",
"version": "3.1.0",
"artifact": "discovery-*.zip"
},
"org.zowe.apiml.gateway-package": {
"version": "3.0.36",
"version": "3.1.0",
"artifact": "gateway-*.zip"
},
"org.zowe.apiml.caching-service-package": {
"version": "3.0.36",
"version": "3.1.0",
"artifact": "caching-service-*.zip"
},
"org.zowe.apiml.apiml-common-lib-package": {
"version": "3.0.36",
"version": "3.1.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": "3.0.36",
"version": "3.1.0",
"artifact": "apiml-sample-extension-*.zip"
},
"org.zowe.apiml.zaas-package": {
Expand Down Expand Up @@ -133,7 +133,7 @@
"componentGroup": "Zowe API Mediation Layer",
"entries": [{
"repository": "api-layer",
"tag": "v3.0.36",
"tag": "v3.1.0",
"destinations": ["Zowe PAX"]
}]
}, {
Expand Down Expand Up @@ -369,23 +369,23 @@
"api-catalog": {
"registry": "zowe-docker-release.jfrog.io",
"name": "ompzowe/api-catalog-services",
"tag" : "3.0.36-ubuntu"
"tag" : "3.1.0-ubuntu"
},
"gateway": {
"registry": "zowe-docker-release.jfrog.io",
"name": "ompzowe/gateway-service",
"tag" : "3.0.36-ubuntu"
"tag" : "3.1.0-ubuntu"
},
"caching": {
"registry": "zowe-docker-release.jfrog.io",
"name": "ompzowe/caching-service",
"tag" : "3.0.36-ubuntu"
"tag" : "3.1.0-ubuntu"
},
"discovery": {
"kind": "statefulset",
"registry": "zowe-docker-release.jfrog.io",
"name": "ompzowe/discovery-service",
"tag" : "3.0.36-ubuntu"
"tag" : "3.1.0-ubuntu"
},
"zaas": {
"registry": "zowe-docker-release.jfrog.io",
Expand Down

0 comments on commit f505c48

Please sign in to comment.