Skip to content

chore(deps): update Go dependencies - #313

Merged
amuraru merged 1 commit into
masterfrom
automated/update-go-deps
Sep 7, 2026
Merged

chore(deps): update Go dependencies#313
amuraru merged 1 commit into
masterfrom
automated/update-go-deps

Conversation

@amuraru

@amuraru amuraru commented Aug 17, 2026

Copy link
Copy Markdown

Automated Go Dependencies Update

This PR updates Go module dependencies to their latest versions.

Changes made:

  • Updated Go module dependencies via make update-go-deps
  • Bumped CONTROLLER_GEN_VERSION in the Makefile to the latest release
  • Regenerated manifests via make generate manifests
  • Applied formatting and linting fixes via make fmt lint-fix

Please 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

@amuraru amuraru added automated dependencies Pull requests that update a dependency file go Pull requests that update go code labels Aug 17, 2026
@amuraru
amuraru force-pushed the automated/update-go-deps branch 3 times, most recently from 03cc586 to 15050c2 Compare August 24, 2026 08:33
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
amuraru force-pushed the automated/update-go-deps branch 2 times, most recently from 1835338 to 6a96b4f Compare August 31, 2026 09:13
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
amuraru force-pushed the automated/update-go-deps branch from 6a96b4f to 423323f Compare September 7, 2026 10:08
@amuraru
amuraru merged commit 630c3b7 into master Sep 7, 2026
7 checks passed
@amuraru
amuraru deleted the automated/update-go-deps branch September 7, 2026 13:16
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

automated dependencies Pull requests that update a dependency file go Pull requests that update go code

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant