Skip to content

Commit

Permalink
Add and adjust changelogs
Browse files Browse the repository at this point in the history
  • Loading branch information
Techassi committed Apr 29, 2024
1 parent 2ba1d4e commit 2fcb2e9
Show file tree
Hide file tree
Showing 6 changed files with 25 additions and 1 deletion.
3 changes: 2 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -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)
2 changes: 2 additions & 0 deletions crates/stackable-certs/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -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

Expand Down
2 changes: 2 additions & 0 deletions crates/stackable-operator-derive/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
6 changes: 6 additions & 0 deletions crates/stackable-operator/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.

## [Unreleased]

### Changed

- Bump GitHub workflow actions ([#CHANGEME]).

[#CHANGEME]: https://github.com/stackabletech/operator-rs/pull/CHANGEME

## [0.67.0] - 2024-04-25

### Changed
Expand Down
11 changes: 11 additions & 0 deletions crates/stackable-telemetry/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -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
2 changes: 2 additions & 0 deletions crates/stackable-webhook/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -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

Expand Down

0 comments on commit 2fcb2e9

Please sign in to comment.