Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

fix(deps): update module github.com/containers/common to v0.57.4 #156

Merged
merged 1 commit into from
Feb 5, 2024

Conversation

renovate[bot]
Copy link
Contributor

@renovate renovate bot commented Dec 7, 2023

Mend Renovate

This PR contains the following updates:

Package Change Age Adoption Passing Confidence
github.com/containers/common v0.57.0 -> v0.57.4 age adoption passing confidence

Release Notes

containers/common (github.com/containers/common)

v0.57.4

Compare Source

What's Changed

Full Changelog: containers/common@v0.57.3...v0.57.4

v0.57.3

Compare Source

What's Changed

Full Changelog: containers/common@v0.57.2...v0.57.3

v0.57.2

Compare Source

What's Changed

Full Changelog: containers/common@v0.57.1...v0.57.2

v0.57.1

Compare Source

What's Changed

Full Changelog: containers/common@v0.57.0...v0.57.1


Configuration

📅 Schedule: Branch creation - At any time (no schedule defined), Automerge - At any time (no schedule defined).

🚦 Automerge: Disabled by config. Please merge this manually once you are satisfied.

Rebasing: Whenever PR is behind base branch, or you tick the rebase/retry checkbox.

🔕 Ignore: Close this PR and you won't be reminded about this update again.


  • If you want to rebase/retry this PR, check this box

This PR has been generated by Mend Renovate. View repository job log here.

@vrothberg
Copy link
Member

@cevich have you seen the error below in other projects?

make validate
./build/golangci-lint run
../../../../../../../usr/lib/golang/src/net/http/internal/chunked.go:79:14: undefined: max (typecheck)
	cr.excess = max(cr.excess, 0)
	            ^
make: *** [Makefile:53: validate] Error 1

@cevich
Copy link
Member

cevich commented Dec 8, 2023

I don't recall seeing that specific one, but IIRC there is a golang version bump in rawhide. I ran into a possibly related/similar odd-ball issue in buildah where a combination of the golang version + package version (from renovate) was failing. Had to wait for an even newer package, bump the minimum version in go.mod, and rehash the vendoring.

On the off-chance it helps, there are some new images flowing out of containers/automation_images#316 you could try. In case the problem is due to something broken in rawhide, there's a newer one in that PR.

@cevich
Copy link
Member

cevich commented Dec 12, 2023

See also #157

@renovate renovate bot force-pushed the renovate/github.com-containers-common-0.x branch from 638e002 to 97bac1e Compare January 18, 2024 15:04
@renovate renovate bot changed the title fix(deps): update module github.com/containers/common to v0.57.1 fix(deps): update module github.com/containers/common to v0.57.2 Jan 18, 2024
@renovate renovate bot changed the title fix(deps): update module github.com/containers/common to v0.57.2 fix(deps): update module github.com/containers/common to v0.57.3 Jan 31, 2024
@renovate renovate bot force-pushed the renovate/github.com-containers-common-0.x branch 2 times, most recently from eccf77d to 10cd6b1 Compare February 2, 2024 00:06
@renovate renovate bot changed the title fix(deps): update module github.com/containers/common to v0.57.3 fix(deps): update module github.com/containers/common to v0.57.4 Feb 2, 2024
@renovate renovate bot force-pushed the renovate/github.com-containers-common-0.x branch from 10cd6b1 to a6b0130 Compare February 5, 2024 10:51
Signed-off-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
@renovate renovate bot force-pushed the renovate/github.com-containers-common-0.x branch from a6b0130 to 062cbb9 Compare February 5, 2024 10:52
@vrothberg
Copy link
Member

Rawhide's broken, so I force merge.

@vrothberg vrothberg merged commit 57e5d60 into main Feb 5, 2024
4 of 5 checks passed
@vrothberg vrothberg deleted the renovate/github.com-containers-common-0.x branch February 5, 2024 11:03
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants