Conversation
I know this is a common pattern, but when we have a full userspace and not just a fat binary in a scratch container, I find it icky. Closes: #36 Assisted-by: Pi (Claude Opus 4.6)
bink v0.1.1 added --label support to `bink node add`, so labels can be applied at join time rather than via a separate K8s API patch after the node is Ready. This simplifies AddNode and removes the dependency on the K8s client for labeling. Closes: #33 Assisted-by: Pi (Claude Opus 4.6)
Replace the kubebuilder stub samples with a realistic BootcNodePool example showcasing all spec fields: nodeSelector, tag-based image ref, rollout settings, soft-reboot disruption policy, and pull secret. The BootcNode sample is removed since those objects are operator-managed, not user-created. Closes: #39 Assisted-by: Pi (Claude Opus 4.6)
Push the e2e-tested operator image to ghcr.io/jlebon/bootc-operator on every push to main (:latest + :$GITHUB_SHA) and on version tags (:$TAG). Closes: #38 Assisted-by: Pi (Claude Opus 4.6)
Now that we publish to ghcr.io/jlebon/bootc-operator, reference it in the default manifests instead of the kubebuilder placeholder. Assisted-by: Pi (Claude Opus 4.6)
Add Dependabot configuration for Go modules and GitHub Actions with weekly scheduling, minor/patch grouping, and cooldown. Add an auto-merge workflow for non-major Dependabot PRs. This pretty much copies what we have set up in chunkah. Closes: #32 Assisted-by: Pi (Claude Opus 4.6)
Now that we build and publish images which are referenced in the manifest, let's harden the CI workflows using zizmor. This also matches what we did in chunkah: coreos/chunkah#122 Assisted-by: Pi (Claude Opus 4.6)
|
You are seeing this message because GitHub Code Scanning has recently been set up for this repository, or this pull request contains the workflow file for the Code Scanning tool. What Enabling Code Scanning Means:
For more information about GitHub Code Scanning, check out the documentation. |
alicefr
approved these changes
May 28, 2026
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.
See individual commits.
Builds on top of https://github.com/jlebon/bootc-operator/pull/41.