Skip to content

Commit

Permalink
fix: Add labels to ephemeral (listener) volumes (#534)
Browse files Browse the repository at this point in the history
* add labels to ephemeral volume claims

* Add labels arg to volumes() and fix unit tests.

* Fix formatting.

* regenerate charts

* Update to latest version of op-rs

* Use Labels for instead of ObjectLabels.

* Fix test

* Cargo lock

* Reuse the metadata across managed resources.

* Review feedback

* Point to op-rs main now.

* Point to op-rs 0.69.0
  • Loading branch information
razvan authored Jun 4, 2024
1 parent c2c79fe commit cf66ff4
Show file tree
Hide file tree
Showing 6 changed files with 548 additions and 265 deletions.
2 changes: 2 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -8,9 +8,11 @@ All notable changes to this project will be documented in this file.

- Revert changing the getting started script to use the listener class `cluster-internal` ([#492]) ([#493]).
- Fix HDFS pods crashing on launch when any port names contain dashes ([#517]).
- Add labels to ephemeral (listener) volumes. These allow `stackablectl stack list` to display datanode endpoints ([#534])

[#493]: https://github.com/stackabletech/hdfs-operator/pull/493
[#517]: https://github.com/stackabletech/hdfs-operator/pull/517
[#534]: https://github.com/stackabletech/hdfs-operator/pull/534

## [24.3.0] - 2024-03-20

Expand Down
Loading

0 comments on commit cf66ff4

Please sign in to comment.