Skip to content

Commit

Permalink
[ansible] JFrog Platform 10.15.3 release (#338)
Browse files Browse the repository at this point in the history
  • Loading branch information
chukka authored Oct 17, 2023
1 parent 9c1f1fc commit cbbd03e
Show file tree
Hide file tree
Showing 15 changed files with 27 additions and 16 deletions.
6 changes: 6 additions & 0 deletions Ansible/ansible_collections/jfrog/platform/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,12 @@
# JFrog Platform Ansible Collection Changelog
All changes to this collection will be documented in this file.

## [10.15.3] - Oct 16, 2023
* Product Updates/fixes

## [10.15.2] - Sep 28, 2023
* Product Updates/fixes

## [10.15.0] - Sep 12, 2023
* Increase heap space in artifactory java opts [GH-329](https://github.com/jfrog/JFrog-Cloud-Installers/issues/329)
* Product Updates/fixes
Expand Down
3 changes: 2 additions & 1 deletion Ansible/ansible_collections/jfrog/platform/artifactory.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,4 +6,5 @@
- 1
- 100%
roles:
- artifactory
- role: artifactory
when: artifactory_enabled | bool
3 changes: 2 additions & 1 deletion Ansible/ansible_collections/jfrog/platform/distribution.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,4 +3,5 @@
collections:
- community.general
roles:
- distribution
- role: distribution
when: distribution_enabled | bool
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.15.0"
version: "10.15.3"

# The path to the Markdown (.md) readme file. This path is relative to the root of the collection
readme: "README.md"
Expand Down
3 changes: 2 additions & 1 deletion Ansible/ansible_collections/jfrog/platform/insight.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,4 +4,5 @@
- community.general
- ansible.posix
roles:
- insight
- role: insight
when: insight_enabled | bool
5 changes: 3 additions & 2 deletions Ansible/ansible_collections/jfrog/platform/postgres.yml
Original file line number Diff line number Diff line change
@@ -1,7 +1,8 @@
- name: Play for postgres_servers
hosts: postgres
hosts: postgres_servers
collections:
- community.postgresql
- community.general
roles:
- postgres
- role: postgres
when: postgres_enabled | bool
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.68.7
artifactory_version: 7.68.14

# 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
Expand Down Expand Up @@ -112,4 +112,4 @@ artifactory_binarystore: |-
artifactory_systemyaml_override: false

# Allow artifactory user to create crontab rules
artifactory_allow_crontab: false
artifactory_allow_crontab: false
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
# platform collection version
platform_collection_version: 10.15.0
platform_collection_version: 10.15.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,7 +1,7 @@
# defaults file for distribution

# The version of distribution to install
distribution_version: 2.20.1
distribution_version: 2.20.3

# whether to enable HA
distribution_ha_enabled: false
Expand Down
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
# platform collection version
platform_collection_version: 10.15.0
platform_collection_version: 10.15.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 insight

# The version of insight to install
insight_version: 1.15.3
insight_version: 1.15.4

# whether to enable HA
insight_ha_enabled: false
Expand Down
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
# platform collection version
platform_collection_version: 10.15.0
platform_collection_version: 10.15.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.82.6
xray_version: 3.83.9

# Whether to enable HA
xray_ha_enabled: false
Expand Down
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
# platform collection version
platform_collection_version: 10.15.0
platform_collection_version: 10.15.3

# indicates were this collection was downlaoded from (galaxy, automation_hub, standalone)
ansible_marketplace: galaxy
3 changes: 2 additions & 1 deletion Ansible/ansible_collections/jfrog/platform/xray.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,4 +3,5 @@
collections:
- community.general
roles:
- xray
- role: xray
when: xray_enabled | bool

0 comments on commit cbbd03e

Please sign in to comment.