Skip to content

Conversation

@dependabot
Copy link
Contributor

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

Bumps the go group with 3 updates: github.com/fluxcd/pkg/apis/meta, github.com/fluxcd/pkg/runtime and github.com/onsi/gomega.

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/runtime from 0.92.0 to 0.94.0

Commits
  • 2f71d01 Merge pull request #1068 from fluxcd/cel-improvements
  • 9307c2c Prepare for release
  • f5abb7c runtime/cel: simplify status reader
  • cd873d5 runtime/cel: use context from arguments
  • 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
  • Additional commits viewable in compare view

Updates github.com/onsi/gomega from 1.38.3 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.

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.

Commits

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 kind/chore chore, maintenance, etc. kind/dependency dependency update, etc. labels Jan 11, 2026
@dependabot dependabot bot requested a review from a team as a code owner January 11, 2026 15:02
@dependabot dependabot bot added kind/chore chore, maintenance, etc. kind/dependency dependency update, etc. labels Jan 11, 2026
@frewilhelm
Copy link
Contributor

@dependabot rebase

Bumps the go group with 3 updates: [github.com/fluxcd/pkg/apis/meta](https://github.com/fluxcd/pkg), [github.com/fluxcd/pkg/runtime](https://github.com/fluxcd/pkg) and [github.com/onsi/gomega](https://github.com/onsi/gomega).


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/runtime` from 0.92.0 to 0.94.0
- [Commits](fluxcd/pkg@runtime/v0.92.0...runtime/v0.94.0)

Updates `github.com/onsi/gomega` from 1.38.3 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.3...v1.39.0)

---
updated-dependencies:
- 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
- dependency-name: github.com/fluxcd/pkg/runtime
  dependency-version: 0.94.0
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: go
- dependency-name: github.com/onsi/gomega
  dependency-version: 1.39.0
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: go
...

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot dependabot bot force-pushed the dependabot/go_modules/go-aa8c55915e branch from b5ec4cf to 96e33cf Compare January 13, 2026 08:10
@frewilhelm frewilhelm merged commit 284bc2f into main Jan 13, 2026
9 checks passed
@frewilhelm frewilhelm deleted the dependabot/go_modules/go-aa8c55915e branch January 13, 2026 08:30
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

kind/chore chore, maintenance, etc. kind/dependency dependency update, etc.

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants