From a8b8c9a5880b6f9d858e9f1b83ecd7145ff9206b Mon Sep 17 00:00:00 2001 From: Robert Kaussow Date: Wed, 2 Aug 2023 04:18:34 +0200 Subject: [PATCH] update version docs about versioning (#2086) Adds changes from https://github.com/woodpecker-ci/woodpecker/pull/2043/files to v1.0 docs. --- docs/versioned_docs/version-1.0/80-downloads.md | 9 +++++---- 1 file changed, 5 insertions(+), 4 deletions(-) diff --git a/docs/versioned_docs/version-1.0/80-downloads.md b/docs/versioned_docs/version-1.0/80-downloads.md index 1201f25ce7..e18c00e42c 100644 --- a/docs/versioned_docs/version-1.0/80-downloads.md +++ b/docs/versioned_docs/version-1.0/80-downloads.md @@ -13,10 +13,11 @@ To find out more about the differences between the two releases, please read the ## Docker images Image variants: -* The `latest` image is the latest stable release -* The `vX.X.X` images are stable releases -* The `vX.X` images are based on the latest patch version of a specific minor release (see [Semver](https://semver.org/)) -* The `next` images are based on the current master branch and should not be used for production environments + +- The `latest` image is the latest stable release +- The `vX.X.X` images are stable releases +- The `vX.X` images are based on the current release branch (e.g. `release/v1.0`) and can be used to get bugfixes asap +- The `next` images are based on the current `main` branch and should not be used for production environments ``` bash # server