Skip to content

chore(zookeeper): Update container images ahead of Stackable Release 25.3.0 #1020

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Closed
Tracked by #964
NickLarsenNZ opened this issue Mar 11, 2025 · 5 comments
Closed
Tracked by #964
Assignees

Comments

@NickLarsenNZ
Copy link
Member

NickLarsenNZ commented Mar 11, 2025

Part of #964.

  • Add: 3.9.3
  • Mark 3.9.2 as deprecated
### Update tasks
- [x] Update `versions.py` to reflect the agreed upon versions in the spreadsheet (including the removal of old versions).
- [x] Upload new version (see `zookeeper/upload_new_zookeeper_version.sh`).
- [x] Update `versions.py` to the latest supported version of JVM (base and devel).
- [x] Update other dependencies if applicable (eg: jmx_exporter, etc).
- [x] Check other operators (getting_started / kuttl / supported-versions) for usage of the versions. Add the PR(s) to the list below.
- [x] Update the version in demos. Add the PR(s) to the list below.
### Related Pull Requests
- [ ] https://github.com/stackabletech/docker-images/pull/1021
- [ ] https://github.com/stackabletech/zookeeper-operator/pull/922
- [ ] https://github.com/stackabletech/hdfs-operator/pull/657
- [ ] https://github.com/stackabletech/nifi-operator/pull/760
- [ ] https://github.com/stackabletech/druid-operator/pull/697
- [ ] https://github.com/stackabletech/hbase-operator/pull/635
- [ ] https://github.com/stackabletech/kafka-operator/pull/836
- [ ] https://github.com/stackabletech/trino-operator/pull/718
- [ ] https://github.com/stackabletech/demos/pull/162

Tip

Delete any items that do not apply so that all applicable items can be checked.
For example, if you add release notes to the documentation repository, you do not need the latter two criteria.

This list should be completed by the assignee(s), once respective PRs have been merged. Once all items have been checked, the issue can be moved into Development: Done.

### Acceptance
- [x] Can build image (either locally, or in CI)
- [x] Kuttl smoke tests passes (either locally, or in CI)
- [x] ~Release notes added to documentation and linked as a PR above~
- [x] ~Release notes written in a comment below~
- [x] ~Applicable `release-note` label added to this issue~
Testing instructions
# See the latest version at https://pypi.org/project/image-tools-stackabletech/
pip install image-tools-stackabletech==0.0.13

bake --product zookeeper=x.y.z # where x.y.z is the new version added in this PR

kind load docker-image oci.stackable.tech/sdp/zookeeper:x.y.z-stackable0.0.0-dev

# Change directory into the zookeeper-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.

@Techassi
Copy link
Member

Link to official release notes: https://zookeeper.apache.org/doc/r3.9.3/releasenotes.html

@Techassi
Copy link
Member

Local smoke test succeeded:

--- PASS: kuttl (51.27s)
    --- PASS: kuttl/harness (0.00s)
        --- PASS: kuttl/harness/smoke_zookeeper-3.9.3_use-server-tls-false_use-client-auth-tls-false_openshift-false (51.26s)
PASS

@Techassi
Copy link
Member

Done, closing.

@Techassi
Copy link
Member

Release Notes

  • Add ZooKeeper 3.9.3
  • Mark ZooKeeper 3.9.2 as deprecated

@Techassi
Copy link
Member

All ZooKeeper versions used in other operators were bumped to 3.9.3.

@NickLarsenNZ NickLarsenNZ removed the release-note Denotes a PR that will be considered when it comes time to generate release notes. label Mar 26, 2025
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

2 participants