Skip to content

Commit 43038de

Browse files
authored
chore: Update to operator-rs 0.84.1 (#575)
1 parent 86c35b0 commit 43038de

File tree

5 files changed

+15
-20
lines changed

5 files changed

+15
-20
lines changed

CHANGELOG.md

Lines changed: 0 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -7,10 +7,6 @@
77
- Run a `containerdebug` process in the background of each Airflow container to collect debugging information ([#557]).
88
- Aggregate emitted Kubernetes events on the CustomResources ([#571]).
99

10-
### Changed
11-
12-
- Append a dot (`.`) to the default cluster domain to reduce DNS requests ([#571]).
13-
1410
### Fixed
1511

1612
- BREAKING: Use distinct ServiceAccounts for the Stacklets, so that multiple Stacklets can be
@@ -21,7 +17,6 @@
2117
[#545]: https://github.com/stackabletech/airflow-operator/pull/545
2218
[#547]: https://github.com/stackabletech/airflow-operator/pull/547
2319
[#557]: https://github.com/stackabletech/airflow-operator/pull/557
24-
[#571]: https://github.com/stackabletech/airflow-operator/pull/571
2520

2621
## [24.11.0] - 2024-11-18
2722

Cargo.lock

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

Cargo.nix

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

Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ serde = { version = "1.0", features = ["derive"] }
2424
serde_json = "1.0"
2525
serde_yaml = "0.9"
2626
snafu = "0.8"
27-
stackable-operator = { git = "https://github.com/stackabletech/operator-rs.git", tag = "stackable-operator-0.84.0" }
27+
stackable-operator = { git = "https://github.com/stackabletech/operator-rs.git", tag = "stackable-operator-0.84.1" }
2828
strum = { version = "0.26", features = ["derive"] }
2929
tokio = { version = "1.40", features = ["full"] }
3030
tracing = "0.1"

crate-hashes.json

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

0 commit comments

Comments
 (0)