Skip to content
Merged
Show file tree
Hide file tree
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion .release-please-manifest.json
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
{
"helm/cosmo": "0.17.0",
"helm/cosmo/charts/router": "0.15.1"
"helm/cosmo/charts/router": "0.16.0"
}
7 changes: 7 additions & 0 deletions helm/cosmo/charts/router/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,12 @@
# Changelog

## [0.16.0](https://github.com/wundergraph/cosmo/compare/helm-cosmo-router@0.15.1...helm-cosmo-router@0.16.0) (2026-04-28)


### Features

* **helm:** add HPA behavior and startup probe ([#2798](https://github.com/wundergraph/cosmo/issues/2798)) ([1d1b39b](https://github.com/wundergraph/cosmo/commit/1d1b39be454e4108ac58c5dfce795cb73b7e82a2))

## [0.15.1](https://github.com/wundergraph/cosmo/compare/helm-cosmo-router@0.15.0...helm-cosmo-router@0.15.1) (2026-04-20)


Expand Down
2 changes: 1 addition & 1 deletion helm/cosmo/charts/router/Chart.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ type: application
# This is the chart version. This version number should be incremented each time you make changes
# to the chart and its templates, including the app version.
# Versions are expected to follow Semantic Versioning (https://semver.org/)
version: 0.15.1
version: 0.16.0

# This is the version number of the application being deployed. This version number should be
# incremented each time you make changes to the application. Versions are not expected to
Expand Down
Loading