Skip to content

Commit 8cc09e6

Browse files
authored
Merge pull request #8233 from dmcgowan/prepare-v1.7.0-rc.3
Prepare release notes for v1.7.0-rc.3
2 parents 1f236dc + 0efc498 commit 8cc09e6

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

releases/v1.7.0-rc.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ pre_release = true
1212

1313
preface = """\
1414
The eighth major release of containerd includes new functionality alongside many improvements.
15-
This release is intended to be the last major release of containerd 1.x before 2.0.
15+
This release is the last major release of containerd 1.x before 2.0.
1616
Some functionality in this release may be considered experimental or unstable, but will become stable or default in 2.0.
1717
This release still adheres to our backwards compatibility guarantees and users who do not use or enable new functionality should use this release with the same stability expectations.
1818
The previous 1.6 release has also become a long term stable release for users who prefer releases with mostly stability improvements and wish to wait a few releases for new functionality.

version/version.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ var (
2323
Package = "github.com/containerd/containerd"
2424

2525
// Version holds the complete version number. Filled in at linking time.
26-
Version = "1.7.0-rc.2+unknown"
26+
Version = "1.7.0-rc.3+unknown"
2727

2828
// Revision is filled with the VCS (e.g. git) revision being used to build
2929
// the program at linking time.

0 commit comments

Comments
 (0)