Closed NickLarsenNZ closed 1 month ago
Is there anything left to review for this issue? It looks like all PRs have been merged already.
I added a new PR: https://github.com/stackabletech/spark-k8s-operator/pull/461
And I'm not sure what to do with the last two unchecked items
The last two items are for the Acceptance
phase and in addition do not apply here :)
Part of #831.
Add
3.5.2
(check dependency versions, compared to3.5.2
). Remove3.4.2
,3.4.3
.Testing instructions
```shell # See the latest version at https://pypi.org/project/image-tools-stackabletech/ pip install image-tools-stackabletech==0.0.12 bake --product spark-k8s=x.y.z # where x.y.z is the new version added in this PR kind load docker-image docker.stackable.tech/stackable/spark-k8s:x.y.z-stackable0.0.0-dev # Change directory into the spark-k8s-operator repository and update the # product version in tests/test-definition.yaml ./scripts/run-tests --test-suite smoke-latest # or similar ```Please consider updating this template if these instructions are wrong, or could be made clearer.