chore(deps): update Go dependencies - #313
Merged
Merged
Conversation
amuraru
force-pushed
the
automated/update-go-deps
branch
3 times, most recently
from
August 24, 2026 08:33
03cc586 to
15050c2
Compare
3 tasks
amuraru
added a commit
that referenced
this pull request
Aug 25, 2026
…race (#323) helm delete --wait --cascade=foreground can report a resource as still existing (status: Terminating) even though the release itself has already been removed from Helm's storage, if Kubernetes' foreground GC hasn't finished reaping owned objects (Pods/ReplicaSets) yet. This raced PR #313's e2e run: zookeeper-operator's uninstall failed with "resource Deployment/zookeeper/zookeeper-operator still exists" ~240ms after the delete call, well before any real timeout. #320 already added retry-on-Eventually for the post-uninstall "resources removed" check, but not for the uninstallHelmChart() call itself. Wrap all 5 Helm chart uninstalls (Koperator, zookeeper-operator, prometheus-operator, cert-manager, Contour) in the same retry pattern via a shared requireHelmChartUninstalled helper. Co-authored-by: Claude Sonnet 5 <noreply@anthropic.com>
amuraru
force-pushed
the
automated/update-go-deps
branch
2 times, most recently
from
August 31, 2026 09:13
1835338 to
6a96b4f
Compare
4 tasks
amuraru
added a commit
that referenced
this pull request
Sep 7, 2026
…eps (#332) Renovate's regex manager bumped CONTROLLER_GEN_VERSION as a standalone PR (#328), but it only text-replaces the Makefile pin - it never runs `make generate manifests`, so the generated CRDs' stale `controller-gen.kubebuilder.io/version` annotation fails the "Check integrity" CI job (as manifests were last regenerated separately in PR #313). update-go-deps.yml already runs `make generate manifests` after updating deps, so folding the controller-gen bump into `make update-go-deps` keeps the version bump and the regenerated manifests in the same automated commit. Drop the '# renovate:' annotation from CONTROLLER_GEN_VERSION so Renovate's regex manager stops tracking it separately (ENVTEST_K8S_VERSION keeps its annotation - it needs no generated-file regen).
amuraru
force-pushed
the
automated/update-go-deps
branch
from
September 7, 2026 10:08
6a96b4f to
423323f
Compare
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.
Automated Go Dependencies Update
This PR updates Go module dependencies to their latest versions.
Changes made:
make update-go-depsCONTROLLER_GEN_VERSIONin the Makefile to the latest releasemake generate manifestsmake fmt lint-fixPlease review the changes and ensure all tests pass before merging.
Generated by https://github.com/adobe/koperator/blob/master/.github/workflows/update-go-deps.yml