[ansible] JFrog Platform 10.4.0 release (#208)

This commit is contained in:
Ram Mohan Rao Chukka
2022-03-10 12:56:39 +05:30
committed by GitHub
parent 6f1819c8df
commit e64844d6b9
11 changed files with 15 additions and 11 deletions

View File

@@ -1,7 +1,11 @@
# JFrog Platform Ansible Collection Changelog
All changes to this collection will be documented in this file.
## [10.3.2] - Feb 28, 2022
## [10.4.0] - Mar 9, 2022
* Removed suport for ubuntu 16 LTS version
* Product Updates/fixes
## [10.3.2] - Feb 18, 2022
* Product Updates/fixes
## [10.3.1] - Feb 17, 2022

View File

@@ -118,7 +118,7 @@ ansible-galaxy collection build
## OS support
The JFrog Platform Ansible Collection can be installed on the following operating systems:
* Ubuntu LTS versions (16.04/18.04/20.4)
* Ubuntu LTS versions (18.04/20.4)
* Centos/RHEL 7.x/8.x
* Debian 9.x/10.x

View File

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

View File

@@ -1,7 +1,7 @@
# defaults file for artifactory
# The version of artifactory to install
artifactory_version: 7.33.12
artifactory_version: 7.35.2
# 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

View File

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

View File

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

View File

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

View File

@@ -1,7 +1,7 @@
# defaults file for insight
# The version of insight to install
insight_version: 1.6.2
insight_version: 1.7.0
# whether to enable HA
insight_ha_enabled: false

View File

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

View File

@@ -1,7 +1,7 @@
# defaults file for xray
# The version of xray to install
xray_version: 3.43.1
xray_version: 3.44.1
# whether to enable HA
xray_ha_enabled: false

View File

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