From a591a05c60dba0f07839a5a86811dda9181c872d Mon Sep 17 00:00:00 2001 From: Bruno Willenborg Date: Mon, 26 Feb 2024 22:40:33 +0100 Subject: [PATCH 1/2] Update changelog --- CHANGELOG.md | 11 +++++++++++ 1 file changed, 11 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index f2f4998..a4d4374 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -8,6 +8,16 @@ Versions are prefixed with `sddi-ckan-` due to usage of [chart-releaser-action](https://github.com/helm/chart-releaser-action). For releases `< 1.0.0` minor version step indicate breaking changes. +## [sddi-ckan-3.0.0-beta1] - 2024-02-24 + +## Added + +- Allow setting `initContainers`, `extraInitContainers`, `volumes`, `extraVolumes` tum-gis/sddi-ckan-k8s#32 + +### Changed + +- Revert 313c09c: Relax Solr security context for OpenShift compatibility. tum-gis/sddi-ckan-k8s#24, tum-gis/sddi-ckan-k8s#33 + ## [sddi-ckan-2.0.0] - 2023-11-02 This release updates the sddi-ckan Docker image to `v2.0.0` bringing several security improvements @@ -348,6 +358,7 @@ is displayed when navigating to the _Datasets_ view of CKAN. [Unreleased]: https://github.com/tum-gis/sddi-ckan-k8s/compare/sddi-ckan-2.0.0...HEAD +[sddi-ckan-3.0.0-beta1]: https://github.com/tum-gis/sddi-ckan-k8s/compare/sddi-ckan-2.0.0...sddi-ckan-3.0.0-beta1 [sddi-ckan-2.0.0]: https://github.com/tum-gis/sddi-ckan-k8s/compare/sddi-ckan-1.2.2...sddi-ckan-2.0.0 [sddi-ckan-1.2.2]: https://github.com/tum-gis/sddi-ckan-k8s/compare/sddi-ckan-1.2.1...sddi-ckan-1.2.2 [sddi-ckan-1.2.1]: https://github.com/tum-gis/sddi-ckan-k8s/compare/sddi-ckan-1.2.0...sddi-ckan-1.2.1 From c4b9ce134ebeb7617037e3662296ea24b1cf2940 Mon Sep 17 00:00:00 2001 From: Bruno Willenborg Date: Mon, 26 Feb 2024 22:41:10 +0100 Subject: [PATCH 2/2] minor fix to helm docs generation --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 2a81389..272a360 100644 --- a/README.md +++ b/README.md @@ -190,7 +190,7 @@ the repo root. ```shell docker run --rm -u $(id -u) --name helm-docs \ - --volume "$PWD/sddi-ckan/charts:/helm-docs" \ + --volume "$PWD/charts/sddi-ckan:/helm-docs" \ jnorwood/helm-docs:latest ```