Skip to content

Commit

Permalink
[ansible] JFrog Platform 10.20.3 release
Browse files Browse the repository at this point in the history
  • Loading branch information
shahiinn committed Dec 17, 2024
1 parent c30a314 commit 3b43687
Show file tree
Hide file tree
Showing 8 changed files with 14 additions and 8 deletions.
2 changes: 1 addition & 1 deletion Ansible/ansible_collections/jfrog/platform/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
# JFrog Platform Ansible Collection Changelog
All changes to this collection will be documented in this file.

## [10.20.2] - December 12, 2024
## [10.20.3] - December 17, 2024
* Product Updates/fixes

## [10.20.1] - Nov 26, 2024
Expand Down
2 changes: 1 addition & 1 deletion Ansible/ansible_collections/jfrog/platform/galaxy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ namespace: "jfrog"
name: "platform"

# The version of the collection. Must be compatible with semantic versioning
version: "10.20.2"
version: "10.20.3"

# The path to the Markdown (.md) readme file. This path is relative to the root of the collection
readme: "README.md"
Expand Down
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
# Defaults file for artifactory

# The version of artifactory to install
artifactory_version: 7.98.10
artifactory_version: 7.98.11
# 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
# Set this to false when ngnix is disabled, defaults to true (implies artifactory uses artifactory_nginx role )
Expand Down
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# platform collection version
platform_collection_version: 10.20.2
platform_collection_version: 10.20.3
# indicates where this collection was downloaded from (galaxy, automation_hub, standalone)
ansible_marketplace: galaxy
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# platform collection version
platform_collection_version: 10.20.2
platform_collection_version: 10.20.3
# indicates were this collection was downlaoded from (galaxy, automation_hub, standalone)
ansible_marketplace: galaxy
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# platform collection version
platform_collection_version: 10.20.2
platform_collection_version: 10.20.3
# indicates were this collection was downlaoded from (galaxy, automation_hub, standalone)
ansible_marketplace: galaxy
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
# Defaults file for xray

# The version of xray to install
xray_version: 3.107.16
xray_version: 3.107.18
# Whether to enable HA
xray_ha_enabled: false
xray_ha_node_type: master
Expand Down Expand Up @@ -59,14 +59,20 @@ yum_python_interpreter: >-
{%- if linux_distro is not defined -%}
/usr/bin/python3
{%- elif linux_distro in ['centos7', 'redhat7'] -%}
/usr/bin/python
{%- else -%}
/usr/bin/python3
{%- endif -%}
# Provide systemyaml content below with 2-space indentation
Expand Down
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# platform collection version
platform_collection_version: 10.20.2
platform_collection_version: 10.20.3
# indicates were this collection was downlaoded from (galaxy, automation_hub, standalone)
ansible_marketplace: galaxy

0 comments on commit 3b43687

Please sign in to comment.