Bump the go-deps group across 1 directory with 6 updates#1478
Open
dependabot[bot] wants to merge 1 commit intomainfrom
Open
Bump the go-deps group across 1 directory with 6 updates#1478dependabot[bot] wants to merge 1 commit intomainfrom
dependabot[bot] wants to merge 1 commit intomainfrom
Conversation
Bumps the go-deps group with 5 updates in the / directory: | Package | From | To | | --- | --- | --- | | [github.com/fluxcd/cli-utils](https://github.com/fluxcd/cli-utils) | `0.37.2-flux.1` | `1.1.0` | | [github.com/fluxcd/pkg/ssa](https://github.com/fluxcd/pkg) | `0.72.0` | `0.73.0` | | [github.com/google/cel-go](https://github.com/google/cel-go) | `0.26.1` | `0.28.0` | | [github.com/onsi/gomega](https://github.com/onsi/gomega) | `1.39.1` | `1.40.0` | | [go.uber.org/zap](https://github.com/uber-go/zap) | `1.27.1` | `1.28.0` | Updates `github.com/fluxcd/cli-utils` from 0.37.2-flux.1 to 1.1.0 - [Release notes](https://github.com/fluxcd/cli-utils/releases) - [Commits](fluxcd/cli-utils@v0.37.2-flux.1...v1.1.0) Updates `github.com/fluxcd/pkg/ssa` from 0.72.0 to 0.73.0 - [Commits](fluxcd/pkg@ssa/v0.72.0...ssa/v0.73.0) Updates `github.com/google/cel-go` from 0.26.1 to 0.28.0 - [Release notes](https://github.com/google/cel-go/releases) - [Commits](google/cel-go@v0.26.1...v0.28.0) Updates `github.com/onsi/gomega` from 1.39.1 to 1.40.0 - [Release notes](https://github.com/onsi/gomega/releases) - [Changelog](https://github.com/onsi/gomega/blob/master/CHANGELOG.md) - [Commits](onsi/gomega@v1.39.1...v1.40.0) Updates `go.uber.org/zap` from 1.27.1 to 1.28.0 - [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.1...v1.28.0) Updates `golang.org/x/text` from 0.34.0 to 0.35.0 - [Release notes](https://github.com/golang/text/releases) - [Commits](golang/text@v0.34.0...v0.35.0) --- updated-dependencies: - dependency-name: github.com/fluxcd/cli-utils dependency-version: 1.1.0 dependency-type: direct:production update-type: version-update:semver-major dependency-group: go-deps - dependency-name: github.com/fluxcd/pkg/ssa dependency-version: 0.73.0 dependency-type: direct:production update-type: version-update:semver-minor dependency-group: go-deps - dependency-name: github.com/google/cel-go dependency-version: 0.28.0 dependency-type: direct:production update-type: version-update:semver-minor dependency-group: go-deps - dependency-name: github.com/onsi/gomega dependency-version: 1.40.0 dependency-type: direct:production update-type: version-update:semver-minor dependency-group: go-deps - dependency-name: go.uber.org/zap dependency-version: 1.28.0 dependency-type: direct:production update-type: version-update:semver-minor dependency-group: go-deps - dependency-name: golang.org/x/text dependency-version: 0.35.0 dependency-type: direct:production update-type: version-update:semver-minor dependency-group: go-deps ... Signed-off-by: dependabot[bot] <support@github.com>
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Bumps the go-deps group with 5 updates in the / directory:
0.37.2-flux.11.1.00.72.00.73.00.26.10.28.01.39.11.40.01.27.11.28.0Updates
github.com/fluxcd/cli-utilsfrom 0.37.2-flux.1 to 1.1.0Release notes
Sourced from github.com/fluxcd/cli-utils's releases.
Commits
4390742Merge pull request #31 from fluxcd/go-1.26-k8s-1.365723331Upgrade Go to 1.26 and Kubernetes to 1.365efd6fbMerge pull request #30 from fluxcd/govulncheck-v1.1.4555481eci: Pin govulncheck to v1.1.4e2a56bcMerge pull request #29 from fluxcd/ci-scanbc30a9fci: Update actions with dependabot4eb153eci: Run govulncheck weeklyd9baa70Merge pull request #28 from fluxcd/controller-runtime-v0.23.3dc8ab9eUpdate controller-runtime to v0.23.3dfed73eMerge pull request #27 from fluxcd/prune-utilsUpdates
github.com/fluxcd/pkg/ssafrom 0.72.0 to 0.73.0Commits
f1acb23Merge pull request #1191 from fluxcd/fix-58718f3546assa: fix incorrect object reference on SkippedActiona5fa28dMerge pull request #1190 from fluxcd/release-main7e9c0c0Prepare for release9a10458Merge pull request #1189 from fluxcd/refactor-auth1923cf3auth: refactor git credentialsUpdates
github.com/google/cel-gofrom 0.26.1 to 0.28.0Release notes
Sourced from github.com/google/cel-go's releases.
... (truncated)
Commits
6b8f6d6fix: cap format string precision to prevent memory exhaustion (#1292)d942970Default enable identifier escaping with backticks (#1295)7114ed2Preserve runtime error node IDs from Resolve (#1290)d91350bfix: cache concatList.Size() to prevent O(N^2) evaluation time (#1291)68bdd8cREPL -- cel-spec pb2 and json name support (#1294)d19e782Support zero-value literals in presence test inlining and fix shadowing bugs ...7c461fcLint fixes for import (#1287)09e3119Optionally include reachable fieldpaths in prompt (#1285)ae49cd0Json field names runtime support (#1286)3624b64Add checker, ast, and type-provider support for JSON names (#1283)Updates
github.com/onsi/gomegafrom 1.39.1 to 1.40.0Release notes
Sourced from github.com/onsi/gomega's releases.
Changelog
Sourced from github.com/onsi/gomega's changelog.
Commits
87ee9d3v1.40.0ea66027v1.40.0 (full)e3fd789update docs to reflect new versioning strategy7d4ee30first push to master-litee4a82d1Bump github/codeql-action from 3 to 4 (#875)af62723Bump rexml from 3.4.0 to 3.4.2 in /docs (#870)e164221Bump github.com/onsi/ginkgo/v2 from 2.28.0 to 2.28.1 (#895)334a282Bump faraday from 2.12.2 to 2.14.1 in /docs (#896)Updates
go.uber.org/zapfrom 1.27.1 to 1.28.0Release notes
Sourced from go.uber.org/zap's releases.
Changelog
Sourced from go.uber.org/zap's changelog.
Commits
5b81b37release v1.28.0 (#1547)0ab0d5azapcore: Add PreWriteHook for transforming entries before write (#1534)d278c59[chore] CI: test on Go 1.26 (#1535)16fb16bchore(dep): replace archived gopkg.in/yaml.v3 with officially maintained go.y...Updates
golang.org/x/textfrom 0.34.0 to 0.35.0Commits
7ca2c6dgo.mod: update golang.org/x dependencies73d1ba9all: upgrade go directive to at least 1.25.0 [generated]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 rebasewill rebase this PR@dependabot recreatewill recreate this PR, overwriting any edits that have been made to it@dependabot show <dependency name> ignore conditionswill show all of the ignore conditions of the specified dependency@dependabot ignore <dependency name> major versionwill 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 versionwill 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