Skip to content

Commit

Permalink
Merge pull request #110 from icatproject-contrib/update-versions
Browse files Browse the repository at this point in the history
Update Payara, JDBC driver, and ICat component versions
  • Loading branch information
ajkyffin authored Oct 28, 2024
2 parents f312333 + 63b2eb6 commit 5c984a5
Show file tree
Hide file tree
Showing 4 changed files with 6 additions and 6 deletions.
2 changes: 1 addition & 1 deletion roles/icat_server/defaults/main.yml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
---

icat_server_version: '6.0.0'
icat_server_version: '6.0.1'
icat_server_rootUserNames: "{% if ansible_local.local.instantiations.authn_simple is defined and ansible_local.local.instantiations.authn_simple == 'true' %}simple/root {% endif %}{% if ansible_local.local.instantiations.authn_db is defined and ansible_local.local.instantiations.authn_db == 'true' %}db/root {% endif %}"
icat_server_maxEntities: "10000"
icat_server_authn_list: "{% if ansible_local.local.instantiations.authn_simple is defined and ansible_local.local.instantiations.authn_simple == 'true' %}simple {% endif %}{% if ansible_local.local.instantiations.authn_db is defined and ansible_local.local.instantiations.authn_db == 'true' %}db {% endif %}{% if ansible_local.local.instantiations.authn_anon is defined and ansible_local.local.instantiations.authn_anon == 'true' %}anon {% endif %}{% if ansible_local.local.instantiations.authn_ldap is defined and ansible_local.local.instantiations.authn_ldap == 'true' %}ldap {% endif %}{% if ansible_local.local.instantiations.authn_ip_clf is defined and ansible_local.local.instantiations.authn_ip_clf == 'true' %}ip_clf {% endif %}{% if ansible_local.local.instantiations.authn_uows_clf is defined and ansible_local.local.instantiations.authn_uows_clf == 'true' %}uows_clf {% endif %}"
Expand Down
2 changes: 1 addition & 1 deletion roles/ids_server/defaults/main.yml
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
---

ids_server_version: '2.0.0-SNAPSHOT'
ids_server_version: '2.1.1'
2 changes: 1 addition & 1 deletion roles/ids_storage_file/defaults/main.yml
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
---

ids_storage_file_version: '1.4.3'
ids_storage_file_version: '1.4.4'
6 changes: 3 additions & 3 deletions roles/payara/defaults/main.yml
Original file line number Diff line number Diff line change
@@ -1,11 +1,11 @@
---

payara_version: '6.2023.9'
payara_version: '6.2024.10'
payara_dir: '/home/{{ payara_user }}/payara{{ payara_version }}'
payara_domain: 'domain1'
payara_domain_dir: '{{ payara_dir }}/glassfish/domains/{{ payara_domain }}'
install_mysql_connector_j: '{{ ansible_local.local.instantiations.mariadb | default(false) }}'
mysql_connector_j_version: 8.1.0
mysql_connector_j_version: 9.1.0
install_ojdbc11_jar: false
ojdbc11_jar_version: 21.11.0.0
ojdbc11_jar_version: 21.15.0.0
payara_user_local: false

0 comments on commit 5c984a5

Please sign in to comment.