Skip to content

Latest commit

 

History

History
44 lines (26 loc) · 1.48 KB

release-management.md

File metadata and controls

44 lines (26 loc) · 1.48 KB
description
How to get the latest release and stay up-to-date.

Release Management

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:

ghcr.io/wundergraph/cosmo/router:0.9.0

Images built on main are tagged with:

ghcr.io/wundergraph/cosmo/router:latest
ghcr.io/wundergraph/cosmo/router:sha-12345

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.

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.