Hello, This is a vote to release Apache Superset Kubernetes Operator 0.2.0 based on candidate rc1, which adds Helm chart configuration options, adds credential redaction to status messages, patches dependency vulnerabilities, and relaxes lifecycle upgrades to run migrations on any image change instead of blocking on downgrades.
Notable changes are documented in: https://github.com/apache/superset-kubernetes-operator/blob/v0.2.0-rc1/docs/reference/releases.md The release candidate artifacts are staged at: https://dist.apache.org/repos/dist/dev/superset/kubernetes-operator-0.2.0-rc1/ The git tag is: https://github.com/apache/superset-kubernetes-operator/releases/tag/v0.2.0-rc1 PGP keys used for signing are listed in: https://dist.apache.org/repos/dist/release/superset/KEYS To verify the candidate (Go 1.26+, Helm, and Apache Rat must be installed locally; make will fetch additional Go modules and tools on first use): curl --remote-name-all https://dist.apache.org/repos/dist/dev/superset/kubernetes-operator-0.2.0-rc1/apache-superset-kubernetes-operator-0.2.0-rc1.tar.gz{,.asc,.sha512} curl -O https://dist.apache.org/repos/dist/release/superset/KEYS gpg --import KEYS gpg --verify apache-superset-kubernetes-operator-0.2.0-rc1.tar.gz{.asc,} shasum -a 512 -c apache-superset-kubernetes-operator-0.2.0-rc1.tar.gz.sha512 tar -xzf apache-superset-kubernetes-operator-0.2.0-rc1.tar.gz cd apache-superset-kubernetes-operator-0.2.0/ make test-unit helm-lint check-license The vote will be open for at least 72 hours. [ ] +1 release this package [ ] 0 no opinion [ ] -1 do not release this package because ... Thanks, Ville
