Skip to content

Commit

Permalink
Merge pull request #835 from mgsharm/develop
Browse files Browse the repository at this point in the history
Prepare for release
  • Loading branch information
mgsharm authored Oct 10, 2024
2 parents 4333b75 + c5f5653 commit e8f453e
Show file tree
Hide file tree
Showing 11 changed files with 237 additions and 182 deletions.
344 changes: 177 additions & 167 deletions Cargo.lock

Large diffs are not rendered by default.

9 changes: 8 additions & 1 deletion olpc-cjson/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,12 @@ All notable changes to this project will be documented in this file.
The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),
and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).

## [0.1.4] - 2023-10-10
### Changes
- Fix 128bit integer serialization (thanks @aumetra) [#820]

[#820]: https://github.com/awslabs/tough/pull/820

## [0.1.3] - 2023-03-02
### Changed
- Remove minor/patch versions from Cargo.tomls. [#573]
Expand Down Expand Up @@ -46,7 +52,8 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
### Added
- Everything!

[Unreleased]: https://github.com/awslabs/tough/compare/olpc-cjson-v0.1.3...develop
[Unreleased]: https://github.com/awslabs/tough/compare/olpc-cjson-v0.1.4...develop
[0.1.4]: https://github.com/awslabs/tough/compare/olpc-cjson-v0.1.3...olpc-cjson-v0.1.4
[0.1.3]: https://github.com/awslabs/tough/compare/olpc-cjson-v0.1.2...olpc-cjson-v0.1.3
[0.1.2]: https://github.com/awslabs/tough/compare/olpc-cjson-v0.1.1...olpc-cjson-v0.1.2
[0.1.1]: https://github.com/awslabs/tough/compare/olpc-cjson-v0.1.0...olpc-cjson-v0.1.1
Expand Down
2 changes: 1 addition & 1 deletion olpc-cjson/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "olpc-cjson"
version = "0.1.3"
version = "0.1.4"
description = "serde_json Formatter to serialize as OLPC-style canonical JSON"
authors = ["iliana destroyer of worlds <[email protected]>"]
license = "MIT OR Apache-2.0"
Expand Down
12 changes: 11 additions & 1 deletion tough-kms/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,15 @@ All notable changes to this project will be documented in this file.
The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),
and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).

## [0.11.0] - 2024-10-10
### Changes
- Add FIPS support [#828]
- Dependency updates [#825], [#826]

[#825]: https://github.com/awslabs/tough/pull/825
[#826]: https://github.com/awslabs/tough/pull/826
[#828]: https://github.com/awslabs/tough/pull/828

## [0.10.0] - 2024-09-04
### Changes
- Update `aws_config::BehaviorVersion` to `v2024_03_28` [#781]
Expand Down Expand Up @@ -146,7 +155,8 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
### Added
- Everything!

[Unreleased]: https://github.com/awslabs/tough/compare/tough-kms-v0.10.0...develop
[Unreleased]: https://github.com/awslabs/tough/compare/tough-kms-v0.11.0...develop
[0.11.0]: https://github.com/awslabs/tough/compare/tough-kms-v0.10.0...tough-kms-v0.11.0
[0.10.0]: https://github.com/awslabs/tough/compare/tough-kms-v0.9.0...tough-kms-v0.10.0
[0.9.0]: https://github.com/awslabs/tough/compare/tough-kms-v0.8.0...tough-kms-v0.9.0
[0.8.0]: https://github.com/awslabs/tough/compare/tough-kms-v0.7.0...tough-kms-v0.8.0
Expand Down
4 changes: 2 additions & 2 deletions tough-kms/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "tough-kms"
version = "0.10.0"
version = "0.11.0"
description = "Implements AWS KMS as a key source for TUF signing keys"
authors = ["Shailesh Gothi <[email protected]>"]
license = "MIT OR Apache-2.0"
Expand All @@ -15,7 +15,7 @@ aws-sdk-rust-rustls = ["aws-config/rustls", "aws-sdk-kms/rustls"]
fips = ["aws-lc-rs/fips", "tough/fips"]

[dependencies]
tough = { version = "0.18", path = "../tough", features = ["http"] }
tough = { version = "0.19", path = "../tough", features = ["http"] }
aws-lc-rs = "1"
aws-sdk-kms = "1"
aws-config = { version = "1", default-features = false, features = ["credentials-process"] }
Expand Down
11 changes: 10 additions & 1 deletion tough-ssm/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,14 @@ All notable changes to this project will be documented in this file.
The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),
and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).

## [0.14.0] - 2024-10-10
### Changes
- Add FIPS support [#828]
- Dependency updates [#826]

[#826]: https://github.com/awslabs/tough/pull/826
[#828]: https://github.com/awslabs/tough/pull/828

## [0.13.0] - 2024-09-04
### Changes
- Update `aws_config::BehaviorVersion` to `v2024_03_28` [#781]
Expand Down Expand Up @@ -154,7 +162,8 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
### Added
- Everything!

[Unreleased]: https://github.com/awslabs/tough/compare/tough-ssm-v0.13.0...develop
[Unreleased]: https://github.com/awslabs/tough/compare/tough-ssm-v0.14.0...develop
[0.14.0]: https://github.com/awslabs/tough/compare/tough-ssm-v0.13.0...tough-ssm-v0.14.0
[0.13.0]: https://github.com/awslabs/tough/compare/tough-ssm-v0.12.0...tough-ssm-v0.13.0
[0.12.0]: https://github.com/awslabs/tough/compare/tough-ssm-v0.11.0...tough-ssm-v0.12.0
[0.11.0]: https://github.com/awslabs/tough/compare/tough-ssm-v0.10.0...tough-ssm-v0.11.0
Expand Down
4 changes: 2 additions & 2 deletions tough-ssm/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "tough-ssm"
version = "0.13.0"
version = "0.14.0"
description = "Implements AWS SSM as a key source for TUF signing keys"
authors = ["Zac Mrowicki <[email protected]>"]
license = "MIT OR Apache-2.0"
Expand All @@ -15,7 +15,7 @@ aws-sdk-rust-rustls = ["aws-config/rustls", "aws-sdk-ssm/rustls"]
fips = ["tough/fips"]

[dependencies]
tough = { version = "0.18", path = "../tough", features = ["http"] }
tough = { version = "0.19", path = "../tough", features = ["http"] }
aws-sdk-ssm = "1"
aws-config = { version = "1", default-features = false, features = ["credentials-process"] }
aws-smithy-experimental = { version = "0.1", features = ["crypto-aws-lc"] }
Expand Down
11 changes: 10 additions & 1 deletion tough/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,14 @@ All notable changes to this project will be documented in this file.
The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),
and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).

## [0.19.0] - 2024-10-10
### Changes
- Add FIPS support [#828]
- Dependency updates [#825]

[#825]: https://github.com/awslabs/tough/pull/825
[#828]: https://github.com/awslabs/tough/pull/828

## [0.18.0] - 2024-09-04
### Changes
- timestamp.json meta can has optional fields (thanks @flavio) [#778]
Expand Down Expand Up @@ -279,7 +287,8 @@ For changes that require modification of calling code see #120 and #121.
### Added
- Everything!

[Unreleased]: https://github.com/awslabs/tough/compare/tough-v0.18.0...develop
[Unreleased]: https://github.com/awslabs/tough/compare/tough-v0.19.0...develop
[0.19.0]: https://github.com/awslabs/tough/compare/tough-v0.18.0...tough-v0.19.0
[0.18.0]: https://github.com/awslabs/tough/compare/tough-v0.17.1...tough-v0.18.0
[0.17.1]: https://github.com/awslabs/tough/compare/tough-v0.17.0...tough-v0.17.1
[0.17.0]: https://github.com/awslabs/tough/compare/tough-v0.16.0...tough-v0.17.0
Expand Down
2 changes: 1 addition & 1 deletion tough/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "tough"
version = "0.18.0"
version = "0.19.0"
description = "The Update Framework (TUF) repository client"
authors = ["iliana destroyer of worlds <[email protected]>"]
license = "MIT OR Apache-2.0"
Expand Down
12 changes: 11 additions & 1 deletion tuftool/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,15 @@ All notable changes to this project will be documented in this file.
The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),
and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).

## [0.12.0] - 2024-10-10
### Changes
- Add FIPS support [#828]
- Dependency updates [#825], [#826]

[#825]: https://github.com/awslabs/tough/pull/825
[#826]: https://github.com/awslabs/tough/pull/826
[#828]: https://github.com/awslabs/tough/pull/828

## [0.11.1] - 2024-09-10
### Changes
- Dependency updates [#822]
Expand Down Expand Up @@ -258,7 +267,8 @@ Major update: much of the logic in `tuftool` has been factored out and added to
### Added
- Everything!

[Unreleased]: https://github.com/awslabs/tough/compare/tuftool-v0.11.1...develop
[Unreleased]: https://github.com/awslabs/tough/compare/tuftool-v0.12.0...develop
[0.12.0]: https://github.com/awslabs/tough/compare/tuftool-v0.11.1...tuftool-v0.12.0
[0.11.1]: https://github.com/awslabs/tough/compare/tuftool-v0.11.0...tuftool-v0.11.1
[0.11.0]: https://github.com/awslabs/tough/compare/tuftool-v0.10.3...tuftool-v0.11.0
[0.10.3]: https://github.com/awslabs/tough/compare/tuftool-v0.10.2...tuftool-v0.10.3
Expand Down
8 changes: 4 additions & 4 deletions tuftool/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "tuftool"
version = "0.11.1"
version = "0.12.0"
description = "Utility for creating and signing The Update Framework (TUF) repositories"
authors = ["iliana destroyer of worlds <[email protected]>"]
license = "MIT OR Apache-2.0"
Expand Down Expand Up @@ -36,9 +36,9 @@ simplelog = "0.12"
snafu = { version = "0.8", features = ["backtraces-impl-backtrace-crate"] }
tempfile = "3"
tokio = { version = "1", features = ["macros", "rt", "rt-multi-thread"] }
tough = { version = "0.18", path = "../tough", features = ["http"] }
tough-kms = { version = "0.10", path = "../tough-kms" }
tough-ssm = { version = "0.13", path = "../tough-ssm" }
tough = { version = "0.19", path = "../tough", features = ["http"] }
tough-kms = { version = "0.11", path = "../tough-kms" }
tough-ssm = { version = "0.14", path = "../tough-ssm" }
url = "2"
walkdir = "2"

Expand Down

0 comments on commit e8f453e

Please sign in to comment.