Skip to content

Commit 268c9cd

Browse files
authored
Use resolved product version (#275)
* First version * Remove redundant image policy. * Update docs * Fix image pull policy in tests. * More pull policy fixes for tests. * Update docs. * Update supported-versions.adoc * Fix typo * Readd pull policy * Cleanups. * Add support for custom images in tests. * typos * Cleanups and more test fixes. * More typo fixes and OS tests. * Implement review feedback.
1 parent 9055812 commit 268c9cd

File tree

49 files changed

+484
-468
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

49 files changed

+484
-468
lines changed

CHANGELOG.md

+3-1
Original file line numberDiff line numberDiff line change
@@ -12,13 +12,15 @@ All notable changes to this project will be documented in this file.
1212
### Changed
1313

1414
- `vector` `0.26.0` -> `0.31.0` ([#269]).
15-
- `operator-rs` `0.44.0` -> `0.45.1` ([#267]).
15+
- `operator-rs` `0.44.0` -> `0.48.0` ([#267], [#275]).
1616
- Removed usages of SPARK_DAEMON_JAVA_OPTS since it's not a reliable way to pass extra JVM options ([#272]).
17+
- [BREAKING] use product image selection instead of version ([#275]).
1718

1819
[#267]: https://github.com/stackabletech/spark-k8s-operator/pull/267
1920
[#268]: https://github.com/stackabletech/spark-k8s-operator/pull/268
2021
[#269]: https://github.com/stackabletech/spark-k8s-operator/pull/269
2122
[#272]: https://github.com/stackabletech/spark-k8s-operator/pull/272
23+
[#275]: https://github.com/stackabletech/spark-k8s-operator/pull/275
2224

2325
## [23.7.0] - 2023-07-14
2426

0 commit comments

Comments
 (0)