Skip to content

Conversation

@dependabot
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Jan 9, 2026

Bumps the go-deps group with 9 updates in the / directory:

Package From To
github.com/fluxcd/cli-utils 0.36.0-flux.15 0.37.0-flux.1
github.com/fluxcd/pkg/apis/meta 1.23.0 1.24.0
github.com/fluxcd/pkg/auth 0.33.0 0.34.0
github.com/fluxcd/pkg/chartutil 1.17.0 1.19.0
github.com/fluxcd/pkg/runtime 0.91.0 0.93.0
github.com/fluxcd/pkg/ssa 0.61.0 0.62.0
github.com/onsi/gomega 1.38.2 1.39.0
go.uber.org/zap 1.27.0 1.27.1
golang.org/x/text 0.31.0 0.32.0

Updates github.com/fluxcd/cli-utils from 0.36.0-flux.15 to 0.37.0-flux.1

Commits

Updates github.com/fluxcd/pkg/apis/meta from 1.23.0 to 1.24.0

Commits
  • f3c7b60 Merge pull request #1042 from fluxcd/add-queue
  • 9b058c8 Prepare for release
  • 4f7f34b runtime/controller: add support for detecting enqueue events while reconciling
  • 22fc427 Merge pull request #1060 from arvatoaws-labs/main
  • aa1f17c feat: add support for aws eusc domain
  • a65ff96 Merge pull request #1059 from fluxcd/improve-job-kstatus
  • 077fa74 runtime/statusreaders: improve Job status reader
  • cac5502 Merge pull request #1054 from cappyzawa/proxy-url-validation
  • e4755ca Prepare for release
  • 8a1b950 runtime/secrets: validate proxy URL scheme and length
  • Additional commits viewable in compare view

Updates github.com/fluxcd/pkg/auth from 0.33.0 to 0.34.0

Commits
  • c866cff Merge pull request #980 from fluxcd/fix-typo
  • 72ea7ac github: Remove redundant options
  • 66a0184 Merge pull request #979 from fluxcd/preview-release
  • e9a43c6 Add Preview Release workflow
  • 6d798f4 Merge pull request #960 from fluxcd/restconfig
  • 8bef64b [RFC-0010] Introduce authentication for clusters
  • 97cc6ae Merge pull request #978 from fluxcd/make-sops-secret
  • e4649ae runtime/secrets: Add MakeSOPSSecret
  • 5d6f266 Merge pull request #977 from fluxcd/set-secret-gvk
  • 5aaefdf runtime/secrets: Set GVK on generated secrets
  • Additional commits viewable in compare view

Updates github.com/fluxcd/pkg/chartutil from 1.17.0 to 1.19.0

Commits
  • 7f090e9 Merge pull request #1014 from fluxcd/k8s-1.34
  • ed9f247 Prepare release
  • 7b0d9ad Update Go to 1.25
  • 622aa13 Update dependencies to Kubernetes v1.34.0
  • ca950d1 Merge pull request #1011 from cappyzawa/feat/object-level-config-validation
  • 524b599 Prepare for release
  • c7e0500 auth: add object-level configuration validation
  • 74ade96 Merge pull request #1010 from fluxcd/int-tests
  • 65cd49c Prepare for release
  • c7e0128 tests: move testdata to tests/testdata
  • Additional commits viewable in compare view

Updates github.com/fluxcd/pkg/runtime from 0.91.0 to 0.93.0

Commits
  • f3c7b60 Merge pull request #1042 from fluxcd/add-queue
  • 9b058c8 Prepare for release
  • 4f7f34b runtime/controller: add support for detecting enqueue events while reconciling
  • 22fc427 Merge pull request #1060 from arvatoaws-labs/main
  • aa1f17c feat: add support for aws eusc domain
  • a65ff96 Merge pull request #1059 from fluxcd/improve-job-kstatus
  • 077fa74 runtime/statusreaders: improve Job status reader
  • cac5502 Merge pull request #1054 from cappyzawa/proxy-url-validation
  • e4755ca Prepare for release
  • 8a1b950 runtime/secrets: validate proxy URL scheme and length
  • Additional commits viewable in compare view

Updates github.com/fluxcd/pkg/ssa from 0.61.0 to 0.62.0

Commits
  • 572c0fc Merge pull request #1058 from fluxcd/dependabot/github_actions/ci-30d17f4058
  • ac6c615 build(deps): bump the ci group across 1 directory with 4 updates
  • 7dedb99 Merge pull request #1067 from fluxcd/git-unify
  • 0e641e6 git: merge gogit module into git module
  • fd7874f Merge pull request #1055 from yozel/yozel/bug-fix
  • 2cd3485 Fix incorrect metadata patch generation
  • f92d4c6 Merge pull request #1064 from fluxcd/gh-refactor
  • 6b57946 git: refactor GitHub App auth to use go-github direclty
  • 3f44dbd Merge pull request #1063 from fluxcd/test-chunks
  • 387d652 Revert "Use large runners for tests"
  • Additional commits viewable in compare view

Updates github.com/onsi/gomega from 1.38.2 to 1.39.0

Release notes

Sourced from github.com/onsi/gomega's releases.

v1.39.0

1.39.0

Features

Add MatchErrorStrictly which only passes if errors.Is(actual, expected) returns true. MatchError, by contrast, will fallback to string comparison.

v1.38.3

1.38.3

Fixes

make string formatitng more consistent for users who use format.Object directly

Changelog

Sourced from github.com/onsi/gomega's changelog.

1.39.0

Features

Add MatchErrorStrictly which only passes if errors.Is(actual, expected) returns true. MatchError, by contrast, will fallback to string comparison.

1.38.3

Fixes

make string formatitng more consistent for users who use format.Object directly

Commits
  • 49561ad v1.39.0
  • 8f7f425 document MatchErrorStrictly
  • bae643d add matcher relecting errors.Is behavior
  • a3ca2ca v1.38.3
  • 4dada36 fix failing have http tests
  • d40c691 make string formatitng more consistent for users who use format.Object directly
  • 2a37b46 doc: fix typos
  • ee26170 docs: fix HaveValue example
  • cc85c05 Bump actions/setup-go from 5 to 6 (#866)
  • 8905788 Bump github.com/onsi/ginkgo/v2 from 2.25.1 to 2.25.3 (#865)
  • Additional commits viewable in compare view

Updates 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

Updates golang.org/x/text from 0.31.0 to 0.32.0

Commits
  • 0dd57a6 go.mod: update golang.org/x dependencies
  • 087616b transform: fix %q verb use with wrong type
  • 16f85a7 all: eliminate vet diagnostics
  • See full diff in compare view

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 merge will merge this PR after your CI passes on it
  • @dependabot squash and merge will squash and merge this PR after your CI passes on it
  • @dependabot cancel merge will cancel a previously requested merge and block automerging
  • @dependabot reopen will reopen this PR if it is closed
  • @dependabot close will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually
  • @dependabot show <dependency name> ignore conditions will show all of the ignore conditions of the specified dependency
  • @dependabot ignore <dependency name> major version will close this group update PR and stop Dependabot creating any more for the specific dependency's major version (unless you unignore this specific dependency's major version or upgrade to it yourself)
  • @dependabot ignore <dependency name> minor version will close this group update PR and stop Dependabot creating any more for the specific dependency's minor version (unless you unignore this specific dependency's minor version or upgrade to it yourself)
  • @dependabot ignore <dependency name> will close this group update PR and stop Dependabot creating any more for the specific dependency (unless you unignore this specific dependency or upgrade to it yourself)
  • @dependabot unignore <dependency name> will remove all of the ignore conditions of the specified dependency
  • @dependabot unignore <dependency name> <ignore condition> will remove the ignore condition of the specified dependency and ignore conditions

@dependabot dependabot bot added the dependencies Pull requests that update a dependency label Jan 9, 2026
Bumps the go-deps group with 9 updates in the / directory:

| Package | From | To |
| --- | --- | --- |
| [github.com/fluxcd/cli-utils](https://github.com/fluxcd/cli-utils) | `0.36.0-flux.15` | `0.37.0-flux.1` |
| [github.com/fluxcd/pkg/apis/meta](https://github.com/fluxcd/pkg) | `1.23.0` | `1.24.0` |
| [github.com/fluxcd/pkg/auth](https://github.com/fluxcd/pkg) | `0.33.0` | `0.34.0` |
| [github.com/fluxcd/pkg/chartutil](https://github.com/fluxcd/pkg) | `1.17.0` | `1.19.0` |
| [github.com/fluxcd/pkg/runtime](https://github.com/fluxcd/pkg) | `0.91.0` | `0.93.0` |
| [github.com/fluxcd/pkg/ssa](https://github.com/fluxcd/pkg) | `0.61.0` | `0.62.0` |
| [github.com/onsi/gomega](https://github.com/onsi/gomega) | `1.38.2` | `1.39.0` |
| [go.uber.org/zap](https://github.com/uber-go/zap) | `1.27.0` | `1.27.1` |
| [golang.org/x/text](https://github.com/golang/text) | `0.31.0` | `0.32.0` |



Updates `github.com/fluxcd/cli-utils` from 0.36.0-flux.15 to 0.37.0-flux.1
- [Commits](fluxcd/cli-utils@v0.36.0-flux.15...v0.37.0-flux.1)

Updates `github.com/fluxcd/pkg/apis/meta` from 1.23.0 to 1.24.0
- [Commits](fluxcd/pkg@apis/meta/v1.23.0...apis/meta/v1.24.0)

Updates `github.com/fluxcd/pkg/auth` from 0.33.0 to 0.34.0
- [Commits](fluxcd/pkg@git/v0.33.0...git/v0.34.0)

Updates `github.com/fluxcd/pkg/chartutil` from 1.17.0 to 1.19.0
- [Commits](fluxcd/pkg@apis/meta/v1.17.0...apis/meta/v1.19.0)

Updates `github.com/fluxcd/pkg/runtime` from 0.91.0 to 0.93.0
- [Commits](fluxcd/pkg@runtime/v0.91.0...runtime/v0.93.0)

Updates `github.com/fluxcd/pkg/ssa` from 0.61.0 to 0.62.0
- [Commits](fluxcd/pkg@ssa/v0.61.0...ssa/v0.62.0)

Updates `github.com/onsi/gomega` from 1.38.2 to 1.39.0
- [Release notes](https://github.com/onsi/gomega/releases)
- [Changelog](https://github.com/onsi/gomega/blob/master/CHANGELOG.md)
- [Commits](onsi/gomega@v1.38.2...v1.39.0)

Updates `go.uber.org/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)

Updates `golang.org/x/text` from 0.31.0 to 0.32.0
- [Release notes](https://github.com/golang/text/releases)
- [Commits](golang/text@v0.31.0...v0.32.0)

---
updated-dependencies:
- dependency-name: github.com/fluxcd/cli-utils
  dependency-version: 0.37.0-flux.1
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: go-deps
- dependency-name: github.com/fluxcd/pkg/apis/meta
  dependency-version: 1.24.0
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: go-deps
- dependency-name: github.com/fluxcd/pkg/auth
  dependency-version: 0.34.0
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: go-deps
- dependency-name: github.com/fluxcd/pkg/chartutil
  dependency-version: 1.19.0
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: go-deps
- dependency-name: github.com/fluxcd/pkg/runtime
  dependency-version: 0.93.0
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: go-deps
- dependency-name: github.com/fluxcd/pkg/ssa
  dependency-version: 0.62.0
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: go-deps
- dependency-name: github.com/onsi/gomega
  dependency-version: 1.39.0
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: go-deps
- dependency-name: go.uber.org/zap
  dependency-version: 1.27.1
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: go-deps
- dependency-name: golang.org/x/text
  dependency-version: 0.32.0
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: go-deps
...

Signed-off-by: dependabot[bot] <[email protected]>
@dependabot dependabot bot force-pushed the dependabot/go_modules/go-deps-03ee960480 branch from ea03d3f to 4b87224 Compare January 12, 2026 03:07
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

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant