diff --git a/.github/workflows/bumpVersions.yml b/.github/workflows/bumpVersions.yml index 48ea5c4eb..3a6727fef 100644 --- a/.github/workflows/bumpVersions.yml +++ b/.github/workflows/bumpVersions.yml @@ -1,6 +1,6 @@ --- name: Bump versions -run-name: Bump ${{ inputs.update-type || 'all' }} using alfresco-updatecli/${{ inputs.alfresco-updatecli-ref || 'master' }} +run-name: Bump ${{ inputs.update-type || github.event_name }} using alfresco-updatecli/${{ inputs.alfresco-updatecli-ref || 'master' }} on: schedule: diff --git a/docs/overview.md b/docs/overview.md index 74e148b1f..2d02f02eb 100644 --- a/docs/overview.md +++ b/docs/overview.md @@ -96,12 +96,12 @@ ACS 7.x onward. | Apache Tomcat | 10.1.41 | 10.1.41 | 9.0.105 | 9.0.105 | | PostgreSQL | 16.x | 15.x | 14.x | 14.x | | Apache ActiveMQ | 5.18.7 | 5.18.7 | 5.17.7 | 5.17.7 | -| Repository | 25.1.0 | 23.4.1 | 7.4.2.4 | 7.3.2.3 | -| Share | 25.1.0 | 23.4.1 | 7.4.2.4 | 7.3.2.3 | +| Repository | 25.1.1 | 23.5.0 | 7.4.2.4 | 7.3.2.3 | +| Share | 25.1.1 | 23.5.0 | 7.4.2.4 | 7.3.2.3 | | Search Services | 2.0.15 | 2.0.15 | 2.0.15 | 2.0.15 | -| Search Enterprise | 5.0.0 (n/a) | 4.2.0 | 3.3.3 | 3.2.1 | +| Search Enterprise | 5.1.0 (n/a) | 5.1.0 | 3.3.3 | 3.2.1 | | All-In-One T-Engine | 5.1.7 | 5.1.7 | 5.1.7 | 5.1.7 | -| AOS | 3.2.0 | 3.2.0 | 1.6.3 | 1.5.0 | +| AOS | 3.2.0 | 3.3.0 | 1.6.3 | 1.5.0 | | Google Docs | 4.1.0 | 4.1.0 | 3.4.2 | 3.4.2 | | Digital Workspace | 6.0.0 (n/a) | 5.3.0 | 5.0.0 | 4.4.1 | | Control Center | 9.4.0 | 9.3.0 | 8.0.0 | n/a | diff --git a/roles/repository/defaults/main.yml b/roles/repository/defaults/main.yml index 021745297..ea59d1463 100644 --- a/roles/repository/defaults/main.yml +++ b/roles/repository/defaults/main.yml @@ -22,7 +22,7 @@ repository_acs_is_enterprise: true repository_acs_artifact_name: alfresco-content-services-distribution repository_acs_repository: https://artifacts.alfresco.com/nexus/content/groups/private/org/alfresco -repository_acs_version: 25.1.0 +repository_acs_version: 25.1.1 repository_acs_archive_url: "{{ repository_acs_repository }}/{{ repository_acs_artifact_name }}/{{ repository_acs_version }}/{{ repository_acs_artifact_name }}-{{ repository_acs_version }}.zip" repository_acs_archive_checksum: "sha1:{{ repository_acs_archive_url }}.sha1" repository_acs_nexus_username: "{{ repository_nexus_username }}" @@ -131,11 +131,11 @@ repository_jdbc_driver_checksum: "sha1:{{ repository_jdbc_driver_url }}.sha1" # Default repository amps to install repository_amp_downloads: [] - # - url: "https://your.repo.com/path/to/your/artifacts/your-amp.amp" - # checksum: "sha1:2aae6c35c94fcfb415dbe95f408b9ce91ee846ed" - # dest: "{{ repository_content_folder }}//your-amp.amp" - # url_username: your_username_to_repo - # url_password: your_password_to_repo +# - url: "https://your.repo.com/path/to/your/artifacts/your-amp.amp" +# checksum: "sha1:2aae6c35c94fcfb415dbe95f408b9ce91ee846ed" +# dest: "{{ repository_content_folder }}//your-amp.amp" +# url_username: your_username_to_repo +# url_password: your_password_to_repo # Additional list of amp downloads. Same structure as repository_amp_downloads repository_extra_amp_downloads: [] diff --git a/roles/search_enterprise/defaults/main.yml b/roles/search_enterprise/defaults/main.yml index e39c2aabc..46423a081 100644 --- a/roles/search_enterprise/defaults/main.yml +++ b/roles/search_enterprise/defaults/main.yml @@ -7,7 +7,7 @@ search_enterprise_reindex_options: '' search_enterprise_artifact_name: alfresco-elasticsearch-connector-distribution search_enterprise_repository: https://artifacts.alfresco.com/nexus/content/groups/private/org/alfresco -search_enterprise_version: 5.0.0 +search_enterprise_version: 5.1.0 search_enterprise_zip_url: "{{ search_enterprise_repository }}/{{ search_enterprise_artifact_name }}/{{ search_enterprise_version }}/{{ search_enterprise_artifact_name }}-{{ search_enterprise_version }}.zip" search_enterprise_zip_checksum: "sha1:{{ search_enterprise_zip_url }}.sha1" diff --git a/tests/test-config-23.json b/tests/test-config-23.json index 7876ee13d..217ccfcec 100644 --- a/tests/test-config-23.json +++ b/tests/test-config-23.json @@ -8,7 +8,7 @@ "assertions": { "acs": { "edition": "Enterprise", - "version": "23.4.1", + "version": "23.5.0", "identity": false, "modules": [ { @@ -18,7 +18,7 @@ }, { "id": "alfresco-aos-module", - "version": "3.2.0", + "version": "3.3.0", "installed": true }, { diff --git a/tests/test-config-aas.json b/tests/test-config-aas.json index 019656988..65b4a16a3 100644 --- a/tests/test-config-aas.json +++ b/tests/test-config-aas.json @@ -8,7 +8,7 @@ "assertions": { "acs": { "edition": "Enterprise", - "version": "25.1.0", + "version": "25.1.1", "identity": false, "modules": [ { diff --git a/tests/test-config-latest-nosync.json b/tests/test-config-latest-nosync.json index c7b56aa7e..c31a24104 100644 --- a/tests/test-config-latest-nosync.json +++ b/tests/test-config-latest-nosync.json @@ -8,7 +8,7 @@ "assertions": { "acs": { "edition": "Enterprise", - "version": "25.1.0", + "version": "25.1.1", "identity": false, "modules": [ { diff --git a/tests/test-config.json b/tests/test-config.json index d615e60ef..6b6304d18 100644 --- a/tests/test-config.json +++ b/tests/test-config.json @@ -8,7 +8,7 @@ "assertions": { "acs": { "edition": "Enterprise", - "version": "25.1.0", + "version": "25.1.1", "identity": false, "modules": [ { diff --git a/vars/acs23.yml b/vars/acs23.yml index 0cd192af0..8b3f18f42 100644 --- a/vars/acs23.yml +++ b/vars/acs23.yml @@ -23,7 +23,7 @@ acs_play_acc_version: 9.3.0 acs_play_adw_version: 5.3.0 acs_play_search_version: 2.0.15 acs_play_java_version: 17.0.15+6 -acs_play_search_enterprise_version: 4.2.0 +acs_play_search_enterprise_version: 5.1.0 acs_play_sfs_version: 4.1.7 acs_play_sync_version: 5.1.0 acs_play_tomcat_version: 10.1.41 @@ -34,9 +34,9 @@ acs_play_transformers_imagemagick_version: 7.1.0-16-ci-11 acs_play_transformers_aio_version: 5.1.7 acs_play_jdbc_pg_driver_version: "{{ default_jdbc_pg_driver_version }}" acs_play_postgres_major_version: 15 -acs_play_repository_acs_version: 23.4.1 +acs_play_repository_acs_version: 23.5.0 acs_play_repository_api_explorer_version: 23.4.0 acs_play_repository_amp_googledrive_repo_version: 4.1.0 acs_play_repository_amp_googledrive_share_version: 4.1.0 acs_play_repository_amp_device_sync_version: 5.1.0 -acs_play_repository_amp_aos_module_version: 3.2.0 +acs_play_repository_amp_aos_module_version: 3.3.0 diff --git a/vars/acs25.yml b/vars/acs25.yml index 3d2acd9d0..630c84076 100644 --- a/vars/acs25.yml +++ b/vars/acs25.yml @@ -24,7 +24,7 @@ acs_play_acc_version: 9.4.0 acs_play_adw_version: 6.0.0 acs_play_search_version: 2.0.15 acs_play_java_version: 17.0.15+6 -acs_play_search_enterprise_version: 5.0.0 +acs_play_search_enterprise_version: 5.1.0 acs_play_sfs_version: 4.1.7 acs_play_sync_version: 5.2.0 acs_play_tomcat_version: 10.1.41 @@ -35,7 +35,7 @@ acs_play_transformers_imagemagick_version: 7.1.0-16-ci-11 acs_play_transformers_aio_version: 5.1.7 acs_play_jdbc_pg_driver_version: "{{ default_jdbc_pg_driver_version }}" acs_play_postgres_major_version: 16 -acs_play_repository_acs_version: 25.1.0 +acs_play_repository_acs_version: 25.1.1 acs_play_repository_api_explorer_version: 25.1.0 acs_play_repository_amp_googledrive_repo_version: 4.1.0 acs_play_repository_amp_googledrive_share_version: 4.1.0