Skip to content

Commit

Permalink
Merge pull request containerd#9654 from dmcgowan/prepare-v2.0.0-beta.1
Browse files Browse the repository at this point in the history
Prepare release notes for v2.0.0-beta.1
  • Loading branch information
dmcgowan authored Jan 19, 2024
2 parents 0817c97 + 9d2c221 commit 6f44916
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 2 deletions.
4 changes: 3 additions & 1 deletion releases/v2.0.0-beta.toml
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,7 @@ commit = "HEAD"
project_name = "containerd"
github_repo = "containerd/containerd"
match_deps = "^github.com/(containerd/[a-zA-Z0-9-]+)$"
ignore_deps = [ "github.com/containerd/containerd" ]

# previous release
previous = "v1.7.0"
Expand All @@ -30,4 +31,5 @@ and [CNI plugins](https://github.com/containernetworking/plugins/releases) from
See also the [Getting Started](https://github.com/containerd/containerd/blob/main/docs/getting-started.md) documentation.
"""

override_deps."github.com/containerd/log".previous = "cf9777876edf6a4aa230c739bc7eec5ab8349e9c"
override_deps."github.com/containerd/log".previous = "cf9777876edf6a4aa230c739bc7eec5ab8349e9c"
override_deps."github.com/containerd/plugin".previous = "497c49344a4b9894a7e26497420cb7fa817facba"
2 changes: 1 addition & 1 deletion version/version.go
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ var (
Package = "github.com/containerd/containerd/v2"

// Version holds the complete version number. Filled in at linking time.
Version = "2.0.0-beta.0+unknown"
Version = "2.0.0-beta.1+unknown"

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

0 comments on commit 6f44916

Please sign in to comment.