Skip to content

Commit

Permalink
0.6.0-beta1
Browse files Browse the repository at this point in the history
  • Loading branch information
BWibo committed Mar 2, 2023
1 parent 2691475 commit 4edd0ad
Show file tree
Hide file tree
Showing 5 changed files with 16 additions and 12 deletions.
16 changes: 10 additions & 6 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -8,23 +8,26 @@ 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.

## [template] - YYYY-MM-DD
## [sddi-ckan-0.6.0-beta1] - 2023-03-02

### Added

- Added init containers to CKAN and Datapusher to wait for DB to be ready (`pg_isready`)
- Trigger chart releaser on pushes to `release/**` to enable pre-releases

### Changed

- Minor documentation update
- Use own Datapusher image to support database backend
- Updated database initialization for Datapusher database backend
- Don't use PostGIS headless service by default

### Removed

### Fixed

### Security

### Deprecated
- `ckan.datapusher.api_token` was not set as env var

## [sddi-ckan-0.5.0] - 2023-03-23
## [sddi-ckan-0.5.0] - 2023-02-23

### Changed

Expand Down Expand Up @@ -137,6 +140,7 @@ For releases `< 1.0.0` minor version step indicate breaking changes.

### Deprecated

[sddi-ckan-0.6.0]: https://github.com/tum-gis/sddi-ckan-k8s/compare/sddi-ckan-0.5.0...sddi-ckan-0.6.0
[sddi-ckan-0.5.0]: https://github.com/tum-gis/sddi-ckan-k8s/compare/sddi-ckan-0.4.0...sddi-ckan-0.5.0
[sddi-ckan-0.4.0]: https://github.com/tum-gis/sddi-ckan-k8s/compare/sddi-ckan-0.3.2...sddi-ckan-0.4.0
[sddi-ckan-0.3.2]: https://github.com/tum-gis/sddi-ckan-k8s/compare/sddi-ckan-0.3.1...sddi-ckan-0.3.2
Expand Down
4 changes: 2 additions & 2 deletions charts/sddi-ckan/Chart.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -9,8 +9,8 @@ sources:
- https://github.com/tum-gis/sddi-ckan-k8s
- https://www.asg.ed.tum.de/en/gis/projects/smart-district-data-infrastructure

version: 0.5.0
appVersion: "0.0.2"
version: 0.6.0-beta1
appVersion: "0.0.4"
kubeVersion: ">= 1.23.0"

maintainers:
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: 0.5.0](https://img.shields.io/badge/Version-0.5.0-informational?style=flat-square) ![Type: application](https://img.shields.io/badge/Type-application-informational?style=flat-square) ![AppVersion: 0.0.2](https://img.shields.io/badge/AppVersion-0.0.2-informational?style=flat-square)
![Version: 0.6.0-beta1](https://img.shields.io/badge/Version-0.6.0--beta1-informational?style=flat-square) ![Type: application](https://img.shields.io/badge/Type-application-informational?style=flat-square) ![AppVersion: 0.0.4](https://img.shields.io/badge/AppVersion-0.0.4-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
4 changes: 2 additions & 2 deletions charts/sddi-ckan/charts/ckan/Chart.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -9,8 +9,8 @@ sources:
- https://github.com/tum-gis/ckan-docker
- https://github.com/keitaroinc/docker-ckan

version: 0.8.0
appVersion: "0.0.2"
version: 0.9.0
appVersion: "0.0.4"

maintainers:
- email: [email protected]
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: 0.8.0](https://img.shields.io/badge/Version-0.8.0-informational?style=flat-square) ![Type: application](https://img.shields.io/badge/Type-application-informational?style=flat-square) ![AppVersion: 0.0.2](https://img.shields.io/badge/AppVersion-0.0.2-informational?style=flat-square)
![Version: 0.9.0](https://img.shields.io/badge/Version-0.9.0-informational?style=flat-square) ![Type: application](https://img.shields.io/badge/Type-application-informational?style=flat-square) ![AppVersion: 0.0.4](https://img.shields.io/badge/AppVersion-0.0.4-informational?style=flat-square)

A Helm chart for SDDI enabled CKAN.

Expand Down

0 comments on commit 4edd0ad

Please sign in to comment.