Skip to content

chore(deps): update Go dependencies#263

Merged
amuraru merged 2 commits into
masterfrom
automated/update-go-deps
Jun 15, 2026
Merged

chore(deps): update Go dependencies#263
amuraru merged 2 commits into
masterfrom
automated/update-go-deps

Conversation

@amuraru

@amuraru amuraru commented Jun 15, 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
  • Regenerated manifests via make generate manifests
  • Applied formatting and linting fixes via make fmt lint-fix

Additional fix:

  • Migrated DescribeClusterWideConfig in pkg/kafkaclient/dynamicConfig.go from deprecated admin.DescribeConfig() to the new admin.DescribeConfigs() API (IBM/sarama v1.50.2), which returns per-resource errors and supports synonyms/documentation options.

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

Co-Authored-By: Claude Sonnet 4.6 (1M context) <noreply@anthropic.com>
@amuraru amuraru added dependencies Pull requests that update a dependency file go Pull requests that update go code automated labels Jun 15, 2026
The migration from deprecated DescribeConfig to DescribeConfigs left the
mock without an implementation. The embedded nil sarama.ClusterAdmin
interface caused a nil pointer dereference panic in integration tests.

Co-Authored-By: Claude Sonnet 4.6 (1M context) <noreply@anthropic.com>
@amuraru amuraru merged commit 309bb34 into master Jun 15, 2026
7 checks passed
@amuraru amuraru deleted the automated/update-go-deps branch June 15, 2026 15:58
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