Skip to content

chore(deps): bump go.uber.org/zap from 1.27.0 to 1.27.1#71

Closed
dependabot[bot] wants to merge 1 commit intomainfrom
dependabot/go_modules/go.uber.org/zap-1.27.1
Closed

chore(deps): bump go.uber.org/zap from 1.27.0 to 1.27.1#71
dependabot[bot] wants to merge 1 commit intomainfrom
dependabot/go_modules/go.uber.org/zap-1.27.1

Conversation

@dependabot
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Mar 16, 2026

Bumps go.uber.org/zap from 1.27.0 to 1.27.1.

Release notes

Sourced from go.uber.org/zap's releases.

v1.27.1

Enhancements:

  • #1501[]: prevent Object from panicking on nils
  • #1511[]: Fix a race condition in WithLazy.

Thanks to @​rabbbit, @​alshopov, @​jquirke, @​arukiidou for their contributions to this release.

#1501: uber-go/zap#1501 #1511: uber-go/zap#1511

Changelog

Sourced from go.uber.org/zap's changelog.

1.27.1 (19 Nov 2025)

Enhancements:

  • #1501[]: prevent Object from panicking on nils
  • #1511[]: Fix a race condition in WithLazy.

Thanks to @​rabbbit, @​alshopov, @​jquirke, @​arukiidou for their contributions to this release.

#1501: uber-go/zap#1501 #1511: uber-go/zap#1511

Commits

Dependabot compatibility score

Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting @dependabot rebase.


Dependabot commands and options

You can trigger Dependabot actions by commenting on this PR:

  • @dependabot rebase will rebase this PR
  • @dependabot recreate will recreate this PR, overwriting any edits that have been made to it
  • @dependabot show <dependency name> ignore conditions will show all of the ignore conditions of the specified dependency
  • @dependabot ignore this major version will close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself)
  • @dependabot ignore this minor version will close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself)
  • @dependabot ignore this dependency will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)

Bumps [go.uber.org/zap](https://github.com/uber-go/zap) from 1.27.0 to 1.27.1.
- [Release notes](https://github.com/uber-go/zap/releases)
- [Changelog](https://github.com/uber-go/zap/blob/master/CHANGELOG.md)
- [Commits](uber-go/zap@v1.27.0...v1.27.1)

---
updated-dependencies:
- dependency-name: go.uber.org/zap
  dependency-version: 1.27.1
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot dependabot bot added dependencies Pull requests that update a dependency file go Pull requests that update Go code labels Mar 16, 2026
chideat added a commit that referenced this pull request Mar 16, 2026
Go modules:
- github.com/cert-manager/cert-manager: v1.18.2 → v1.20.0
- github.com/gomodule/redigo: v1.9.2 → v1.9.3
- github.com/samber/lo: v1.51.0 → v1.53.0
- github.com/stretchr/testify: v1.10.0 → v1.11.1
- go.uber.org/zap: v1.27.0 → v1.27.1

GitHub Actions:
- docker/build-push-action: v6 → v7
- docker/login-action: v3 → v4
- docker/setup-buildx-action: v3 → v4
- docker/setup-qemu-action: v3 → v4

Closes #68, #69, #70, #71, #72, #73, #74, #75, #76
@chideat
Copy link
Owner

chideat commented Mar 16, 2026

Superseded by #78 which consolidates all dependency updates.

@chideat chideat closed this Mar 16, 2026
@dependabot @github
Copy link
Contributor Author

dependabot bot commented on behalf of github Mar 16, 2026

OK, I won't notify you again about this release, but will get in touch when a new version is available. If you'd rather skip all updates until the next major or minor version, let me know by commenting @dependabot ignore this major version or @dependabot ignore this minor version. You can also ignore all major, minor, or patch releases for a dependency by adding an ignore condition with the desired update_types to your config file.

If you change your mind, just re-open this PR and I'll resolve any conflicts on it.

@dependabot dependabot bot deleted the dependabot/go_modules/go.uber.org/zap-1.27.1 branch March 16, 2026 15:09
chideat added a commit that referenced this pull request Mar 16, 2026
* chore(deps): consolidate all dependabot dependency updates

Go modules:
- github.com/cert-manager/cert-manager: v1.18.2 → v1.20.0
- github.com/gomodule/redigo: v1.9.2 → v1.9.3
- github.com/samber/lo: v1.51.0 → v1.53.0
- github.com/stretchr/testify: v1.10.0 → v1.11.1
- go.uber.org/zap: v1.27.0 → v1.27.1

GitHub Actions:
- docker/build-push-action: v6 → v7
- docker/login-action: v3 → v4
- docker/setup-buildx-action: v3 → v4
- docker/setup-qemu-action: v3 → v4

Closes #68, #69, #70, #71, #72, #73, #74, #75, #76

* chore: bump Go version to 1.25 in CI and Dockerfile

go mod tidy updated go.mod to require go 1.25 due to updated
transitive dependencies (cert-manager v1.20, k8s.io v0.35.x).

* fix: migrate webhooks to controller-runtime v0.23 generic API

Replace deprecated webhook.CustomValidator/CustomDefaulter with
admission.Validator[T]/Defaulter[T] generic interfaces required by
controller-runtime v0.23. Method signatures now use concrete types
instead of runtime.Object, and NewWebhookManagedBy now takes the
object as a second argument instead of using .For().

* fix: add nil guards to user webhook methods for test compatibility

The new generic admission.Validator[T]/Defaulter[T] API passes typed
nil (*User)(nil) instead of a nil interface, so the old type assertion
nil-check is gone. Add explicit nil pointer guards to restore the
expected error behavior tested by user_webhook_test.go.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

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