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

Update misc modules (major) - autoclosed #458

Closed
wants to merge 1 commit into from

Conversation

renovate[bot]
Copy link
Contributor

@renovate renovate bot commented Aug 3, 2023

Mend Renovate

This PR contains the following updates:

Package Type Update Change
github.com/imdario/mergo replace major v0.3.13 -> v1.0.0
github.com/moby/moby replace major v20.10.22+incompatible -> v24.0.6+incompatible
oras.land/oras-go require major v1.2.2 -> v2.3.0

⚠ Dependency Lookup Warnings ⚠

Warnings were logged while processing this repo. Please check the Dependency Dashboard for more information.


Release Notes

imdario/mergo (github.com/imdario/mergo)

v1.0.0: 1.0.0 released with new module URL: dario.cat/mergo

Compare Source

This PR is a release containing 0.3.15 features but changing the module URL to dario.cat/mergo.

What's Changed

Full Changelog: darccio/mergo@v0.3.16...v1.0.0

v0.3.16: Announcement: v1.0.0 will be released on June 18th

Compare Source

This release doesn't contain code changes.

After 10 years, with many corner cases covered, very few issues pending (at least, comparing them with the usage of the library as part of Docker, Kubernetes, Datadog's agent, etc.), and a very stable API, I think it's time to release a 1.0.0 version.

This version will be released under a vanity URL: dario.cat/mergo

PS: although I'll make sure that github.com/imdario/mergo will be available, I'm going to also change my GitHub handle, so expect for a few minutes to not be able to pull from github.com/imdario as I fork it from the new handle to the old one.

PS2: I'm creating a discussion for this release to make sure we can have a conversation around the topic, and anything else about Mergo that you care about.

v0.3.15: Issues #​131, #​170, #​220, and #​202 fixed

Compare Source

v0.3.14: fix: Respect overwriteWithEmptySrc when merging maps #​231

Compare Source

moby/moby (github.com/moby/moby)

v24.0.6+incompatible

Compare Source

v24.0.5+incompatible

Compare Source

v24.0.4+incompatible

Compare Source

v24.0.3+incompatible

Compare Source

v24.0.2+incompatible

Compare Source

v24.0.1+incompatible

Compare Source

v24.0.0+incompatible

Compare Source

v23.0.6+incompatible

Compare Source

v23.0.5+incompatible

Compare Source

v23.0.4+incompatible

Compare Source

v23.0.3+incompatible

Compare Source

v23.0.2+incompatible

Compare Source

v23.0.1+incompatible

Compare Source

v23.0.0+incompatible

Compare Source

v20.10.25+incompatible

Compare Source

v20.10.24+incompatible

Compare Source

v20.10.23+incompatible

Compare Source


Configuration

📅 Schedule: Branch creation - "after 6am on thursday" (UTC), Automerge - At any time (no schedule defined).

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

Rebasing: Whenever PR becomes conflicted, or you tick the rebase/retry checkbox.

👻 Immortal: This PR will be recreated if closed unmerged. Get config help if that's undesired.


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

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

@renovate renovate bot requested a review from a team as a code owner August 3, 2023 06:54
@renovate renovate bot added dependencies Pull requests that update a dependency file renovate PR created by RenovateBot labels Aug 3, 2023
@renovate
Copy link
Contributor Author

renovate bot commented Aug 3, 2023

⚠ Artifact update problem

Renovate failed to update an artifact related to this branch. You probably do not want to merge this PR as-is.

♻ Renovate will retry this branch, including artifacts, only when one of the following happens:

  • any of the package files in this branch needs updating, or
  • the branch becomes conflicted, or
  • you click the rebase/retry checkbox if found above, or
  • you rename this PR's title to start with "rebase!" to trigger it manually

The artifact failure details are included below:

File name: go.sum
Command failed: docker run --rm --name=renovate_a_sidecar --label=renovate_a_child --memory=3584m -v "/tmp/worker/816345/16dec5/repos/github/giantswarm/helmclient":"/tmp/worker/816345/16dec5/repos/github/giantswarm/helmclient" -v "/tmp/worker/816345/16dec5/cache":"/tmp/worker/816345/16dec5/cache" -e GOPATH -e GOPROXY -e GOSUMDB -e GOFLAGS -e CGO_ENABLED -e GIT_CONFIG_KEY_0 -e GIT_CONFIG_VALUE_0 -e GIT_CONFIG_KEY_1 -e GIT_CONFIG_VALUE_1 -e GIT_CONFIG_KEY_2 -e GIT_CONFIG_VALUE_2 -e GIT_CONFIG_COUNT -e CONTAINERBASE_CACHE_DIR -w "/tmp/worker/816345/16dec5/repos/github/giantswarm/helmclient" ghcr.io/containerbase/sidecar:9.19.4 bash -l -c "install-tool golang 1.21.0 && go get -d -t ./... && go install github.com/marwan-at-work/mod/cmd/mod@latest && mod upgrade --mod-name=oras.land/oras-go -t=2 && go mod tidy && go mod tidy"
go: github.com/imdario/[email protected] (replaced by github.com/imdario/[email protected]): parsing go.mod:
	module declares its path as: dario.cat/mergo
	        but was required as: github.com/imdario/mergo

@renovate renovate bot force-pushed the renovate/major-misc-modules branch 4 times, most recently from 240bfab to 63a39c5 Compare August 9, 2023 12:59
@renovate renovate bot force-pushed the renovate/major-misc-modules branch from 63a39c5 to dda7e99 Compare August 14, 2023 12:06
@renovate renovate bot force-pushed the renovate/major-misc-modules branch from dda7e99 to 337edcd Compare August 30, 2023 05:06
@renovate renovate bot force-pushed the renovate/major-misc-modules branch from 337edcd to a123ca7 Compare September 5, 2023 21:48
@renovate
Copy link
Contributor Author

renovate bot commented Sep 11, 2023

Edited/Blocked Notification

Renovate will not automatically rebase this PR, because it does not recognize the last commit author and assumes somebody else may have edited the PR.

You can manually request rebase by checking the rebase/retry box above.

Warning: custom changes will be lost.

@renovate renovate bot changed the title Update misc modules (major) Update misc modules (major) - autoclosed Oct 24, 2023
@renovate renovate bot closed this Oct 24, 2023
@renovate renovate bot deleted the renovate/major-misc-modules branch October 24, 2023 07:32
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 file renovate PR created by RenovateBot
Projects
None yet
Development

Successfully merging this pull request may close these issues.

0 participants