[ansible] JFrog Platform 10.9.0 release (#242)

* Issue #136 (#230)

- added boolean variable to decide whether to add a redirect directive to the nginx config when the docker subdomain feature is used.

Co-authored-by: Ram Mohan Rao Chukka <1331672+chukka@users.noreply.github.com>

* [ansible] Call "installService.sh" after upgrading Artifactory (#238)

* Issue #207 - added compatibility with Amazon Linux 2 (#231)

Co-authored-by: Ram Mohan Rao Chukka <1331672+chukka@users.noreply.github.com>

* [ansible] JFrog Platform 10.9.0 release

Co-authored-by: Johannes Brunswicker <johannes.brunswicker@gmail.com>
Co-authored-by: Christian Bönning <hexa2k9@users.noreply.github.com>
This commit is contained in:
Ram Mohan Rao Chukka
2022-10-12 15:44:12 +05:30
committed by GitHub
parent 04d58738d0
commit e34e800f84
26 changed files with 51 additions and 17 deletions

View File

@@ -1,6 +1,13 @@
# JFrog Platform Ansible Collection Changelog
All changes to this collection will be documented in this file.
## [10.9.0] - Oct 11, 2022
* Product Updates/fixes
* Fixed strange permissions for TLS directories [GH-193](https://github.com/jfrog/JFrog-Cloud-Installers/issues/193)
* Added support for Docker registries via subdomain [GH-136](https://github.com/jfrog/JFrog-Cloud-Installers/issues/136)
* Added Amazon Linux 2 compatibility [GH-231](https://github.com/jfrog/JFrog-Cloud-Installers/pull/231)
* Added installService.sh for upgrading Artifactory [GH-238](https://github.com/jfrog/JFrog-Cloud-Installers/pull/238)
## [10.8.6] - Oct 4, 2022
* Product Updates/fixes