Skip to content

Commit d59c74d

Browse files
authored
chore: Pre 24.7 releases (#823)
* chore: fix links in changelogs * chore: cut releases
1 parent 338bfce commit d59c74d

File tree

7 files changed

+23
-7
lines changed

7 files changed

+23
-7
lines changed

crates/k8s-version/CHANGELOG.md

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,11 +4,13 @@ All notable changes to this project will be documented in this file.
44

55
## [Unreleased]
66

7+
## [0.1.1] - 2024-07-09
8+
79
### Changed
810

911
- Bump rust-toolchain to 1.79.0 ([#822])
1012

11-
[#822]: https://github.com/stackabletech/operator-rs/pull/xxx
13+
[#822]: https://github.com/stackabletech/operator-rs/pull/822
1214

1315
## [0.1.0] - 2024-05-08
1416

crates/stackable-certs/CHANGELOG.md

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,11 +4,13 @@ All notable changes to this project will be documented in this file.
44

55
## [Unreleased]
66

7+
## [0.3.1] - 2024-07-09
8+
79
### Changed
810

911
- Bump rust-toolchain to 1.79.0 ([#822])
1012

11-
[#822]: https://github.com/stackabletech/operator-rs/pull/xxx
13+
[#822]: https://github.com/stackabletech/operator-rs/pull/822
1214

1315
## [0.3.0] - 2024-05-08
1416

crates/stackable-operator-derive/CHANGELOG.md

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,11 +4,13 @@ All notable changes to this project will be documented in this file.
44

55
## [Unreleased]
66

7+
## [0.3.1] - 2024-07-09
8+
79
### Changed
810

911
- Bump rust-toolchain to 1.79.0 ([#822])
1012

11-
[#822]: https://github.com/stackabletech/operator-rs/pull/xxx
13+
[#822]: https://github.com/stackabletech/operator-rs/pull/822
1214

1315
## [0.3.0] - 2024-05-08
1416

crates/stackable-operator/CHANGELOG.md

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,8 @@ All notable changes to this project will be documented in this file.
44

55
## [Unreleased]
66

7+
## [0.70.0] - 2024-07-09
8+
79
### Added
810

911
- Added `ProductImage::product_version` utility function ([#817], [#818])
@@ -31,7 +33,7 @@ All notable changes to this project will be documented in this file.
3133
[#817]: https://github.com/stackabletech/operator-rs/pull/817
3234
[#818]: https://github.com/stackabletech/operator-rs/pull/818
3335
[#819]: https://github.com/stackabletech/operator-rs/pull/819
34-
[#822]: https://github.com/stackabletech/operator-rs/pull/xxx
36+
[#822]: https://github.com/stackabletech/operator-rs/pull/822
3537

3638
## [0.69.3] - 2024-06-12
3739

crates/stackable-telemetry/CHANGELOG.md

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,17 +4,19 @@ All notable changes to this project will be documented in this file.
44

55
## [Unreleased]
66

7+
## [0.2.0] - 2024-07-09
8+
79
### Changed
810

9-
- Add support for setting the environment variable for each configured tracing subscriber ([#801]).
11+
- BREAKING: Add support for setting the environment variable for each configured tracing subscriber ([#801]).
1012
- Use OpenTelemetry Context in Axum instrumentation layer, adjust log and span level, simplify trace config ([#811]).
1113
- tracing: Upgrade opentelemetry crates, simplify trace config, fix shutdown conditions, use new way to shutdown LoggerProvider.
1214
- instrumentation/axum: demote event severity for errors easily caused by clients, replace parent span context if given in http header and link to previous trace contexts.
1315
- Bump rust-toolchain to 1.79.0 ([#822])
1416

1517
[#801]: https://github.com/stackabletech/operator-rs/pull/801
1618
[#811]: https://github.com/stackabletech/operator-rs/pull/811
17-
[#822]: https://github.com/stackabletech/operator-rs/pull/xxx
19+
[#822]: https://github.com/stackabletech/operator-rs/pull/822
1820

1921
## [0.1.0] - 2024-05-08
2022

crates/stackable-versioned/CHANGELOG.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,8 @@ All notable changes to this project will be documented in this file.
44

55
## [Unreleased]
66

7+
## [0.1.1] - 2024-07-09
8+
79
### Added
810

911
- Add support for versioned enums ([#813]).
@@ -15,12 +17,14 @@ All notable changes to this project will be documented in this file.
1517
- Change from derive macro to attribute macro to be able to generate code
1618
_in place_ instead of _appending_ new code ([#793]).
1719
- Improve action chain generation ([#784]).
20+
- Bump rust-toolchain to 1.79.0 ([#822])
1821

1922
[#784]: https://github.com/stackabletech/operator-rs/pull/784
2023
[#790]: https://github.com/stackabletech/operator-rs/pull/790
2124
[#793]: https://github.com/stackabletech/operator-rs/pull/793
2225
[#804]: https://github.com/stackabletech/operator-rs/pull/804
2326
[#813]: https://github.com/stackabletech/operator-rs/pull/813
27+
[#822]: https://github.com/stackabletech/operator-rs/pull/822
2428

2529
## [0.1.0] - 2024-05-08
2630

crates/stackable-webhook/CHANGELOG.md

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,8 @@ All notable changes to this project will be documented in this file.
44

55
## [Unreleased]
66

7+
## [0.3.1] - 2024-07-09
8+
79
## Changed
810

911
- Remove instrumentation of long running functions, add more granular instrumentation of futures. Adjust span and event levels ([#811]).
@@ -20,7 +22,7 @@ All notable changes to this project will be documented in this file.
2022
[#806]: https://github.com/stackabletech/operator-rs/pull/806
2123
[#811]: https://github.com/stackabletech/operator-rs/pull/811
2224
[#815]: https://github.com/stackabletech/operator-rs/pull/815
23-
[#822]: https://github.com/stackabletech/operator-rs/pull/xxx
25+
[#822]: https://github.com/stackabletech/operator-rs/pull/822
2426

2527
## [0.3.0] - 2024-05-08
2628

0 commit comments

Comments
 (0)