release: v0.1.1 - #19
Merged
Merged
Conversation
Chart 0.1.1 / appVersion 0.1.1, and the version references in README and the quickstart follow it. The release is what installing the v0.1.0 chart and driving a real pool through it turned up, plus two behaviours that were burning hardware for nothing: - a default install could not create a cell (secrets read-only), emitted no events (events.k8s.io ungranted), and pulled an image tag that was never published - a live cell's Node was reaped as stale while its own kubelet was using it, which a kubelet never recovers from - cells were rebuilt up to five times against faults that were not in the cell - and this release's own new CRD fields would have been silently dropped on every upgraded cluster, taking rolling update with them — so the manager now says so docs/upgrading.md is the one thing to read before upgrading: `helm upgrade` does not update CRDs, and the apiserver drops what it does not know without a word. Signed-off-by: William Rizzo <william.rizzo@gmail.com>
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Chart 0.1.1 / appVersion 0.1.1, with the README and quickstart version references following.
What is in it
Everything found by installing the released v0.1.0 chart and driving a real pool through it, plus two behaviours that were burning hardware for nothing:
secretsread-only), emitted no events (events.k8s.ioungranted), pulled an unpublished image tag, and would have labelled every alert with the operator's namespaceupdatePolicy.type: RollingUpdate, and the observability pack (already on main before this release)Plus the create/destroy loop fix a replacement cell used to hit by inheriting its predecessor's teardown.
Upgrading from v0.1.0 — read this
helm upgradenever updates a chart'scrds/, and the apiserver then silently drops what the older schema lacks. Apply the CRD:Skip it and
updatePolicy.type: RollingUpdateis accepted and ignored. The manager logs the missing fields at startup, so you can check rather than remember.docs/upgrading.mdis new and covers this, the two additive RBAC grants, and why downgrades are safe.Verified
make lint0 issues, full suite green,helm lintcleanv0.1.1, matching what the release workflow will publish (CI guards this)🤖 Generated with Claude Code