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

ACS-9137 Bump ATS/SS/IE #3027

Merged
merged 1 commit into from
Jan 28, 2025
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion dev/docker-compose.yml
Original file line number Diff line number Diff line change
@@ -54,7 +54,7 @@ services:
- 5432:5432

solr6:
image: quay.io/alfresco/insight-engine:2.0.14-A.1
image: quay.io/alfresco/insight-engine:2.0.14
environment:
#Solr needs to know how to register itself with Alfresco
SOLR_ALFRESCO_HOST: "host.docker.internal"
4 changes: 2 additions & 2 deletions distribution/src/main/resources/VERSIONS.md
Original file line number Diff line number Diff line change
@@ -10,8 +10,8 @@ This file lists the recommended components for this Service Pack. Use it along w
| Alfresco Content Services | @project.version@ |
| Alfresco Enterprise Repository ± | @dependency.alfresco-enterprise-repo.version@ |
| Alfresco Share | @dependency.alfresco-enterprise-share.version@ |
| Alfresco Search Services | 2.0.14-A.1 |
| Alfresco Insight Engine | 2.0.14-A.1 |
| Alfresco Search Services | 2.0.14 |
| Alfresco Insight Engine | 2.0.14 |
| Alfresco Desktop Sync Service | @alfresco.desktop-sync.version@ |
| Alfresco Transform Service | @dependency.alfresco-transform-service.version@ |
| Alfresco Transform Core | @dependency.alfresco-transform-core.version@ |
8 changes: 4 additions & 4 deletions tests/environment/.env
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
ALFRESCO_TAG=latest
SOLR6_TAG=2.0.14-A.1
SOLR6_TAG=2.0.14
POSTGRES_TAG=16.6
MYSQL_TAG=8.0.30
MARIADB_TAG=10.11
@@ -8,9 +8,9 @@ ORACLE_TAG=19.3.0-ee
ACTIVEMQ_TAG=5.18.3-jre17-rockylinux8
KEYCLOAK_TAG=26.0.7
SYNC_SERVICE_TAG=5.2.0-A1
TRANSFORM_ROUTER_TAG=4.1.6-A.1
TRANSFORM_CORE_AIO_TAG=5.1.6-A.1
SHARED_FILE_STORE_TAG=4.1.6-A.1
TRANSFORM_ROUTER_TAG=4.1.6
TRANSFORM_CORE_AIO_TAG=5.1.6
SHARED_FILE_STORE_TAG=4.1.6
ACS_NGINX_TAG=3.4.2
ES_TAG=7.17.3
ELASTICSEARCH_TAG=7.17.3
2 changes: 1 addition & 1 deletion tests/environment/docker-compose-pipeline-all-amps.yml
Original file line number Diff line number Diff line change
@@ -127,7 +127,7 @@ services:
- 5432:5432

solr6:
image: alfresco/alfresco-search-services:2.0.14-A.1
image: alfresco/alfresco-search-services:2.0.14
mem_limit: 3g
environment:
#Solr needs to know how to register itself with Alfresco