Skip to content

Commit

Permalink
Merge pull request #9952 from dmcgowan/prepare-v1.6.30
Browse files Browse the repository at this point in the history
[release/1.6] Prepare v1.6.30
  • Loading branch information
dmcgowan committed Mar 11, 2024
2 parents 082b2d0 + 8268fc6 commit d68034c
Show file tree
Hide file tree
Showing 3 changed files with 31 additions and 1 deletion.
3 changes: 3 additions & 0 deletions .github/workflows/release.yml
Expand Up @@ -5,6 +5,9 @@ on:

name: Containerd Release

env:
GO_VERSION: "1.21.8"

permissions: # added using https://github.com/step-security/secure-workflows
contents: read

Expand Down
27 changes: 27 additions & 0 deletions releases/v1.6.30.toml
@@ -0,0 +1,27 @@
# commit to be tagged for new release
commit = "HEAD"

# project_name is used to refer to the project in the notes
project_name = "containerd"

# github_repo is the github project, only github is currently supported
github_repo = "containerd/containerd"

# match_deps is a pattern to determine which dependencies should be included
# as part of this release. The changelog will also include changes for these
# dependencies based on the change in the dependency's version.
match_deps = "^github.com/(containerd/[a-zA-Z0-9-]+)$"

# previous release of this project for determining changes
previous = "v1.6.28"

# pre_release is whether to include a disclaimer about being a pre-release
pre_release = false

# preface is the description of the release which precedes the author list
# and changelog. This description could include highlights as well as any
# description of changes. Use markdown formatting.
preface = """\
The thirtieth patch release for containerd 1.6 contains various fixes and updates
as well as a build fix which prevented the v1.6.29 tag from being released.
"""
2 changes: 1 addition & 1 deletion version/version.go
Expand Up @@ -23,7 +23,7 @@ var (
Package = "github.com/containerd/containerd"

// Version holds the complete version number. Filled in at linking time.
Version = "1.6.29+unknown"
Version = "1.6.30+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 d68034c

Please sign in to comment.