Skip to content

Commit

Permalink
chore: prepare for release v0.7.0-rc2
Browse files Browse the repository at this point in the history
Signed-off-by: Sam Berning <bernings@amazon.com>
  • Loading branch information
sam-berning committed Jan 15, 2025
1 parent 8d5d384 commit 6cc5f87
Show file tree
Hide file tree
Showing 4 changed files with 3 additions and 6 deletions.
3 changes: 0 additions & 3 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -18,14 +18,11 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0

### Fixed

- Prevent leaking tempfiles when executing krane ([#423], [#430], [#433])
- Stop dereferencing symlinks when traversing project directory ([#431])
- Drop unnecessary `--all` flag from dnf, allowing builds using dnf5 ([#435])

[#423]: /~https://github.com/bottlerocket-os/twoliter/pull/423
[#430]: /~https://github.com/bottlerocket-os/twoliter/pull/430
[#431]: /~https://github.com/bottlerocket-os/twoliter/pull/431
[#433]: /~https://github.com/bottlerocket-os/twoliter/pull/433
[#435]: /~https://github.com/bottlerocket-os/twoliter/pull/435

[0.7.0]: /~https://github.com/bottlerocket-os/twoliter/compare/v0.6.0...v0.7.0
Expand Down
2 changes: 1 addition & 1 deletion Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -62,7 +62,7 @@ pubsys-setup = { version = "0.1", path = "tools/pubsys-setup", artifact = [ "bin
testsys = { version = "0.1", path = "tools/testsys", artifact = [ "bin:testsys" ] }
testsys-config = { version = "0.1", path = "tools/testsys-config" }
testsys-model = { version = "0.0.14", git = "/~https://github.com/bottlerocket-os/bottlerocket-test-system", tag = "v0.0.14" }
twoliter = { version = "0.7.0-rc1", path = "twoliter", artifact = [ "bin:twoliter" ] }
twoliter = { version = "0.7.0-rc2", path = "twoliter", artifact = [ "bin:twoliter" ] }
unplug = { version = "0.1", path = "tools/unplug", artifact = [ "bin:unplug" ] }
update-metadata = { version = "0.1", path = "tools/update-metadata" }

Expand Down
2 changes: 1 addition & 1 deletion twoliter/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "twoliter"
version = "0.7.0-rc1"
version = "0.7.0-rc2"
edition = "2021"
description = "A command line tool for creating custom builds of Bottlerocket"
authors = ["Matthew James Briggs <brigmatt@amazon.com>"]
Expand Down

0 comments on commit 6cc5f87

Please sign in to comment.