Skip to content

Commit

Permalink
OPSEXP-2676 Bump docs for Gemini release (#875)
Browse files Browse the repository at this point in the history
  • Loading branch information
gionn authored May 29, 2024
1 parent 747dbcb commit 3a8244a
Show file tree
Hide file tree
Showing 2 changed files with 14 additions and 12 deletions.
6 changes: 4 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -196,8 +196,10 @@ Follow this quick checklist:
* copy the versions inside the group_vars/all.yml to a new XX.N-extra-vars.yml (in case of a new ACS major version)
* run [updatecli workflow](https://github.com/Alfresco/alfresco-ansible-deployment/actions/workflows/updatecli.yml)
* run [enterprise-extended](https://github.com/Alfresco/alfresco-ansible-deployment/actions/workflows/enterprise-extended.yml) and make sure it is green
* ensure that the [tables in the main readme](README.md) has been updated
* ensure that AMI id for the root molecule tests are not too outdated (e.g. [default suite](../molecule/default/))
* ensure that the [versions table in the main readme](docs/overview.md#versioning) has been updated
* ensure that docker images and AMI id for the root molecule tests are
reflecting any eventual minor OS release (e.g. [default
suite](../molecule/default/))

### Tag and release

Expand Down
20 changes: 10 additions & 10 deletions docs/overview.md
Original file line number Diff line number Diff line change
Expand Up @@ -76,24 +76,24 @@ distributions.
The table below shows the version of the components deployed by the playbook for ACS 7.x onward.

| Component | 23.2 Enterprise (Community) | 7.4 Enterprise | 7.3 Enterprise | 7.2 Enterprise | 7.1 Enterprise |
| Component | 23.2 Enterprise & Community | 7.4 Enterprise | 7.3 Enterprise | 7.2 Enterprise | 7.1 Enterprise |
|---------------------|-----------------------------|----------------|----------------|----------------|----------------|
| OpenJDK | 17.0.9 | 17.0.3 | 17.0.3 | 11.0.15 | 11.0.15 |
| Apache Tomcat | 10.1.20 | 9.0.86 | 9.0.86 | 9.0.86 | 9.0.86 |
| PostgreSQL | 15.x | 14.x | 14.x | 13.x | 13.x |
| Apache ActiveMQ | 5.18.4 | 5.17.6 | 5.17.6 | 5.16.7 | 5.16.7 |
| Repository | 23.2.1 | 7.4.1.6 | 7.3.1.2 | 7.2.1.15 | 7.1.1.10 |
| Share | 23.2.1 | 7.4.1.6 | 7.3.1.2 | 7.2.1.15 | 7.1.1.10 |
| Repository | 23.2.1 | 7.4.2 | 7.3.2 | 7.2.2 | 7.1.1.10 |
| Share | 23.2.1 | 7.4.2 | 7.3.2 | 7.2.2 | 7.1.1.10 |
| Search Services | 2.0.10 | 2.0.10 | 2.0.10 | 2.0.10 | 2.0.2.2 |
| Search Enterprise | 4.0.1 (n/a) | 3.3.3 | 3.2.1 | 3.1.1.1 | 3.1.1.1 |
| All-In-One T-Engine | 5.1.1 | 5.1.1 | 3.1.2 | 3.1.2 | 3.1.2 |
| Search Enterprise | 4.0.1 (Enterprise only) | 3.3.3 | 3.2.1 | 3.1.1.1 | 3.1.1.1 |
| All-In-One T-Engine | 5.1.2 | 5.1.2 | 3.1.2 | 3.1.2 | 3.1.2 |
| AOS | 3.0.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 | 4.4.1 (n/a) | 4.0.0 | 3.1.0 | 3.0.0 | 2.6.1 |
| Contro Center | 8.4.1 (n/a) | 8.0.0 | n/a | n/a | n/a |
| Transform Router | 4.1.1 (n/a) | 4.1.1 | 2.1.2 | 2.1.2 | 2.1.2 |
| Shared File Store | 4.1.1 (n/a) | 4.1.1 | 2.1.2 | 2.1.2 | 2.1.2 |
| Sync Service | 5.0.0 (n/a) | 3.11.1 | 3.11.1 | 3.11.1 | 3.11.1 |
| Digital Workspace | 4.4.1 (Enterprise only) | 4.0.0 | 3.1.0 | 3.0.0 | 2.6.1 |
| Control Center | 8.4.1 | 8.0.0 | n/a | n/a | n/a |
| Transform Router | 4.1.2 (Enterprise only) | 4.1.2 | 2.1.2 | 2.1.2 | 2.1.2 |
| Shared File Store | 4.1.2 (Enterprise only) | 4.1.2 | 2.1.2 | 2.1.2 | 2.1.2 |
| Sync Service | 5.0.0 (Enterprise only) | 3.11.1 | 3.11.1 | 3.11.1 | 3.11.1 |

> Support for ACS 7.0 has been deprecated since April 2024, but you can still use the latest playbook that supported it ([v2.6.0](https://github.com/Alfresco/alfresco-ansible-deployment/releases/tag/v2.6.0))
> Support for ACS 6.2 has been deprecated since November 2022, but you can still use the latest playbook that supported it ([v2.2.0](https://github.com/Alfresco/alfresco-ansible-deployment/releases/tag/v2.2.0))

0 comments on commit 3a8244a

Please sign in to comment.