Skip to content

Commit 174e2b0

Browse files
committed
chore: release helm-cosmo 0.17.0 🚀
1 parent cd38084 commit 174e2b0

File tree

3 files changed

+16
-2
lines changed

3 files changed

+16
-2
lines changed

.release-please-manifest.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
11
{
2-
"helm/cosmo": "0.16.0",
2+
"helm/cosmo": "0.17.0",
33
"helm/cosmo/charts/router": "0.15.0"
44
}

helm/cosmo/CHANGELOG.md

Lines changed: 14 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,19 @@
11
# Changelog
22

3+
## [0.17.0](https://github.com/wundergraph/cosmo/compare/helm-cosmo@0.16.0...helm-cosmo@0.17.0) (2026-03-14)
4+
5+
6+
### Features
7+
8+
* add sso cookie domain to helm values ([#2444](https://github.com/wundergraph/cosmo/issues/2444)) ([bba8703](https://github.com/wundergraph/cosmo/commit/bba87034a165c20a3d0b84a5ac1da35eaef3fe91))
9+
* **helm:** migrate away from bitnami helm chart ([#2569](https://github.com/wundergraph/cosmo/issues/2569)) ([cd38084](https://github.com/wundergraph/cosmo/commit/cd38084bf8514ebd3b0c874ef456878ec3aab3de))
10+
* **keycloak:** move to official images ([#2561](https://github.com/wundergraph/cosmo/issues/2561)) ([8e81d6b](https://github.com/wundergraph/cosmo/commit/8e81d6b0159d62f1e85a369165036c8a4c14fbd7))
11+
12+
13+
### Bug Fixes
14+
15+
* **helm:** exclude commonLabels from immutable selector matchLabels ([#2571](https://github.com/wundergraph/cosmo/issues/2571)) ([5758b4f](https://github.com/wundergraph/cosmo/commit/5758b4fc73f26ee18dbfda64b979d8025029711a))
16+
317
## [0.16.0](https://github.com/wundergraph/cosmo/compare/helm-cosmo@0.15.0...helm-cosmo@0.16.0) (2025-12-10)
418

519

helm/cosmo/Chart.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ type: application
1616
# This is the chart version. This version number should be incremented each time you make changes
1717
# to the chart and its templates, including the app version.
1818
# Versions are expected to follow Semantic Versioning (https://semver.org/)
19-
version: '0.16.0'
19+
version: '0.17.0'
2020

2121
home: https://github.com/wundergraph/cosmo
2222

0 commit comments

Comments
 (0)