You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: CHANGELOG.md
+4-4Lines changed: 4 additions & 4 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -1,16 +1,16 @@
1
1
# Change log
2
2
3
-
## vNext
3
+
## 9.1.2.0-UBI (2019-06-21)
4
4
5
5
**Breaking changes**:
6
-
* 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.
6
+
* 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.
7
7
* MQSC files supplied will be verified before being run. Files containing invalid MQSC will cause the container to fail to start
8
8
9
-
Other changes:
9
+
**Other changes**:
10
10
* Security fixes
11
11
* Web console added to production image
12
12
* Container built on RedHat host
13
-
13
+
14
14
## 9.1.2.0 (2019-03-21)
15
15
16
16
* Now runs using the "mqm" user instead of root. See new [security doc](https://github.com/ibm-messaging/mq-container/blob/master/docs/security.md)
0 commit comments