Skip to content

Commit 1c4457e

Browse files
authored
Merge pull request #12473 from dmcgowan/prepare-v2.2.0
Prepare release notes for v2.2.0
2 parents 7c59e8e + 8eaa0b5 commit 1c4457e

9 files changed

Lines changed: 43 additions & 35 deletions

File tree

.github/workflows/release.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -166,4 +166,4 @@ jobs:
166166
files: |
167167
builds/release-tars-**/*
168168
containerd-*-attestation.intoto.jsonl
169-
make_latest: false
169+
make_latest: true

RELEASES.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -130,8 +130,8 @@ to all committers.
130130
| [1.6](https://github.com/containerd/containerd/releases/tag/v1.6.0) | End of Life | February 15, 2022 | August 23, 2025 | @containerd/committers |
131131
| [1.7](https://github.com/containerd/containerd/releases/tag/v1.7.0) | LTS | March 10, 2023 | September 2026* | @containerd/committers |
132132
| [2.0](https://github.com/containerd/containerd/releases/tag/v2.0.0) | Active | November 5, 2024 | November 7, 2025 | @containerd/committers |
133-
| [2.1](https://github.com/containerd/containerd/releases/tag/v2.1.0) | Active | May 7, 2025 | May 5, 2026 (_tentative_) | @containerd/committers |
134-
| [2.2](https://github.com/containerd/containerd/milestone/49) | Beta | November 5, 2025 (_tentative_) | November 6, 2026 (_tentative_) | @containerd/committers |
133+
| [2.1](https://github.com/containerd/containerd/releases/tag/v2.1.0) | Active | May 7, 2025 | May 5, 2026 | @containerd/committers |
134+
| [2.2](https://github.com/containerd/containerd/releases/tag/v2.2.0) | Active | November 5, 2025 | November 6, 2026 | @containerd/committers |
135135
| [2.3](https://github.com/containerd/containerd/milestone/50) | _Future_ | May 6, 2026 (_tentative_) | _TBD_ | _TBD_ |
136136

137137
\* Support for the 1.7 release branch is provided by @containerd/committers until March 10, 2026. Extended support through September 2026 is provided by @chrishenzie and @samuelkarp.
@@ -333,7 +333,7 @@ releases for prior API versions should be avoided if possible.
333333
| v1.7 | 1.7 |
334334
| v2.0 | 1.8 |
335335
| v2.1 | 1.9 |
336-
| _v2.2_ | _1.10_ |
336+
| v2.2 | 1.10 |
337337
| _v2.3_ | _1.11_ |
338338

339339

go.mod

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ require (
1212
github.com/containerd/btrfs/v2 v2.0.0
1313
github.com/containerd/cgroups/v3 v3.1.0
1414
github.com/containerd/console v1.0.5
15-
github.com/containerd/containerd/api v1.10.0-rc.0
15+
github.com/containerd/containerd/api v1.10.0
1616
github.com/containerd/continuity v0.4.5
1717
github.com/containerd/errdefs v1.0.0
1818
github.com/containerd/errdefs/pkg v0.3.0
@@ -23,7 +23,7 @@ require (
2323
github.com/containerd/log v0.1.0
2424
github.com/containerd/nri v0.10.0
2525
github.com/containerd/otelttrpc v0.1.0
26-
github.com/containerd/platforms v1.0.0-rc.1
26+
github.com/containerd/platforms v1.0.0-rc.2
2727
github.com/containerd/plugin v1.0.0
2828
github.com/containerd/ttrpc v1.2.7
2929
github.com/containerd/typeurl/v2 v2.2.3

go.sum

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -41,8 +41,8 @@ github.com/containerd/cgroups/v3 v3.1.0 h1:azxYVj+91ZgSnIBp2eI3k9y2iYQSR/ZQIgh9v
4141
github.com/containerd/cgroups/v3 v3.1.0/go.mod h1:SA5DLYnXO8pTGYiAHXz94qvLQTKfVM5GEVisn4jpins=
4242
github.com/containerd/console v1.0.5 h1:R0ymNeydRqH2DmakFNdmjR2k0t7UPuiOV/N/27/qqsc=
4343
github.com/containerd/console v1.0.5/go.mod h1:YynlIjWYF8myEu6sdkwKIvGQq+cOckRm6So2avqoYAk=
44-
github.com/containerd/containerd/api v1.10.0-rc.0 h1:PEaPRT4atfXLlbr3HaZH/i7/2PZK/+sUnp210HkhXmY=
45-
github.com/containerd/containerd/api v1.10.0-rc.0/go.mod h1:GhghKFmTR3hNtyznBoQ0EMWr9ju5AqHjcZPsSpTKutI=
44+
github.com/containerd/containerd/api v1.10.0 h1:5n0oHYVBwN4VhoX9fFykCV9dF1/BvAXeg2F8W6UYq1o=
45+
github.com/containerd/containerd/api v1.10.0/go.mod h1:NBm1OAk8ZL+LG8R0ceObGxT5hbUYj7CzTmR3xh0DlMM=
4646
github.com/containerd/continuity v0.4.5 h1:ZRoN1sXq9u7V6QoHMcVWGhOwDFqZ4B9i5H6un1Wh0x4=
4747
github.com/containerd/continuity v0.4.5/go.mod h1:/lNJvtJKUQStBzpVQ1+rasXO1LAWtUQssk28EZvJ3nE=
4848
github.com/containerd/errdefs v1.0.0 h1:tg5yIfIlQIrxYtu9ajqY42W3lpS19XqdxRQeEwYG8PI=
@@ -63,8 +63,8 @@ github.com/containerd/nri v0.10.0 h1:bt2NzfvlY6OJE0i+fB5WVeGQEycxY7iFVQpEbh7J3Go
6363
github.com/containerd/nri v0.10.0/go.mod h1:5VyvLa/4uL8FjyO8nis1UjbCutXDpngil17KvBSL6BU=
6464
github.com/containerd/otelttrpc v0.1.0 h1:UOX68eVTE8H/T45JveIg+I22Ev2aFj4qPITCmXsskjw=
6565
github.com/containerd/otelttrpc v0.1.0/go.mod h1:XhoA2VvaGPW1clB2ULwrBZfXVuEWuyOd2NUD1IM0yTg=
66-
github.com/containerd/platforms v1.0.0-rc.1 h1:83KIq4yy1erSRgOVHNk1HYdPvzdJ5CnsWaRoJX4C41E=
67-
github.com/containerd/platforms v1.0.0-rc.1/go.mod h1:J71L7B+aiM5SdIEqmd9wp6THLVRzJGXfNuWCZCllLA4=
66+
github.com/containerd/platforms v1.0.0-rc.2 h1:0SPgaNZPVWGEi4grZdV8VRYQn78y+nm6acgLGv/QzE4=
67+
github.com/containerd/platforms v1.0.0-rc.2/go.mod h1:J71L7B+aiM5SdIEqmd9wp6THLVRzJGXfNuWCZCllLA4=
6868
github.com/containerd/plugin v1.0.0 h1:c8Kf1TNl6+e2TtMHZt+39yAPDbouRH9WAToRjex483Y=
6969
github.com/containerd/plugin v1.0.0/go.mod h1:hQfJe5nmWfImiqT1q8Si3jLv3ynMUIBB47bQ+KexvO8=
7070
github.com/containerd/ttrpc v1.2.7 h1:qIrroQvuOL9HQ1X6KHe2ohc7p+HP/0VE6XPU7elJRqQ=
Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ ignore_deps = [ "github.com/containerd/containerd" ]
99
# previous release
1010
previous = "v2.1.0"
1111

12-
pre_release = true
12+
pre_release = false
1313

1414
preface = """\
1515
The second minor release of containerd 2.x focuses on continued stability alongside

vendor/github.com/containerd/platforms/defaults_windows.go

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

vendor/github.com/containerd/platforms/platform_windows_compat.go

Lines changed: 28 additions & 20 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

vendor/modules.txt

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -108,7 +108,7 @@ github.com/containerd/cgroups/v3/cgroup2/stats
108108
# github.com/containerd/console v1.0.5
109109
## explicit; go 1.13
110110
github.com/containerd/console
111-
# github.com/containerd/containerd/api v1.10.0-rc.0
111+
# github.com/containerd/containerd/api v1.10.0
112112
## explicit; go 1.23.0
113113
github.com/containerd/containerd/api/events
114114
github.com/containerd/containerd/api/runtime/sandbox/v1
@@ -191,7 +191,7 @@ github.com/containerd/nri/types/v1
191191
## explicit; go 1.21
192192
github.com/containerd/otelttrpc
193193
github.com/containerd/otelttrpc/internal
194-
# github.com/containerd/platforms v1.0.0-rc.1
194+
# github.com/containerd/platforms v1.0.0-rc.2
195195
## explicit; go 1.20
196196
github.com/containerd/platforms
197197
# github.com/containerd/plugin v1.0.0

version/version.go

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

2626
// Version holds the complete version number. Filled in at linking time.
27-
Version = "2.2.0-rc+unknown"
27+
Version = "2.2.0+unknown"
2828

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

0 commit comments

Comments
 (0)