Skip to content

Commit

Permalink
Bump version to v1.29.2
Browse files Browse the repository at this point in the history
[NO NEW TESTS NEEDED]

Signed-off-by: Nalin Dahyabhai <[email protected]>
  • Loading branch information
nalind committed Oct 31, 2023
1 parent b0c73ec commit b98e39b
Show file tree
Hide file tree
Showing 3 changed files with 17 additions and 1 deletion.
9 changes: 9 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,16 @@

# Changelog

## v1.29.2 (2023-10-31)

Mask /sys/devices/virtual/powercap by default
remove registry.centos.org
Cirrus: Increase conformance-test timeout
Cirrus: Add CI self-destruct condition on EOL date
Bump to c/common v0.51.2

## v1.29.1 (2023-02-15)

update to c/image 5.24.1

## v1.29.0 (2023-01-25)
Expand Down
7 changes: 7 additions & 0 deletions changelog.txt
Original file line number Diff line number Diff line change
@@ -1,3 +1,10 @@
- Changelog for v1.29.2 (2023-10-31)
* Mask /sys/devices/virtual/powercap by default
* remove registry.centos.org
* Cirrus: Increase conformance-test timeout
* Cirrus: Add CI self-destruct condition on EOL date
* Bump to c/common v0.51.2

- Changelog for v1.29.1 (2023-02-15)
* Update to c/image 5.24.1

Expand Down
2 changes: 1 addition & 1 deletion define/types.go
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ const (
Package = "buildah"
// Version for the Package. Bump version in contrib/rpm/buildah.spec
// too.
Version = "1.29.1"
Version = "1.29.2"

// DefaultRuntime if containers.conf fails.
DefaultRuntime = "runc"
Expand Down

0 comments on commit b98e39b

Please sign in to comment.