Releases: ibm-messaging/mq-container
Releases · ibm-messaging/mq-container
v9.3.2.1 (release 2)
Merge pull request #440 from mq-cloudpak/tadj-update-go-mod-cd Update go mod to 1.19
v9.3.0.5 (release 2)
Merge pull request #439 from mq-cloudpak/tadj-update-go-mod-lts Update go mod to 1.19
v9.3.2.1
Merge pull request #422 from mq-cloudpak/ahp-9.3.2.1-april updated missed go version
v9.3.2.0 (release 2)
Merge pull request #413 from mq-cloudpak/tadj-update-9320-r2 Update version to 9.3.2.0-r2
v9.3.2.0
Merge pull request #406 from mq-cloudpak/tadj-update-go-ubi-master Update go and ubi versions
v9.2.0
9.2.0.0 (2020-07-23)
- Updated to MQ version 9.2.0.0
- Use
-ic
arguments withcrtmqm
to process MQSC files in/etc/mqm
. Replaces previous use of "runmqsc" commands
v9.1.3
9.1.3.0 (2019-07-19)
- Updated to MQ version 9.1.3.0
- Allow generation of TLS certificate with given hostname
- Fixes for the following issues:
- MQ_EPHEMERAL_PREFIX UNIX sockets fix
- Fix Makefile for Windows
- Use -a option on crtmqdir
- Remove check for certificate environment variable
v9.1.2-UBI
9.1.2.0-UBI (2019-06-21)
Breaking changes:
- UID of the mqm user is now 888. You need to run the container with an entrypoint of
runmqserver -i
under the root user to update any existing files. - MQSC files supplied will be verified before being run. Files containing invalid MQSC will cause the container to fail to start
Other changes:
- Security fixes
- Web console added to production image
- Container built on RedHat host
v9.1.2
9.1.2.0 (2019-03-21)
- Now runs using the "mqm" user instead of root. See new security doc
- New IGNSTATE parameter used in default developer config
- Termination log moved from
/dev/termination-log
to/run/termination-log
, to make permissions easier to handle - Fixes for the following issues:
v9.1.1
9.1.1.0 (2018-11-30)
- Updated to MQ version 9.1.1.0
- Created seperate RedHat Makefile for building images on RedHat machines with buildah
- Enabled REST messaging capability for app user.
- Added support for container suplimentary groups
- Removed IBM MQ version 9.0.5 details.
- Added additional Diagnostics (#203)
- Implementted GOSec to perform code scans for security vulnerabilities. ((#227))
- Removed Queue manager create option from the MQ Console.
- Fixes for the following issues: