Skip to content

Commit

Permalink
Merge branch 'release/3.0.0' into fix/solr-security-context
Browse files Browse the repository at this point in the history
  • Loading branch information
BWibo authored Feb 26, 2024
2 parents 9a74a50 + c4b9ce1 commit ff6e834
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 6 deletions.
12 changes: 7 additions & 5 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -8,13 +8,15 @@ 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-2.0.1] - 2024-02-24
## [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
- This causes the deployment of the chart to fail. For OpenShift users: Please overwrite
these settings at deploy time for compatibility.
- 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

Expand Down Expand Up @@ -356,7 +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.1...HEAD

[sddi-ckan-2.0.1]: https://github.com/tum-gis/sddi-ckan-k8s/compare/sddi-ckan-2.0.0...sddi-ckan-2.0.1
[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
Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
```

Expand Down

0 comments on commit ff6e834

Please sign in to comment.