diff --git a/docs/helm/upgrades.md b/docs/helm/upgrades.md index d65dbb94b..2f57d36e4 100644 --- a/docs/helm/upgrades.md +++ b/docs/helm/upgrades.md @@ -9,9 +9,17 @@ release notes that are available via [GitHub Releases](https://github.com/Alfres Here follows a more detailed explanation of any breaking change grouped by version in which they have been released. -## To be released +## 7.0.0 -No breaking changes since latest tag. +### Chart modularization: Alfresco repository + +Repository is now deployed as part of an independent subchart. Checkout +[alfresco-repository](https://github.com/Alfresco/alfresco-helm-charts/charts/alfresco-repository/README.md) +for details on how to use that new chart. + +This `alfresco-content-services` chart is now essentially a wrapper of subcharts +which mostly produces secrets and configmaps in order to coordinate them. +Most documentation now link to the chart dedicated to the Alfresco component. ## 7.0.0-M.1 diff --git a/helm/alfresco-content-services/Chart.lock b/helm/alfresco-content-services/Chart.lock index 8307ad055..515d3c8ca 100644 --- a/helm/alfresco-content-services/Chart.lock +++ b/helm/alfresco-content-services/Chart.lock @@ -13,7 +13,7 @@ dependencies: version: 7.11.0 - name: alfresco-repository repository: https://alfresco.github.io/alfresco-helm-charts/ - version: 0.1.0-alpha.11 + version: 0.1.0-alpha.15 - name: activemq repository: https://alfresco.github.io/alfresco-helm-charts/ version: 3.3.0 @@ -41,5 +41,5 @@ dependencies: - name: alfresco-ai-transformer repository: https://alfresco.github.io/alfresco-helm-charts/ version: 0.3.0 -digest: sha256:2225970e907851fab90a3888cb8f446a42ba0b1bd2cccb67f5105f2116a3afcc -generated: "2023-09-26T15:14:18.040922+02:00" +digest: sha256:d361ff51b5be3b3f0f8a08c145c35f08ec803aab4c72eca1107c652080086904 +generated: "2023-10-05T12:21:11.226953+02:00" diff --git a/helm/alfresco-content-services/Chart.yaml b/helm/alfresco-content-services/Chart.yaml index 996e69411..583d7bb64 100644 --- a/helm/alfresco-content-services/Chart.yaml +++ b/helm/alfresco-content-services/Chart.yaml @@ -36,7 +36,7 @@ dependencies: condition: >- alfresco-digital-workspace.enabled - name: alfresco-repository - version: 0.1.0-alpha.11 + version: 0.1.0-alpha.15 repository: https://alfresco.github.io/alfresco-helm-charts/ - name: activemq version: 3.3.0 diff --git a/helm/alfresco-content-services/README.md b/helm/alfresco-content-services/README.md index 09e87b4fe..cff8e5b76 100644 --- a/helm/alfresco-content-services/README.md +++ b/helm/alfresco-content-services/README.md @@ -23,7 +23,7 @@ Please refer to the [documentation](https://github.com/Alfresco/acs-deployment/b | https://alfresco.github.io/alfresco-helm-charts/ | alfresco-common | 3.0.0-alpha.2 | | https://alfresco.github.io/alfresco-helm-charts/ | alfresco-connector-ms365 | 0.4.0 | | https://alfresco.github.io/alfresco-helm-charts/ | alfresco-connector-msteams | 0.2.0 | -| https://alfresco.github.io/alfresco-helm-charts/ | alfresco-repository | 0.1.0-alpha.11 | +| https://alfresco.github.io/alfresco-helm-charts/ | alfresco-repository | 0.1.0-alpha.15 | | https://alfresco.github.io/alfresco-helm-charts/ | alfresco-search-enterprise | 3.0.0-alpha.1 | | https://alfresco.github.io/alfresco-helm-charts/ | alfresco-search(alfresco-search-service) | 2.0.0-alpha.2 | | https://alfresco.github.io/alfresco-helm-charts/ | share(alfresco-share) | 0.1.1 |