@@ -31,7 +31,7 @@ Add/Change/Remove anything that isn't applicable anymore
3131- [ ] Upload new version (see `kafka/upload_new_kafka_version.sh`).
3232- [ ] Update `versions.py` to the latest supported version of JVM (base and devel).
3333- [ ] Update other dependencies if applicable (eg: jmx_exporter, kcat, scala, etc).
34- - [ ] Check other operators (getting_started / kuttl) for usage of the versions. Add the PR(s) to the list below.
34+ - [ ] Check other operators (getting_started / kuttl / supported-versions ) for usage of the versions. Add the PR(s) to the list below.
3535- [ ] Update the version in demos. Add the PR(s) to the list below.
3636```
3737
@@ -42,16 +42,16 @@ Add/Change/Remove anything that isn't applicable anymore
4242- [ ] Update `kafka-testing-tools/versions.py`.
4343- [ ] Upload new version (see `.scripts/upload_new_kcat_version.sh`).
4444- [ ] Update `versions.py` to the latest supported version of JVM (base and devel).
45- - [ ] Check other operators (getting_started / kuttl) for usage of the versions. Add the PR(s) to the list below.
45+ - [ ] Check other operators (getting_started / kuttl / supported-versions ) for usage of the versions. Add the PR(s) to the list below.
4646- [ ] Update the version in demos. Add the PR(s) to the list below.
4747```
4848
4949``` [tasklist]
5050### Related Pull Requests
5151- [ ] _Link to the docker-images PR (product update)_
52- - [ ] _Link to the operator PR (getting_started / kuttl)_
52+ - [ ] _Link to the operator PR (getting_started / kuttl / supported-versions )_
5353- [ ] _Link to any other operator PRs (getting_started / kuttl)_
54- - [ ] _Link to demo PR (raise against the `next ` branch)_
54+ - [ ] _Link to demo PR (raise against the `main ` branch)_
5555- [ ] _Link to the Release Notes PR in the documentation repo (if not a comment below)_
5656```
5757
@@ -80,8 +80,8 @@ pip install image-tools-stackabletech==0.0.13
8080bake --product kafka=x.y.z # where x.y.z is the new version added in this PR
8181bake --product kafka-testing-tools=1.0.0 # This version doesn't change
8282
83- kind load docker-image docker .stackable.tech/stackable /kafka:x.y.z-stackable0.0.0-dev
84- kind load docker-image docker .stackable.tech/stackable /kafka-testing-tools:1.0.0-stackable0.0.0-dev
83+ kind load docker-image oci .stackable.tech/sdp /kafka:x.y.z-stackable0.0.0-dev
84+ kind load docker-image oci .stackable.tech/sdp /kafka-testing-tools:1.0.0-stackable0.0.0-dev
8585
8686# Change directory into the kafka-operator repository and update the
8787# product version in tests/test-definition.yaml
0 commit comments