[ansible] JFrog Platform 10.6.1 release (#218)

This commit is contained in:
Ram Mohan Rao Chukka
2022-05-20 09:05:38 +05:30
committed by GitHub
parent 5097e35075
commit 55413d9974
8 changed files with 10 additions and 7 deletions

View File

@@ -1,6 +1,9 @@
# JFrog Platform Ansible Collection Changelog # JFrog Platform Ansible Collection Changelog
All changes to this collection will be documented in this file. All changes to this collection will be documented in this file.
## [10.6.1] - May 16, 2022
* Product Updates/fixes
## [10.6.0] - May 10, 2022 ## [10.6.0] - May 10, 2022
* Keep SELinux settings on upgrade + check mode [GH-214](https://github.com/jfrog/JFrog-Cloud-Installers/pull/214) * Keep SELinux settings on upgrade + check mode [GH-214](https://github.com/jfrog/JFrog-Cloud-Installers/pull/214)
* Artifactory - Add support for default database driver [GH-213](https://github.com/jfrog/JFrog-Cloud-Installers/pull/213) * Artifactory - Add support for default database driver [GH-213](https://github.com/jfrog/JFrog-Cloud-Installers/pull/213)

View File

@@ -9,7 +9,7 @@ namespace: "jfrog"
name: "platform" name: "platform"
# The version of the collection. Must be compatible with semantic versioning # The version of the collection. Must be compatible with semantic versioning
version: "10.6.0" version: "10.6.1"
# The path to the Markdown (.md) readme file. This path is relative to the root of the collection # The path to the Markdown (.md) readme file. This path is relative to the root of the collection
readme: "README.md" readme: "README.md"

View File

@@ -1,7 +1,7 @@
# defaults file for artifactory # defaults file for artifactory
# The version of artifactory to install # The version of artifactory to install
artifactory_version: 7.38.7 artifactory_version: 7.38.8
# Set this to true when SSL is enabled (to use artifactory_nginx_ssl role), default to false (implies artifactory uses artifactory_nginx role ) # Set this to true when SSL is enabled (to use artifactory_nginx_ssl role), default to false (implies artifactory uses artifactory_nginx role )
artifactory_nginx_ssl_enabled: false artifactory_nginx_ssl_enabled: false

View File

@@ -1,5 +1,5 @@
# platform collection version # platform collection version
platform_collection_version: 10.6.0 platform_collection_version: 10.6.1
# indicates where this collection was downloaded from (galaxy, automation_hub, standalone) # indicates where this collection was downloaded from (galaxy, automation_hub, standalone)
ansible_marketplace: galaxy ansible_marketplace: galaxy

View File

@@ -1,7 +1,7 @@
# defaults file for distribution # defaults file for distribution
# The version of distribution to install # The version of distribution to install
distribution_version: 2.12.2 distribution_version: 2.12.3
# whether to enable HA # whether to enable HA
distribution_ha_enabled: false distribution_ha_enabled: false

View File

@@ -1,5 +1,5 @@
# platform collection version # platform collection version
platform_collection_version: 10.6.0 platform_collection_version: 10.6.1
# indicates were this collection was downlaoded from (galaxy, automation_hub, standalone) # indicates were this collection was downlaoded from (galaxy, automation_hub, standalone)
ansible_marketplace: galaxy ansible_marketplace: galaxy

View File

@@ -1,5 +1,5 @@
# platform collection version # platform collection version
platform_collection_version: 10.6.0 platform_collection_version: 10.6.1
# indicates were this collection was downlaoded from (galaxy, automation_hub, standalone) # indicates were this collection was downlaoded from (galaxy, automation_hub, standalone)
ansible_marketplace: galaxy ansible_marketplace: galaxy

View File

@@ -1,5 +1,5 @@
# platform collection version # platform collection version
platform_collection_version: 10.6.0 platform_collection_version: 10.6.1
# indicates were this collection was downlaoded from (galaxy, automation_hub, standalone) # indicates were this collection was downlaoded from (galaxy, automation_hub, standalone)
ansible_marketplace: galaxy ansible_marketplace: galaxy