|
2 | 2 |
|
3 | 3 | ## Version v1.19.0
|
4 | 4 |
|
| 5 | +### Version v1.19.0 Highlights |
| 6 | + |
| 7 | +* Added `sso-agent` to `tools/geneos` so you can now deploy and manage those easier |
| 8 | +* Updated `ca3` unmanaged/standalone Collection Agent component to work with new releases |
| 9 | + |
| 10 | + |
5 | 11 | > [!NOTE]
|
6 |
| -> **Released 2024-11-xx** |
| 12 | +> **Released 2024-11-11** |
7 | 13 | >
|
8 | 14 | > Please report issues via [github](https://github.com/ITRS-Group/cordial/issues) or the [ITRS Community Forum](https://community.itrsgroup.com/).
|
9 | 15 |
|
10 | 16 | ## Version v1.19.0 Changes
|
11 | 17 |
|
12 | 18 | * `tools/geneos`
|
13 | 19 |
|
14 |
| - * Added `sso-agent` as a component. You can now install and manage SSO Agent instances using `geneos`. When adding a new instance `geneos` also creates an `ssokey` in a keystore file based on the `conf/sso-agent.conf` settings. If the instance is created with a TLS certificate and key then these are also stored in the truststore/keystore alongside any certificate validation chain. At the moment the configuraton file is treated as read-only, but in time we will add capbilities to make changes using the command line. |
| 20 | + * Added `sso-agent` as a component. You can now install and manage SSO Agent instances using `geneos`. When adding a new instance `geneos` also creates an `ssokey` in a keystore file based on the `conf/sso-agent.conf` settings. If the instance is created with a TLS certificate and key then these are also stored in the truststore/keystore alongside any certificate validation chain. At the moment the configuration file is treated as read-only, but in time we will add capabilities to make changes using the command line. |
15 | 21 | * As part of the work to add ZIP file support for SSO Agent component releases, we've improved how all releases are unarchived and now files and directories have their modification times set based on the archive file data. Symbolic links only have their modification times set when unarchiving locally.
|
| 22 | + * Support the import of truststore/keystore files as JCEKS if loading as a JKS fails. Note that all truststore/keystore files are still written as JKS. |
| 23 | + * Fixed `ca3` starting environment |
| 24 | + * Changed output of versions in the `geneos ps` command to be easier to read |
16 | 25 |
|
17 | 26 | ## Version v1.19.0 Fixes
|
18 | 27 |
|
19 | 28 | * `tools/geneos`
|
20 | 29 |
|
21 |
| - * A recent change meant that the user's AES keyfile would not be created on `geneos login`, this is fixed |
| 30 | + * A recent change meant that the user's AES keyfile would not be created when running `geneos login` for the first time, this is fixed |
| 31 | + * Explicitly disable file descriptor inheritance in started processes |
| 32 | + * Show a version for Java bases components based on installed version |
| 33 | + * Fix `deploy` commands to create the correct Geneos home directory, instead of always a `geneos/` directory in the working directory |
| 34 | + |
| 35 | +* `gdna` |
| 36 | + |
| 37 | + * Include gateways that have no other components listed, fixing reports of unused gateway. |
22 | 38 |
|
23 | 39 | ---
|
24 | 40 |
|
|
0 commit comments