You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
axum = { version = "0.8.1", features = ["http2"] }
17
+
base64 = "0.22"
17
18
clap = { version = "4.5.17", features = ["derive", "cargo", "env"] }
18
19
const_format = "0.2.33"
19
20
# Cannot be updated until x509-cert uses a newer version
@@ -41,8 +42,7 @@ json-patch = "4.0.0"
41
42
k8s-openapi = { version = "0.27.0", default-features = false, features = ["schemars", "v1_35"] }
42
43
# We use rustls instead of openssl for easier portability, e.g. so that we can build stackablectl without the need to vendor (build from source) openssl
43
44
# We use ring instead of aws-lc-rs, as this currently fails to build in "make run-dev"
44
-
# We need a few schema fixes in kube, that went into main, but are not released yet
- BREAKING: Change signature of `ContainerBuilder::add_env_vars` from `Vec<EnvVar>` to `IntoIterator<Item = EnvVar>` ([#1163]).
14
+
- BREAKING: Remove `EXPERIMENTAL_` prefix in `CONFIG_OVERRIDE_FILE_HEADER_KEY` and `CONFIG_OVERRIDE_FILE_FOOTER_KEY` ([#1191]).
15
+
- BREAKING: Bump `kube` from a custom version (`fe69cc486ff8e62a7da61d64ec3ebbd9e64c43b5`, which is between `3.0.1` and `3.1.0` and was needed to pull in schema fixes) to `3.1.0`. This means that the CRD schema generation bugs [#1934](https://github.com/kube-rs/kube/pull/1934) and [#1942](https://github.com/kube-rs/kube/pull/1942) are fixed ([#1192]).
0 commit comments