Backport patch-safe fixes for v0.2.1#85
Merged
Merged
Conversation
Bumps golang.org/x/net from v0.48.0 to v0.55.0. Signed-off-by: Thomas Maas <thomas@webtypes.com>
Signed-off-by: Thomas Maas <thomas@webtypes.com>
Signed-off-by: Thomas Maas <thomas@webtypes.com>
Signed-off-by: Thomas Maas <thomas@webtypes.com>
Adds the thin caller workflow for the centralized contributor governance automation from Kuadrant/.github#3. Signed-off-by: R-Lawton <rlawton@redhat.com> Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com> Signed-off-by: Thomas Maas <thomas@webtypes.com>
Signed-off-by: Eguzki Astiz Lezaun <eastizle@redhat.com> Signed-off-by: Thomas Maas <thomas@webtypes.com>
Signed-off-by: Thomas Maas <thomas@webtypes.com>
Link to the centralised Kuadrant contributing guide and add a repo-specific issue policy requiring assignment before work begins. Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com> Signed-off-by: R-Lawton <rlawton@redhat.com> Signed-off-by: Thomas Maas <thomas@webtypes.com>
Signed-off-by: Rachel Lawton <rlawton@redhat.com> Signed-off-by: R-Lawton <rlawton@redhat.com> Signed-off-by: Thomas Maas <thomas@webtypes.com>
Signed-off-by: Rachel Lawton <rlawton@redhat.com> Signed-off-by: R-Lawton <rlawton@redhat.com> Signed-off-by: Thomas Maas <thomas@webtypes.com>
Signed-off-by: Thomas Maas <thomas@webtypes.com>
The APIKey status controller sets SecretNotFound when the referenced Secret does not exist yet. However, no watched resource changes when the Secret is subsequently created, so the APIKey stays stuck in Failed state permanently. Add a Secret watch so creation/updates trigger re-reconciliation. The existing calculateFailedCondition logic already re-evaluates and clears the failure when the Secret appears. Fixes #78 Signed-off-by: Thomas Maas <thomas@webtypes.com>
Verify that an APIKey in SecretNotFound state recovers when the referenced Secret is subsequently created. This is the scenario triggered by the console-plugin's ownerReference flow (PR #541) where the APIKey is created before its Secret. Ref #78 Signed-off-by: Thomas Maas <thomas@webtypes.com>
|
Important Review skippedAuto reviews are disabled on base/target branches other than the default branch. Please check the settings in the CodeRabbit UI or the ⚙️ Run configurationConfiguration used: Organization UI Review profile: CHILL Plan: Pro Run ID: You can disable this status message by setting the Use the checkbox below for a quick retry:
✨ Finishing Touches🧪 Generate unit tests (beta)
Thanks for using CodeRabbit! It's free for OSS, and your support helps us grow. If you like it, consider giving us a shout-out. Comment |
4 tasks
eguzki
approved these changes
Jul 15, 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.
Summary
Cherry-picked all 13 non-merge commits from main for a v0.2.1 release. All are patch-safe: bug fixes, docs, CI, toolchain, and dependency updates.
Key fix:
Failedconditions when a Secret arrives after the APIKey is createdOther changes:
Test plan
go build ./...passes