Skip to content

Commit a8a03a9

Browse files
committed
release version v1.19.0
1 parent 467066b commit a8a03a9

File tree

3 files changed

+21
-5
lines changed

3 files changed

+21
-5
lines changed

CHANGELOG.md

Lines changed: 19 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -2,23 +2,39 @@
22

33
## Version v1.19.0
44

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+
511
> [!NOTE]
6-
> **Released 2024-11-xx**
12+
> **Released 2024-11-11**
713
>
814
> Please report issues via [github](https://github.com/ITRS-Group/cordial/issues) or the [ITRS Community Forum](https://community.itrsgroup.com/).
915
1016
## Version v1.19.0 Changes
1117

1218
* `tools/geneos`
1319

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.
1521
* 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
1625

1726
## Version v1.19.0 Fixes
1827

1928
* `tools/geneos`
2029

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.
2238

2339
---
2440

README.md

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

33
> [!NOTE]
44
>
5-
> This is **Version v1.18.2** - Released 2024-10-29 - See [`CHANGELOG.md`](CHANGELOG.md) for more details.
5+
> This is **Version v1.19.0** - Released 2024-11-11 - See [`CHANGELOG.md`](CHANGELOG.md) for more details.
66
77
## Tools and Utilities
88

VERSION

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
v1.19.0-alpha
1+
v1.19.0

0 commit comments

Comments
 (0)