From 2fcb2e960803160e8415302305ce3eb1db25c3d0 Mon Sep 17 00:00:00 2001 From: Techassi Date: Mon, 29 Apr 2024 10:27:09 +0200 Subject: [PATCH] Add and adjust changelogs --- CHANGELOG.md | 3 ++- crates/stackable-certs/CHANGELOG.md | 2 ++ crates/stackable-operator-derive/CHANGELOG.md | 2 ++ crates/stackable-operator/CHANGELOG.md | 6 ++++++ crates/stackable-telemetry/CHANGELOG.md | 11 +++++++++++ crates/stackable-webhook/CHANGELOG.md | 2 ++ 6 files changed, 25 insertions(+), 1 deletion(-) create mode 100644 crates/stackable-telemetry/CHANGELOG.md diff --git a/CHANGELOG.md b/CHANGELOG.md index 7c1eb45c..b27e7760 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -3,6 +3,7 @@ Please see the relevant crate changelogs: - [stackable-certs](./crates/stackable-certs/CHANGELOG.md) -- [stackable-operator-derive](./crates/stackable-operator-derive/CHANGELOG.md) - [stackable-operator](./crates/stackable-operator/CHANGELOG.md) +- [stackable-operator-derive](./crates/stackable-operator-derive/CHANGELOG.md) +- [stackable-telemetry](./crates/stackable-telemetry/CHANGELOG.md) - [stackable-webhook](./crates/stackable-webhook/CHANGELOG.md) diff --git a/crates/stackable-certs/CHANGELOG.md b/crates/stackable-certs/CHANGELOG.md index d784b604..1418b8ab 100644 --- a/crates/stackable-certs/CHANGELOG.md +++ b/crates/stackable-certs/CHANGELOG.md @@ -10,9 +10,11 @@ All notable changes to this project will be documented in this file. - BREAKING: Bump k8s compilation version to `1.29`. Also bump all dependencies. There are some breaking changes in k8s-openapi, e.g. PVCs now have `VolumeResourceRequirements` instead of `ResourceRequirements`, and `PodAffinityTerm` has two new fields `match_label_keys` and `mismatch_label_keys` ([#769]). +- Bump GitHub workflow actions ([#CHANGEME]). [#762]: https://github.com/stackabletech/operator-rs/pull/762 [#769]: https://github.com/stackabletech/operator-rs/pull/769 +[#CHANGEME]: https://github.com/stackabletech/operator-rs/pull/CHANGEME ## [0.2.0] - 2024-03-26 diff --git a/crates/stackable-operator-derive/CHANGELOG.md b/crates/stackable-operator-derive/CHANGELOG.md index 10cd1865..5d468fa9 100644 --- a/crates/stackable-operator-derive/CHANGELOG.md +++ b/crates/stackable-operator-derive/CHANGELOG.md @@ -9,5 +9,7 @@ All notable changes to this project will be documented in this file. ### Changed - Update Rust to 1.77 ([#759]) +- Bump GitHub workflow actions ([#CHANGEME]). [#759]: https://github.com/stackabletech/operator-rs/pull/759 +[#CHANGEME]: https://github.com/stackabletech/operator-rs/pull/CHANGEME diff --git a/crates/stackable-operator/CHANGELOG.md b/crates/stackable-operator/CHANGELOG.md index 3cec000a..3bb8b3af 100644 --- a/crates/stackable-operator/CHANGELOG.md +++ b/crates/stackable-operator/CHANGELOG.md @@ -4,6 +4,12 @@ All notable changes to this project will be documented in this file. ## [Unreleased] +### Changed + +- Bump GitHub workflow actions ([#CHANGEME]). + +[#CHANGEME]: https://github.com/stackabletech/operator-rs/pull/CHANGEME + ## [0.67.0] - 2024-04-25 ### Changed diff --git a/crates/stackable-telemetry/CHANGELOG.md b/crates/stackable-telemetry/CHANGELOG.md new file mode 100644 index 00000000..c19c36a9 --- /dev/null +++ b/crates/stackable-telemetry/CHANGELOG.md @@ -0,0 +1,11 @@ +# Changelog + +All notable changes to this project will be documented in this file. + +## [Unreleased] + +### Changed + +- Bump GitHub workflow actions ([#CHANGEME]). + +[#CHANGEME]: https://github.com/stackabletech/operator-rs/pull/CHANGEME diff --git a/crates/stackable-webhook/CHANGELOG.md b/crates/stackable-webhook/CHANGELOG.md index 6346140c..70fd3752 100644 --- a/crates/stackable-webhook/CHANGELOG.md +++ b/crates/stackable-webhook/CHANGELOG.md @@ -15,11 +15,13 @@ All notable changes to this project will be documented in this file. - BREAKING: Bump k8s compilation version to `1.29`. Also bump all dependencies. There are some breaking changes in k8s-openapi, e.g. PVCs now have `VolumeResourceRequirements` instead of `ResourceRequirements`, and `PodAffinityTerm` has two new fields `match_label_keys` and `mismatch_label_keys` ([#769]). +- Bump GitHub workflow actions ([#CHANGEME]). [#758]: https://github.com/stackabletech/operator-rs/pull/758 [#762]: https://github.com/stackabletech/operator-rs/pull/762 [#767]: https://github.com/stackabletech/operator-rs/pull/767 [#769]: https://github.com/stackabletech/operator-rs/pull/769 +[#CHANGEME]: https://github.com/stackabletech/operator-rs/pull/CHANGEME ## [0.2.0] - 2024-03-26