diff --git a/edge/getting-started/index.html b/edge/getting-started/index.html index 893c7662..095039ba 100644 --- a/edge/getting-started/index.html +++ b/edge/getting-started/index.html @@ -1985,12 +1985,6 @@ If you're using podman, make sure to read the related ghcr.io/wg-easy/wg-easy:development used for development, testing code from PRs + +latest +latest tag +ghcr.io/wg-easy/wg-easy:latest or ghcr.io/wg-easy/wg-easy +points to the v14 release, should be avoided + -

When publishing a tag we follow the Semantic Versioning specification. The latest tag is always pointing to the latest stable release. If you want to avoid breaking changes, use the major version tag (e.g. 15).

+

When publishing a tag we follow the Semantic Versioning specification. Pin to the latest major version to avoid breaking changes (e.g. 15), avoid using the latest tag.

Follow tutorials