Skip to content

Commit

Permalink
Merge pull request #21 from tum-gis/devel
Browse files Browse the repository at this point in the history
v1.2.2
  • Loading branch information
BWibo authored Aug 24, 2023
2 parents 651e27f + a475380 commit 98654f7
Show file tree
Hide file tree
Showing 5 changed files with 10 additions and 10 deletions.
12 changes: 6 additions & 6 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -8,19 +8,19 @@ 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.

## [Unreleased] - YYYY-MM-DD
## [Unreleased]

## [sddi-ckan-1.2.2-beta2] - 2023-08-24
## [sddi-ckan-1.2.2] - 2023-08-24

## Added

- Allow to specify a custom secret name for Ingress TLS secrets using `global.ingress.tls.secretName`
or `ckan.ingress.tls.secretName`. **Note:** The default settings for the TLS secret name changed too.
If you are using a custom certificate, make sure to overwrite the name accordingly.
If you are using a custom certificate, make sure to overwrite the secret name accordingly. tum-gis/sddi-ckan-k8s#19

### Changed

- Relax `kubeVersion` of chart for better compatibility with custom/pre-release Kubernetes versions
- Relax `kubeVersion` constraints of chart to allow custom/pre-release Kubernetes versions. tum-gis/sddi-ckan-k8s#20

## [sddi-ckan-1.2.1] - 2023-08-21

Expand Down Expand Up @@ -306,9 +306,9 @@ is displayed when navigating to the _Datasets_ view of CKAN.

### Known issues

[Unreleased]: https://github.com/tum-gis/sddi-ckan-k8s/compare/sddi-ckan-1.2.1...HEAD
[Unreleased]: https://github.com/tum-gis/sddi-ckan-k8s/compare/sddi-ckan-1.2.2...HEAD

[sddi-ckan-1.2.2-beta2]: https://github.com/tum-gis/sddi-ckan-k8s/compare/sddi-ckan-1.2.1...sddi-ckan-1.2.2-beta2
[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
[sddi-ckan-1.2.0]: https://github.com/tum-gis/sddi-ckan-k8s/compare/sddi-ckan-1.1.7...sddi-ckan-1.2.0
[sddi-ckan-1.1.7]: https://github.com/tum-gis/sddi-ckan-k8s/compare/sddi-ckan-1.1.6...sddi-ckan-1.1.7
Expand Down
2 changes: 1 addition & 1 deletion charts/sddi-ckan/Chart.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ sources:
- https://www.asg.ed.tum.de/en/gis/projects/smart-district-data-infrastructure
- https://github.com/tum-gis/ckan-docker

version: 1.2.2-beta2
version: 1.2.2
appVersion: "1.2.0"
kubeVersion: ">= 1.23.0-0"

Expand Down
2 changes: 1 addition & 1 deletion charts/sddi-ckan/README.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# sddi-ckan

![Version: 1.2.2-beta2](https://img.shields.io/badge/Version-1.2.2--beta2-informational?style=flat-square) ![Type: application](https://img.shields.io/badge/Type-application-informational?style=flat-square) ![AppVersion: 1.2.0](https://img.shields.io/badge/AppVersion-1.2.0-informational?style=flat-square)
![Version: 1.2.2](https://img.shields.io/badge/Version-1.2.2-informational?style=flat-square) ![Type: application](https://img.shields.io/badge/Type-application-informational?style=flat-square) ![AppVersion: 1.2.0](https://img.shields.io/badge/AppVersion-1.2.0-informational?style=flat-square)

Helm Chart for a SDDI enabled CKAN catalog. See [CHANGELOG](https://github.com/tum-gis/sddi-ckan-k8s/blob/main/CHANGELOG.md) for changes.

Expand Down
2 changes: 1 addition & 1 deletion charts/sddi-ckan/charts/ckan/Chart.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ sources:
- https://github.com/tum-gis/ckan-docker
- https://github.com/keitaroinc/docker-ckan

version: 1.2.1
version: 1.2.2
appVersion: "1.2.0"

maintainers:
Expand Down
2 changes: 1 addition & 1 deletion charts/sddi-ckan/charts/ckan/README.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# ckan

![Version: 1.2.1](https://img.shields.io/badge/Version-1.2.1-informational?style=flat-square) ![Type: application](https://img.shields.io/badge/Type-application-informational?style=flat-square) ![AppVersion: 1.2.0](https://img.shields.io/badge/AppVersion-1.2.0-informational?style=flat-square)
![Version: 1.2.2](https://img.shields.io/badge/Version-1.2.2-informational?style=flat-square) ![Type: application](https://img.shields.io/badge/Type-application-informational?style=flat-square) ![AppVersion: 1.2.0](https://img.shields.io/badge/AppVersion-1.2.0-informational?style=flat-square)

A Helm chart for SDDI enabled CKAN.

Expand Down

0 comments on commit 98654f7

Please sign in to comment.