@@ -29,9 +29,9 @@ Add/Change/Remove anything that isn't applicable anymore
2929
3030### Kafka
3131
32- - [ ] Update ` versions.py ` to reflect the agreed upon versions in the spreadsheet (including the removal of old versions).
32+ - [ ] Update ` boil-config.toml ` to reflect the agreed upon versions in the spreadsheet (including the removal of old versions).
3333- [ ] Upload new version (see ` kafka/upload_new_kafka_version.sh ` ).
34- - [ ] Update ` versions.py ` to the latest supported version of JVM (base and devel).
34+ - [ ] Update ` boil-config.toml ` to the latest supported version of JVM (base and devel).
3535- [ ] Update other dependencies if applicable (eg: jmx_exporter, kcat, scala, etc).
3636- [ ] Check other operators (getting_started / kuttl / supported-versions) for usage of the versions. Add the PR(s) to the list below.
3737- [ ] Update the version in demos. Add the PR(s) to the list below.
@@ -40,10 +40,10 @@ Add/Change/Remove anything that isn't applicable anymore
4040
4141<!-- todo: ensure this is the correct procedure -->
4242
43- - [ ] Update ` kcat/versions.py ` .
44- - [ ] Update ` kafka-testing-tools/versions.py ` .
43+ - [ ] Update ` kcat/boil-config.toml ` .
44+ - [ ] Update ` kafka-testing-tools/boil-config.toml ` .
4545- [ ] Upload new version (see ` .scripts/upload_new_kcat_version.sh ` ).
46- - [ ] Update ` versions.py ` to the latest supported version of JVM (base and devel).
46+ - [ ] Update ` boil-config.toml ` to the latest supported version of JVM (base and devel).
4747- [ ] Check other operators (getting_started / kuttl / supported-versions) for usage of the versions. Add the PR(s) to the list below.
4848- [ ] Update the version in demos. Add the PR(s) to the list below.
4949
@@ -75,11 +75,11 @@ Add/Change/Remove anything that isn't applicable anymore
7575<summary >Testing instructions</summary >
7676
7777``` shell
78- # See the latest version at https://pypi.org/project/image-tools-stackabletech/
79- pip install image-tools-stackabletech==0.0.16
78+ # Where x.y.z is the new version added in this PR
79+ boil build kafka=x.y.z --strip-architecture --load
8080
81- bake --product kafka=x.y.z # where x.y.z is the new version added in this PR
82- bake --product kafka-testing-tools=1.0.0 # This version doesn't change
81+ # This version doesn't change
82+ boil build kafka-testing-tools=1.0.0 --strip-architecture --load
8383
8484kind load docker-image oci.stackable.tech/sdp/kafka:x.y.z-stackable0.0.0-dev
8585kind load docker-image oci.stackable.tech/sdp/kafka-testing-tools:1.0.0-stackable0.0.0-dev
0 commit comments