|
| 1 | +--- |
| 2 | +name: Early Pre-Release Container Image Updates |
| 3 | +about: This template can be used to track the container image updates leading up to the next Stackable release |
| 4 | +title: "chore: Update Container Images for Stackable Release YY.M.X" |
| 5 | +labels: ['epic'] |
| 6 | +assignees: '' |
| 7 | +--- |
| 8 | + |
| 9 | +<!-- |
| 10 | + DO NOT REMOVE THIS COMMENT. It is intended for people who might copy/paste from the previous release issue. |
| 11 | + This was created by an issue template: https://github.com/stackabletech/docker-images/issues/new/choose. |
| 12 | +--> |
| 13 | + |
| 14 | +<!-- Update this with the parent tracking issue for the release --> |
| 15 | +Part of stackabletech/issues#xxx. |
| 16 | + |
| 17 | +> [!NOTE] |
| 18 | +> Update the product versions based on what has been decided upon in the _Product Spreadsheet[^1]_. |
| 19 | +
|
| 20 | +[^1]: Currently this is a private spreadsheet |
| 21 | + |
| 22 | +> [!IMPORTANT] |
| 23 | +> Replace the items in the task lists below with the subsequent tracking issue. |
| 24 | +
|
| 25 | +## Product Container Images |
| 26 | + |
| 27 | +<!-- |
| 28 | + Find templates for bases/products: |
| 29 | +
|
| 30 | + find .github/ISSUE_TEMPLATE/update-*.md -printf "%f\n" \ |
| 31 | + | sort \ |
| 32 | + | xargs -I {} echo "- [ ] [Create issue from template: {}](https://github.com/stackabletech/docker-images/issues/new?template={})" |
| 33 | +--> |
| 34 | + |
| 35 | +<!-- todo: consider removing the ubi*-rust-builder from the release process. --> |
| 36 | + |
| 37 | +- [ ] [Create issue from template: update-base-java.md](https://github.com/stackabletech/docker-images/issues/new?template=update-base-java.md) |
| 38 | +- [ ] [Create issue from template: update-base-stackable.md](https://github.com/stackabletech/docker-images/issues/new?template=update-base-stackable.md) |
| 39 | +- [ ] [Create issue from template: update-base-vector.md](https://github.com/stackabletech/docker-images/issues/new?template=update-base-vector.md) |
| 40 | +- [ ] [Create issue from template: update-product-airflow.md](https://github.com/stackabletech/docker-images/issues/new?template=update-product-airflow.md) |
| 41 | +- [ ] [Create issue from template: update-product-druid.md](https://github.com/stackabletech/docker-images/issues/new?template=update-product-druid.md) |
| 42 | +- [ ] [Create issue from template: update-product-hbase-phoenix-omid.md](https://github.com/stackabletech/docker-images/issues/new?template=update-product-hbase-phoenix-omid.md) |
| 43 | +- [ ] [Create issue from template: update-product-hdfs.md](https://github.com/stackabletech/docker-images/issues/new?template=update-product-hdfs.md) |
| 44 | +- [ ] [Create issue from template: update-product-hive.md](https://github.com/stackabletech/docker-images/issues/new?template=update-product-hive.md) |
| 45 | +- [ ] [Create issue from template: update-product-kafka.md](https://github.com/stackabletech/docker-images/issues/new?template=update-product-kafka.md) |
| 46 | +- [ ] [Create issue from template: update-product-nifi.md](https://github.com/stackabletech/docker-images/issues/new?template=update-product-nifi.md) |
| 47 | +- [ ] [Create issue from template: update-product-opa.md](https://github.com/stackabletech/docker-images/issues/new?template=update-product-opa.md) |
| 48 | +- [ ] [Create issue from template: update-product-spark.md](https://github.com/stackabletech/docker-images/issues/new?template=update-product-spark.md) |
| 49 | +- [ ] [Create issue from template: update-product-superset.md](https://github.com/stackabletech/docker-images/issues/new?template=update-product-superset.md) |
| 50 | +- [ ] [Create issue from template: update-product-trino.md](https://github.com/stackabletech/docker-images/issues/new?template=update-product-trino.md) |
| 51 | +- [ ] [Create issue from template: update-product-zookeeper.md](https://github.com/stackabletech/docker-images/issues/new?template=update-product-zookeeper.md) |
| 52 | + |
| 53 | +## Additional items which don't have a tracking issue |
| 54 | + |
| 55 | +- [ ] jmx_exporter (validate via hdfs-operator smoke tests) |
| 56 | +- [ ] krb5 |
| 57 | +- [ ] tools (update the versions in version.py) |
| 58 | +- [ ] testing-tools (update the base, maybe keycloak) |
| 59 | +- [ ] statsd_exporter |
| 60 | +- [ ] csi-provisioner for secret-operator |
| 61 | +- [ ] csi-provisioner for listener-operator |
0 commit comments