@@ -29,9 +29,9 @@ Add/Change/Remove anything that isn't applicable anymore
29
29
30
30
### Kafka
31
31
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).
33
33
- [ ] 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).
35
35
- [ ] Update other dependencies if applicable (eg: jmx_exporter, kcat, scala, etc).
36
36
- [ ] Check other operators (getting_started / kuttl / supported-versions) for usage of the versions. Add the PR(s) to the list below.
37
37
- [ ] 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
40
40
41
41
<!-- todo: ensure this is the correct procedure -->
42
42
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 ` .
45
45
- [ ] 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).
47
47
- [ ] Check other operators (getting_started / kuttl / supported-versions) for usage of the versions. Add the PR(s) to the list below.
48
48
- [ ] Update the version in demos. Add the PR(s) to the list below.
49
49
@@ -75,11 +75,11 @@ Add/Change/Remove anything that isn't applicable anymore
75
75
<summary >Testing instructions</summary >
76
76
77
77
``` 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
80
80
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
83
83
84
84
kind load docker-image oci.stackable.tech/sdp/kafka:x.y.z-stackable0.0.0-dev
85
85
kind load docker-image oci.stackable.tech/sdp/kafka-testing-tools:1.0.0-stackable0.0.0-dev
0 commit comments