You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
This commit was created on github.com and signed with GitHub’s verified signature.
The key has expired.
v21.6.2
Breaking Changes
Following the upgrade to IBM MQ 9.2 in release v21.6.1, the below list of breaking changes has been introduced:
On existing deployments, the upgrade of IBM MQ requires the applications pods to be scaled down completely, followed by a delay to process any remaining messages, before updating the deployment
Moved global.mq.multiInstance.availabilityType to global.mq.availabilityType
Moved global.mq.multiInstance.storageType to global.mq.storageType
Moved global.mq.multiInstance.storageClassName to global.mq.storageClassName
Removed global.mq.multiInstance as a configuration, and the following children parameters:
Support for manual creation of persistent volumes and persistent volume claims has been removed
Removed global.apps.common.persistence.subDir as a configuration
The paths on the storage volume have now change from <root>/<HelmRelease_or_subDir>/<podName> to <root>/<podName>. This is to accommodate pod initialization on start-up
Due to ingress graduating to networking.k8s.io/v1 spm ingress.yaml has been update to check networking.k8s.io version.
Definition of the ingress path has been moved to the spm.ingress.item template
Added
Configure PodMonitor resources for the apps producer and consumers pods and for the mqserver metrics pods to integrate with OpenShift's built-in Prometheus or Prometheus Operator
Changed
The following helm-charts have been updated to chart version 21.6.2: apps, batch, mqserver, spm, uawebapp, web, xmlserver.