diff --git a/README.md b/README.md index 99ed5aa6e..c89a6dff8 100644 --- a/README.md +++ b/README.md @@ -141,10 +141,9 @@ First ensure that: Start the release by opening a PR against the appropriate branch that will: -* Update the [versioning table](#versioning) +* Update the [EOL table](#acs-end-of-lifed-versions) in case a version is deprecated * In [alfresco-content-services](helm/alfresco-content-services/Chart.yaml), - bump chart version to the version you want to release (use `-M.x` suffix if - it's a prerelease) + bump chart version to the version you want to release * Run `pre-commit run --all-files helm-docs` to update helm docs * Edit [upgrades docs](docs/helm/upgrades.md) renaming the `To be released` section to the current version and create a new `To be released` section for diff --git a/docker-compose/7.1.N-docker-compose.yml b/docker-compose/7.1.N-docker-compose.yml index 617628acd..8897089dd 100644 --- a/docker-compose/7.1.N-docker-compose.yml +++ b/docker-compose/7.1.N-docker-compose.yml @@ -61,7 +61,7 @@ services: -XX:MaxRAM=1900m transform-router: mem_limit: 512m - image: quay.io/alfresco/alfresco-transform-router:2.1.1 + image: quay.io/alfresco/alfresco-transform-router:2.1.2 environment: JAVA_OPTS: >- -XX:MinRAMPercentage=50 @@ -76,7 +76,7 @@ services: links: - activemq transform-core-aio: - image: alfresco/alfresco-transform-core-aio:3.1.1 + image: alfresco/alfresco-transform-core-aio:3.1.2 mem_limit: 1536m environment: JAVA_OPTS: >- @@ -91,7 +91,7 @@ services: links: - activemq shared-file-store: - image: quay.io/alfresco/alfresco-shared-file-store:2.1.1 + image: quay.io/alfresco/alfresco-shared-file-store:2.1.2 mem_limit: 512m environment: JAVA_OPTS: >- diff --git a/docker-compose/7.2.N-docker-compose.yml b/docker-compose/7.2.N-docker-compose.yml index 3cc5d32f3..7db3f4f84 100644 --- a/docker-compose/7.2.N-docker-compose.yml +++ b/docker-compose/7.2.N-docker-compose.yml @@ -62,7 +62,7 @@ services: -XX:MaxRAM=1900m transform-router: mem_limit: 512m - image: quay.io/alfresco/alfresco-transform-router:2.1.1 + image: quay.io/alfresco/alfresco-transform-router:2.1.2 environment: JAVA_OPTS: >- -XX:MinRAMPercentage=50 @@ -77,7 +77,7 @@ services: links: - activemq transform-core-aio: - image: alfresco/alfresco-transform-core-aio:3.1.1 + image: alfresco/alfresco-transform-core-aio:3.1.2 mem_limit: 1536m environment: JAVA_OPTS: >- @@ -92,7 +92,7 @@ services: links: - activemq shared-file-store: - image: quay.io/alfresco/alfresco-shared-file-store:2.1.1 + image: quay.io/alfresco/alfresco-shared-file-store:2.1.2 mem_limit: 512m environment: JAVA_OPTS: >- diff --git a/docker-compose/7.3.N-docker-compose.yml b/docker-compose/7.3.N-docker-compose.yml index 964fb3c17..9e40b2007 100644 --- a/docker-compose/7.3.N-docker-compose.yml +++ b/docker-compose/7.3.N-docker-compose.yml @@ -58,7 +58,7 @@ services: -XX:MaxRAMPercentage=80 transform-router: mem_limit: 512m - image: quay.io/alfresco/alfresco-transform-router:2.1.1 + image: quay.io/alfresco/alfresco-transform-router:2.1.2 environment: JAVA_OPTS: >- -XX:MinRAMPercentage=50 @@ -72,7 +72,7 @@ services: links: - activemq transform-core-aio: - image: alfresco/alfresco-transform-core-aio:3.1.1 + image: alfresco/alfresco-transform-core-aio:3.1.2 mem_limit: 1536m environment: JAVA_OPTS: >- @@ -86,7 +86,7 @@ services: links: - activemq shared-file-store: - image: quay.io/alfresco/alfresco-shared-file-store:2.1.1 + image: quay.io/alfresco/alfresco-shared-file-store:2.1.2 mem_limit: 512m environment: JAVA_OPTS: >- diff --git a/docker-compose/7.4.N-docker-compose.yml b/docker-compose/7.4.N-docker-compose.yml index 9d3860e2a..12c16bc11 100644 --- a/docker-compose/7.4.N-docker-compose.yml +++ b/docker-compose/7.4.N-docker-compose.yml @@ -18,7 +18,7 @@ version: "2" services: alfresco: - image: quay.io/alfresco/alfresco-content-repository:7.4.1.3 + image: quay.io/alfresco/alfresco-content-repository:7.4.1.6 mem_limit: 1900m environment: JAVA_TOOL_OPTIONS: >- @@ -99,7 +99,7 @@ services: volumes: - shared-file-store-volume:/tmp/Alfresco/sfs share: - image: quay.io/alfresco/alfresco-share:7.4.1.3 + image: quay.io/alfresco/alfresco-share:7.4.1.6 mem_limit: 1g environment: REPO_HOST: "alfresco" @@ -122,7 +122,7 @@ services: ports: - "5432:5432" solr6: - image: quay.io/alfresco/search-services:2.0.9 + image: quay.io/alfresco/search-services:2.0.9.1 mem_limit: 2g environment: # Solr needs to know how to register itself with Alfresco diff --git a/docker-compose/community-docker-compose.yml b/docker-compose/community-docker-compose.yml index 1ddaabbeb..7401fc604 100644 --- a/docker-compose/community-docker-compose.yml +++ b/docker-compose/community-docker-compose.yml @@ -12,7 +12,7 @@ version: "2" services: alfresco: - image: docker.io/alfresco/alfresco-content-repository-community:23.1.0 + image: docker.io/alfresco/alfresco-content-repository-community:23.2.1 mem_limit: 1900m environment: JAVA_TOOL_OPTIONS: >- @@ -48,7 +48,7 @@ services: -XX:MinRAMPercentage=50 -XX:MaxRAMPercentage=80 transform-core-aio: - image: alfresco/alfresco-transform-core-aio:5.0.1 + image: alfresco/alfresco-transform-core-aio:5.1.0 mem_limit: 1536m environment: JAVA_OPTS: >- @@ -57,7 +57,7 @@ services: ports: - "8090:8090" share: - image: docker.io/alfresco/alfresco-share:23.1.1 + image: docker.io/alfresco/alfresco-share:23.2.1 mem_limit: 1g environment: REPO_HOST: "alfresco" @@ -80,7 +80,7 @@ services: ports: - "5432:5432" solr6: - image: docker.io/alfresco/alfresco-search-services:2.0.9 + image: docker.io/alfresco/alfresco-search-services:2.0.9.1 mem_limit: 2g environment: # Solr needs to know how to register itself with Alfresco @@ -107,12 +107,12 @@ services: - "61616:61616" # OpenWire - "61613:61613" # STOMP content-app: - image: alfresco/alfresco-content-app:4.3.0 + image: alfresco/alfresco-content-app:4.4.1 mem_limit: 128m environment: APP_BASE_SHARE_URL: "http://localhost:8080/aca/#/preview/s" control-center: - image: quay.io/alfresco/alfresco-control-center:8.3.0 + image: quay.io/alfresco/alfresco-control-center:8.4.1 mem_limit: 128m environment: APP_CONFIG_PROVIDER: "ECM" diff --git a/docker-compose/docker-compose.yml b/docker-compose/docker-compose.yml index 9a11b0af6..5eba1a577 100644 --- a/docker-compose/docker-compose.yml +++ b/docker-compose/docker-compose.yml @@ -18,7 +18,7 @@ version: "2" services: alfresco: - image: quay.io/alfresco/alfresco-content-repository:23.1.1 + image: quay.io/alfresco/alfresco-content-repository:23.2.1 mem_limit: 1900m environment: JAVA_TOOL_OPTIONS: >- @@ -66,7 +66,7 @@ services: start_period: 1m transform-router: mem_limit: 512m - image: quay.io/alfresco/alfresco-transform-router:4.0.1 + image: quay.io/alfresco/alfresco-transform-router:4.1.0 environment: JAVA_OPTS: >- -XX:MinRAMPercentage=50 @@ -80,7 +80,7 @@ services: depends_on: - activemq transform-core-aio: - image: alfresco/alfresco-transform-core-aio:5.0.1 + image: alfresco/alfresco-transform-core-aio:5.1.0 mem_limit: 1536m environment: JAVA_OPTS: >- @@ -94,7 +94,7 @@ services: depends_on: - activemq shared-file-store: - image: quay.io/alfresco/alfresco-shared-file-store:4.0.1 + image: quay.io/alfresco/alfresco-shared-file-store:4.1.0 mem_limit: 512m environment: JAVA_OPTS: >- @@ -107,7 +107,7 @@ services: volumes: - shared-file-store-volume:/tmp/Alfresco/sfs share: - image: quay.io/alfresco/alfresco-share:23.1.1 + image: quay.io/alfresco/alfresco-share:23.2.1 mem_limit: 1g environment: REPO_HOST: "alfresco" @@ -187,7 +187,7 @@ services: - "61616:61616" # OpenWire - "61613:61613" # STOMP digital-workspace: - image: quay.io/alfresco/alfresco-digital-workspace:4.3.0 + image: quay.io/alfresco/alfresco-digital-workspace:4.4.1 mem_limit: 128m environment: APP_CONFIG_PROVIDER: "ECM" @@ -197,7 +197,7 @@ services: APP_CONFIG_PLUGIN_MICROSOFT_ONLINE: "false" APP_BASE_SHARE_URL: "http://localhost:8080/workspace/#/preview/s" control-center: - image: quay.io/alfresco/alfresco-control-center:8.3.0 + image: quay.io/alfresco/alfresco-control-center:8.4.1 mem_limit: 128m environment: APP_CONFIG_PROVIDER: "ECM" diff --git a/docker-compose/pre-release-docker-compose.yml b/docker-compose/pre-release-docker-compose.yml index 90adf2616..8c273517d 100644 --- a/docker-compose/pre-release-docker-compose.yml +++ b/docker-compose/pre-release-docker-compose.yml @@ -18,7 +18,7 @@ version: "2" services: alfresco: - image: quay.io/alfresco/alfresco-content-repository:23.2.0-A21 + image: quay.io/alfresco/alfresco-content-repository:23.2.1 mem_limit: 1900m environment: JAVA_TOOL_OPTIONS: >- @@ -107,7 +107,7 @@ services: volumes: - shared-file-store-volume:/tmp/Alfresco/sfs share: - image: quay.io/alfresco/alfresco-share:23.2.0-A21 + image: quay.io/alfresco/alfresco-share:23.2.1 mem_limit: 1g environment: REPO_HOST: "alfresco" @@ -147,7 +147,7 @@ services: - 9200:9200 - 9300:9300 search: - image: quay.io/alfresco/alfresco-elasticsearch-live-indexing:4.0.1-A3 + image: quay.io/alfresco/alfresco-elasticsearch-live-indexing:4.1.0-A7 mem_limit: 1g depends_on: - elasticsearch @@ -160,7 +160,7 @@ services: SPRING_ACTIVEMQ_BROKERURL: nio://activemq:61616 SPRING_ELASTICSEARCH_REST_URIS: http://elasticsearch:9200 search-reindexing: - image: quay.io/alfresco/alfresco-elasticsearch-reindexing:4.0.1-A3 + image: quay.io/alfresco/alfresco-elasticsearch-reindexing:4.1.0-A7 mem_limit: 1g restart: on-failure:10 environment: @@ -187,7 +187,7 @@ services: - "61616:61616" # OpenWire - "61613:61613" # STOMP digital-workspace: - image: quay.io/alfresco/alfresco-digital-workspace:4.4.0-8081773191 + image: quay.io/alfresco/alfresco-digital-workspace:4.4.1-8187474196 mem_limit: 128m environment: APP_CONFIG_PROVIDER: "ECM" @@ -197,7 +197,7 @@ services: APP_CONFIG_PLUGIN_MICROSOFT_ONLINE: "false" APP_BASE_SHARE_URL: "http://localhost:8080/workspace/#/preview/s" control-center: - image: quay.io/alfresco/alfresco-control-center:8.4.0-8081773191 + image: quay.io/alfresco/alfresco-control-center:8.4.1-8187474196 mem_limit: 128m environment: APP_CONFIG_PROVIDER: "ECM" diff --git a/docker-compose/solr6-override-docker-compose.yml b/docker-compose/solr6-override-docker-compose.yml index 5ff322ca3..90669926a 100644 --- a/docker-compose/solr6-override-docker-compose.yml +++ b/docker-compose/solr6-override-docker-compose.yml @@ -31,7 +31,7 @@ services: -XX:MinRAMPercentage=50 -XX:MaxRAMPercentage=80 solr6: - image: quay.io/alfresco/search-services:2.0.9 + image: quay.io/alfresco/search-services:2.0.9.1 mem_limit: 2g environment: # Solr needs to know how to register itself with Alfresco diff --git a/docs/helm/upgrades.md b/docs/helm/upgrades.md index 3c485b749..82e60efdf 100644 --- a/docs/helm/upgrades.md +++ b/docs/helm/upgrades.md @@ -10,7 +10,7 @@ Releases](https://github.com/Alfresco/acs-deployment/releases). Here follows a more detailed explanation of any breaking change grouped by version in which they have been released. -## Unreleased +## 8.0.0 * Search Enterprise is now the default search engine when installing Enterprise version. For production it's suggested to use an [external elaticsearch diff --git a/helm/alfresco-content-services/7.1.N_values.yaml b/helm/alfresco-content-services/7.1.N_values.yaml index fde88a39c..f399385b7 100644 --- a/helm/alfresco-content-services/7.1.N_values.yaml +++ b/helm/alfresco-content-services/7.1.N_values.yaml @@ -16,25 +16,25 @@ alfresco-ai-transformer: alfresco-transform-service: transformrouter: image: - tag: 2.1.1 + tag: 2.1.2 pdfrenderer: image: - tag: 3.1.1 + tag: 3.1.2 imagemagick: image: - tag: 3.1.1 + tag: 3.1.2 libreoffice: image: - tag: 3.1.1 + tag: 3.1.2 tika: image: - tag: 3.1.1 + tag: 3.1.2 transformmisc: image: - tag: 3.1.1 + tag: 3.1.2 filestore: image: - tag: 2.1.1 + tag: 2.1.2 share: image: tag: 7.1.1.10 diff --git a/helm/alfresco-content-services/7.2.N_values.yaml b/helm/alfresco-content-services/7.2.N_values.yaml index fa8d51c46..51eb2a7ce 100644 --- a/helm/alfresco-content-services/7.2.N_values.yaml +++ b/helm/alfresco-content-services/7.2.N_values.yaml @@ -16,25 +16,25 @@ alfresco-ai-transformer: alfresco-transform-service: transformrouter: image: - tag: 2.1.1 + tag: 2.1.2 pdfrenderer: image: - tag: 3.1.1 + tag: 3.1.2 imagemagick: image: - tag: 3.1.1 + tag: 3.1.2 libreoffice: image: - tag: 3.1.1 + tag: 3.1.2 tika: image: - tag: 3.1.1 + tag: 3.1.2 transformmisc: image: - tag: 3.1.1 + tag: 3.1.2 filestore: image: - tag: 2.1.1 + tag: 2.1.2 share: image: tag: 7.2.1.13 diff --git a/helm/alfresco-content-services/7.3.N_values.yaml b/helm/alfresco-content-services/7.3.N_values.yaml index 92a52d3ca..34c5bdf05 100644 --- a/helm/alfresco-content-services/7.3.N_values.yaml +++ b/helm/alfresco-content-services/7.3.N_values.yaml @@ -19,25 +19,25 @@ share: alfresco-transform-service: transformrouter: image: - tag: 2.1.1 + tag: 2.1.2 pdfrenderer: image: - tag: 3.1.1 + tag: 3.1.2 imagemagick: image: - tag: 3.1.1 + tag: 3.1.2 libreoffice: image: - tag: 3.1.1 + tag: 3.1.2 tika: image: - tag: 3.1.1 + tag: 3.1.2 transformmisc: image: - tag: 3.1.1 + tag: 3.1.2 filestore: image: - tag: 2.1.1 + tag: 2.1.2 alfresco-search: enabled: true searchServicesImage: diff --git a/helm/alfresco-content-services/7.4.N_values.yaml b/helm/alfresco-content-services/7.4.N_values.yaml index 429b65bf7..bff35b8bb 100644 --- a/helm/alfresco-content-services/7.4.N_values.yaml +++ b/helm/alfresco-content-services/7.4.N_values.yaml @@ -2,7 +2,7 @@ # the chart alfresco-repository: image: - tag: 7.4.1.3 + tag: 7.4.1.6 configuration: search: flavor: solr6 @@ -37,13 +37,13 @@ alfresco-ai-transformer: tag: 2.0.1 share: image: - tag: 7.4.1.3 + tag: 7.4.1.6 alfresco-search: enabled: true searchServicesImage: - tag: 2.0.9 + tag: 2.0.9.1 insightEngineImage: - tag: 2.0.9 + tag: 2.0.9.1 alfresco-search-enterprise: enabled: false liveIndexing: diff --git a/helm/alfresco-content-services/Chart.lock b/helm/alfresco-content-services/Chart.lock index 8c076a95c..bb5dded1f 100644 --- a/helm/alfresco-content-services/Chart.lock +++ b/helm/alfresco-content-services/Chart.lock @@ -1,7 +1,7 @@ dependencies: - name: alfresco-common repository: https://alfresco.github.io/alfresco-helm-charts/ - version: 3.1.1 + version: 3.1.2 - name: postgresql repository: oci://registry-1.docker.io/bitnamicharts version: 12.8.5 @@ -10,22 +10,22 @@ dependencies: version: 12.8.5 - name: alfresco-adf-app repository: https://alfresco.github.io/alfresco-helm-charts/ - version: 0.1.0-alpha.1 + version: 0.1.0 - name: alfresco-adf-app repository: https://alfresco.github.io/alfresco-helm-charts/ - version: 0.1.0-alpha.1 + version: 0.1.0 - name: alfresco-repository repository: https://alfresco.github.io/alfresco-helm-charts/ - version: 0.3.1 + version: 0.4.1 - name: activemq repository: https://alfresco.github.io/alfresco-helm-charts/ version: 3.5.2 - name: alfresco-transform-service repository: https://alfresco.github.io/alfresco-helm-charts/ - version: 1.1.1 + version: 1.2.0 - name: alfresco-search-service repository: https://alfresco.github.io/alfresco-helm-charts/ - version: 3.2.0 + version: 3.3.0 - name: alfresco-sync-service repository: https://alfresco.github.io/alfresco-helm-charts/ version: 5.2.1 @@ -37,15 +37,15 @@ dependencies: version: 0.4.1 - name: alfresco-share repository: https://alfresco.github.io/alfresco-helm-charts/ - version: 0.5.1 + version: 0.6.0 - name: alfresco-connector-ms365 repository: https://alfresco.github.io/alfresco-helm-charts/ version: 0.6.1 - name: alfresco-ai-transformer repository: https://alfresco.github.io/alfresco-helm-charts/ - version: 1.1.1 + version: 1.2.0 - name: elasticsearch repository: https://helm.elastic.co version: 7.17.3 -digest: sha256:1d845c85e537427411a71a8934735c22c0ff3b56f9c0a54788f6c2a0cbeceef9 -generated: "2024-02-28T12:17:51.426045+01:00" +digest: sha256:7c8d691766ebc6ca6d7e0aabc67031807d6d22b2ff33069790f867800e6dbfde +generated: "2024-03-05T19:06:42.759782+01:00" diff --git a/helm/alfresco-content-services/Chart.yaml b/helm/alfresco-content-services/Chart.yaml index e8f596c00..64dcd74e0 100644 --- a/helm/alfresco-content-services/Chart.yaml +++ b/helm/alfresco-content-services/Chart.yaml @@ -4,8 +4,8 @@ # https://www.alfresco.com/platform/content-services-ecm/trial/download apiVersion: v2 name: alfresco-content-services -version: 8.0.0-M.1 -appVersion: 23.1.1 +version: 8.0.0 +appVersion: 23.2.1 description: A Helm chart for deploying Alfresco Content Services keywords: - content @@ -17,7 +17,7 @@ sources: - https://github.com/Alfresco/acs-deployment dependencies: - name: alfresco-common - version: 3.1.1 + version: 3.1.2 repository: https://alfresco.github.io/alfresco-helm-charts/ - name: postgresql version: 12.8.5 @@ -31,30 +31,30 @@ dependencies: - name: alfresco-adf-app alias: alfresco-control-center repository: https://alfresco.github.io/alfresco-helm-charts/ - version: 0.1.0-alpha.1 + version: 0.1.0 condition: >- alfresco-control-center.enabled - name: alfresco-adf-app alias: alfresco-digital-workspace repository: https://alfresco.github.io/alfresco-helm-charts/ - version: 0.1.0-alpha.1 + version: 0.1.0 condition: >- alfresco-digital-workspace.enabled - name: alfresco-repository - version: 0.3.1 + version: 0.4.1 repository: https://alfresco.github.io/alfresco-helm-charts/ - name: activemq version: 3.5.2 repository: https://alfresco.github.io/alfresco-helm-charts/ condition: activemq.enabled - name: alfresco-transform-service - version: 1.1.1 + version: 1.2.0 repository: https://alfresco.github.io/alfresco-helm-charts/ condition: alfresco-transform-service.enabled - name: alfresco-search-service alias: alfresco-search repository: https://alfresco.github.io/alfresco-helm-charts/ - version: 3.2.0 + version: 3.3.0 condition: alfresco-search.enabled - name: alfresco-sync-service repository: https://alfresco.github.io/alfresco-helm-charts/ @@ -70,7 +70,7 @@ dependencies: condition: alfresco-connector-msteams.enabled - name: alfresco-share alias: share - version: 0.5.1 + version: 0.6.0 repository: https://alfresco.github.io/alfresco-helm-charts/ condition: share.enabled - name: alfresco-connector-ms365 @@ -78,7 +78,7 @@ dependencies: repository: https://alfresco.github.io/alfresco-helm-charts/ condition: alfresco-connector-ms365.enabled - name: alfresco-ai-transformer - version: 1.1.1 + version: 1.2.0 repository: https://alfresco.github.io/alfresco-helm-charts/ condition: alfresco-ai-transformer.enabled - name: elasticsearch diff --git a/helm/alfresco-content-services/README.md b/helm/alfresco-content-services/README.md index 94e4a0fd7..1b92357cb 100644 --- a/helm/alfresco-content-services/README.md +++ b/helm/alfresco-content-services/README.md @@ -1,6 +1,6 @@ # alfresco-content-services -![Version: 8.0.0-M.1](https://img.shields.io/badge/Version-8.0.0--M.1-informational?style=flat-square) ![AppVersion: 23.1.1](https://img.shields.io/badge/AppVersion-23.1.1-informational?style=flat-square) +![Version: 8.0.0](https://img.shields.io/badge/Version-8.0.0-informational?style=flat-square) ![AppVersion: 23.2.1](https://img.shields.io/badge/AppVersion-23.2.1-informational?style=flat-square) A Helm chart for deploying Alfresco Content Services @@ -17,18 +17,18 @@ Please refer to the [documentation](https://github.com/Alfresco/acs-deployment/b | Repository | Name | Version | |------------|------|---------| | https://alfresco.github.io/alfresco-helm-charts/ | activemq | 3.5.2 | -| https://alfresco.github.io/alfresco-helm-charts/ | alfresco-control-center(alfresco-adf-app) | 0.1.0-alpha.1 | -| https://alfresco.github.io/alfresco-helm-charts/ | alfresco-digital-workspace(alfresco-adf-app) | 0.1.0-alpha.1 | -| https://alfresco.github.io/alfresco-helm-charts/ | alfresco-ai-transformer | 1.1.1 | -| https://alfresco.github.io/alfresco-helm-charts/ | alfresco-common | 3.1.1 | +| https://alfresco.github.io/alfresco-helm-charts/ | alfresco-control-center(alfresco-adf-app) | 0.1.0 | +| https://alfresco.github.io/alfresco-helm-charts/ | alfresco-digital-workspace(alfresco-adf-app) | 0.1.0 | +| https://alfresco.github.io/alfresco-helm-charts/ | alfresco-ai-transformer | 1.2.0 | +| https://alfresco.github.io/alfresco-helm-charts/ | alfresco-common | 3.1.2 | | https://alfresco.github.io/alfresco-helm-charts/ | alfresco-connector-ms365 | 0.6.1 | | https://alfresco.github.io/alfresco-helm-charts/ | alfresco-connector-msteams | 0.4.1 | -| https://alfresco.github.io/alfresco-helm-charts/ | alfresco-repository | 0.3.1 | +| https://alfresco.github.io/alfresco-helm-charts/ | alfresco-repository | 0.4.1 | | https://alfresco.github.io/alfresco-helm-charts/ | alfresco-search-enterprise | 3.2.3 | -| https://alfresco.github.io/alfresco-helm-charts/ | alfresco-search(alfresco-search-service) | 3.2.0 | -| https://alfresco.github.io/alfresco-helm-charts/ | share(alfresco-share) | 0.5.1 | +| https://alfresco.github.io/alfresco-helm-charts/ | alfresco-search(alfresco-search-service) | 3.3.0 | +| https://alfresco.github.io/alfresco-helm-charts/ | share(alfresco-share) | 0.6.0 | | https://alfresco.github.io/alfresco-helm-charts/ | alfresco-sync-service | 5.2.1 | -| https://alfresco.github.io/alfresco-helm-charts/ | alfresco-transform-service | 1.1.1 | +| https://alfresco.github.io/alfresco-helm-charts/ | alfresco-transform-service | 1.2.0 | | https://helm.elastic.co | elasticsearch | 7.17.3 | | oci://registry-1.docker.io/bitnamicharts | postgresql-sync(postgresql) | 12.8.5 | | oci://registry-1.docker.io/bitnamicharts | postgresql | 12.8.5 | @@ -48,7 +48,7 @@ Please refer to the [documentation](https://github.com/Alfresco/acs-deployment/b | alfresco-ai-transformer.enabled | bool | `false` | toggle deploying Alfresco ai transformer for more details about configuration check https://github.com/Alfresco/alfresco-helm-charts/tree/main/charts/alfresco-ai-transformer | | alfresco-ai-transformer.fullnameOverride | string | `"alfresco-intelligence-service"` | Enforce static resource naming in AIS so the ATS trouter can be given the URL of the service | | alfresco-ai-transformer.image.repository | string | `"quay.io/alfresco/alfresco-ai-docker-engine"` | | -| alfresco-ai-transformer.image.tag | string | `"3.0.1"` | | +| alfresco-ai-transformer.image.tag | string | `"3.1.0"` | | | alfresco-ai-transformer.messageBroker.existingConfigMap.name | string | `"alfresco-infrastructure"` | Name of the configmap which holds the message broker URL | | alfresco-ai-transformer.messageBroker.existingSecret.name | string | `"acs-alfresco-cs-brokersecret"` | Name of the configmap which holds the message broker credentials | | alfresco-ai-transformer.sfs.existingConfigMap.keys.url | string | `"SFS_URL"` | Name of the key within the configmap which holds the sfs url | @@ -68,7 +68,7 @@ Please refer to the [documentation](https://github.com/Alfresco/acs-deployment/b | alfresco-control-center.env.BASE_PATH | string | `"/control-center"` | | | alfresco-control-center.image.pullPolicy | string | `"IfNotPresent"` | | | alfresco-control-center.image.repository | string | `"quay.io/alfresco/alfresco-control-center"` | | -| alfresco-control-center.image.tag | string | `"8.3.0"` | | +| alfresco-control-center.image.tag | string | `"8.4.1"` | | | alfresco-control-center.ingress.annotations."nginx.ingress.kubernetes.io/proxy-body-size" | string | `"5g"` | | | alfresco-control-center.ingress.hosts[0].paths[0].path | string | `"/control-center"` | | | alfresco-control-center.ingress.hosts[0].paths[0].pathType | string | `"Prefix"` | | @@ -80,7 +80,7 @@ Please refer to the [documentation](https://github.com/Alfresco/acs-deployment/b | alfresco-digital-workspace.env.BASE_PATH | string | `"/workspace"` | | | alfresco-digital-workspace.image.pullPolicy | string | `"IfNotPresent"` | | | alfresco-digital-workspace.image.repository | string | `"quay.io/alfresco/alfresco-digital-workspace"` | | -| alfresco-digital-workspace.image.tag | string | `"4.3.0"` | | +| alfresco-digital-workspace.image.tag | string | `"4.4.1"` | | | alfresco-digital-workspace.ingress.annotations."nginx.ingress.kubernetes.io/proxy-body-size" | string | `"5g"` | | | alfresco-digital-workspace.ingress.hosts[0].paths[0].path | string | `"/workspace"` | | | alfresco-digital-workspace.ingress.hosts[0].paths[0].pathType | string | `"Prefix"` | | @@ -103,7 +103,7 @@ Please refer to the [documentation](https://github.com/Alfresco/acs-deployment/b | alfresco-repository.configuration.search.existingSecret.name | string | `"alfresco-search-secret"` | | | alfresco-repository.configuration.search.flavor | string | `"elasticsearch"` | | | alfresco-repository.image.repository | string | `"quay.io/alfresco/alfresco-content-repository"` | | -| alfresco-repository.image.tag | string | `"23.1.1"` | | +| alfresco-repository.image.tag | string | `"23.2.1"` | | | alfresco-repository.nameOverride | string | `"alfresco-repository"` | | | alfresco-repository.persistence.accessModes | list | `["ReadWriteMany"]` | Specify a storageClass for dynamic provisioning | | alfresco-repository.persistence.baseSize | string | `"20Gi"` | | @@ -131,7 +131,7 @@ Please refer to the [documentation](https://github.com/Alfresco/acs-deployment/b | alfresco-search.ingress.enabled | bool | `false` | Alfresco Search services endpoint ('/solr') | | alfresco-search.ingress.tls | list | `[]` | | | alfresco-search.insightEngineImage.repository | string | `"quay.io/alfresco/insight-engine"` | | -| alfresco-search.insightEngineImage.tag | string | `"2.0.9"` | | +| alfresco-search.insightEngineImage.tag | string | `"2.0.9.1"` | | | alfresco-search.nameOverride | string | `"alfresco-search"` | | | alfresco-search.repository.existingConfigMap.keys.host | string | `"repo_svc_name"` | | | alfresco-search.repository.existingConfigMap.keys.port | string | `"repo_svc_port"` | | @@ -140,7 +140,7 @@ Please refer to the [documentation](https://github.com/Alfresco/acs-deployment/b | alfresco-search.repository.existingSecret.keys.sharedSecret | string | `"SOLR_SECRET"` | | | alfresco-search.repository.existingSecret.name | string | `"alfresco-search-secret"` | | | alfresco-search.searchServicesImage.repository | string | `"quay.io/alfresco/search-services"` | | -| alfresco-search.searchServicesImage.tag | string | `"2.0.9"` | | +| alfresco-search.searchServicesImage.tag | string | `"2.0.9.1"` | | | alfresco-sync-service.database.existingConfigMap.keys.url | string | `"SYNC_DATABASE_URL"` | | | alfresco-sync-service.database.existingConfigMap.name | string | `"alfresco-infrastructure"` | | | alfresco-sync-service.database.existingSecret.name | string | `"alfresco-cs-sync"` | | @@ -155,31 +155,31 @@ Please refer to the [documentation](https://github.com/Alfresco/acs-deployment/b | alfresco-transform-service.enabled | bool | `true` | | | alfresco-transform-service.filestore.enabled | bool | `true` | Declares the alfresco-shared-file-store used by the content repository and transform service | | alfresco-transform-service.filestore.image.repository | string | `"quay.io/alfresco/alfresco-shared-file-store"` | | -| alfresco-transform-service.filestore.image.tag | string | `"4.0.1"` | | +| alfresco-transform-service.filestore.image.tag | string | `"4.1.0"` | | | alfresco-transform-service.filestore.persistence.data.mountPath | string | `"/tmp/Alfresco"` | | | alfresco-transform-service.filestore.persistence.data.subPath | string | `"alfresco-content-services/filestore-data"` | | | alfresco-transform-service.filestore.persistence.enabled | bool | `true` | Persist filestore data | | alfresco-transform-service.filestore.replicaCount | int | `1` | | | alfresco-transform-service.imagemagick.enabled | bool | `true` | Declares the alfresco-imagemagick service used by the content repository to transform image files | | alfresco-transform-service.imagemagick.image.repository | string | `"alfresco/alfresco-imagemagick"` | | -| alfresco-transform-service.imagemagick.image.tag | string | `"5.0.1"` | | +| alfresco-transform-service.imagemagick.image.tag | string | `"5.1.0"` | | | alfresco-transform-service.libreoffice.enabled | bool | `true` | Declares the alfresco-libreoffice service used by the content repository to transform office files | | alfresco-transform-service.libreoffice.image.repository | string | `"alfresco/alfresco-libreoffice"` | | -| alfresco-transform-service.libreoffice.image.tag | string | `"5.0.1"` | | +| alfresco-transform-service.libreoffice.image.tag | string | `"5.1.0"` | | | alfresco-transform-service.messageBroker.existingConfigMap.name | string | `"alfresco-infrastructure"` | Name of the configmap which holds the ATS shared filestore URL | | alfresco-transform-service.messageBroker.existingSecret.name | string | `"acs-alfresco-cs-brokersecret"` | | | alfresco-transform-service.pdfrenderer.enabled | bool | `true` | Declares the alfresco-pdf-renderer service used by the content repository to transform pdf files | | alfresco-transform-service.pdfrenderer.image.repository | string | `"alfresco/alfresco-pdf-renderer"` | | -| alfresco-transform-service.pdfrenderer.image.tag | string | `"5.0.1"` | | +| alfresco-transform-service.pdfrenderer.image.tag | string | `"5.1.0"` | | | alfresco-transform-service.tika.enabled | bool | `true` | Declares the alfresco-tika service used by the content repository to transform office files | | alfresco-transform-service.tika.image.repository | string | `"alfresco/alfresco-tika"` | | -| alfresco-transform-service.tika.image.tag | string | `"5.0.1"` | | +| alfresco-transform-service.tika.image.tag | string | `"5.1.0"` | | | alfresco-transform-service.transformmisc.enabled | bool | `true` | Declares the alfresco-tika service used by the content repository to transform office files | | alfresco-transform-service.transformmisc.image.repository | string | `"alfresco/alfresco-transform-misc"` | | -| alfresco-transform-service.transformmisc.image.tag | string | `"5.0.1"` | | +| alfresco-transform-service.transformmisc.image.tag | string | `"5.1.0"` | | | alfresco-transform-service.transformrouter.enabled | bool | `true` | Declares the alfresco-transform-router service used by the content repository to route transformation requests | | alfresco-transform-service.transformrouter.image.repository | string | `"quay.io/alfresco/alfresco-transform-router"` | | -| alfresco-transform-service.transformrouter.image.tag | string | `"4.0.1"` | | +| alfresco-transform-service.transformrouter.image.tag | string | `"4.1.0"` | | | alfresco-transform-service.transformrouter.replicaCount | int | `2` | | | config.repository.additionalGlobalProperties | object | `{}` | | | config.repository.configMapName | string | `"repository"` | | @@ -203,11 +203,11 @@ Please refer to the [documentation](https://github.com/Alfresco/acs-deployment/b | dtas.config.assertions.acs.identity | bool | `false` | | | dtas.config.assertions.acs.modules[0].id | string | `"org.alfresco.integrations.google.docs"` | | | dtas.config.assertions.acs.modules[0].installed | bool | `true` | | -| dtas.config.assertions.acs.modules[0].version | string | `"4.0.0"` | | +| dtas.config.assertions.acs.modules[0].version | string | `"4.1.0"` | | | dtas.config.assertions.acs.modules[1].id | string | `"alfresco-aos-module"` | | | dtas.config.assertions.acs.modules[1].installed | bool | `true` | | -| dtas.config.assertions.acs.modules[1].version | string | `"2.0.0"` | | -| dtas.config.assertions.acs.version | string | `"23.1.1"` | | +| dtas.config.assertions.acs.modules[1].version | string | `"3.0.0"` | | +| dtas.config.assertions.acs.version | string | `"23.2.0"` | | | dtas.config.assertions.adw.base_path | string | `"/workspace"` | | | dtas.config.config.host | string | `"http://ingress-nginx-controller.ingress-nginx.svc.cluster.local"` | | | dtas.config.config.password | string | `"admin"` | | @@ -272,7 +272,7 @@ Please refer to the [documentation](https://github.com/Alfresco/acs-deployment/b | postgresql.primary.resources.requests.memory | string | `"1Gi"` | | | share.enabled | bool | `true` | toggle deploying Alfresco Share UI | | share.image.repository | string | `"quay.io/alfresco/alfresco-share"` | | -| share.image.tag | string | `"23.1.1"` | | +| share.image.tag | string | `"23.2.1"` | | | share.nameOverride | string | `"share"` | | | share.repository.existingConfigMap.keys.host | string | `"repo_svc_name"` | Name of the key in the configmap which points to the repository service hostname | | share.repository.existingConfigMap.keys.port | string | `"repo_svc_port"` | Name of the key in the configmap which points to the repository service port | diff --git a/helm/alfresco-content-services/community_values.yaml b/helm/alfresco-content-services/community_values.yaml index cf85ccb8e..75cb8de01 100644 --- a/helm/alfresco-content-services/community_values.yaml +++ b/helm/alfresco-content-services/community_values.yaml @@ -4,7 +4,7 @@ alfresco-repository: replicaCount: 1 image: repository: alfresco/alfresco-content-repository-community - tag: 23.1.0 + tag: 23.2.1 persistence: accessModes: - ReadWriteOnce @@ -22,12 +22,12 @@ elasticsearch: share: image: repository: alfresco/alfresco-share - tag: 23.1.1 + tag: 23.2.1 alfresco-search: enabled: true searchServicesImage: repository: alfresco/alfresco-search-services - tag: 2.0.9 + tag: 2.0.9.1 # Disable Enterprise only features alfresco-transform-service: enabled: true diff --git a/helm/alfresco-content-services/pre-release_values.yaml b/helm/alfresco-content-services/pre-release_values.yaml index f711a8dfc..3bacda481 100644 --- a/helm/alfresco-content-services/pre-release_values.yaml +++ b/helm/alfresco-content-services/pre-release_values.yaml @@ -2,7 +2,7 @@ # the chart alfresco-repository: image: - tag: 23.2.0-A21 + tag: 23.2.1 activemq: image: repository: quay.io/alfresco/alfresco-activemq @@ -34,7 +34,7 @@ alfresco-ai-transformer: tag: 3.1.1-A1 share: image: - tag: 23.2.0-A21 + tag: 23.2.1 alfresco-search: searchServicesImage: tag: 2.0.9.1 @@ -44,25 +44,25 @@ alfresco-search-enterprise: liveIndexing: mediation: image: - tag: 4.0.1-A3 + tag: 4.1.0-A7 content: image: - tag: 4.0.1-A3 + tag: 4.1.0-A7 metadata: image: - tag: 4.0.1-A3 + tag: 4.1.0-A7 path: image: - tag: 4.0.1-A3 + tag: 4.1.0-A7 reindexing: image: - tag: 4.0.1-A3 + tag: 4.1.0-A7 alfresco-digital-workspace: image: - tag: 4.4.0-8081773191 + tag: 4.4.1-8187474196 alfresco-control-center: image: - tag: 8.4.0-8081773191 + tag: 8.4.1-8187474196 postgresql: image: tag: 14.4.0 @@ -71,7 +71,7 @@ postgresql-syncservice: tag: 14.4.0 alfresco-sync-service: image: - tag: 5.0.0-A14 + tag: 5.0.0-M3 alfresco-connector-ms365: image: tag: 2.0.0 @@ -85,5 +85,5 @@ dtas: version: 23.2.0 modules: - id: org.alfresco.integrations.google.docs - version: 4.1.0-A2 + version: 4.1.0 installed: true diff --git a/helm/alfresco-content-services/values.yaml b/helm/alfresco-content-services/values.yaml index a637ff86d..069c7d652 100644 --- a/helm/alfresco-content-services/values.yaml +++ b/helm/alfresco-content-services/values.yaml @@ -117,7 +117,7 @@ alfresco-repository: nameOverride: alfresco-repository image: repository: quay.io/alfresco/alfresco-content-repository - tag: 23.1.1 + tag: 23.2.1 configuration: repository: existingConfigMap: *repository_cmName @@ -205,42 +205,42 @@ alfresco-transform-service: replicaCount: 2 image: repository: quay.io/alfresco/alfresco-transform-router - tag: 4.0.1 + tag: 4.1.0 pdfrenderer: # -- Declares the alfresco-pdf-renderer service used by the content repository # to transform pdf files enabled: true image: repository: alfresco/alfresco-pdf-renderer - tag: 5.0.1 + tag: 5.1.0 imagemagick: # -- Declares the alfresco-imagemagick service used by the content repository # to transform image files enabled: true image: repository: alfresco/alfresco-imagemagick - tag: 5.0.1 + tag: 5.1.0 libreoffice: # -- Declares the alfresco-libreoffice service used by the content repository # to transform office files enabled: true image: repository: alfresco/alfresco-libreoffice - tag: 5.0.1 + tag: 5.1.0 tika: # -- Declares the alfresco-tika service used by the content repository # to transform office files enabled: true image: repository: alfresco/alfresco-tika - tag: 5.0.1 + tag: 5.1.0 transformmisc: # -- Declares the alfresco-tika service used by the content repository # to transform office files enabled: true image: repository: alfresco/alfresco-transform-misc - tag: 5.0.1 + tag: 5.1.0 filestore: # -- Declares the alfresco-shared-file-store used by the content repository # and transform service @@ -248,7 +248,7 @@ alfresco-transform-service: replicaCount: 1 image: repository: quay.io/alfresco/alfresco-shared-file-store - tag: 4.0.1 + tag: 4.1.0 persistence: # -- Persist filestore data enabled: true @@ -260,7 +260,7 @@ share: enabled: true image: repository: quay.io/alfresco/alfresco-share - tag: 23.1.1 + tag: 23.2.1 nameOverride: share repository: existingConfigMap: @@ -288,10 +288,10 @@ alfresco-search: sharedSecret: SOLR_SECRET searchServicesImage: repository: quay.io/alfresco/search-services - tag: 2.0.9 + tag: 2.0.9.1 insightEngineImage: repository: quay.io/alfresco/insight-engine - tag: 2.0.9 + tag: 2.0.9.1 nameOverride: alfresco-search # If an external Solr service is to be used then enabled must be set to false # and external has to be configured accordingly. @@ -366,7 +366,7 @@ alfresco-digital-workspace: pathType: Prefix image: repository: quay.io/alfresco/alfresco-digital-workspace - tag: 4.3.0 + tag: 4.4.1 pullPolicy: IfNotPresent env: APP_CONFIG_PROVIDER: "ECM" @@ -385,7 +385,7 @@ alfresco-control-center: pathType: Prefix image: repository: quay.io/alfresco/alfresco-control-center - tag: 8.3.0 + tag: 8.4.1 pullPolicy: IfNotPresent env: APP_CONFIG_PROVIDER: "ECM" @@ -492,7 +492,7 @@ alfresco-ai-transformer: fullnameOverride: alfresco-intelligence-service image: repository: quay.io/alfresco/alfresco-ai-docker-engine - tag: 3.0.1 + tag: 3.1.0 sfs: existingConfigMap: # -- Name of the configmap which holds the ATS shared filestore URL @@ -529,14 +529,14 @@ dtas: assertions: acs: edition: Enterprise - version: 23.1.1 + version: 23.2.0 identity: false modules: - id: org.alfresco.integrations.google.docs - version: 4.0.0 + version: 4.1.0 installed: true - id: alfresco-aos-module - version: 2.0.0 + version: 3.0.0 installed: true adw: base_path: "/workspace"