Release Management
How to get the latest release and stay up-to-date.
The Cosmo Platform is entirely Open Source.
Releases
Tagged releases are published in the exact version to NPMJS.com and Github Container Registry.
Release Notes
Every release contains a summary of features, bug fixes, breaking changes, and optionally a migration guide. You can find all official releases at WunderGraph Cosmo Releases.
All published docker images are listed at WunderGraph Cosmo Packages.
Docker tagging strategy
For every pull request and merge into the main branch, we build separate Docker images.
Official releases are tagged as follows:
Images built on main are tagged with:
For more information, check out the release documentation.
Router binaries
For every Router release, we build binaries for all operating systems and attach them to the Github release.
Helm Charts
We publish Helm charts for the Cosmo Platform and the Router. You can find them on the Artifact Hub.
Both charts are part of the Cosmo Repository :
Versioned changes can be found in the respective changelog of each chart.
The charts are packaged as oci artifact here oci://ghcr.io/wundergraph/cosmo/helm-charts.
Stay up-to-date
You can subscribe to notifications on the Cosmo Repository for alerts when new releases are made available. Click on Watch -> Custom -> Releases.
Last updated