From d00fcd247990faef60683200d93faa0046af9ae8 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Pawe=C5=82=20Maciusiak?= <158472457+pmacius@users.noreply.github.com> Date: Thu, 30 May 2024 09:54:30 +0200 Subject: [PATCH 1/5] OPSEXP-2677 Bump tags for Gemini release (#1153) Co-authored-by: pmacius --- docker-compose/7.2.N-docker-compose.yml | 4 +-- docker-compose/7.3.N-docker-compose.yml | 4 +-- docker-compose/7.4.N-docker-compose.yml | 10 +++---- docker-compose/community-docker-compose.yml | 2 +- docker-compose/docker-compose.yml | 6 ++--- docker-compose/pre-release-docker-compose.yml | 12 ++++----- .../7.2.N_values.yaml | 8 +++--- .../7.3.N_values.yaml | 8 +++--- .../7.4.N_values.yaml | 22 ++++++++-------- helm/alfresco-content-services/Chart.lock | 12 ++++----- helm/alfresco-content-services/Chart.yaml | 10 +++---- helm/alfresco-content-services/README.md | 26 +++++++++---------- .../pre-release_values.yaml | 22 ++++++++-------- helm/alfresco-content-services/values.yaml | 16 ++++++------ 14 files changed, 81 insertions(+), 81 deletions(-) diff --git a/docker-compose/7.2.N-docker-compose.yml b/docker-compose/7.2.N-docker-compose.yml index 7788b4480..86f0209a8 100644 --- a/docker-compose/7.2.N-docker-compose.yml +++ b/docker-compose/7.2.N-docker-compose.yml @@ -21,7 +21,7 @@ version: "2" services: alfresco: - image: quay.io/alfresco/alfresco-content-repository:7.2.1.15 + image: quay.io/alfresco/alfresco-content-repository:7.2.2 mem_limit: 1900m environment: JAVA_TOOL_OPTIONS: >- @@ -106,7 +106,7 @@ services: volumes: - shared-file-store-volume:/tmp/Alfresco/sfs share: - image: quay.io/alfresco/alfresco-share:7.2.1.15 + image: quay.io/alfresco/alfresco-share:7.2.2 mem_limit: 1g environment: REPO_HOST: "alfresco" diff --git a/docker-compose/7.3.N-docker-compose.yml b/docker-compose/7.3.N-docker-compose.yml index 6720fc322..2f4a47b79 100644 --- a/docker-compose/7.3.N-docker-compose.yml +++ b/docker-compose/7.3.N-docker-compose.yml @@ -18,7 +18,7 @@ version: "2" services: alfresco: - image: quay.io/alfresco/alfresco-content-repository:7.3.1.2 + image: quay.io/alfresco/alfresco-content-repository:7.3.2 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.3.1.2 + image: quay.io/alfresco/alfresco-share:7.3.2 mem_limit: 1g environment: REPO_HOST: "alfresco" diff --git a/docker-compose/7.4.N-docker-compose.yml b/docker-compose/7.4.N-docker-compose.yml index 8be469979..1d91cd84a 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.6 + image: quay.io/alfresco/alfresco-content-repository:7.4.2 mem_limit: 1900m environment: JAVA_TOOL_OPTIONS: >- @@ -58,7 +58,7 @@ services: -XX:MaxRAMPercentage=80 transform-router: mem_limit: 512m - image: quay.io/alfresco/alfresco-transform-router:4.1.1 + image: quay.io/alfresco/alfresco-transform-router:4.1.2 environment: JAVA_OPTS: >- -XX:MinRAMPercentage=50 @@ -72,7 +72,7 @@ services: links: - activemq transform-core-aio: - image: alfresco/alfresco-transform-core-aio:5.1.1 + image: alfresco/alfresco-transform-core-aio:5.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:4.1.1 + image: quay.io/alfresco/alfresco-shared-file-store:4.1.2 mem_limit: 512m environment: JAVA_OPTS: >- @@ -99,7 +99,7 @@ services: volumes: - shared-file-store-volume:/tmp/Alfresco/sfs share: - image: quay.io/alfresco/alfresco-share:7.4.1.6 + image: quay.io/alfresco/alfresco-share:7.4.2 mem_limit: 1g environment: REPO_HOST: "alfresco" diff --git a/docker-compose/community-docker-compose.yml b/docker-compose/community-docker-compose.yml index 514850f54..db8767722 100644 --- a/docker-compose/community-docker-compose.yml +++ b/docker-compose/community-docker-compose.yml @@ -48,7 +48,7 @@ services: -XX:MinRAMPercentage=50 -XX:MaxRAMPercentage=80 transform-core-aio: - image: alfresco/alfresco-transform-core-aio:5.1.1 + image: alfresco/alfresco-transform-core-aio:5.1.2 mem_limit: 1536m environment: JAVA_OPTS: >- diff --git a/docker-compose/docker-compose.yml b/docker-compose/docker-compose.yml index 74bceab6e..75f97c472 100644 --- a/docker-compose/docker-compose.yml +++ b/docker-compose/docker-compose.yml @@ -66,7 +66,7 @@ services: start_period: 1m transform-router: mem_limit: 512m - image: quay.io/alfresco/alfresco-transform-router:4.1.1 + image: quay.io/alfresco/alfresco-transform-router:4.1.2 environment: JAVA_OPTS: >- -XX:MinRAMPercentage=50 @@ -80,7 +80,7 @@ services: depends_on: - activemq transform-core-aio: - image: alfresco/alfresco-transform-core-aio:5.1.1 + image: alfresco/alfresco-transform-core-aio:5.1.2 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.1.1 + image: quay.io/alfresco/alfresco-shared-file-store:4.1.2 mem_limit: 512m environment: JAVA_OPTS: >- diff --git a/docker-compose/pre-release-docker-compose.yml b/docker-compose/pre-release-docker-compose.yml index f5f655316..9c7994de3 100644 --- a/docker-compose/pre-release-docker-compose.yml +++ b/docker-compose/pre-release-docker-compose.yml @@ -66,7 +66,7 @@ services: start_period: 1m transform-router: mem_limit: 512m - image: quay.io/alfresco/alfresco-transform-router:4.1.1 + image: quay.io/alfresco/alfresco-transform-router:4.1.2 environment: JAVA_OPTS: >- -XX:MinRAMPercentage=50 @@ -80,7 +80,7 @@ services: depends_on: - activemq transform-core-aio: - image: alfresco/alfresco-transform-core-aio:5.1.1 + image: alfresco/alfresco-transform-core-aio:5.1.2 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.1.1 + image: quay.io/alfresco/alfresco-shared-file-store:4.1.2 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.3.0-A12 + image: quay.io/alfresco/alfresco-share:23.3.0-A16 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.5.0-8845542148 + image: quay.io/alfresco/alfresco-digital-workspace:4.5.0-9269023247 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.5.0-8845542148 + image: quay.io/alfresco/alfresco-control-center:8.5.0-9269023247 mem_limit: 128m environment: APP_CONFIG_PROVIDER: "ECM" diff --git a/helm/alfresco-content-services/7.2.N_values.yaml b/helm/alfresco-content-services/7.2.N_values.yaml index 19d357397..d96c92b1e 100644 --- a/helm/alfresco-content-services/7.2.N_values.yaml +++ b/helm/alfresco-content-services/7.2.N_values.yaml @@ -2,7 +2,7 @@ # the chart alfresco-repository: image: - tag: 7.2.1.15 + tag: 7.2.2 configuration: search: flavor: solr6 @@ -37,7 +37,7 @@ alfresco-transform-service: tag: 2.1.2 share: image: - tag: 7.2.1.15 + tag: 7.2.2 alfresco-search: enabled: true searchServicesImage: @@ -89,10 +89,10 @@ dtas: config: assertions: acs: - version: 7.2.1 + version: 7.2.2 modules: - id: org.alfresco.integrations.google.docs - version: 3.2.1.3 + version: 3.2.2 installed: true - id: alfresco-aos-module version: 1.4.1 diff --git a/helm/alfresco-content-services/7.3.N_values.yaml b/helm/alfresco-content-services/7.3.N_values.yaml index d170efcb9..b5f696538 100644 --- a/helm/alfresco-content-services/7.3.N_values.yaml +++ b/helm/alfresco-content-services/7.3.N_values.yaml @@ -2,7 +2,7 @@ # the chart alfresco-repository: image: - tag: 7.3.1.2 + tag: 7.3.2 configuration: search: flavor: solr6 @@ -15,7 +15,7 @@ alfresco-ai-transformer: tag: 1.5.1 share: image: - tag: 7.3.1.2 + tag: 7.3.2 alfresco-transform-service: transformrouter: image: @@ -89,10 +89,10 @@ dtas: config: assertions: acs: - version: 7.3.1 + version: 7.3.2 modules: - id: org.alfresco.integrations.google.docs - version: 3.3.0 + version: 3.4.2 installed: true - id: alfresco-aos-module version: 1.5.0 diff --git a/helm/alfresco-content-services/7.4.N_values.yaml b/helm/alfresco-content-services/7.4.N_values.yaml index ea5e09e5d..e0811ad66 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.6 + tag: 7.4.2 configuration: search: flavor: solr6 @@ -13,31 +13,31 @@ activemq: alfresco-transform-service: transformrouter: image: - tag: 4.1.1 + tag: 4.1.2 pdfrenderer: image: - tag: 5.1.1 + tag: 5.1.2 imagemagick: image: - tag: 5.1.1 + tag: 5.1.2 libreoffice: image: - tag: 5.1.1 + tag: 5.1.2 tika: image: - tag: 5.1.1 + tag: 5.1.2 transformmisc: image: - tag: 5.1.1 + tag: 5.1.2 filestore: image: - tag: 4.1.1 + tag: 4.1.2 alfresco-ai-transformer: image: - tag: 3.1.2 + tag: 3.1.3 share: image: - tag: 7.4.1.6 + tag: 7.4.2 alfresco-search: enabled: true searchServicesImage: @@ -89,7 +89,7 @@ dtas: config: assertions: acs: - version: 7.4.1 + version: 7.4.2 modules: - id: org.alfresco.integrations.google.docs version: 3.4.2 diff --git a/helm/alfresco-content-services/Chart.lock b/helm/alfresco-content-services/Chart.lock index 02b8ada73..170236500 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.2 + version: 3.1.3 - name: postgresql repository: oci://registry-1.docker.io/bitnamicharts version: 12.8.5 @@ -16,13 +16,13 @@ dependencies: version: 0.1.0 - name: alfresco-repository repository: https://alfresco.github.io/alfresco-helm-charts/ - version: 0.5.0 + version: 0.5.1 - name: activemq repository: https://alfresco.github.io/alfresco-helm-charts/ version: 3.5.3 - name: alfresco-transform-service repository: https://alfresco.github.io/alfresco-helm-charts/ - version: 1.3.1 + version: 1.3.2 - name: alfresco-search-service repository: https://alfresco.github.io/alfresco-helm-charts/ version: 3.3.1 @@ -43,9 +43,9 @@ dependencies: version: 0.7.1 - name: alfresco-ai-transformer repository: https://alfresco.github.io/alfresco-helm-charts/ - version: 1.2.2 + version: 1.2.3 - name: elasticsearch repository: https://helm.elastic.co version: 7.17.3 -digest: sha256:fac906575eeb668e561fa200df34e42a23b8b31efd75c37efae6650540afce51 -generated: "2024-04-18T10:52:26.629289265Z" +digest: sha256:4eacdf946479b47b7276bfdf86ebb6b513266f0e293ed10eae66c495abbf9b78 +generated: "2024-05-29T18:01:29.438117+02:00" diff --git a/helm/alfresco-content-services/Chart.yaml b/helm/alfresco-content-services/Chart.yaml index 87217e2a8..37b7ce8c1 100644 --- a/helm/alfresco-content-services/Chart.yaml +++ b/helm/alfresco-content-services/Chart.yaml @@ -4,7 +4,7 @@ # https://www.alfresco.com/platform/content-services-ecm/trial/download apiVersion: v2 name: alfresco-content-services -version: 8.1.1 +version: 8.2.0 appVersion: 23.2.1 description: A Helm chart for deploying Alfresco Content Services keywords: @@ -17,7 +17,7 @@ sources: - https://github.com/Alfresco/acs-deployment dependencies: - name: alfresco-common - version: 3.1.2 + version: 3.1.3 repository: https://alfresco.github.io/alfresco-helm-charts/ - name: postgresql version: 12.8.5 @@ -41,14 +41,14 @@ dependencies: condition: >- alfresco-digital-workspace.enabled - name: alfresco-repository - version: 0.5.0 + version: 0.5.1 repository: https://alfresco.github.io/alfresco-helm-charts/ - name: activemq version: 3.5.3 repository: https://alfresco.github.io/alfresco-helm-charts/ condition: activemq.enabled - name: alfresco-transform-service - version: 1.3.1 + version: 1.3.2 repository: https://alfresco.github.io/alfresco-helm-charts/ condition: alfresco-transform-service.enabled - name: alfresco-search-service @@ -78,7 +78,7 @@ dependencies: repository: https://alfresco.github.io/alfresco-helm-charts/ condition: alfresco-connector-ms365.enabled - name: alfresco-ai-transformer - version: 1.2.2 + version: 1.2.3 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 d31db3720..f6f913a78 100644 --- a/helm/alfresco-content-services/README.md +++ b/helm/alfresco-content-services/README.md @@ -6,7 +6,7 @@ grand_parent: Helm # alfresco-content-services -![Version: 8.1.1](https://img.shields.io/badge/Version-8.1.1-informational?style=flat-square) ![AppVersion: 23.2.1](https://img.shields.io/badge/AppVersion-23.2.1-informational?style=flat-square) +![Version: 8.2.0](https://img.shields.io/badge/Version-8.2.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 @@ -25,16 +25,16 @@ Please refer to the [documentation](https://github.com/Alfresco/acs-deployment/b | https://alfresco.github.io/alfresco-helm-charts/ | activemq | 3.5.3 | | 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.2 | -| https://alfresco.github.io/alfresco-helm-charts/ | alfresco-common | 3.1.2 | +| https://alfresco.github.io/alfresco-helm-charts/ | alfresco-ai-transformer | 1.2.3 | +| https://alfresco.github.io/alfresco-helm-charts/ | alfresco-common | 3.1.3 | | https://alfresco.github.io/alfresco-helm-charts/ | alfresco-connector-ms365 | 0.7.1 | | https://alfresco.github.io/alfresco-helm-charts/ | alfresco-connector-msteams | 0.5.1 | -| https://alfresco.github.io/alfresco-helm-charts/ | alfresco-repository | 0.5.0 | +| https://alfresco.github.io/alfresco-helm-charts/ | alfresco-repository | 0.5.1 | | https://alfresco.github.io/alfresco-helm-charts/ | alfresco-search-enterprise | 3.2.6 | | https://alfresco.github.io/alfresco-helm-charts/ | alfresco-search(alfresco-search-service) | 3.3.1 | | https://alfresco.github.io/alfresco-helm-charts/ | share(alfresco-share) | 0.6.1 | | https://alfresco.github.io/alfresco-helm-charts/ | alfresco-sync-service | 5.2.3 | -| https://alfresco.github.io/alfresco-helm-charts/ | alfresco-transform-service | 1.3.1 | +| https://alfresco.github.io/alfresco-helm-charts/ | alfresco-transform-service | 1.3.2 | | 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 | @@ -54,7 +54,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.1.2"` | | +| alfresco-ai-transformer.image.tag | string | `"3.1.3"` | | | 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 | @@ -161,31 +161,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.1.1"` | | +| alfresco-transform-service.filestore.image.tag | string | `"4.1.2"` | | | 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.1.1"` | | +| alfresco-transform-service.imagemagick.image.tag | string | `"5.1.2"` | | | 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.1.1"` | | +| alfresco-transform-service.libreoffice.image.tag | string | `"5.1.2"` | | | 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.1.1"` | | +| alfresco-transform-service.pdfrenderer.image.tag | string | `"5.1.2"` | | | 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.1.1"` | | +| alfresco-transform-service.tika.image.tag | string | `"5.1.2"` | | | 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.1.1"` | | +| alfresco-transform-service.transformmisc.image.tag | string | `"5.1.2"` | | | 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.1.1"` | | +| alfresco-transform-service.transformrouter.image.tag | string | `"4.1.2"` | | | alfresco-transform-service.transformrouter.livenessProbe.path | string | `"/transform/config"` | Overrride liveness probe endpoint to work around https://alfresco.atlassian.net/browse/ACS-7269 | | alfresco-transform-service.transformrouter.replicaCount | int | `2` | | | config.repository.additionalGlobalProperties | object | `{}` | | diff --git a/helm/alfresco-content-services/pre-release_values.yaml b/helm/alfresco-content-services/pre-release_values.yaml index 13318bcf5..f33b9ed2b 100644 --- a/helm/alfresco-content-services/pre-release_values.yaml +++ b/helm/alfresco-content-services/pre-release_values.yaml @@ -10,31 +10,31 @@ activemq: alfresco-transform-service: transformrouter: image: - tag: 4.1.1 + tag: 4.1.2 pdfrenderer: image: - tag: 5.1.1 + tag: 5.1.2 imagemagick: image: - tag: 5.1.1 + tag: 5.1.2 libreoffice: image: - tag: 5.1.1 + tag: 5.1.2 tika: image: - tag: 5.1.1 + tag: 5.1.2 transformmisc: image: - tag: 5.1.1 + tag: 5.1.2 filestore: image: - tag: 4.1.1 + tag: 4.1.2 alfresco-ai-transformer: image: - tag: 3.1.2 + tag: 3.1.3 share: image: - tag: 23.3.0-A12 + tag: 23.3.0-A16 alfresco-search: searchServicesImage: tag: 2.0.10 @@ -59,10 +59,10 @@ alfresco-search-enterprise: tag: 4.1.0-A8 alfresco-digital-workspace: image: - tag: 4.5.0-8845542148 + tag: 4.5.0-9269023247 alfresco-control-center: image: - tag: 8.5.0-8845542148 + tag: 8.5.0-9269023247 postgresql: image: tag: 14.4.0 diff --git a/helm/alfresco-content-services/values.yaml b/helm/alfresco-content-services/values.yaml index 38e987573..a76b145f8 100644 --- a/helm/alfresco-content-services/values.yaml +++ b/helm/alfresco-content-services/values.yaml @@ -205,7 +205,7 @@ alfresco-transform-service: replicaCount: 2 image: repository: quay.io/alfresco/alfresco-transform-router - tag: 4.1.1 + tag: 4.1.2 livenessProbe: # -- Overrride liveness probe endpoint to work around # https://alfresco.atlassian.net/browse/ACS-7269 @@ -216,35 +216,35 @@ alfresco-transform-service: enabled: true image: repository: alfresco/alfresco-pdf-renderer - tag: 5.1.1 + tag: 5.1.2 imagemagick: # -- Declares the alfresco-imagemagick service used by the content repository # to transform image files enabled: true image: repository: alfresco/alfresco-imagemagick - tag: 5.1.1 + tag: 5.1.2 libreoffice: # -- Declares the alfresco-libreoffice service used by the content repository # to transform office files enabled: true image: repository: alfresco/alfresco-libreoffice - tag: 5.1.1 + tag: 5.1.2 tika: # -- Declares the alfresco-tika service used by the content repository # to transform office files enabled: true image: repository: alfresco/alfresco-tika - tag: 5.1.1 + tag: 5.1.2 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.1.1 + tag: 5.1.2 filestore: # -- Declares the alfresco-shared-file-store used by the content repository # and transform service @@ -252,7 +252,7 @@ alfresco-transform-service: replicaCount: 1 image: repository: quay.io/alfresco/alfresco-shared-file-store - tag: 4.1.1 + tag: 4.1.2 persistence: # -- Persist filestore data enabled: true @@ -496,7 +496,7 @@ alfresco-ai-transformer: fullnameOverride: alfresco-intelligence-service image: repository: quay.io/alfresco/alfresco-ai-docker-engine - tag: 3.1.2 + tag: 3.1.3 sfs: existingConfigMap: # -- Name of the configmap which holds the ATS shared filestore URL From 3ad393375fb19bc4bfb554fb05c884f001ec594b Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 30 May 2024 09:57:25 +0200 Subject: [PATCH 2/5] Bump actions/checkout from 4.1.4 to 4.1.6 (#1150) [skip ci] Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> --- .github/workflows/bumpVersions.yml | 6 +++--- .github/workflows/docker-compose-enterprise.yml | 2 +- .github/workflows/helm-community.yml | 4 ++-- .github/workflows/helm-enterprise.yml | 4 ++-- .github/workflows/helm-release.yml | 2 +- .github/workflows/helm-static-checks.yml | 6 +++--- .github/workflows/pre-commit-helm.yml | 2 +- 7 files changed, 13 insertions(+), 13 deletions(-) diff --git a/.github/workflows/bumpVersions.yml b/.github/workflows/bumpVersions.yml index 79bb8739a..53b26d6f1 100644 --- a/.github/workflows/bumpVersions.yml +++ b/.github/workflows/bumpVersions.yml @@ -32,7 +32,7 @@ jobs: name: Helm charts dependencies if: inputs.update-type == 'charts' steps: - - uses: actions/checkout@0ad4b8fadaa221de15dcec353f45205ec38ea70b # v4.1.4 + - uses: actions/checkout@a5ac7e51b41094c92402da3b24376905380afc29 # v4.1.6 with: token: ${{ secrets.BOT_GITHUB_TOKEN }} @@ -76,7 +76,7 @@ jobs: if: inputs.update-type == 'values' steps: - name: Checkout - uses: actions/checkout@0ad4b8fadaa221de15dcec353f45205ec38ea70b # v4.1.4 + uses: actions/checkout@a5ac7e51b41094c92402da3b24376905380afc29 # v4.1.6 with: token: ${{ secrets.BOT_GITHUB_TOKEN }} @@ -86,7 +86,7 @@ jobs: version: ${{ env.UPDATE_CLI_VERSION }} - name: Checkout updatecli configs - uses: actions/checkout@0ad4b8fadaa221de15dcec353f45205ec38ea70b # v4.1.4 + uses: actions/checkout@a5ac7e51b41094c92402da3b24376905380afc29 # v4.1.6 with: repository: alfresco/alfresco-updatecli ref: ${{ inputs.alfresco-updatecli-ref || env.DEFAULT_BRANCH_NAME }} diff --git a/.github/workflows/docker-compose-enterprise.yml b/.github/workflows/docker-compose-enterprise.yml index 514348ac7..c87e844fd 100644 --- a/.github/workflows/docker-compose-enterprise.yml +++ b/.github/workflows/docker-compose-enterprise.yml @@ -27,7 +27,7 @@ jobs: outputs: matrix_json: ${{ steps.eval.outputs.matrix_json }} steps: - - uses: actions/checkout@0ad4b8fadaa221de15dcec353f45205ec38ea70b # v4.1.4 + - uses: actions/checkout@a5ac7e51b41094c92402da3b24376905380afc29 # v4.1.6 - name: Evaluate Matrix id: eval run: >- diff --git a/.github/workflows/helm-community.yml b/.github/workflows/helm-community.yml index 852212f18..79807f38d 100644 --- a/.github/workflows/helm-community.yml +++ b/.github/workflows/helm-community.yml @@ -24,7 +24,7 @@ jobs: outputs: ver_json: ${{ steps.app_versions.outputs.json }} steps: - - uses: actions/checkout@0ad4b8fadaa221de15dcec353f45205ec38ea70b # v4.1.4 + - uses: actions/checkout@a5ac7e51b41094c92402da3b24376905380afc29 # v4.1.6 with: fetch-depth: 0 - name: Get charts @@ -54,7 +54,7 @@ jobs: matrix: include: ${{ fromJSON(needs.build_vars.outputs.ver_json) }} steps: - - uses: actions/checkout@0ad4b8fadaa221de15dcec353f45205ec38ea70b # v4.1.4 + - uses: actions/checkout@a5ac7e51b41094c92402da3b24376905380afc29 # v4.1.6 - uses: azure/setup-helm@fe7b79cd5ee1e45176fcad797de68ecaf3ca4814 # v4.2.0 with: diff --git a/.github/workflows/helm-enterprise.yml b/.github/workflows/helm-enterprise.yml index d7de2b1e8..cfd00fc66 100644 --- a/.github/workflows/helm-enterprise.yml +++ b/.github/workflows/helm-enterprise.yml @@ -30,7 +30,7 @@ jobs: outputs: ver_json: ${{ steps.app_versions.outputs.json }} steps: - - uses: actions/checkout@0ad4b8fadaa221de15dcec353f45205ec38ea70b # v4.1.4 + - uses: actions/checkout@a5ac7e51b41094c92402da3b24376905380afc29 # v4.1.6 with: fetch-depth: 0 - name: Get charts @@ -64,7 +64,7 @@ jobs: matrix: include: ${{ fromJSON(needs.build_vars.outputs.ver_json) }} steps: - - uses: actions/checkout@0ad4b8fadaa221de15dcec353f45205ec38ea70b # v4.1.4 + - uses: actions/checkout@a5ac7e51b41094c92402da3b24376905380afc29 # v4.1.6 - uses: azure/setup-helm@fe7b79cd5ee1e45176fcad797de68ecaf3ca4814 with: diff --git a/.github/workflows/helm-release.yml b/.github/workflows/helm-release.yml index 1dc212cdf..a7fb06126 100644 --- a/.github/workflows/helm-release.yml +++ b/.github/workflows/helm-release.yml @@ -10,7 +10,7 @@ jobs: publish: runs-on: ubuntu-latest steps: - - uses: actions/checkout@0ad4b8fadaa221de15dcec353f45205ec38ea70b # v4.1.4 + - uses: actions/checkout@a5ac7e51b41094c92402da3b24376905380afc29 # v4.1.6 with: fetch-depth: 0 diff --git a/.github/workflows/helm-static-checks.yml b/.github/workflows/helm-static-checks.yml index 44ad378c1..3ca325c0c 100644 --- a/.github/workflows/helm-static-checks.yml +++ b/.github/workflows/helm-static-checks.yml @@ -21,7 +21,7 @@ jobs: app_charts: ${{ steps.getcharts.outputs.app }} lib_charts: ${{ steps.getcharts.outputs.lib }} steps: - - uses: actions/checkout@0ad4b8fadaa221de15dcec353f45205ec38ea70b # v4.1.4 + - uses: actions/checkout@a5ac7e51b41094c92402da3b24376905380afc29 # v4.1.6 with: fetch-depth: 2 - id: getcharts @@ -38,7 +38,7 @@ jobs: runs-on: ubuntu-latest steps: - name: Checkout - uses: actions/checkout@0ad4b8fadaa221de15dcec353f45205ec38ea70b # v4.1.4 + uses: actions/checkout@a5ac7e51b41094c92402da3b24376905380afc29 # v4.1.6 - uses: >- Alfresco/alfresco-build-tools/.github/actions/helm-build-chart@v5.23.0 with: @@ -61,7 +61,7 @@ jobs: runs-on: ubuntu-latest steps: - name: Checkout - uses: actions/checkout@0ad4b8fadaa221de15dcec353f45205ec38ea70b # v4.1.4 + uses: actions/checkout@a5ac7e51b41094c92402da3b24376905380afc29 # v4.1.6 - uses: >- Alfresco/alfresco-build-tools/.github/actions/helm-build-chart@v5.23.0 with: diff --git a/.github/workflows/pre-commit-helm.yml b/.github/workflows/pre-commit-helm.yml index 4206f1e1b..fb5e1816b 100644 --- a/.github/workflows/pre-commit-helm.yml +++ b/.github/workflows/pre-commit-helm.yml @@ -27,7 +27,7 @@ jobs: name: Run pre-commit runs-on: ubuntu-latest steps: - - uses: actions/checkout@0ad4b8fadaa221de15dcec353f45205ec38ea70b # 4.1.4 + - uses: actions/checkout@a5ac7e51b41094c92402da3b24376905380afc29 # 4.1.6 - uses: Alfresco/alfresco-build-tools/.github/actions/setup-helm-docs@v5.23.0 - name: Add dependency chart repos run: | From fee92ec0d9022b23efa881176995f1d9e084edae Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 30 May 2024 09:57:45 +0200 Subject: [PATCH 3/5] Bump rexml from 3.2.6 to 3.2.8 (#1148) [skip ci] Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> --- Gemfile.lock | 21 ++++++++++++++++++--- 1 file changed, 18 insertions(+), 3 deletions(-) diff --git a/Gemfile.lock b/Gemfile.lock index aa85d5df2..7be29ec06 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -123,17 +123,32 @@ GEM rb-fsevent (0.11.2) rb-inotify (0.10.1) ffi (~> 1.0) - rexml (3.2.6) + rexml (3.2.8) + strscan (>= 3.0.9) rouge (4.2.1) ruby-rc4 (0.1.5) safe_yaml (1.0.5) - sass-embedded (1.77.1) + sass-embedded (1.77.1-aarch64-linux-gnu) + google-protobuf (>= 3.25, < 5.0) + sass-embedded (1.77.1-aarch64-linux-musl) + google-protobuf (>= 3.25, < 5.0) + sass-embedded (1.77.1-arm-linux-gnueabihf) + google-protobuf (>= 3.25, < 5.0) + sass-embedded (1.77.1-arm-linux-musleabihf) google-protobuf (>= 3.25, < 5.0) - rake (>= 13.0.0) sass-embedded (1.77.1-arm64-darwin) google-protobuf (>= 3.25, < 5.0) + sass-embedded (1.77.1-x86-linux-gnu) + google-protobuf (>= 3.25, < 5.0) + sass-embedded (1.77.1-x86-linux-musl) + google-protobuf (>= 3.25, < 5.0) sass-embedded (1.77.1-x86_64-darwin) google-protobuf (>= 3.25, < 5.0) + sass-embedded (1.77.1-x86_64-linux-gnu) + google-protobuf (>= 3.25, < 5.0) + sass-embedded (1.77.1-x86_64-linux-musl) + google-protobuf (>= 3.25, < 5.0) + strscan (3.1.0) terminal-table (3.0.2) unicode-display_width (>= 1.1.1, < 3) timers (4.3.5) From 26c339bd7554a966d394b2dadb533b153d3137ae Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 30 May 2024 09:58:21 +0200 Subject: [PATCH 4/5] Bump updatecli/updatecli-action from 2.56.0 to 2.58.0 (#1151) [skip ci] Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> --- .github/workflows/bumpVersions.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/bumpVersions.yml b/.github/workflows/bumpVersions.yml index 53b26d6f1..d132fa0b4 100644 --- a/.github/workflows/bumpVersions.yml +++ b/.github/workflows/bumpVersions.yml @@ -44,7 +44,7 @@ jobs: password: ${{ secrets.QUAY_PASSWORD }} - name: Install Updatecli - uses: updatecli/updatecli-action@9b35aa663a924d5d5faf89dac76594e3034bcf1f # v2.56.0 + uses: updatecli/updatecli-action@fa41baa922561b436c449de1a0bd1f5bd768248c # v2.58.0 with: version: ${{ env.UPDATE_CLI_VERSION }} @@ -81,7 +81,7 @@ jobs: token: ${{ secrets.BOT_GITHUB_TOKEN }} - name: Install Updatecli - uses: updatecli/updatecli-action@9b35aa663a924d5d5faf89dac76594e3034bcf1f # v2.56.0 + uses: updatecli/updatecli-action@fa41baa922561b436c449de1a0bd1f5bd768248c # v2.58.0 with: version: ${{ env.UPDATE_CLI_VERSION }} From 7fbf7b05a80e207a3940789ca9d45165f74d6cd9 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 30 May 2024 10:04:55 +0200 Subject: [PATCH 5/5] Bump Alfresco/alfresco-build-tools from 5.23.0 to 5.27.0 (#1155) Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> --- .github/workflows/bumpVersions.yml | 8 ++++---- .github/workflows/docker-compose-community.yml | 2 +- .github/workflows/docker-compose-enterprise.yml | 2 +- .github/workflows/helm-community.yml | 2 +- .github/workflows/helm-enterprise.yml | 2 +- .github/workflows/helm-release.yml | 2 +- .github/workflows/helm-static-checks.yml | 8 ++++---- .github/workflows/pre-commit-compose.yml | 2 +- .github/workflows/pre-commit-helm.yml | 2 +- 9 files changed, 15 insertions(+), 15 deletions(-) diff --git a/.github/workflows/bumpVersions.yml b/.github/workflows/bumpVersions.yml index d132fa0b4..f868272ce 100644 --- a/.github/workflows/bumpVersions.yml +++ b/.github/workflows/bumpVersions.yml @@ -52,9 +52,9 @@ jobs: env: GITHUB_TOKEN: ${{secrets.GITHUB_TOKEN}} - - uses: Alfresco/alfresco-build-tools/.github/actions/setup-helm-docs@v5.23.0 + - uses: Alfresco/alfresco-build-tools/.github/actions/setup-helm-docs@v5.27.0 - name: Regenerate helm docs if necessary - uses: Alfresco/alfresco-build-tools/.github/actions/pre-commit@v5.23.0 + uses: Alfresco/alfresco-build-tools/.github/actions/pre-commit@v5.27.0 with: pre-commit-args: helm-docs || true skip_checkout: "true" @@ -107,9 +107,9 @@ jobs: QUAY_PASSWORD: ${{ secrets.QUAY_PASSWORD }} UPDATECLI_GITHUB_TOKEN: ${{ secrets.BOT_GITHUB_TOKEN }} - - uses: Alfresco/alfresco-build-tools/.github/actions/setup-helm-docs@v5.23.0 + - uses: Alfresco/alfresco-build-tools/.github/actions/setup-helm-docs@v5.27.0 - name: Regenerate helm docs if necessary - uses: Alfresco/alfresco-build-tools/.github/actions/pre-commit@v5.23.0 + uses: Alfresco/alfresco-build-tools/.github/actions/pre-commit@v5.27.0 with: pre-commit-args: helm-docs || true skip_checkout: "true" diff --git a/.github/workflows/docker-compose-community.yml b/.github/workflows/docker-compose-community.yml index 9537276cb..59e73fd66 100644 --- a/.github/workflows/docker-compose-community.yml +++ b/.github/workflows/docker-compose-community.yml @@ -22,6 +22,6 @@ jobs: runs-on: ubuntu-latest steps: - uses: >- - Alfresco/alfresco-build-tools/.github/actions/dbp-charts/verify-compose@v5.23.0 + Alfresco/alfresco-build-tools/.github/actions/dbp-charts/verify-compose@v5.27.0 with: compose_file_path: docker-compose/community-docker-compose.yml diff --git a/.github/workflows/docker-compose-enterprise.yml b/.github/workflows/docker-compose-enterprise.yml index c87e844fd..bdad4e5be 100644 --- a/.github/workflows/docker-compose-enterprise.yml +++ b/.github/workflows/docker-compose-enterprise.yml @@ -55,7 +55,7 @@ jobs: steps: - name: Verify docker-compose uses: >- - Alfresco/alfresco-build-tools/.github/actions/dbp-charts/verify-compose@v5.23.0 + Alfresco/alfresco-build-tools/.github/actions/dbp-charts/verify-compose@v5.27.0 timeout-minutes: 10 with: compose_file_path: docker-compose/${{ matrix.compose_file }} diff --git a/.github/workflows/helm-community.yml b/.github/workflows/helm-community.yml index 79807f38d..b8eccd7da 100644 --- a/.github/workflows/helm-community.yml +++ b/.github/workflows/helm-community.yml @@ -68,7 +68,7 @@ jobs: password: ${{ secrets.DOCKER_PASSWORD }} - name: Setup cluster - uses: Alfresco/alfresco-build-tools/.github/actions/setup-kind@v5.23.0 + uses: Alfresco/alfresco-build-tools/.github/actions/setup-kind@v5.27.0 with: ingress-nginx-ref: controller-v1.8.2 diff --git a/.github/workflows/helm-enterprise.yml b/.github/workflows/helm-enterprise.yml index cfd00fc66..d5a3db278 100644 --- a/.github/workflows/helm-enterprise.yml +++ b/.github/workflows/helm-enterprise.yml @@ -84,7 +84,7 @@ jobs: password: ${{ secrets.QUAY_PASSWORD }} - name: Setup cluster - uses: Alfresco/alfresco-build-tools/.github/actions/setup-kind@v5.23.0 + uses: Alfresco/alfresco-build-tools/.github/actions/setup-kind@v5.27.0 with: ingress-nginx-ref: controller-v1.8.2 metrics: "true" diff --git a/.github/workflows/helm-release.yml b/.github/workflows/helm-release.yml index a7fb06126..cff074f28 100644 --- a/.github/workflows/helm-release.yml +++ b/.github/workflows/helm-release.yml @@ -20,7 +20,7 @@ jobs: - name: Publish chart uses: >- - Alfresco/alfresco-build-tools/.github/actions/dbp-charts/publish-chart@v5.23.0 + Alfresco/alfresco-build-tools/.github/actions/dbp-charts/publish-chart@v5.27.0 with: chart_name: alfresco-content-services github_token: ${{ secrets.BOT_GITHUB_TOKEN }} diff --git a/.github/workflows/helm-static-checks.yml b/.github/workflows/helm-static-checks.yml index 3ca325c0c..cc725ddb1 100644 --- a/.github/workflows/helm-static-checks.yml +++ b/.github/workflows/helm-static-checks.yml @@ -40,11 +40,11 @@ jobs: - name: Checkout uses: actions/checkout@a5ac7e51b41094c92402da3b24376905380afc29 # v4.1.6 - uses: >- - Alfresco/alfresco-build-tools/.github/actions/helm-build-chart@v5.23.0 + Alfresco/alfresco-build-tools/.github/actions/helm-build-chart@v5.27.0 with: chart-dir: helm/${{ matrix.charts.name }} - uses: >- - Alfresco/alfresco-build-tools/.github/actions/helm-plugin@v5.23.0 + Alfresco/alfresco-build-tools/.github/actions/helm-plugin@v5.27.0 with: plugin_url: https://github.com/helm-unittest/helm-unittest - name: Run Helm unit tests if present @@ -63,11 +63,11 @@ jobs: - name: Checkout uses: actions/checkout@a5ac7e51b41094c92402da3b24376905380afc29 # v4.1.6 - uses: >- - Alfresco/alfresco-build-tools/.github/actions/helm-build-chart@v5.23.0 + Alfresco/alfresco-build-tools/.github/actions/helm-build-chart@v5.27.0 with: chart-dir: helm/${{ matrix.charts.name }} - uses: >- - Alfresco/alfresco-build-tools/.github/actions/helm-template-yamllint@v5.23.0 + Alfresco/alfresco-build-tools/.github/actions/helm-template-yamllint@v5.27.0 with: chart-dir: helm/${{ matrix.charts.name }} helm-options: >- diff --git a/.github/workflows/pre-commit-compose.yml b/.github/workflows/pre-commit-compose.yml index 2c10f0ba4..c4b9937f2 100644 --- a/.github/workflows/pre-commit-compose.yml +++ b/.github/workflows/pre-commit-compose.yml @@ -24,4 +24,4 @@ jobs: name: Run pre-commit runs-on: ubuntu-latest steps: - - uses: Alfresco/alfresco-build-tools/.github/actions/pre-commit@v5.23.0 + - uses: Alfresco/alfresco-build-tools/.github/actions/pre-commit@v5.27.0 diff --git a/.github/workflows/pre-commit-helm.yml b/.github/workflows/pre-commit-helm.yml index fb5e1816b..b29b5297d 100644 --- a/.github/workflows/pre-commit-helm.yml +++ b/.github/workflows/pre-commit-helm.yml @@ -28,7 +28,7 @@ jobs: runs-on: ubuntu-latest steps: - uses: actions/checkout@a5ac7e51b41094c92402da3b24376905380afc29 # 4.1.6 - - uses: Alfresco/alfresco-build-tools/.github/actions/setup-helm-docs@v5.23.0 + - uses: Alfresco/alfresco-build-tools/.github/actions/setup-helm-docs@v5.27.0 - name: Add dependency chart repos run: | for repo in $(yq eval-all \