diff --git a/README.md b/README.md index c953c7a99..0c29a43d0 100644 --- a/README.md +++ b/README.md @@ -89,7 +89,7 @@ The table below shows the exact version of ACS deployed with each chart version/ | [7.0.1][7.0.1] | 23.1.1 | 7.4.1.3 | 7.3.1.2 | 7.2.1.13 | 7.1.1.10 | 7.0.1.10 | 23.1.0 | | [7.0.2][7.0.2] | 23.1.1 | 7.4.1.3 | 7.3.1.2 | 7.2.1.13 | 7.1.1.10 | 7.0.1.10 | 23.1.0 | | [7.0.3][7.0.3] | 23.1.1 | 7.4.1.3 | 7.3.1.2 | 7.2.1.13 | 7.1.1.10 | 7.0.1.10 | 23.1.0 | -| [7.1.0-M.1][7.1.0-M.1] | 23.2.0-M1 | 7.4.1.3 | 7.3.1.2 | 7.2.1.13 | 7.1.1.10 | 7.0.1.10 | 23.1.0 | +| [8.0.0-M.1][8.0.0-M.1] | 23.2.0-M1 | 7.4.1.3 | 7.3.1.2 | 7.2.1.13 | 7.1.1.10 | 7.0.1.10 | 23.1.0 | [5.0.1]: https://github.com/Alfresco/acs-deployment/releases/tag/v5.0.1 [5.1.1]: https://github.com/Alfresco/acs-deployment/releases/tag/v5.1.1 @@ -105,7 +105,7 @@ The table below shows the exact version of ACS deployed with each chart version/ [7.0.1]: https://github.com/Alfresco/acs-deployment/releases/tag/v7.0.1 [7.0.2]: https://github.com/Alfresco/acs-deployment/releases/tag/v7.0.2 [7.0.3]: https://github.com/Alfresco/acs-deployment/releases/tag/v7.0.3 -[7.1.0-M.1]: https://github.com/Alfresco/acs-deployment/releases/tag/v7.1.0-M.1 +[8.0.0-M.1]: https://github.com/Alfresco/acs-deployment/releases/tag/v8.0.0-M.1 ### Why there is no 5.4.0? diff --git a/docs/helm/upgrades.md b/docs/helm/upgrades.md index 5b7644623..0c84745b8 100644 --- a/docs/helm/upgrades.md +++ b/docs/helm/upgrades.md @@ -10,6 +10,23 @@ 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. +## 8.0.0-M.1 + +* `.global.ai.enabled` has been removed since adw doesn't need anymore to + explicitly enable the AI features. +* Postgres database configuration for Sync Service has been moved from + `.alfresco-sync-service.postgresql` to `.postgresql-sync`. Connection details + for database can be provided also via an existing configMap/secret in + `.alfresco-sync-service.database`. Message broker configuration has been split + from a single secret provided via + `.alfresco-sync-service.messaBroker.existingSecretName` to two separate + existing configMap/secret. More details at [sync chart + docs](https://github.com/Alfresco/alfresco-helm-charts/blob/main/charts/alfresco-sync-service/README.md) +* ATS message broker configuration has been split from a single secret provided + via `.alfresco-transform-service.messageBroker.existingSecretName` to two separate existing configMap/secret. + More details at [ATS chart docs](https://github.com/Alfresco/alfresco-helm-charts/blob/main/charts/alfresco-transform-service/README.md) +* AI transformer configuration has been refactored, please take a look at the updated [AI example docs](./examples/with-ai.md) + ## 7.0.0 ### Values refactoring diff --git a/helm/alfresco-content-services/Chart.yaml b/helm/alfresco-content-services/Chart.yaml index cdbbe12f0..e1da403d8 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: 7.1.0-M.1 +version: 8.0.0-M.1 appVersion: 23.2.0-M1 description: A Helm chart for deploying Alfresco Content Services keywords: diff --git a/helm/alfresco-content-services/README.md b/helm/alfresco-content-services/README.md index 15c5e692f..3aa45f1e7 100644 --- a/helm/alfresco-content-services/README.md +++ b/helm/alfresco-content-services/README.md @@ -1,6 +1,6 @@ # alfresco-content-services -![Version: 7.1.0-M.1](https://img.shields.io/badge/Version-7.1.0--M.1-informational?style=flat-square) ![AppVersion: 23.2.0-M1](https://img.shields.io/badge/AppVersion-23.2.0--M1-informational?style=flat-square) +![Version: 8.0.0-M.1](https://img.shields.io/badge/Version-8.0.0--M.1-informational?style=flat-square) ![AppVersion: 23.2.0-M1](https://img.shields.io/badge/AppVersion-23.2.0--M1-informational?style=flat-square) A Helm chart for deploying Alfresco Content Services