9.1 updates

This commit is contained in:
Robert Parker
2018-07-23 09:35:40 +01:00
parent e4f02d55cf
commit f2a9bb4e9d
9 changed files with 44 additions and 24 deletions

View File

@@ -1,14 +1,33 @@
# Change log
## master
## 9.1.0.0 (2018-07-23)
* Updated to MQ version 9.1.0.0
* Added docker 1.12 tests
* Added MQ SDK docker image sample
* Added MQ Golang SDK docker image sample
* Addded prometheus metric gathering implementation
* Added MQ Internet Pass-Thru (MS81) docker image sample
* Added POWER PPCLE & Z Linux image builds
* `devjmstest` image now built with Maven instead of gradle
* Added FAT manifests for dockerhub/dockerstore
* Added RHEL image build
* Added basic versioning debug information into golang programs
* Removed 9.0.4
## 9.0.5.0 (2018-03-13)
* Updated to MQ version 9.0.5.0
* Container's stdout can now be set to JSON format (set LOG_FORMAT=json)
* MQ error logs (in JSON or plain text) are now mirrored on stdout for the container.
* `chkmqready` now waits until MQSC scripts in `/etc/mqm` have been applied
* `chkmqready` and `chkmqhealthy` now run as the "mqm" user
* Added ability to optionally use an alternative base image
* Various build and test improvements
* Removed 9.0.3
## 9.0.4 (2017-11-06)
* Updated to MQ version 9.0.4.0
* Updated to Go version 9
* Removed packages `curl`, `ca-certificates`, and their dependencies, which were only used at build time
@@ -18,4 +37,5 @@
* Updated to use multi-stage Docker build, so that Go code is built inside a container
## 9.0.3 (2017-10-17)
* Initial version