Skip to content

Commit

Permalink
v1.2.1
Browse files Browse the repository at this point in the history
  • Loading branch information
BWibo committed Aug 21, 2023
1 parent a69e1c1 commit 307ba1a
Show file tree
Hide file tree
Showing 7 changed files with 22 additions and 16 deletions.
12 changes: 9 additions & 3 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,13 @@ For releases `< 1.0.0` minor version step indicate breaking changes.

## [Unreleased] - YYYY-MM-DD

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

### Fixed

- Fixed error in SQL alchemy database URL
- Several minor docs fixes

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

### Added
Expand Down Expand Up @@ -285,10 +292,9 @@ is displayed when navigating to the _Datasets_ view of CKAN.

### Known issues

## [Unreleased] - YYYY-MM-DD

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

[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
[sddi-ckan-1.1.6]: https://github.com/tum-gis/sddi-ckan-k8s/compare/sddi-ckan-1.1.5...sddi-ckan-1.1.6
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.0
version: 1.2.1
appVersion: "1.2.0"
kubeVersion: ">= 1.23.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.0](https://img.shields.io/badge/Version-1.2.0-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.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)

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.0
version: 1.2.1
appVersion: "1.2.0"

maintainers:
Expand Down
8 changes: 4 additions & 4 deletions 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.0](https://img.shields.io/badge/Version-1.2.0-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.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)

A Helm chart for SDDI enabled CKAN.

Expand All @@ -26,8 +26,8 @@ A Helm chart for SDDI enabled CKAN.
| activityStreams.enabled | bool | `true` | [CKAN config enable activity streams](https://docs.ckan.org/en/latest/maintaining/configuration.html#ckan-activity-streams-enabled) |
| affinity | object | `{}` | [k8s: Assign pods to nodes](https://kubernetes.io/docs/concepts/scheduling-eviction/assign-pod-node/) |
| apiToken.algorithm | string | `"HS256"` | [CKAN API token settings](https://docs.ckan.org/en/latest/maintaining/configuration.html#api-token-jwt-algorithm) |
| apiToken.decodeSecret | string | `nil` | [CKAN API token settings](https://docs.ckan.org/en/latest/maintaining/configuration.html#api-token-jwt-decode-secret): If left empty, a random 64 char alpha numberic string is generated. **Note:** In a production environment the default needs to be overwritten. Check the docs! Depending on `apiToken.algorithm` additional restricitions apply to this settings. |
| apiToken.encodeSecret | string | `nil` | [CKAN API token settings](https://docs.ckan.org/en/latest/maintaining/configuration.html#api-token-jwt-encode-secret): If left empty, a random 64 char alpha numberic string is generated. **Note:** In a production environment the default needs to be overwritten. Check the docs! Depending on `apiToken.algorithm` additional restricitions apply to this settings. |
| apiToken.decodeSecret | string | `nil` | [CKAN API token settings](https://docs.ckan.org/en/latest/maintaining/configuration.html#api-token-jwt-decode-secret): If left empty, a random 64 char alpha numeric string is generated. **Note:** In a production environment the default needs to be overwritten. Check the docs! Depending on `apiToken.algorithm` additional restrictions apply to this settings. |
| apiToken.encodeSecret | string | `nil` | [CKAN API token settings](https://docs.ckan.org/en/latest/maintaining/configuration.html#api-token-jwt-encode-secret): If left empty, a random 64 char alpha numeric string is generated. **Note:** In a production environment the default needs to be overwritten. Check the docs! Depending on `apiToken.algorithm` additional restrictions apply to this settings. |
| apiToken.nBytes | int | `64` | [CKAN API token settings](https://docs.ckan.org/en/latest/maintaining/configuration.html#api-token-nbytes) |
| auth.allow_dataset_collaborators | bool | `false` | CKAN authorization settings. See [CKAN configuration docs](https://docs.ckan.org/en/latest/maintaining/configuration.html#authorization-settings). |
| auth.anon_create_dataset | bool | `false` | |
Expand Down Expand Up @@ -56,7 +56,7 @@ A Helm chart for SDDI enabled CKAN.
| datapusher.url | string | `"http://datapusher:8000/"` | DataPusher endpoint of CKAN. This should be set to the cluster internal DataPusher service domain. |
| datastore.auth.ro.password | string | `"changeMe"` | CKAN datastore read only password, used to build `ckan.datastore.read_url` see [CKAN datastore settings](https://docs.ckan.org/en/latest/maintaining/configuration.html#datastore-settings) |
| datastore.auth.ro.username | string | `"datastore_ro"` | CKAN datastore read only username, used to build `ckan.datastore.read_url` see [CKAN datastore settings](https://docs.ckan.org/en/latest/maintaining/configuration.html#datastore-settings) |
| datastore.auth.rw.password | string | `"changeMe"` | CKAN datastore read write passowrd, used to build `ckan.datastore.write_url` see [CKAN datastore settings](https://docs.ckan.org/en/latest/maintaining/configuration.html#datastore-settings) |
| datastore.auth.rw.password | string | `"changeMe"` | CKAN datastore read write password, used to build `ckan.datastore.write_url` see [CKAN datastore settings](https://docs.ckan.org/en/latest/maintaining/configuration.html#datastore-settings) |
| datastore.auth.rw.username | string | `"datastore_rw"` | CKAN datastore read write username, used to build `ckan.datastore.write_url` see [CKAN datastore settings](https://docs.ckan.org/en/latest/maintaining/configuration.html#datastore-settings) |
| datastore.dbname | string | `"datastore"` | CKAN datastore database name, used to build `ckan.datastore.read/write_url` see [CKAN datastore settings](https://docs.ckan.org/en/latest/maintaining/configuration.html#datastore-settings) |
| datastore.host | string | `"postgis"` | CKAN datastore host, used to build `ckan.datastore.read/write_url` see [CKAN datastore settings](https://docs.ckan.org/en/latest/maintaining/configuration.html#datastore-settings) |
Expand Down
2 changes: 1 addition & 1 deletion charts/sddi-ckan/charts/ckan/templates/_helpers.tpl
Original file line number Diff line number Diff line change
Expand Up @@ -65,7 +65,7 @@ Create the name of the service account to use
SQL alchemy url
*/}}
{{- define "ckan.sqlalchemy.url" -}}
postgresql://
postgres://
{{- .Values.global.db.auth.username | default .Values.db.auth.username -}}:
{{- .Values.global.db.auth.password | default .Values.db.auth.password -}}@
{{- .Values.global.db.host | default .Values.db.host -}}:
Expand Down
10 changes: 5 additions & 5 deletions charts/sddi-ckan/charts/ckan/values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -258,14 +258,14 @@ apiToken:
# -- [CKAN API token settings](https://docs.ckan.org/en/latest/maintaining/configuration.html#api-token-jwt-algorithm)
algorithm: HS256
# -- [CKAN API token settings](https://docs.ckan.org/en/latest/maintaining/configuration.html#api-token-jwt-encode-secret):
# If left empty, a random 64 char alpha numberic string is generated.
# If left empty, a random 64 char alpha numeric string is generated.
# **Note:** In a production environment the default needs to be overwritten.
# Check the docs! Depending on `apiToken.algorithm` additional restricitions apply to this settings.
# Check the docs! Depending on `apiToken.algorithm` additional restrictions apply to this settings.
encodeSecret:
# -- [CKAN API token settings](https://docs.ckan.org/en/latest/maintaining/configuration.html#api-token-jwt-decode-secret):
# If left empty, a random 64 char alpha numberic string is generated.
# If left empty, a random 64 char alpha numeric string is generated.
# **Note:** In a production environment the default needs to be overwritten.
# Check the docs! Depending on `apiToken.algorithm` additional restricitions apply to this settings.
# Check the docs! Depending on `apiToken.algorithm` additional restrictions apply to this settings.
decodeSecret:

locale:
Expand Down Expand Up @@ -357,7 +357,7 @@ datastore:
# -- CKAN datastore read write username, used to build `ckan.datastore.write_url` see
# [CKAN datastore settings](https://docs.ckan.org/en/latest/maintaining/configuration.html#datastore-settings)
username: datastore_rw
# -- CKAN datastore read write passowrd, used to build `ckan.datastore.write_url` see
# -- CKAN datastore read write password, used to build `ckan.datastore.write_url` see
# [CKAN datastore settings](https://docs.ckan.org/en/latest/maintaining/configuration.html#datastore-settings)
password: changeMe

Expand Down

0 comments on commit 307ba1a

Please sign in to comment.