Skip to content

Commit

Permalink
update docs
Browse files Browse the repository at this point in the history
  • Loading branch information
pgalbavy-itrs committed Oct 7, 2022
1 parent 7c50189 commit 8e21304
Show file tree
Hide file tree
Showing 2 changed files with 26 additions and 1 deletion.
25 changes: 25 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,30 @@
# Change Log

## Version v1.2.1-rc2 - 2022/10/07

### Fixes

* `geneos` command fixes:
* Fixed `init` download credential handling
* Fixes JSON output formay from `ls` commands
* Local-only installs now work again (including default "latest" support)

* Security
* Updated Labstack Echo to 4.9.0 to address security advisory [CVE-2022-40083](https://nvd.nist.gov/vuln/detail/CVE-2022-40083). To best of our knowledge this particular set of features was never used in this package.

### Additional features and improvements

* `geneos` command improvements:
* Added `--raw` to `show` to not output expanded configuration values
* Many improvements and changes to the new `aes` sub-commands. Please see [documentation](tools/geneos/README.md) for details
* Removed built-in opaquing of credentials in output in favour of new `${enc:...}` support

* `libemail.so` gets direct passwords back, with ExpandString support. See [documentation](libraries/libemail/README.md) for details

* General package improvements
* Enhanced `OpenLocalFileOrURL` to support `~/` paths
* Enhanced `ExpandString` to support direct file paths and updates package docs further

## Version v1.2.1-rc1 - 2022/09/28

### Fixes
Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# cordial

* Current Version: v1.2.1-rc1 - 2022/09/28
* Current Version: v1.2.1-rc3 - 2022/10/07

This repo contains a set of interrelated programs, integrations, libraries and packages for Geneos principally written in Go.

Expand Down

0 comments on commit 8e21304

Please sign in to comment.