Skip to content

Commit 0e1a885

Browse files
committed
chore: release helm-cosmo 0.17.0 🚀
1 parent f90dc88 commit 0e1a885

File tree

3 files changed

+17
-2
lines changed

3 files changed

+17
-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: 15 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,20 @@
11
# Changelog
22

3+
## [0.17.0](https://github.com/wundergraph/cosmo/compare/helm-cosmo@0.16.0...helm-cosmo@0.17.0) (2026-04-08)
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+
* introduce proxy for webhook requests ([#2671](https://github.com/wundergraph/cosmo/issues/2671)) ([dc4388d](https://github.com/wundergraph/cosmo/commit/dc4388d100a421e0ab6eed390a8d5f80d5b15112))
11+
* **keycloak:** move to official images ([#2561](https://github.com/wundergraph/cosmo/issues/2561)) ([8e81d6b](https://github.com/wundergraph/cosmo/commit/8e81d6b0159d62f1e85a369165036c8a4c14fbd7))
12+
13+
14+
### Bug Fixes
15+
16+
* **helm:** exclude commonLabels from immutable selector matchLabels ([#2571](https://github.com/wundergraph/cosmo/issues/2571)) ([5758b4f](https://github.com/wundergraph/cosmo/commit/5758b4fc73f26ee18dbfda64b979d8025029711a))
17+
318
## [0.16.0](https://github.com/wundergraph/cosmo/compare/helm-cosmo@0.15.0...helm-cosmo@0.16.0) (2025-12-10)
419

520

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)