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
+22-16Lines changed: 22 additions & 16 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -1,31 +1,39 @@
1
1
# Change log
2
2
3
+
## 12.0.3.0-r2
4
+
5
+
**Updates**
6
+
7
+
* Improved the logging for metrics when authentication is not enabled
8
+
* Includes IT39515
9
+
* Includes IT39573
10
+
11
+
## 12.0.3.0-r1
12
+
13
+
**Updates**
14
+
15
+
* Fix bug with capitlisation on "insecureSsl" for barAuth json
16
+
3
17
## 11.0.0.6.1 (2019-11-20)
4
18
5
-
**Breaking changes**:
6
-
* None
19
+
**Updates**:
7
20
8
-
**Other changes**:
9
21
* Updated kubectl to version v1.16.0
10
22
* Updated MQ to version 9.1.3.0-r3
11
23
* Added support for hostname and port overrides when routes are defined
12
24
* Created ACE roles for five different access levels: admin, operator, viewer, editor, and audit
13
25
14
26
## 11.0.0.6 (2019-10-30)
15
27
16
-
**Breaking changes**:
17
-
* None
28
+
**Changes**:
18
29
19
-
**Other changes**:
20
30
* Updated to use the 11.0.0.6 build
21
31
* Support metrics when Integration Server is using TLS
22
32
23
33
## 11.0.0.5.1 (2019-09-24)
24
34
25
-
**Breaking changes**:
26
-
* None
35
+
**Updates**:
27
36
28
-
**Other changes**:
29
37
* New image that includes an MQ client
30
38
* Supports MQ 9.1.3 images
31
39
* Support for defining custom ports
@@ -36,10 +44,12 @@
36
44
## 11.0.0.5 (2019-07-05)
37
45
38
46
**Breaking changes**:
47
+
39
48
* When using MQ, the 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.
40
49
* MQSC files supplied will be verified before being run. Files containing invalid MQSC will cause the container to fail to start
41
50
42
-
**Other changes**:
51
+
**Updates**:
52
+
43
53
* Security fixes
44
54
* Web console added to production image
45
55
* Container built on RedHat host (UBI)
@@ -49,20 +59,16 @@
49
59
50
60
## 11.0.0.3 (2019-02-04)
51
61
52
-
**Breaking changes**:
53
-
NONE
54
-
55
62
**Other changes**:
63
+
56
64
* Provides samples for building image with MQ Client
57
65
* Code to generate RHEL based images
58
66
* Fix for overriding the hostname and port for RestAPI in the UI / Swagger Docs.
Copy file name to clipboardExpand all lines: README.md
+6-2Lines changed: 6 additions & 2 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -100,9 +100,13 @@ Update the Dockerfile such that
100
100
- IFIX_TAR is the name of the iFix download file. This must be located in the same directory as the Dockerfile
101
101
- USER must be updated to match the ID of the ace user
102
102
103
-
To build the image use a command such as the following`docker build -f Dockerfile --tag myregistry.com/ace/ace-server-prod:12.0.2.0-ACE-LinuxX64-TFIT38649 .`
103
+
To build the image use a command such as the following:
104
104
105
-
The resulting image should then be used using the same options as the original base image
0 commit comments