Skip to content

Commit a11f884

Browse files
committed
changelog and minor test change
1 parent fb96e67 commit a11f884

File tree

3 files changed

+10
-4
lines changed

3 files changed

+10
-4
lines changed

CHANGELOG.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -11,9 +11,15 @@ All notable changes to this project will be documented in this file.
1111
- Run a `containerdebug` process in the background of each Zookeeper container to collect debugging information ([#881]).
1212
- Aggregate emitted Kubernetes events on the CustomResources ([#904]).
1313

14+
15+
### Changed
16+
17+
- Default to OCI for image metadata and product image selection ([#905]).
18+
1419
[#881]: https://github.com/stackabletech/zookeeper-operator/pull/881
1520
[#892]: https://github.com/stackabletech/zookeeper-operator/pull/892
1621
[#904]: https://github.com/stackabletech/zookeeper-operator/pull/904
22+
[#905]: https://github.com/stackabletech/zookeeper-operator/pull/905
1723

1824
## [24.11.1] - 2025-01-10
1925

Cargo.toml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -30,8 +30,8 @@ tokio = { version = "1.40", features = ["full"] }
3030
tokio-zookeeper = "0.4"
3131
tracing = "0.1"
3232

33-
# [patch."https://github.com/stackabletech/operator-rs.git"]
34-
# stackable-operator = { git = "https://github.com/stackabletech//operator-rs.git", branch = "main" }
33+
#[patch."https://github.com/stackabletech/operator-rs.git"]
34+
#stackable-operator = { git = "https://github.com/stackabletech//operator-rs.git", branch = "main" }
3535

3636
[patch.crates-io]
3737
# tokio-zookeeper = { path = "../tokio-zookeeper" }

tests/test-definition.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,12 +2,12 @@
22
dimensions:
33
- name: zookeeper
44
values:
5-
- 3.9.2,oci.stackable.tech/sdp/zookeeper:3.9.2-stackable0.0.0-dev
5+
- 3.9.2
66
# To use a custom image, add a comma and the full name after the product version
77
# - 3.9.2,oci.stackable.tech/sdp/zookeeper:3.9.2-stackable0.0.0-dev
88
- name: zookeeper-latest
99
values:
10-
- 3.9.2,oci.stackable.tech/sdp/zookeeper:3.9.2-stackable0.0.0-dev
10+
- 3.9.2
1111
# To use a custom image, add a comma and the full name after the product version
1212
# - 3.9.2,oci.stackable.tech/sdp/zookeeper:3.9.2-stackable0.0.0-dev
1313
- name: use-server-tls

0 commit comments

Comments
 (0)