Skip to content

Commit 1435f52

Browse files
committed
bumped op-rs to 0.85, changelog
1 parent 255fc40 commit 1435f52

File tree

6 files changed

+24
-19
lines changed

6 files changed

+24
-19
lines changed

CHANGELOG.md

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

14+
### Changed
15+
16+
- Default to OCI for image metadata and product image selection ([#514]).
17+
1418
[#501]: https://github.com/stackabletech/spark-k8s-operator/pull/501
1519
[#508]: https://github.com/stackabletech/spark-k8s-operator/pull/508
20+
[#514]: https://github.com/stackabletech/spark-k8s-operator/pull/514
1621
[#515]: https://github.com/stackabletech/spark-k8s-operator/pull/515
1722

1823
## [24.11.1] - 2025-01-10

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
@@ -22,7 +22,7 @@ serde = { version = "1.0", features = ["derive"] }
2222
serde_json = "1.0"
2323
serde_yaml = "0.9"
2424
snafu = "0.8"
25-
stackable-operator = { git = "https://github.com/stackabletech/operator-rs.git", tag = "stackable-operator-0.84.1" }
25+
stackable-operator = { git = "https://github.com/stackabletech/operator-rs.git", tag = "stackable-operator-0.85.0" }
2626
strum = { version = "0.26", features = ["derive"] }
2727
tokio = { version = "1.39", features = ["full"] }
2828
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.

deploy/helm/spark-k8s-operator/crds/crds.yaml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -917,7 +917,7 @@ spec:
917917
Consult the [Product image selection documentation](https://docs.stackable.tech/home/nightly/concepts/product_image_selection) for details.
918918
properties:
919919
custom:
920-
description: Overwrite the docker image. Specify the full docker image name, e.g. `docker.stackable.tech/stackable/superset:1.4.1-stackable2.1.0`
920+
description: Overwrite the docker image. Specify the full docker image name, e.g. `oci.stackable.tech/sdp/superset:1.4.1-stackable2.1.0`
921921
type: string
922922
productVersion:
923923
description: Version of the product, e.g. `1.4.1`.
@@ -944,7 +944,7 @@ spec:
944944
nullable: true
945945
type: array
946946
repo:
947-
description: Name of the docker repo, e.g. `docker.stackable.tech/stackable`
947+
description: Name of the docker repo, e.g. `oci.stackable.tech/sdp`
948948
nullable: true
949949
type: string
950950
stackableVersion:
@@ -1047,7 +1047,7 @@ spec:
10471047
Consult the [Product image selection documentation](https://docs.stackable.tech/home/nightly/concepts/product_image_selection) for details.
10481048
properties:
10491049
custom:
1050-
description: Overwrite the docker image. Specify the full docker image name, e.g. `docker.stackable.tech/stackable/superset:1.4.1-stackable2.1.0`
1050+
description: Overwrite the docker image. Specify the full docker image name, e.g. `oci.stackable.tech/sdp/superset:1.4.1-stackable2.1.0`
10511051
type: string
10521052
productVersion:
10531053
description: Version of the product, e.g. `1.4.1`.
@@ -1074,7 +1074,7 @@ spec:
10741074
nullable: true
10751075
type: array
10761076
repo:
1077-
description: Name of the docker repo, e.g. `docker.stackable.tech/stackable`
1077+
description: Name of the docker repo, e.g. `oci.stackable.tech/sdp`
10781078
nullable: true
10791079
type: string
10801080
stackableVersion:

0 commit comments

Comments
 (0)