Skip to content

Commit a4dc545

Browse files
mamgainpGitHub Enterprise
authored andcommitted
Merge pull request #128 from mq-cloudpak/MQ-921-upgrade
updating mq 9200 to 9210
2 parents f16ce5e + 03cdf67 commit a4dc545

File tree

7 files changed

+18
-13
lines changed

7 files changed

+18
-13
lines changed

.travis.yml

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -44,7 +44,7 @@ jobs:
4444
name: "Basic AMD64 build"
4545
os: linux
4646
env:
47-
- MQ_ARCHIVE_REPOSITORY_DEV=$MQ_920_ARCHIVE_REPOSITORY_DEV_AMD64
47+
- MQ_ARCHIVE_REPOSITORY_DEV=$MQ_921_ARCHIVE_REPOSITORY_DEV_AMD64
4848
script: bash -e travis-build-scripts/run.sh
4949

5050
# CD Build
@@ -60,17 +60,17 @@ jobs:
6060
os: linux
6161
env:
6262
- BUILD_ALL=true
63-
- MQ_ARCHIVE_REPOSITORY=$MQ_920_ARCHIVE_REPOSITORY_AMD64
64-
- MQ_ARCHIVE_REPOSITORY_DEV=$MQ_920_ARCHIVE_REPOSITORY_DEV_AMD64
63+
- MQ_ARCHIVE_REPOSITORY=$MQ_921_ARCHIVE_REPOSITORY_AMD64
64+
- MQ_ARCHIVE_REPOSITORY_DEV=$MQ_921_ARCHIVE_REPOSITORY_DEV_AMD64
6565
script: bash -e travis-build-scripts/run.sh
6666
# - if: branch = private-master OR tag =~ ^release-candidate*
6767
# name: "Multi-Arch PPC64LE build"
6868
# os: linux-ppc64le
6969
# env:
7070
# - BUILD_ALL=true
7171
# - TEST_OPTS_DOCKER="-run TestGoldenPathWithMetrics"
72-
# # - MQ_ARCHIVE_REPOSITORY=$MQ_920_ARCHIVE_REPOSITORY_PPC64LE
73-
# - MQ_ARCHIVE_REPOSITORY_DEV=$MQ_920_ARCHIVE_REPOSITORY_DEV_PPC64LE
72+
# # - MQ_ARCHIVE_REPOSITORY=$MQ_921_ARCHIVE_REPOSITORY_PPC64LE
73+
# - MQ_ARCHIVE_REPOSITORY_DEV=$MQ_921_ARCHIVE_REPOSITORY_DEV_PPC64LE
7474
# script: bash -e travis-build-scripts/run.sh
7575
- stage: build
7676
if: branch = private-master OR tag =~ ^release-candidate*
@@ -79,8 +79,8 @@ jobs:
7979
env:
8080
- BUILD_ALL=true
8181
- TEST_OPTS_DOCKER="-run TestGoldenPathWithMetrics"
82-
- MQ_ARCHIVE_REPOSITORY=$MQ_920_ARCHIVE_REPOSITORY_S390X
83-
- MQ_ARCHIVE_REPOSITORY_DEV=$MQ_920_ARCHIVE_REPOSITORY_DEV_S390X
82+
- MQ_ARCHIVE_REPOSITORY=$MQ_921_ARCHIVE_REPOSITORY_S390X
83+
- MQ_ARCHIVE_REPOSITORY_DEV=$MQ_921_ARCHIVE_REPOSITORY_DEV_S390X
8484
script: bash -e travis-build-scripts/run.sh
8585
- stage: push-manifest
8686
if: branch = private-master AND type != pull_request OR tag =~ ^release-candidate*

CHANGELOG.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,10 @@
11
# Change log
22

3+
## 9.2.1.0 (2020-02-18)
4+
5+
* Updated to MQ version 9.2.1.0
6+
7+
38
## 9.2.0.1-LTS (2020-12-04)
49

510
* Added support for MQ Long Term Support (production licensed only) in the mq-container

Dockerfile-server

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@
1515
ARG BASE_IMAGE=registry.redhat.io/ubi8/ubi-minimal
1616
ARG BASE_TAG=8.3-201
1717
ARG GO_WORKDIR=/go/src/github.com/ibm-messaging/mq-container
18-
ARG MQ_URL="https://public.dhe.ibm.com/ibmdl/export/pub/software/websphere/messaging/mqadv/9.2.0.0-IBM-MQ-Advanced-for-Developers-Non-Install-LinuxX64.tar.gz"
18+
ARG MQ_URL="https://public.dhe.ibm.com/ibmdl/export/pub/software/websphere/messaging/mqadv/9.2.1.0-IBM-MQ-Advanced-for-Developers-Non-Install-LinuxX64.tar.gz"
1919
###############################################################################
2020
# Build stage to build Go code
2121
###############################################################################

config.env

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
###########################################################################################################################################################
22

33
# MQ_VERSION is the fully qualified MQ version number to build
4-
MQ_VERSION ?= 9.2.0.0
4+
MQ_VERSION ?= 9.2.1.0
55

66
###########################################################################################################################################################

docs/building.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ From MQ 9.2.X, the MQ container adds support for MQ Long Term Support (LTS) **pr
2020
This procedure works for building the MQ Continuous Delivery release, on `amd64`, `ppc64le` and `s390x` architectures.
2121

2222
1. Create a `downloads` directory in the root of this repository
23-
2. Download MQ from [IBM Passport Advantage](https://www.ibm.com/software/passportadvantage/) or [IBM Fix Central](https://www.ibm.com/support/fixcentral), and place the downloaded file (for example, `IBM_MQ_9.2.0_LINUX_X86-64_NOINST.tar.gz`) in the `downloads` directory
23+
2. Download MQ from [IBM Passport Advantage](https://www.ibm.com/software/passportadvantage/) or [IBM Fix Central](https://www.ibm.com/support/fixcentral), and place the downloaded file (for example, `IBM_MQ_9.2.1_LINUX_X86-64_NOINST.tar.gz`) in the `downloads` directory
2424
3. Login to the Red Hat Registry: `docker login registry.redhat.io` using your Customer Portal credentials.
2525
4. Run `make build-advancedserver`
2626

docs/security.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ docker run \
1616
--env LICENSE=accept \
1717
--env MQ_QMGR_NAME=QM1 \
1818
--detach \
19-
ibm-mqadvanced-server:9.2.0.0-amd64
19+
ibm-mqadvanced-server:9.2.1.0-amd64
2020
```
2121

2222
The MQ Advanced for Developers image does require the "chown", "setuid", "setgid" and "audit_write" capabilities (plus "dac_override" if you're using an image based on Red Hat Enterprise Linux). This is because it uses the "sudo" command to change passwords inside the container. For example, in Docker, you could do the following:
@@ -31,5 +31,5 @@ docker run \
3131
--env LICENSE=accept \
3232
--env MQ_QMGR_NAME=QM1 \
3333
--detach \
34-
ibm-mqadvanced-server-dev:9.2.0.0-amd64
34+
ibm-mqadvanced-server-dev:9.2.1.0-amd64
3535
```

docs/testing.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ make advancedserver
2525
You can specify the image to use directly by using the `MQ_IMAGE_ADVANCEDSERVER` or `MQ_IMAGE_DEVSERVER` variables, for example:
2626

2727
```
28-
MQ_IMAGE_ADVANCEDSERVER=ibm-mqadvanced-server:9.2.0.0-amd64 make test-advancedserver
28+
MQ_IMAGE_ADVANCEDSERVER=ibm-mqadvanced-server:9.2.1.0-amd64 make test-advancedserver
2929
```
3030

3131
You can pass parameters to `go test` with an environment variable. For example, to run the "TestGoldenPath" test, run the following command:

0 commit comments

Comments
 (0)