Skip to content

Commit 403e4f0

Browse files
sdmarshall79JEFFLUFC
authored andcommitted
Update to MQ 9.3.4
1 parent b56e570 commit 403e4f0

File tree

7 files changed

+22
-22
lines changed

7 files changed

+22
-22
lines changed

.travis.yml

Lines changed: 15 additions & 15 deletions
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ services:
2525

2626
env:
2727
global:
28-
- MAIN_BRANCH=v9.3.3
28+
- MAIN_BRANCH=v9.3.4
2929
- TAGCACHE_FILE=tagcache
3030
- RELEASE=r1
3131

@@ -38,61 +38,61 @@ go_import_path: "github.com/ibm-messaging/mq-container"
3838
jobs:
3939
include:
4040
- stage: basic-build
41-
if: branch != v9.3.3 AND tag IS blank
41+
if: branch != v9.3.4 AND tag IS blank
4242
name: "Basic AMD64 build"
4343
os: linux
4444
env:
45-
- MQ_ARCHIVE_REPOSITORY_DEV=$MQ_933_ARCHIVE_REPOSITORY_DEV_AMD64
45+
- MQ_ARCHIVE_REPOSITORY_DEV=$MQ_934_ARCHIVE_REPOSITORY_DEV_AMD64
4646
script: bash -e travis-build-scripts/run.sh
4747

4848
# CD Build
4949

5050
- stage: global-tag
51-
if: branch = v9.3.3 AND type != pull_request OR tag =~ ^release-candidate*
51+
if: branch = v9.3.4 AND type != pull_request OR tag =~ ^release-candidate*
5252
name: "Generate Global Tag"
5353
os: linux
5454
script: bash -e travis-build-scripts/global-tag.sh
5555
- stage: build
56-
if: branch = v9.3.3 OR tag =~ ^release-candidate*
56+
if: branch = v9.3.4 OR tag =~ ^release-candidate*
5757
name: "Multi-Arch AMD64 build"
5858
os: linux
5959
env:
6060
- BUILD_ALL=true
61-
- MQ_ARCHIVE_REPOSITORY=$MQ_933_ARCHIVE_REPOSITORY_AMD64
62-
- MQ_ARCHIVE_REPOSITORY_DEV=$MQ_933_ARCHIVE_REPOSITORY_DEV_AMD64
61+
- MQ_ARCHIVE_REPOSITORY=$MQ_934_ARCHIVE_REPOSITORY_AMD64
62+
- MQ_ARCHIVE_REPOSITORY_DEV=$MQ_934_ARCHIVE_REPOSITORY_DEV_AMD64
6363
script:
6464
- bash travis-build-scripts/travis-log-keepalive.sh &
6565
- bash -e travis-build-scripts/run.sh
6666
- stage: build
67-
if: branch = v9.3.3 OR tag =~ ^release-candidate*
67+
if: branch = v9.3.4 OR tag =~ ^release-candidate*
6868
name: "Multi-Arch S390X build"
6969
os: linux
7070
arch: s390x
7171
group: vms390
7272
env:
7373
- BUILD_ALL=true
7474
- TEST_OPTS_DOCKER="-run TestGoldenPathWithMetrics"
75-
- MQ_ARCHIVE_REPOSITORY=$MQ_933_ARCHIVE_REPOSITORY_S390X
76-
- MQ_ARCHIVE_REPOSITORY_DEV=$MQ_933_ARCHIVE_REPOSITORY_DEV_S390X
77-
script:
75+
- MQ_ARCHIVE_REPOSITORY=$MQ_934_ARCHIVE_REPOSITORY_S390X
76+
- MQ_ARCHIVE_REPOSITORY_DEV=$MQ_934_ARCHIVE_REPOSITORY_DEV_S390X
77+
script:
7878
- bash travis-build-scripts/travis-log-keepalive.sh &
7979
- bash -e travis-build-scripts/run.sh
8080
- stage: build
81-
if: branch = v9.3.3 OR tag =~ ^release-candidate*
81+
if: branch = v9.3.4 OR tag =~ ^release-candidate*
8282
name: "Multi-Arch PPC64LE build"
8383
os: linux
8484
arch: ppc64le
8585
group: power-focal
8686
env:
8787
- BUILD_ALL=true
8888
- TEST_OPTS_DOCKER="-run TestGoldenPathWithMetrics"
89-
- MQ_ARCHIVE_REPOSITORY=$MQ_933_ARCHIVE_REPOSITORY_PPC64LE
90-
- MQ_ARCHIVE_REPOSITORY_DEV=$MQ_933_ARCHIVE_REPOSITORY_DEV_PPC64LE
89+
- MQ_ARCHIVE_REPOSITORY=$MQ_934_ARCHIVE_REPOSITORY_PPC64LE
90+
- MQ_ARCHIVE_REPOSITORY_DEV=$MQ_934_ARCHIVE_REPOSITORY_DEV_PPC64LE
9191
script:
9292
- bash travis-build-scripts/travis-log-keepalive.sh &
9393
- bash -e travis-build-scripts/run.sh
9494
- stage: push-manifest
95-
if: branch = v9.3.3 AND type != pull_request OR tag =~ ^release-candidate*
95+
if: branch = v9.3.4 AND type != pull_request OR tag =~ ^release-candidate*
9696
name: "Push Manifest-list to registry"
9797
env:
9898
- PUSH_MANIFEST_ONLY=true

CHANGELOG.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
# Change log
2-
## 9.3.3.2-r1 (2023-08)
2+
## 9.3.4.0 (2023-10)
33

4-
* Updated to MQ version 9.3.3.2-r1
4+
* Updated to MQ version 9.3.4.0
55

66
## 9.3.3.1-r1 (2023-08)
77

Dockerfile-server

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ ARG BASE_TAG=8.8-1072.1697626218
1717
ARG BUILDER_IMAGE=registry.access.redhat.com/ubi8/go-toolset
1818
ARG BUILDER_TAG=1.19.13-2.1698062273
1919
ARG GO_WORKDIR=/opt/app-root/src/go/src/github.com/ibm-messaging/mq-container
20-
ARG MQ_ARCHIVE="downloads/9.3.3.2-IBM-MQ-Advanced-for-Developers-Non-Install-LinuxX64.tar.gz"
20+
ARG MQ_ARCHIVE="downloads/9.3.4.0-IBM-MQ-Advanced-for-Developers-Non-Install-LinuxX64.tar.gz"
2121

2222
###############################################################################
2323
# Build stage to build Go code

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.3.3.2
4+
MQ_VERSION ?= 9.3.4.0
55

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

docs/security.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,5 +16,5 @@ docker run \
1616
--env LICENSE=accept \
1717
--env MQ_QMGR_NAME=QM1 \
1818
--detach \
19-
ibm-mqadvanced-server:9.3.3.2-amd64
19+
ibm-mqadvanced-server:9.3.4.0-amd64
2020
```

docs/testing.md

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

2626
```
27-
MQ_IMAGE_ADVANCEDSERVER=ibm-mqadvanced-server:9.3.3.2-amd64 make test-advancedserver
27+
MQ_IMAGE_ADVANCEDSERVER=ibm-mqadvanced-server:9.3.4.0-amd64 make test-advancedserver
2828
```
2929

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

source-branch.env

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

33
# SOURCE_BRANCH is the repository branch name for this release stream.
44
# It should be updated when a new release fork is created but not for testing of personal builds or pre-fork updates.
5-
SOURCE_BRANCH ?= v9.3.3
5+
SOURCE_BRANCH ?= v9.3.4
66

77
###########################################################################################################################################################

0 commit comments

Comments
 (0)