Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

OPSEXP-2870 Bump components for Libra release #957

Open
wants to merge 13 commits into
base: master
Choose a base branch
from
2 changes: 1 addition & 1 deletion 7.2.N-extra-vars.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ acs:
artifact_name: alfresco-content-services-distribution
edition: Enterprise
repository: "{{ nexus_repository.enterprise_releases }}"
version: 7.2.2.4
version: 7.2.2.5
amps:
aos_module:
repository: "{{ nexus_repository.releases }}/aos-module/alfresco-aos-module"
Expand Down
2 changes: 1 addition & 1 deletion community-extra-vars.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ transform:
acc:
artifact_name: alfresco-control-center
repository: "{{ nexus_repository.releases }}"
version: 9.0.0
version: 9.1.0
search:
artifact_name: alfresco-search-services
repository: "{{ nexus_repository.releases }}"
Expand Down
8 changes: 4 additions & 4 deletions docs/overview.md
Original file line number Diff line number Diff line change
Expand Up @@ -82,15 +82,15 @@ The table below shows the version of the components deployed by the playbook for
| Apache Tomcat | 10.1.25 | 9.0.91 | 9.0.91 | 9.0.91 | 9.0.91 |
| PostgreSQL | 15.x | 14.x | 14.x | 13.x | 13.x |
| Apache ActiveMQ | 5.18.5 | 5.17.6 | 5.17.6 | 5.16.7 | 5.16.7 |
| Repository | 23.3.0 (23.3.0) | 7.4.2.1 | 7.3.2.1 | 7.2.2.1 | 7.1.1.10 |
| Share | 23.3.0 (23.3.0) | 7.4.2.1 | 7.3.2.1 | 7.2.2.1 | 7.1.1.10 |
| Repository | 23.3.2 (23.3.0) | 7.4.2.1 | 7.3.2.1 | 7.2.2.5 | 7.1.1.10 |
| Share | 23.3.2 (23.3.0) | 7.4.2.1 | 7.3.2.1 | 7.2.2.5 | 7.1.1.10 |
| Search Services | 2.0.11 | 2.0.11 | 2.0.11 | 2.0.11 | 2.0.2.2 |
| Search Enterprise | 4.1.0 (n/a) | 3.3.3 | 3.2.1 | 3.1.1.1 | 3.1.1.1 |
| All-In-One T-Engine | 5.1.4 | 5.1.4 | 3.1.2 | 3.1.2 | 3.1.2 |
| AOS | 3.1.0 | 1.6.2 | 1.5.0 | 1.4.1 | 1.4.1 |
| Google Docs | 4.0.0 | 3.4.2 | 3.3.1 | 3.2.2 | 3.2.1 |
| Digital Workspace | 5.0.0 (n/a) | 4.0.0 | 3.1.0 | 3.0.0 | 2.6.1 |
| Control Center | 9.0.0 | 8.0.0 | n/a | n/a | n/a |
| Digital Workspace | 5.1.0 (n/a) | 4.0.0 | 3.1.0 | 3.0.0 | 2.6.1 |
| Control Center | 9.1.0 | 8.0.0 | n/a | n/a | n/a |
| Transform Router | 4.1.4 (n/a) | 4.1.4 | 2.1.2 | 2.1.2 | 2.1.2 |
| Shared File Store | 4.1.4 (n/a) | 4.1.4 | 2.1.2 | 2.1.2 | 2.1.2 |
| Sync Service | 5.0.0 (n/a) | 3.11.3 | 3.11.3 | 3.11.3 | 3.11.3 |
Expand Down
6 changes: 3 additions & 3 deletions group_vars/all.yml
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ acs:
artifact_name: alfresco-content-services-distribution
edition: Enterprise
repository: "{{ nexus_repository.enterprise_releases }}"
version: 23.3.0
version: 23.3.2
amps:
aos_module:
repository: "{{ nexus_repository.releases }}/aos-module/alfresco-aos-module"
Expand Down Expand Up @@ -69,15 +69,15 @@ sfs:
adw:
artifact_name: alfresco-digital-workspace
repository: "{{ nexus_repository.enterprise_releases }}"
version: 5.0.0
version: 5.1.0
sync:
repository: >-
{{ nexus_repository.enterprise_releases }}/services/sync/sync-dist-6.x
version: 5.0.0
acc:
artifact_name: alfresco-control-center
repository: "{{ nexus_repository.releases }}"
version: 9.0.0
version: 9.1.0
supported_os:
RedHat:
versions:
Expand Down
3 changes: 3 additions & 0 deletions roles/repository/molecule/default/tests/test_repository.py
Original file line number Diff line number Diff line change
Expand Up @@ -105,6 +105,9 @@ def test_alfresco_api(host):
if acs_version.startswith('23.2.1'):
# Known issue with discovery api in 23.2.1
acs_version = '23.2.0'
if acs_version.startswith('23.3.2'):
# Known issue with discovery api in 23.3.2
acs_version = '23.3.1.2'
assert_that(response['entry']['repository']['version']['display'], contains_string(acs_version))


Expand Down
4 changes: 2 additions & 2 deletions scripts/updatecli/updatecli_acs23.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,10 +2,10 @@ acs:
version: "23.3"

adw:
version: "5.0"
version: "5.1"

acc:
version: "9.0"
version: "9.1"

aos:
version: "3.1"
Expand Down
2 changes: 1 addition & 1 deletion scripts/updatecli/updatecli_community.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ acs:
edition: community

acc:
version: "9.0"
version: "9.1"

aos:
version: "3.1"
Expand Down
2 changes: 1 addition & 1 deletion tests/test-config-latest-nosync.json
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
"assertions": {
"acs": {
"edition": "Enterprise",
"version": "23.3.0",
"version": "23.3.2",
"identity": false,
"modules": [
{
Expand Down
6 changes: 3 additions & 3 deletions tests/test-config.json
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
"assertions": {
"acs": {
"edition": "Enterprise",
"version": "23.3.0",
"version": "23.3.2",
"identity": false,
"modules": [
{
Expand All @@ -29,10 +29,10 @@
]
},
"acc": {
"version": "8.3.0"
"version": "9.1.0"
},
"adw": {
"version": "4.3.0"
"version": "5.1.0"
}
}
}
Loading