diff --git a/CHANGELOG.md b/CHANGELOG.md index 7d8a7a51..9b3fccb3 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -7,10 +7,6 @@ - Run a `containerdebug` process in the background of each Airflow container to collect debugging information ([#557]). - Aggregate emitted Kubernetes events on the CustomResources ([#571]). -### Changed - -- Append a dot (`.`) to the default cluster domain to reduce DNS requests ([#571]). - ### Fixed - BREAKING: Use distinct ServiceAccounts for the Stacklets, so that multiple Stacklets can be @@ -21,7 +17,6 @@ [#545]: https://github.com/stackabletech/airflow-operator/pull/545 [#547]: https://github.com/stackabletech/airflow-operator/pull/547 [#557]: https://github.com/stackabletech/airflow-operator/pull/557 -[#571]: https://github.com/stackabletech/airflow-operator/pull/571 ## [24.11.0] - 2024-11-18 diff --git a/Cargo.lock b/Cargo.lock index c4f6a6cc..58bfb58f 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -2371,8 +2371,8 @@ dependencies = [ [[package]] name = "stackable-operator" -version = "0.84.0" -source = "git+https://github.com/stackabletech/operator-rs.git?tag=stackable-operator-0.84.0#af0d1f19d8770d346096a38c6dc82ba70e371039" +version = "0.84.1" +source = "git+https://github.com/stackabletech/operator-rs.git?tag=stackable-operator-0.84.1#b8fe43f7368249bf95b06d6cba3fd0135f7523ac" dependencies = [ "chrono", "clap", @@ -2410,7 +2410,7 @@ dependencies = [ [[package]] name = "stackable-operator-derive" version = "0.3.1" -source = "git+https://github.com/stackabletech/operator-rs.git?tag=stackable-operator-0.84.0#af0d1f19d8770d346096a38c6dc82ba70e371039" +source = "git+https://github.com/stackabletech/operator-rs.git?tag=stackable-operator-0.84.1#b8fe43f7368249bf95b06d6cba3fd0135f7523ac" dependencies = [ "darling", "proc-macro2", @@ -2421,7 +2421,7 @@ dependencies = [ [[package]] name = "stackable-shared" version = "0.0.1" -source = "git+https://github.com/stackabletech/operator-rs.git?tag=stackable-operator-0.84.0#af0d1f19d8770d346096a38c6dc82ba70e371039" +source = "git+https://github.com/stackabletech/operator-rs.git?tag=stackable-operator-0.84.1#b8fe43f7368249bf95b06d6cba3fd0135f7523ac" dependencies = [ "kube", "semver", diff --git a/Cargo.nix b/Cargo.nix index b504b739..adfd3711 100644 --- a/Cargo.nix +++ b/Cargo.nix @@ -7391,13 +7391,13 @@ rec { }; "stackable-operator" = rec { crateName = "stackable-operator"; - version = "0.84.0"; + version = "0.84.1"; edition = "2021"; workspace_member = null; src = pkgs.fetchgit { url = "https://github.com/stackabletech/operator-rs.git"; - rev = "af0d1f19d8770d346096a38c6dc82ba70e371039"; - sha256 = "0r9ld6csfqcfaky9k98c9r1x663r8m1lkd1d9v957qkl32zl2gxw"; + rev = "b8fe43f7368249bf95b06d6cba3fd0135f7523ac"; + sha256 = "0vwq3dzxj56y4vrnw4ry7wajm12f32jipvc6f3izdrixy2pazq3i"; }; libName = "stackable_operator"; authors = [ @@ -7556,8 +7556,8 @@ rec { workspace_member = null; src = pkgs.fetchgit { url = "https://github.com/stackabletech/operator-rs.git"; - rev = "af0d1f19d8770d346096a38c6dc82ba70e371039"; - sha256 = "0r9ld6csfqcfaky9k98c9r1x663r8m1lkd1d9v957qkl32zl2gxw"; + rev = "b8fe43f7368249bf95b06d6cba3fd0135f7523ac"; + sha256 = "0vwq3dzxj56y4vrnw4ry7wajm12f32jipvc6f3izdrixy2pazq3i"; }; procMacro = true; libName = "stackable_operator_derive"; @@ -7591,8 +7591,8 @@ rec { workspace_member = null; src = pkgs.fetchgit { url = "https://github.com/stackabletech/operator-rs.git"; - rev = "af0d1f19d8770d346096a38c6dc82ba70e371039"; - sha256 = "0r9ld6csfqcfaky9k98c9r1x663r8m1lkd1d9v957qkl32zl2gxw"; + rev = "b8fe43f7368249bf95b06d6cba3fd0135f7523ac"; + sha256 = "0vwq3dzxj56y4vrnw4ry7wajm12f32jipvc6f3izdrixy2pazq3i"; }; libName = "stackable_shared"; authors = [ diff --git a/Cargo.toml b/Cargo.toml index 9ea5236e..4f946ef6 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -24,7 +24,7 @@ serde = { version = "1.0", features = ["derive"] } serde_json = "1.0" serde_yaml = "0.9" snafu = "0.8" -stackable-operator = { git = "https://github.com/stackabletech/operator-rs.git", tag = "stackable-operator-0.84.0" } +stackable-operator = { git = "https://github.com/stackabletech/operator-rs.git", tag = "stackable-operator-0.84.1" } strum = { version = "0.26", features = ["derive"] } tokio = { version = "1.40", features = ["full"] } tracing = "0.1" diff --git a/crate-hashes.json b/crate-hashes.json index d62fce74..a0346ddb 100644 --- a/crate-hashes.json +++ b/crate-hashes.json @@ -1,6 +1,6 @@ { - "git+https://github.com/stackabletech/operator-rs.git?tag=stackable-operator-0.84.0#stackable-operator-derive@0.3.1": "0r9ld6csfqcfaky9k98c9r1x663r8m1lkd1d9v957qkl32zl2gxw", - "git+https://github.com/stackabletech/operator-rs.git?tag=stackable-operator-0.84.0#stackable-operator@0.84.0": "0r9ld6csfqcfaky9k98c9r1x663r8m1lkd1d9v957qkl32zl2gxw", - "git+https://github.com/stackabletech/operator-rs.git?tag=stackable-operator-0.84.0#stackable-shared@0.0.1": "0r9ld6csfqcfaky9k98c9r1x663r8m1lkd1d9v957qkl32zl2gxw", + "git+https://github.com/stackabletech/operator-rs.git?tag=stackable-operator-0.84.1#stackable-operator-derive@0.3.1": "0vwq3dzxj56y4vrnw4ry7wajm12f32jipvc6f3izdrixy2pazq3i", + "git+https://github.com/stackabletech/operator-rs.git?tag=stackable-operator-0.84.1#stackable-operator@0.84.1": "0vwq3dzxj56y4vrnw4ry7wajm12f32jipvc6f3izdrixy2pazq3i", + "git+https://github.com/stackabletech/operator-rs.git?tag=stackable-operator-0.84.1#stackable-shared@0.0.1": "0vwq3dzxj56y4vrnw4ry7wajm12f32jipvc6f3izdrixy2pazq3i", "git+https://github.com/stackabletech/product-config.git?tag=0.7.0#product-config@0.7.0": "0gjsm80g6r75pm3824dcyiz4ysq1ka4c1if6k1mjm9cnd5ym0gny" } \ No newline at end of file