Skip to content

Commit

Permalink
Merge pull request #4150 from zowe/reboot/apiml-3-1-4
Browse files Browse the repository at this point in the history
Update APIML dependencies to 3.1.5
  • Loading branch information
MarkAckert authored Jan 24, 2025
2 parents a57d344 + 529bd4e commit 317ca4e
Show file tree
Hide file tree
Showing 2 changed files with 14 additions and 13 deletions.
26 changes: 13 additions & 13 deletions manifest.json.template
Original file line number Diff line number Diff line change
Expand Up @@ -65,35 +65,35 @@
"artifact": "explorer-ip*.pax"
},
"org.zowe.apiml.api-catalog-package": {
"version": "3.1.3",
"version": "3.1.5",
"artifact": "api-catalog-*.zip"
},
"org.zowe.apiml.discovery-package": {
"version": "3.1.3",
"version": "3.1.5",
"artifact": "discovery-*.zip"
},
"org.zowe.apiml.gateway-package": {
"version": "3.1.3",
"version": "3.1.5",
"artifact": "gateway-*.zip"
},
"org.zowe.apiml.caching-service-package": {
"version": "3.1.3",
"version": "3.1.5",
"artifact": "caching-service-*.zip"
},
"org.zowe.apiml.apiml-common-lib-package": {
"version": "3.1.3",
"version": "3.1.5",
"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.1.3",
"version": "3.1.5",
"artifact": "apiml-sample-extension-*.zip"
},
"org.zowe.apiml.zaas-package": {
"version": "3.1.3",
"version": "3.1.5",
"artifact": "zaas-package-*.zip"
},
"org.zowe.getesm": {
Expand Down Expand Up @@ -133,7 +133,7 @@
"componentGroup": "Zowe API Mediation Layer",
"entries": [{
"repository": "api-layer",
"tag": "v3.1.3",
"tag": "v3.1.5",
"destinations": ["Zowe PAX"]
}]
}, {
Expand Down Expand Up @@ -369,28 +369,28 @@
"api-catalog": {
"registry": "zowe-docker-release.jfrog.io",
"name": "ompzowe/api-catalog-services",
"tag" : "3.1.3-ubuntu"
"tag" : "3.1.5-ubuntu"
},
"gateway": {
"registry": "zowe-docker-release.jfrog.io",
"name": "ompzowe/gateway-service",
"tag" : "3.1.3-ubuntu"
"tag" : "3.1.5-ubuntu"
},
"caching": {
"registry": "zowe-docker-release.jfrog.io",
"name": "ompzowe/caching-service",
"tag" : "3.1.3-ubuntu"
"tag" : "3.1.5-ubuntu"
},
"discovery": {
"kind": "statefulset",
"registry": "zowe-docker-release.jfrog.io",
"name": "ompzowe/discovery-service",
"tag" : "3.1.3-ubuntu"
"tag" : "3.1.5-ubuntu"
},
"zaas": {
"registry": "zowe-docker-release.jfrog.io",
"name": "ompzowe/zaas-service",
"tag" : "3.1.3-ubuntu"
"tag" : "3.1.5-ubuntu"
},
"app-server": {
"registry": "zowe-docker-release.jfrog.io",
Expand Down
1 change: 1 addition & 0 deletions playbooks/roles/custom_for_test/tasks/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -162,6 +162,7 @@
"zowe.launchScript.logLevel": "trace"
# # this must be commented out to avoid flooding spool
# "components.gateway.debug": "true"
# "components.gateway.sslDebug": "all"
# # trace java apps
# "zowe.environments.LOGGING_LEVEL_ORG_APACHE_HTTP": "TRACE"
# "zowe.environments.LOGGING_LEVEL_ORG_APACHE": "TRACE"
Expand Down

0 comments on commit 317ca4e

Please sign in to comment.