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
+23-1Lines changed: 23 additions & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -1,6 +1,28 @@
1
1
# Change log
2
2
3
-
## 11.0.0.5 (2019-07-x)
3
+
## 11.0.0.6 (2019-10-30)
4
+
5
+
**Breaking changes**:
6
+
* None
7
+
8
+
**Other changes**:
9
+
* Updated to use the 11.0.0.6 build
10
+
* Support metrics when Integration Server is using TLS
11
+
12
+
## 11.0.0.5.1 (2019-09-24)
13
+
14
+
**Breaking changes**:
15
+
* None
16
+
17
+
**Other changes**:
18
+
* New image that includes an MQ client
19
+
* Supports MQ 9.1.3 images
20
+
* Support for defining custom ports
21
+
* Support for running switches
22
+
* Ability to set up operator, editor, and audit users for the ACE web UI, in addition to admin and viewer users
23
+
* Support for LEL User Exit files
24
+
25
+
## 11.0.0.5 (2019-07-05)
4
26
5
27
**Breaking changes**:
6
28
* 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.
Copy file name to clipboardExpand all lines: README.md
+14-8Lines changed: 14 additions & 8 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -13,21 +13,21 @@ You can build an image containing one of the following combinations:
13
13
14
14
# Building a container image
15
15
16
-
Download a copy of App Connect Enterprise (ie. `ace-11.0.0.5.tar.gz`) and place it in the `deps` folder. When building the image use `build-arg` to specify the name of the file: `--build-arg ACE_INSTALL=ace-11.0.0.5.tar.gz`
16
+
Download a copy of App Connect Enterprise (ie. `ace-11.0.0.6.tar.gz`) and place it in the `deps` folder. When building the image use `build-arg` to specify the name of the file: `--build-arg ACE_INSTALL=ace-11.0.0.6.tar.gz`
17
17
18
-
-**Important:** Only ACE version **11.0.0.5 or greater** is supported.
18
+
-**Important:** Only ACE version **11.0.0.6 or greater** is supported.
19
19
20
20
Choose if you want to have an image with just App Connect Enterprise or an image with both App Connect Enterprise and IBM MQ Advanced.
21
21
22
22
### Building a container image which contains an IBM Service provided fix for ACE
23
23
24
24
You may have been provided with a fix for App Connect Enterprise by IBM Support, this fix will have a name of the form `11.0.0.X-ACE-LinuxX64-TF12345.tar.gz`. In order to apply this fix follow these steps.
25
25
- On a local system extract the App Connect Enterprise archive
26
-
`tar -xvf ace-11.0.0.5.tar.gz`
26
+
`tar -xvf ace-11.0.0.6.tar.gz`
27
27
- Extract the fix package into expanded App Connect Enterprise installation
- Place the resulting `ace-11.0.0.5_with_IT12345.tar.gz` file in the `deps` folder and when building using the `build-arg` to specify the name of the file: `--build-arg ACE_INSTALL=ace-11.0.0.5_with_IT12345.tar.gz`
33
33
@@ -45,7 +45,7 @@ When building a production image with MQ, follow the [MQ instructions](https://g
45
45
46
46
[Info on how to get the Developers or production image for MQ](#using-mq-production-image)
47
47
48
-
The `deps` folder must contain a copy of ACE, **version 11.0.0.5 or greater**. If using ACE for Developers, download it from [here](https://www.ibm.com/marketing/iwm/iwm/web/pick.do?source=swg-wmbfd).
48
+
The `deps` folder must contain a copy of ACE, **version 11.0.0.6 or greater**. If using ACE for Developers, download it from [here](https://www.ibm.com/marketing/iwm/iwm/web/pick.do?source=swg-wmbfd).
49
49
Then set the build argument `ACE_INSTALL` to the name of the ACE file placed in `deps`.
50
50
51
51
1. ACE production with MQ Advanced production
@@ -57,7 +57,7 @@ Then set the build argument `ACE_INSTALL` to the name of the ACE file placed in
57
57
58
58
## Build an image with App Connect Enterprise only
59
59
60
-
The `deps` folder must contain a copy of ACE, **version 11.0.0.5 or greater**. If using ACE for Developers, download it from [here](https://www.ibm.com/marketing/iwm/iwm/web/pick.do?source=swg-wmbfd).
60
+
The `deps` folder must contain a copy of ACE, **version 11.0.0.6 or greater**. If using ACE for Developers, download it from [here](https://www.ibm.com/marketing/iwm/iwm/web/pick.do?source=swg-wmbfd).
61
61
Then set the build argument `ACE_INSTALL` to the name of the ACE file placed in `deps`.
62
62
63
63
1. ACE for Developers only:
@@ -143,6 +143,12 @@ In the `sample` folder there is an example on how to build a server image with a
143
143
-**ACE_TRUSTSTORE_PASSWORD** - Set this to the password you wish to use for the trust store (if using one).
144
144
-**ACE_KEYSTORE_PASSWORD** - Set this to the password you wish to use for the key store (if using one).
145
145
146
+
-**ACE_ADMIN_SERVER_SECURITY** - Set to `true` if you intend to secure your Integration Server using SSL.
147
+
-**ACE_ADMIN_SERVER_NAME** - Set this to the DNS name of your Integration Server for SSL SAN checking.
148
+
-**ACE_ADMIN_SERVER_CA** - Set this to your Integration Server SSL CA certificate.
149
+
-**ACE_ADMIN_SERVER_CERT** - Set this to your Integration Server SSL certificate.
150
+
-**ACE_ADMIN_SERVER_KEY** - Set this to your Integration Server SSL key certificate.
151
+
146
152
The following environment variables are used by MQ Advanced if being used:
147
153
148
154
-**LICENSE** - Set this to `accept` to agree to the App Connect Enterprise license. If you wish to see the license you can set this to `view`.
@@ -177,7 +183,7 @@ You can mount the following file structure at `/home/aceuser/initial-config`. Mi
177
183
-`/home/aceuser/initial-config/serverconf`
178
184
- A text file called `server.conf.yaml` that contains a `server.conf.yaml` overrides file. This will be copied to `/home/aceuser/ace-server/overrides/server.conf.yaml`
179
185
-`/home/aceuser/initial-config/setdbparms`
180
-
- For any parameters that need to be set via `mqsisetdbparms` include a text file called `setdbparms.txt`. This supports 2 formats:
186
+
- For any parameters that need to be set via `mqsisetdbparms` include a text file called `setdbparms.txt` This supports 2 formats:
181
187
```
182
188
# Lines starting with a "#" are ignored
183
189
# Each line which starts mqsisetdbparms will be run as written
0 commit comments