From 781ce07e9c99559155be393d01b79a52163c2e7d Mon Sep 17 00:00:00 2001 From: Arthur Barr Date: Wed, 1 Nov 2017 11:47:55 +0000 Subject: [PATCH 1/3] Update reference to ICP --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index afc4e81..4ecf267 100644 --- a/README.md +++ b/README.md @@ -2,7 +2,7 @@ # Overview -Run [IBM® MQ](http://www-03.ibm.com/software/products/en/ibm-mq) in a container. The supplied [Helm](https://helm.sh/) chart can be used to run the container on a [Kubernetes](https://kubernetes.io) cluster, such as [IBM Cloud private](https://www.ibm.com/cloud-computing/products/ibm-cloud-private/) or the [IBM Bluemix Container Service](https://www.ibm.com/cloud-computing/bluemix/containers). +Run [IBM® MQ](http://www-03.ibm.com/software/products/en/ibm-mq) in a container. The supplied [Helm](https://helm.sh/) chart can be used to run the container on a [Kubernetes](https://kubernetes.io) cluster, such as [IBM Cloud Private](https://www.ibm.com/cloud-computing/products/ibm-cloud-private/) or the [IBM Bluemix Container Service](https://www.ibm.com/cloud-computing/bluemix/containers). # Current status MQ Advanced for Developers image - [![Build Status](https://travis-ci.org/ibm-messaging/mq-container.svg?branch=master)](https://travis-ci.org/ibm-messaging/mq-container) From 0fdda62e34d641066e4a5a271336bc025b6203ac Mon Sep 17 00:00:00 2001 From: Arthur Barr Date: Wed, 1 Nov 2017 11:48:28 +0000 Subject: [PATCH 2/3] Remove setting for CMDLEVEL --- README.md | 1 - 1 file changed, 1 deletion(-) diff --git a/README.md b/README.md index 4ecf267..6e75a3c 100644 --- a/README.md +++ b/README.md @@ -27,7 +27,6 @@ In order to use the image, it is necessary to accept the terms of the IBM MQ lic * **LICENSE** - Set this to `accept` to agree to the MQ Advanced for Developers license. If you wish to see the license you can set this to `view`. * **LANG** - Set this to the language you would like the license to be printed in. * **MQ_QMGR_NAME** - Set this to the name you want your Queue Manager to be created with. -* **MQ_QMGR_CMDLEVEL** - Set this to the `CMDLEVEL` you wish your Queue Manager to be started with. # Issues and contributions From 3721dbdb319706d21503550272b02246252af731 Mon Sep 17 00:00:00 2001 From: Arthur Barr Date: Wed, 8 Nov 2017 09:25:38 +0000 Subject: [PATCH 3/3] Update release date --- CHANGELOG.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index daa48e4..8d08fa7 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,6 +1,6 @@ # Change log -## 9.0.4 (2017-11-01) +## 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 @@ -10,4 +10,4 @@ * Updated to use multi-stage Docker build, so that Go code is built inside a container ## 9.0.3 (2017-10-17) -* Initial version \ No newline at end of file +* Initial version