Skip to content

Commit

Permalink
Merge pull request #444 from sam-berning/v0.7.1-rc1-prep
Browse files Browse the repository at this point in the history
chore: prep for release v0.7.1-rc1
  • Loading branch information
sam-berning authored Jan 23, 2025
2 parents c4a7b57 + 56a901c commit 1fd5f6d
Show file tree
Hide file tree
Showing 4 changed files with 16 additions and 4 deletions.
14 changes: 13 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,19 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0

## [Unreleased]

[unreleased]: https://github.com/bottlerocket-os/twoliter/compare/v0.7.0...HEAD
[unreleased]: https://github.com/bottlerocket-os/twoliter/compare/v0.7.1...HEAD

## [0.7.1] - 2025-01-23

### Fixed

- Move Docker version check to buildsys ([#442])
- Allow the AWS SDK to find an overridden CA bundle ([#443])

[#442]: https://github.com/bottlerocket-os/twoliter/pull/442
[#443]: https://github.com/bottlerocket-os/twoliter/pull/443

[0.7.1]: https://github.com/bottlerocket-os/twoliter/compare/v0.7.0...v0.7.1

## [0.7.0] - 2025-01-03

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", path = "twoliter", artifact = [ "bin:twoliter" ] }
twoliter = { version = "0.7.1-rc1", 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"
version = "0.7.1-rc1"
edition = "2021"
description = "A command line tool for creating custom builds of Bottlerocket"
authors = ["Matthew James Briggs <[email protected]>"]
Expand Down

0 comments on commit 1fd5f6d

Please sign in to comment.