Skip to content

Commit

Permalink
Update versioning support
Browse files Browse the repository at this point in the history
This PR updates versioning support per the discussion under etcd
issue - etcd-io/etcd#13912

Signed-off-by: Sahdev Zala <spzala@us.ibm.com>
  • Loading branch information
spzala committed Aug 3, 2022
1 parent a08a00e commit 18e378f
Show file tree
Hide file tree
Showing 4 changed files with 8 additions and 8 deletions.
4 changes: 2 additions & 2 deletions content/en/docs/v3.3/op-guide/versioning.md
Original file line number Diff line number Diff line change
Expand Up @@ -11,9 +11,9 @@ This document describes the versions supported by the etcd project.
etcd versions are expressed as **x.y.z**, where **x** is the major version, **y** is the minor version, and **z** is the patch version, following [Semantic Versioning](https://semver.org/) terminology.
New minor versions may add additional features to the API.

The etcd project maintains release branches for the current version and two minor releases, 3.5, 3.4 and 3.3 currently.
The etcd project maintains release branches for the current version and previous release. For example, when v3.5 is the current version, v3.4 is supported. When v3.6 is released, v3.4 goes out of support.

Applicable fixes, including security fixes, may be backported to those three release branches, depending on severity and feasibility.
Applicable fixes, including security fixes, may be backported to those two release branches, depending on severity and feasibility.
Patch releases are cut from those branches when required.

The project [Maintainers](https://github.com/etcd-io/etcd/blob/main/MAINTAINERS) own this decision.
Expand Down
4 changes: 2 additions & 2 deletions content/en/docs/v3.4/op-guide/versioning.md
Original file line number Diff line number Diff line change
Expand Up @@ -11,9 +11,9 @@ This document describes the versions supported by the etcd project.
etcd versions are expressed as **x.y.z**, where **x** is the major version, **y** is the minor version, and **z** is the patch version, following [Semantic Versioning](https://semver.org/) terminology.
New minor versions may add additional features to the API.

The etcd project maintains release branches for the current version and two minor releases, 3.5, 3.4 and 3.3 currently.
The etcd project maintains release branches for the current version and previous release. For example, when v3.5 is the current version, v3.4 is supported. When v3.6 is released, v3.4 goes out of support.

Applicable fixes, including security fixes, may be backported to those three release branches, depending on severity and feasibility.
Applicable fixes, including security fixes, may be backported to those two release branches, depending on severity and feasibility.
Patch releases are cut from those branches when required.

The project [Maintainers](https://github.com/etcd-io/etcd/blob/main/MAINTAINERS) own this decision.
Expand Down
4 changes: 2 additions & 2 deletions content/en/docs/v3.5/op-guide/versioning.md
Original file line number Diff line number Diff line change
Expand Up @@ -11,9 +11,9 @@ This document describes the versions supported by the etcd project.
etcd versions are expressed as **x.y.z**, where **x** is the major version, **y** is the minor version, and **z** is the patch version, following [Semantic Versioning](https://semver.org/) terminology.
New minor versions may add additional features to the API.

The etcd project maintains release branches for the current version and two minor releases, 3.5, 3.4 and 3.3 currently.
The etcd project maintains release branches for the current version and previous release. For example, when v3.5 is the current version, v3.4 is supported. When v3.6 is released, v3.4 goes out of support.

Applicable fixes, including security fixes, may be backported to those three release branches, depending on severity and feasibility.
Applicable fixes, including security fixes, may be backported to those two release branches, depending on severity and feasibility.
Patch releases are cut from those branches when required.

The project [Maintainers](https://github.com/etcd-io/etcd/blob/main/MAINTAINERS) own this decision.
Expand Down
4 changes: 2 additions & 2 deletions content/en/docs/v3.6/op-guide/versioning.md
Original file line number Diff line number Diff line change
Expand Up @@ -11,9 +11,9 @@ This document describes the versions supported by the etcd project.
etcd versions are expressed as **x.y.z**, where **x** is the major version, **y** is the minor version, and **z** is the patch version, following [Semantic Versioning](https://semver.org/) terminology.
New minor versions may add additional features to the API.

The etcd project maintains release branches for the current version and two minor releases, 3.5, 3.4 and 3.3 currently.
The etcd project maintains release branches for the current version and previous release. For example, when v3.5 is the current version, v3.4 is supported. When v3.6 is released, v3.4 goes out of support.

Applicable fixes, including security fixes, may be backported to those three release branches, depending on severity and feasibility.
Applicable fixes, including security fixes, may be backported to those two release branches, depending on severity and feasibility.
Patch releases are cut from those branches when required.

The project [Maintainers](https://github.com/etcd-io/etcd/blob/main/MAINTAINERS) own this decision.
Expand Down

0 comments on commit 18e378f

Please sign in to comment.