Skip to content

Commit

Permalink
OPSEXP-3036 Bump to latest tomcat patch and update README (#1051)
Browse files Browse the repository at this point in the history
  • Loading branch information
gionn authored Feb 3, 2025
1 parent c50eb7f commit 74609b1
Show file tree
Hide file tree
Showing 4 changed files with 23 additions and 22 deletions.
2 changes: 1 addition & 1 deletion 7.3.N-extra-vars.yml
Original file line number Diff line number Diff line change
Expand Up @@ -53,7 +53,7 @@ dependencies_version:
activemq: 5.17.6
java: 17.0.14
java_build: 7
tomcat: 9.0.97
tomcat: 9.0.98
libreoffice: 7.2.5.1
pdf_renderer: 1.1
imagemagick: 7.1.0-16-ci-11
2 changes: 1 addition & 1 deletion 7.4.N-extra-vars.yml
Original file line number Diff line number Diff line change
Expand Up @@ -61,7 +61,7 @@ dependencies_version:
activemq: 5.17.6
java: 17.0.14
java_build: 7
tomcat: 9.0.97
tomcat: 9.0.98
libreoffice: 7.2.5.1
pdf_renderer: 1.1
imagemagick: 7.1.0-16-ci-11
39 changes: 20 additions & 19 deletions docs/overview.md
Original file line number Diff line number Diff line change
Expand Up @@ -90,25 +90,26 @@ distributions.
The table below shows the version of the components deployed by the playbook for
ACS 7.x onward.

| Component | 23.4 Enterprise (Community) | 7.4 Enterprise | 7.3 Enterprise | 7.2 Enterprise |
|---------------------|-----------------------------|----------------|----------------|----------------|
| OpenJDK | 17.0.13 | 17.0.13 | 11.0.25 | 11.0.25 |
| Apache Tomcat | 10.1.33 | 9.0.97 | 9.0.97 | 9.0.97 |
| PostgreSQL | 15.x | 14.x | 14.x | 13.x |
| Apache ActiveMQ | 5.18.6 | 5.17.6 | 5.17.6 | 5.16.7 |
| Repository | 23.4.0 (23.4.0) | 7.4.2.3 | 7.3.2.3 | 7.2.2.5 |
| Share | 23.4.0 (23.4.0) | 7.4.2.3 | 7.3.2.3 | 7.2.2.5 |
| Search Services | 2.0.13 | 2.0.13 | 2.0.12 | 2.0.12 |
| Search Enterprise | 4.2.0 (n/a) | 3.3.3 | 3.2.1 | 3.1.1.1 |
| All-In-One T-Engine | 5.1.4 | 5.1.5 | 3.1.2 | 3.1.2 |
| AOS | 3.2.0 | 1.6.2 | 1.5.0 | 1.4.1 |
| Google Docs | 4.0.0 | 3.4.2 | 3.3.1 | 3.2.2 |
| Digital Workspace | 5.2.0 (n/a) | 4.0.0 | 3.1.0 | 3.0.0 |
| Control Center | 9.2.0 | 8.0.0 | n/a | n/a |
| Transform Router | 4.1.5 (n/a) | 4.1.5 | 2.1.2 | 2.1.2 |
| Shared File Store | 4.1.5 (n/a) | 4.1.5 | 2.1.2 | 2.1.2 |
| Sync Service | 5.1.0 (n/a) | 3.11.3 | 3.11.3 | 3.11.3 |

| Component | 23.4 Enterprise (Community) | 7.4 Enterprise | 7.3 Enterprise |
|---------------------|-----------------------------|----------------|----------------|
| OpenJDK | 17.0.14 | 17.0.14 | 17.0.14 |
| Apache Tomcat | 10.1.34 | 9.0.98 | 9.0.98 |
| PostgreSQL | 15.x | 14.x | 14.x |
| Apache ActiveMQ | 5.18.6 | 5.17.6 | 5.17.6 |
| Repository | 23.4.1 (23.4.0) | 7.4.2.4 | 7.3.2.3 |
| Share | 23.4.1 (23.4.0) | 7.4.2.4 | 7.3.2.3 |
| Search Services | 2.0.14 | 2.0.14 | 2.0.14 |
| Search Enterprise | 4.2.0 (n/a) | 3.3.3 | 3.2.1 |
| All-In-One T-Engine | 5.1.6 | 5.1.6 | 5.1.6 |
| AOS | 3.2.0 | 1.6.3 | 1.5.0 |
| Google Docs | 4.1.0 | 3.4.2 | 3.4.2 |
| Digital Workspace | 5.3.0 (n/a) | 5.0.0 | 4.4.1 |
| Control Center | 9.3.0 | 8.0.0 | n/a |
| Transform Router | 4.1.6 (n/a) | 4.1.6 | 4.1.6 |
| Shared File Store | 4.1.6 (n/a) | 4.1.6 | 4.1.6 |
| Sync Service | 5.1.0 (n/a) | 3.11.3 | 3.11.3 |

> Support for ACS 7.2 has been deprecated since February 2025, but you can still use the latest playbook that supported it ([v2.12.0](https://github.com/Alfresco/alfresco-ansible-deployment/releases/tag/v2.12.0))
> Support for ACS 7.1 has been deprecated since November 2024, but you can still use the latest playbook that supported it ([v2.11.2](https://github.com/Alfresco/alfresco-ansible-deployment/releases/tag/v2.11.2))
> 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))
Expand Down
2 changes: 1 addition & 1 deletion group_vars/all.yml
Original file line number Diff line number Diff line change
Expand Up @@ -195,7 +195,7 @@ dependencies_version:
activemq: 5.18.6
java: 17.0.14
java_build: 7
tomcat: 10.1.33
tomcat: 10.1.34
libreoffice: 7.2.5.1
pdf_renderer: 1.1
imagemagick: 7.1.0-16-ci-11
Expand Down

0 comments on commit 74609b1

Please sign in to comment.