build(deps): bump the minor-and-patch group across 1 directory with 6 updates - #282
Closed
dependabot[bot] wants to merge 1 commit into
Closed
build(deps): bump the minor-and-patch group across 1 directory with 6 updates#282dependabot[bot] wants to merge 1 commit into
dependabot[bot] wants to merge 1 commit into
Conversation
… updates Bumps the minor-and-patch group with 6 updates in the / directory: | Package | From | To | | --- | --- | --- | | [github.com/landlock-lsm/go-landlock](https://github.com/landlock-lsm/go-landlock) | `0.8.1` | `0.9.0` | | [github.com/sigstore/cosign/v3](https://github.com/sigstore/cosign) | `3.1.0` | `3.1.2` | | [github.com/testcontainers/testcontainers-go](https://github.com/testcontainers/testcontainers-go) | `0.42.0` | `0.43.0` | | [github.com/zclconf/go-cty](https://github.com/zclconf/go-cty) | `1.18.1` | `1.19.0` | | [golang.org/x/mod](https://github.com/golang/mod) | `0.37.0` | `0.38.0` | | [golang.org/x/net](https://github.com/golang/net) | `0.56.0` | `0.57.0` | Updates `github.com/landlock-lsm/go-landlock` from 0.8.1 to 0.9.0 - [Release notes](https://github.com/landlock-lsm/go-landlock/releases) - [Commits](landlock-lsm/go-landlock@v0.8.1...v0.9.0) Updates `github.com/sigstore/cosign/v3` from 3.1.0 to 3.1.2 - [Release notes](https://github.com/sigstore/cosign/releases) - [Changelog](https://github.com/sigstore/cosign/blob/main/CHANGELOG.md) - [Commits](sigstore/cosign@v3.1.0...v3.1.2) Updates `github.com/testcontainers/testcontainers-go` from 0.42.0 to 0.43.0 - [Release notes](https://github.com/testcontainers/testcontainers-go/releases) - [Commits](testcontainers/testcontainers-go@v0.42.0...v0.43.0) Updates `github.com/zclconf/go-cty` from 1.18.1 to 1.19.0 - [Release notes](https://github.com/zclconf/go-cty/releases) - [Changelog](https://github.com/zclconf/go-cty/blob/main/CHANGELOG.md) - [Commits](zclconf/go-cty@v1.18.1...v1.19.0) Updates `golang.org/x/mod` from 0.37.0 to 0.38.0 - [Commits](golang/mod@v0.37.0...v0.38.0) Updates `golang.org/x/net` from 0.56.0 to 0.57.0 - [Commits](golang/net@v0.56.0...v0.57.0) --- updated-dependencies: - dependency-name: github.com/landlock-lsm/go-landlock dependency-version: 0.9.0 dependency-type: direct:production update-type: version-update:semver-minor dependency-group: minor-and-patch - dependency-name: github.com/sigstore/cosign/v3 dependency-version: 3.1.2 dependency-type: direct:production update-type: version-update:semver-patch dependency-group: minor-and-patch - dependency-name: github.com/testcontainers/testcontainers-go dependency-version: 0.43.0 dependency-type: direct:production update-type: version-update:semver-minor dependency-group: minor-and-patch - dependency-name: github.com/zclconf/go-cty dependency-version: 1.19.0 dependency-type: direct:production update-type: version-update:semver-minor dependency-group: minor-and-patch - dependency-name: golang.org/x/mod dependency-version: 0.38.0 dependency-type: direct:production update-type: version-update:semver-minor dependency-group: minor-and-patch - dependency-name: golang.org/x/net dependency-version: 0.57.0 dependency-type: direct:production update-type: version-update:semver-minor dependency-group: minor-and-patch ... Signed-off-by: dependabot[bot] <support@github.com>
handcaught
added a commit
that referenced
this pull request
Jul 31, 2026
Replaces five conflicting dependabot PRs. #282 and #272 both rewrote sdk/go.mod, and #282 and #273 both rewrote workflow/go.mod, so they could not land independently. Go modules (direct bumps; indirect churn follows from `go mod tidy`): github.com/landlock-lsm/go-landlock v0.9.0 (root) github.com/testcontainers/testcontainers-go v0.43.0 (root) github.com/zclconf/go-cty v1.19.0 (root, workflow) golang.org/x/mod v0.38.0 (root, workflow, tools) golang.org/x/net v0.57.0 (root, sdk) GitHub Actions: actions/checkout v6.0.2 -> v7.0.0 (17 uses across 3 workflows) actions/cache v5 -> v6 (7 uses across 2 workflows) Deliberately NOT included: github.com/sigstore/cosign/v3 v3.1.0 -> v3.1.2. go.work unifies module versions across the four modules, so a root bump changes what tools/ resolves. cosign v3.1.2 pulls opa v1.17.1 and sigs.k8s.io/release-utils v0.12.4, both requiring tablewriter v1.1.4; golangci-lint v1.64.8 pins revive v1.7.0, which uses the tablewriter v0.0.5 API removed in v1.x. The two cannot coexist in one workspace, and `make ci` fails building bin/golangci-lint. Landing the cosign patch needs golangci-lint upgraded to a release whose revive supports tablewriter v1.x — a v1->v2 config migration that does not belong in a dependency sweep. Tracked separately. `make ci` and `make vuln-scan` both pass. Co-authored-by: Dave Sanderson <dave@brokenbots.net>
Member
|
Superseded by #292, which consolidates these five updates into a single change. #282/#272 both rewrote All bumps from this PR are included in #292 except |
Contributor
Author
|
This pull request was built based on a group rule. Closing it will not ignore any of these versions in future pull requests. To ignore these dependencies, configure ignore rules in dependabot.yml |
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 minor-and-patch group with 6 updates in the / directory:
0.8.10.9.03.1.03.1.20.42.00.43.01.18.11.19.00.37.00.38.00.56.00.57.0Updates
github.com/landlock-lsm/go-landlockfrom 0.8.1 to 0.9.0Release notes
Sourced from github.com/landlock-lsm/go-landlock's releases.
Commits
e573f52sample tools: use landlock.V9b5df300Update documentation references to V9 where neededcb288e5landlock: add support for Landlock ABI v9Updates
github.com/sigstore/cosign/v3from 3.1.0 to 3.1.2Release notes
Sourced from github.com/sigstore/cosign/v3's releases.
... (truncated)
Commits
193d215Remove unused policy evaluation code (#4936)eb3bb86Guard against empty certificate PEM in mutate.Signature (#4998)089731cfix(download): Validate predicate type for new bundle formatd996ce1Skip nil subject entries in IntotoSubjectClaimVerifier (#5016)8ca5b20Fix Makefile: fall back to "unknown" version info when built outside a git re...df78bf6fix(verify): skip identity validation for security keys (#5012)ee51b53chore(deps): bump golang in the all group across 1 directory (#4950)aebdc3afix: include artifactType in OCI 1.1 signature referrer manifest816f2b6Deprecate --payload for sign and verify commands (#4991)c0edaacAllow attestation download to handle both bundle types (#4996)Updates
github.com/testcontainers/testcontainers-gofrom 0.42.0 to 0.43.0Release notes
Sourced from github.com/testcontainers/testcontainers-go's releases.
... (truncated)
Commits
0835739chore: use new version (v0.43.0) in modules and examples85b6d70chore(deps): update dependencies to latest versions in go.mod and go.sum (#3729)8360f71feat(k3s): pull image opts (#3716)b5e7022chore: bump sshd-docker image to 1.4.0 (#3727)1c05dd5chore(deps): bump Ryuk to v0.14.0 (#3313)96ab095feat(wait): implement AnyMultiStrategy: ForAny equivalent to ForAll. (#3719)42ac7d2chore(wait)!: change url callback in wait.ForSQL to accept network.Port (#3650)ab312e0chore(deps): bump github.com/shirou/gopsutil/v4 from 4.26.4 to 4.26.5 (#3713)c5c95e5chore(deps): bump golang.org/x/sys from 0.44.0 to 0.45.0 (#3712)465d002chore(deps): bump mkdocs-include-markdown-plugin from 7.2.2 to 7.3.0 (#3711)Updates
github.com/zclconf/go-ctyfrom 1.18.1 to 1.19.0Changelog
Sourced from github.com/zclconf/go-cty's changelog.
Commits
749fb01v1.19.0f6d59faValueMarks.Has and ValueMarks.Insertdb1a410Use Unicode 17 text segmentation rules on Go 1.27c8df667json: Compensate for different JSON error message in Go1.279d8f06econvert: Fix incorrect format string in TestSortTypesUpdates
golang.org/x/modfrom 0.37.0 to 0.38.0Commits
792ac16go.mod: update golang.org/x dependenciesfe2ec04all: fix some comments to improve readabilityUpdates
golang.org/x/netfrom 0.56.0 to 0.57.0Commits
b8f09f6go.mod: update golang.org/x dependenciesf05f21bidna: reject all-ASCII xn-- labels on all Go versions0f748cfinternal/http3: clean up stream I/O methods usages in tests0bb961einternal/http3: add net/http.ResponseController support0ca694dwebdav: document Dir's lack of defense against filesystem modificationbd5f1dchttp2: initialize Transport on NewClientConn488ff63bpf: add security considerations to package docs93d1f25xsrftoken: avoid token collisions5a3baeeinternal/http3: prevent panic in QPACK decoder due to overflowDependabot 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