Skip to content

Commit

Permalink
bump to v1.5.2
Browse files Browse the repository at this point in the history
  • Loading branch information
pgalbavy-itrs committed May 31, 2023
1 parent 9358080 commit b07e832
Show file tree
Hide file tree
Showing 3 changed files with 39 additions and 13 deletions.
46 changes: 36 additions & 10 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,23 +1,51 @@
# Change Log

## Version v1.5.1
## Version v1.5.2

> **Releases 2023/05/25**
> **Releases 2023/05/31**
>
> Please report issues via
> [github](https://github.com/ITRS-Group/cordial/issues) or the [ITRS
> Community Forum](https://community.itrsgroup.com/).
> Please report issues via [github](https://github.com/ITRS-Group/cordial/issues) or the [ITRS Community Forum](https://community.itrsgroup.com/).
## v1.5.1 Changes
## v1.5.2 Changes

* [`tools/geneos`](tools/geneos/README.md):
* [#102](https://github.com/ITRS-Group/cordial/issues/102) - `process`
package additions

* [#109](https://github.com/ITRS-Group/cordial/issues/109) - New `tls
create` command

Move the functions of `--name` etc from `tls new` to `tls create` to
remove dependency on the Geneos home directory.

* [#106](https://github.com/ITRS-Group/cordial/issues/106) - Change
directory for TLS root and signing certs and keys

* [#97](https://github.com/ITRS-Group/cordial/issues/97) - Start of
Linux AC2 support. Not yet fully functional.

* [#98](https://github.com/ITRS-Group/cordial/issues/98) - Work done
and then superceeded by
[#109](https://github.com/ITRS-Group/cordial/issues/109) above.


## v1.5.2 Fixes

* [#111](https://github.com/ITRS-Group/cordial/issues/111) - Fix
gateway instance template ports

* [#103](https://github.com/ITRS-Group/cordial/issues/103) - Fix
default web server log file name

## Version v1.5.1

> **Releases 2023/05/25**
>
> Please report issues via [github](https://github.com/ITRS-Group/cordial/issues) or the [ITRS Community Forum](https://community.itrsgroup.com/).
## v1.5.1 Changes

* [`tools/geneos`](tools/geneos/README.md):

* [#85](https://github.com/ITRS-Group/cordial/issues/85) - TLS Issues

Added verification for certificates against existing root and
Expand Down Expand Up @@ -57,9 +85,7 @@

> **Released 2023/05/22**
>
> Please report issues via
> [github](https://github.com/ITRS-Group/cordial/issues) or the [ITRS
> Community Forum](https://community.itrsgroup.com/).
> Please report issues via [github](https://github.com/ITRS-Group/cordial/issues) or the [ITRS Community Forum](https://community.itrsgroup.com/).
### v1.5.0 - Highlights

Expand Down
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,9 +3,9 @@
Cordial is a collection of utilities, integrations and support packages for
ITRS Geneos.

> **Current Version: v1.5.1**
> **Current Version: v1.5.2**
>
> Released 2023/05/25
> Released 2023/05/31
>
> See [`CHANGELOG.md`](CHANGELOG.md) for more details.
Expand Down
2 changes: 1 addition & 1 deletion VERSION
Original file line number Diff line number Diff line change
@@ -1 +1 @@
v1.5.1
v1.5.2

0 comments on commit b07e832

Please sign in to comment.