Skip to content

Commit 7aa4804

Browse files
authored
Merge pull request awslabs#414 from awslabs/release-updates
Prepare crate releases
2 parents d15f687 + f37a0f7 commit 7aa4804

9 files changed

Lines changed: 144 additions & 124 deletions

File tree

Cargo.lock

Lines changed: 110 additions & 113 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

tough-kms/CHANGELOG.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,10 @@ All notable changes to this project will be documented in this file.
44
The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),
55
and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).
66

7+
## [0.3.3] - 2021-09-15
8+
### Changes
9+
- Update dependencies.
10+
711
## [0.3.2] - 2021-08-24
812
### Changes
913
- Update `tough` dependency to 0.11.2
@@ -56,6 +60,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
5660
### Added
5761
- Everything!
5862

63+
[0.3.3]: https://github.com/awslabs/tough/compare/tough-kms-v0.3.2...tough-kms-v0.3.3
5964
[0.3.2]: https://github.com/awslabs/tough/compare/tough-kms-v0.3.1...tough-kms-v0.3.2
6065
[0.3.1]: https://github.com/awslabs/tough/compare/tough-kms-v0.3.0...tough-kms-v0.3.1
6166
[0.3.0]: https://github.com/awslabs/tough/compare/tough-kms-v0.2.0...tough-kms-v0.3.0

tough-kms/Cargo.toml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "tough-kms"
3-
version = "0.3.2"
3+
version = "0.3.3"
44
description = "Implements AWS KMS as a key source for TUF signing keys"
55
authors = ["Shailesh Gothi <gothisg@amazon.com>"]
66
license = "MIT OR Apache-2.0"
@@ -15,7 +15,7 @@ rusoto-native-tls = ["rusoto_core/native-tls", "rusoto_credential", "rusoto_kms/
1515
rusoto-rustls = ["rusoto_core/rustls", "rusoto_credential", "rusoto_kms/rustls"]
1616

1717
[dependencies]
18-
tough = { version = "0.11.2", path = "../tough", features = ["http"] }
18+
tough = { version = "0.11.3", path = "../tough", features = ["http"] }
1919
ring = { version = "0.16.16", features = ["std"] }
2020
rusoto_core = { version = "0.47", optional = true, default-features = false }
2121
rusoto_credential = { version = "0.47", optional = true }

tough-ssm/CHANGELOG.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,10 @@ All notable changes to this project will be documented in this file.
44
The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),
55
and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).
66

7+
## [0.6.3] - 2021-09-15
8+
### Changes
9+
- Update dependencies.
10+
711
## [0.6.2] - 2021-08-24
812
### Changes
913
- Update `tough` dependency to 0.11.2
@@ -65,6 +69,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
6569
### Added
6670
- Everything!
6771

72+
[0.6.3]: https://github.com/awslabs/tough/compare/tough-ssm-v0.6.2...tough-ssm-v0.6.3
6873
[0.6.2]: https://github.com/awslabs/tough/compare/tough-ssm-v0.6.1...tough-ssm-v0.6.2
6974
[0.6.1]: https://github.com/awslabs/tough/compare/tough-ssm-v0.6.0...tough-ssm-v0.6.1
7075
[0.6.0]: https://github.com/awslabs/tough/compare/tough-ssm-v0.5.0...tough-ssm-v0.6.0

tough-ssm/Cargo.toml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "tough-ssm"
3-
version = "0.6.2"
3+
version = "0.6.3"
44
description = "Implements AWS SSM as a key source for TUF signing keys"
55
authors = ["Zac Mrowicki <mrowicki@amazon.com>"]
66
license = "MIT OR Apache-2.0"
@@ -15,7 +15,7 @@ rusoto-native-tls = ["rusoto_core/native-tls", "rusoto_credential", "rusoto_ssm/
1515
rusoto-rustls = ["rusoto_core/rustls", "rusoto_credential", "rusoto_ssm/rustls"]
1616

1717
[dependencies]
18-
tough = { version = "0.11.2", path = "../tough", features = ["http"] }
18+
tough = { version = "0.11.3", path = "../tough", features = ["http"] }
1919
rusoto_core = { version = "0.47", optional = true, default-features = false }
2020
rusoto_credential = { version = "0.47", optional = true }
2121
rusoto_ssm = { version = "0.47", optional = true, default-features = false }

tough/CHANGELOG.md

Lines changed: 6 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,10 @@ All notable changes to this project will be documented in this file.
44
The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),
55
and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).
66

7+
## [0.11.3] - 2021-09-15
8+
### Changes
9+
- Update dependencies.
10+
711
## [0.11.2] - 2021-08-24
812
### Changes
913
- Add `Repository.cache_metadata` method. [#403]
@@ -145,7 +149,8 @@ For changes that require modification of calling code see #120 and #121.
145149
### Added
146150
- Everything!
147151

148-
[Unreleased]: https://github.com/awslabs/tough/compare/tough-v0.11.2...HEAD
152+
[Unreleased]: https://github.com/awslabs/tough/compare/tough-v0.11.3...HEAD
153+
[0.11.3]: https://github.com/awslabs/tough/compare/tough-v0.11.2...tough-v0.11.3
149154
[0.11.2]: https://github.com/awslabs/tough/compare/tough-v0.11.1...tough-v0.11.2
150155
[0.11.1]: https://github.com/awslabs/tough/compare/tough-v0.11.0...tough-v0.11.1
151156
[0.11.0]: https://github.com/awslabs/tough/compare/tough-v0.10.0...tough-v0.11.0

tough/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "tough"
3-
version = "0.11.2"
3+
version = "0.11.3"
44
description = "The Update Framework (TUF) repository client"
55
authors = ["iliana destroyer of worlds <iweller@amazon.com>"]
66
license = "MIT OR Apache-2.0"

tuftool/CHANGELOG.md

Lines changed: 9 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,13 @@ All notable changes to this project will be documented in this file.
44
The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),
55
and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).
66

7+
## [0.6.4] - 2021-09-15
8+
### Changes
9+
- Add ignore threshold flag. [#412]
10+
- Update dependencies.
11+
12+
[#412]: https://github.com/awslabs/tough/pull/412
13+
714
## [0.6.3] - 2021-08-24
815
### Changes
916
- Update `assert_cmd` dependency. [#402]
@@ -138,7 +145,8 @@ Major update: much of the logic in `tuftool` has been factored out and added to
138145
### Added
139146
- Everything!
140147

141-
[Unreleased]: https://github.com/awslabs/tough/compare/tuftool-v0.6.3...develop
148+
[Unreleased]: https://github.com/awslabs/tough/compare/tuftool-v0.6.4...develop
149+
[0.6.4]: https://github.com/awslabs/tough/compare/tuftool-v0.6.3...tuftool-v0.6.4
142150
[0.6.3]: https://github.com/awslabs/tough/compare/tuftool-v0.6.2...tuftool-v0.6.3
143151
[0.6.2]: https://github.com/awslabs/tough/compare/tuftool-v0.6.1...tuftool-v0.6.2
144152
[0.6.1]: https://github.com/awslabs/tough/compare/tuftool-v0.6.0...tuftool-v0.6.1

tuftool/Cargo.toml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "tuftool"
3-
version = "0.6.3"
3+
version = "0.6.4"
44
description = "Utility for creating and signing The Update Framework (TUF) repositories"
55
authors = ["iliana destroyer of worlds <iweller@amazon.com>"]
66
license = "MIT OR Apache-2.0"
@@ -36,9 +36,9 @@ snafu = { version = "0.6.10", features = ["backtraces-impl-backtrace-crate"] }
3636
structopt = "0.3"
3737
tempfile = "3.1.0"
3838
tokio = "~1.8" # LTS
39-
tough = { version = "0.11.2", path = "../tough", features = ["http"] }
40-
tough-ssm = { version = "0.6.2", path = "../tough-ssm" }
41-
tough-kms = { version = "0.3.2", path = "../tough-kms" }
39+
tough = { version = "0.11.3", path = "../tough", features = ["http"] }
40+
tough-ssm = { version = "0.6.3", path = "../tough-ssm" }
41+
tough-kms = { version = "0.3.3", path = "../tough-kms" }
4242
url = "2.1.0"
4343
walkdir = "2.3.2"
4444

0 commit comments

Comments
 (0)