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

chore(deps): update all #2

Open
wants to merge 1 commit into
base: master
Choose a base branch
from
Open

chore(deps): update all #2

wants to merge 1 commit into from

Conversation

renovate[bot]
Copy link

@renovate renovate bot commented Sep 13, 2019

Mend Renovate

This PR contains the following updates:

Package Type Update Change Age Adoption Passing Confidence
alpine final minor 3.10 -> 3.19 age adoption passing confidence
circleci/golang docker minor 1.12 -> 1.17 age adoption passing confidence
github.com/mattn/go-zglob require patch v0.0.1 -> v0.0.4 age adoption passing confidence
github.com/pkg/errors require minor v0.8.1 -> v0.9.1 age adoption passing confidence
golang stage minor 1.12-alpine -> 1.22-alpine age adoption passing confidence
gopkg.in/urfave/cli.v2 require minor v2.0.0-20180128182452-d3ae77c26ac8 -> v2.27.2 age adoption passing confidence
gopkg.in/yaml.v3 require patch v3.0.0-20190709130402-674ba3eaed22 -> v3.0.1 age adoption passing confidence

Release Notes

mattn/go-zglob (github.com/mattn/go-zglob)

v0.0.4

Compare Source

v0.0.3

Compare Source

v0.0.2

Compare Source

pkg/errors (github.com/pkg/errors)

v0.9.1: errors 0.9.1

Compare Source

pkg/errors 0.9.1 is a bug fix release for errors 0.9.0. This restore the previous behaviour on Cause method, this behaviour was changed on the PR: #​215 and many breaking changes was produced by that.

v0.9.0: errors 0.9.0

Compare Source

errors 0.9.0 is a preparation release for a 1.0 final release. Also we were working on removing support for Go 1.8, 1.9 and 1.10 and earlier, and become compatible this package with new way of errors on Go 1.13.

We tried to move into runtime.CallerFrames but this was not possible, you can show the explanation here: Issue 188.

The motivation for do the backward compatible this package with Go 1.13 is that you can migrate the easy way for this to the new way.

Now you could use the methods, Is and As, and the Unwrap() interface like on the standard library.

The method Cause is now compatible with fmt.Errorf("%w", err) and with the Unwrap() interface.

On the same way the methods related with wrapping on this package now are compatible with Cause and Unwrap() interface.

Improvements

Bugs fixed

  • .travis.yml Adjust Go versions. Thanks @​komuw, @​aperezg
  • minor fix in an example to print Stack Trace. Thanks @​bep.
  • Remove not necessary code.
  • Clean up documentation. Thanks @​seh.
urfave/cli (gopkg.in/urfave/cli.v2)

v2.27.2

Compare Source

What's Changed

New Contributors

Full Changelog: urfave/cli@v2.27.1...v2.27.2

v2.27.1

Compare Source

What's Changed

Full Changelog: urfave/cli@v2.27.0...v2.27.1

v2.27.0

Compare Source

What's Changed

Full Changelog: urfave/cli@v2.26.0...v2.27.0

v2.26.0

Compare Source

What's Changed

New Contributors

Full Changelog: urfave/cli@v2.25.7...v2.26.0

v2.25.7

Compare Source

What's Changed

Full Changelog: urfave/cli@v2.25.6...v2.25.7

v2.25.6

Compare Source

What's Changed

Full Changelog: urfave/cli@v2.25.5...v2.25.6

v2.25.5

Compare Source

What's Changed

Full Changelog: urfave/cli@v2.25.4...v2.25.5

v2.25.4

Compare Source

What's Changed
New Contributors

Full Changelog: urfave/cli@v2.25.3...v2.25.4

v2.25.3

Compare Source

What's Changed

New Contributors

Full Changelog: urfave/cli@v2.25.2...v2.25.3

v2.25.2

Compare Source

What's Changed

New Contributors

Full Changelog: urfave/cli@v2.25.1...v2.25.2

v2.25.1

Compare Source

What's Changed

New Contributors

Full Changelog: urfave/cli@v2.25.0...v2.25.1

v2.25.0

Compare Source

What's Changed

New Contributors

Full Changelog: urfave/cli@v2.24.4...v2.25.0

v2.24.4

Compare Source

What's Changed

New Contributors

Full Changelog: urfave/cli@v2.24.3...v2.24.4

v2.24.3

Compare Source

What's Changed

Full Changelog: urfave/cli@v2.24.2...v2.24.3

v2.24.2

Compare Source

What's Changed

New Contributors

Full Changelog: urfave/cli@v2.24.1...v2.24.2

v2.24.1

Compare Source

What's Changed

Full Changelog: urfave/cli@v2.24.0...v2.24.1

v2.24.0

Compare Source

What's Changed

Full Changelog: urfave/cli@v2.23.10...v2.24.0

v2.23.10

Compare Source

What's Changed

Full Changelog: urfave/cli@v2.23.9...v2.23.10

v2.23.9

Compare Source

What's Changed

New Contributors

Full Changelog: urfave/cli@v2.23.8...v2.23.9

v2.23.8

Compare Source

What's Changed

Full Changelog: urfave/cli@v2.23.7...v2.23.8

v2.23.7

Compare Source

What's Changed

Full Changelog: urfave/cli@v2.23.6...v2.23.7

v2.23.6

Compare Source

What's Changed

Full Changelog: urfave/cli@v2.23.5...v2.23.6

v2.23.5

Compare Source

What's Changed

New Contributors

Full Changelog: urfave/cli@v2.23.4...v2.23.5

v2.23.4

Compare Source

What's Changed

Full Changelog: urfave/cli@v2.23.3...v2.23.4

v2.23.3

Compare Source

What's Changed

New Contributors

Full Changelog: urfave/cli@v2.23.2...v2.23.3

Note. This is considered a minor release even though it has a new "feature" i.e support for int64slice for alstrc flags. The int64slice is verbatim copy of existing code and doesnt include any new behaviour compared to other altsrc flags.

v2.23.2

Compare Source

What's Changed

Full Changelog: urfave/cli@v2.23.1...v2.23.2

v2.23.1

Compare Source

What's Changed

Full Changelog: urfave/cli@v2.23.0...v2.23.1

v2.23.0

Compare Source

What's Changed

Full Changelog: urfave/cli@v2.22.0...v2.23.0

v2.22.0

Compare Source

What's Changed

Full Changelog: urfave/cli@v2.21.0...v2.22.0

v2.21.0

Compare Source

What's Changed

Full Changelog: urfave/cli@v2.20.5...v2.21.0

v2.20.5

Compare Source

What's Changed

New Contributors

Full Changelog: urfave/cli@v2.20.4...v2.20.5

v2.20.4

Compare Source

What's Changed

New Contributors

Full Changelog: urfave/cli@v2.20.3...v2.20.4

v2.20.3

Compare Source

What's Changed

Full Changelog: urfave/cli@v2.20.2...v2.20.3

v2.20.2

Compare Source

What's Changed

Full Changelog: urfave/cli@v2.20.1...v2.20.2

v2.20.1

Compare Source

What's Changed

Full Changelog: urfave/cli@v2.20.0...v2.20.1

v2.20.0

Compare Source

What's Changed

Full Changelog: urfave/cli@v2.19.3...v2.20.0

v2.19.3

Compare Source

What's Changed

Full Changelog: urfave/cli@v2.19.2...v2.19.3

v2.19.2

Compare Source

What's Changed

New Contributors

Full Changelog: urfave/cli@v2.19.1...v2.19.2

v2.19.1

Compare Source

What's Changed

Full Changelog: urfave/cli@v2.19.0...v2.19.1

v2.19.0

Compare Source

What's Changed

Full Changelog: urfave/cli@v2.18.2...v2.19.0

v2.18.2

Compare Source

What's Changed

New Contributors

Full Changelog: urfave/cli@v2.18.1...v2.18.2

v2.18.1

Compare Source

What's Changed

Full Changelog: urfave/cli@v2.18.0...v2.18.1

v2.18.0

Compare Source

What's Changed

New Contributors

Full Changelog: urfave/cli@v2.17.2...v2.18.0

v2.17.2

Compare Source

What's Changed

New Contributors

Full Changelog: urfave/cli@v2.17.1...v2.17.2

v2.17.1

Compare Source

What's Changed

Full Changelog: urfave/cli@v2.17.0...v2.17.1

v2.17.0

Compare Source

What's Changed

New Contributors

Full Changelog: urfave/cli@v2.16.6...v2.17.0

v2.16.6

Compare Source

What's Changed

New Contributors

Full Changelog: urfave/cli@v2.16.5...v2.16.6

v2.16.5

Compare Source

What's Changed

Full Changelog: urfave/cli@v2.16.4...v2.16.5

v2.16.4

Compare Source

What's Changed

Full Changelog: urfave/cli@v2.16.3...v2.16.4

v2.16.3

Compare Source

What's Changed

Full Changelog: urfave/cli@v2.16.2...v2.16.3

v2.16.2

Compare Source

What's Changed

Full Changelog: urfave/cli@v2.16.1...v2.16.2

v2.16.1

Compare Source

What's Changed

Full Changelog: urfave/cli@v2.16.0...v2.16.1

v2.16.0

Compare Source

What's Changed

Full Changelog: urfave/cli@v2.15.0...v2.16.0

v2.15.0

Compare Source

What's Changed

Full Changelog: urfave/cli@v2.14.2...v2.15.0

v2.14.2

Compare Source

What's Changed

Full Changelog: urfave/cli@v2.14.1...v2.14.2

v2.14.1

Compare Source

What's Changed

New Contributors

Full Changelog: urfave/cli@v2.14.0...v2.14.1

v2.14.0

Compare Source

What's Changed

New Contributors

Full Changelog: urfave/cli@v2.13.0...v2.14.0

v2.13.0

Compare Source

What's Changed

New Contributors

Full Changelog: urfave/cli@v2.12.3...v2.13.0

v2.12.3

Compare Source

What's Changed

New Contributors

Full Changelog: urfave/cli@v2.12.1...v2.12.3

v2.12.2

Compare Source

What's Changed

New Contributors

Full Changelog: urfave/cli@v2.12.1...v2.12.2

v2.12.1

Compare Source

Full Changelog: urfave/cli@v2.11.5...v2.12.1

v2.12.0

Compare Source

Full Changelog: urfave/cli@v2.11.2...v2.12.0

v2.11.5

Compare Source

Full Changelog: urfave/cli@v2.11.2...v2.11.5

v2.11.4

Compare Source

Full Changelog: urfave/cli@v2.11.2...v2.11.4

v2.11.3

Compare Source

Full Changelog: urfave/cli@v2.11.2...v2.11.3

v2.11.2

Compare Source

What's Changed

New Contributors

Full Changelog: urfave/cli@v2.11.1...v2.11.2

v2.11.1

Compare Source

What's Changed

New Contributors

Full Changelog: urfave/cli@v2.11.0...v2.11.1

v2.11.0

Compare Source

What's Changed

New Contributors

Full Changelog: urfave/cli@v2.10.3...v2.11.0

v2.10.3

Compare Source

What's Changed

Full Changelog: urfave/cli@v2.10.2...v2.10.3

v2.10.2

Compare Source

What's Changed

Full Changelog: urfave/cli@v2.10.1...v2.10.2

v2.10.1

Compare Source

What's Changed

Full Changelog: urfave/cli@v2.10.0...v2.10.1

v2.10.0

Compare Source

What's Changed

Full Changelog: urfave/cli@v2.9.0...v2.10.0

v2.9.0

Compare Source

What's Changed

New Contributors

Full Changelog: urfave/cli@v2.8.1...v2.9.0

v2.8.1

Compare Source

What's Changed


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 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
Copy link
Author

renovate bot commented Sep 13, 2019

⚠️ 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 check 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_go --label=renovate_child -v "/mnt/renovate/gh/moul/fs-bundler":"/mnt/renovate/gh/moul/fs-bundler" -v "/tmp/renovate-cache":"/tmp/renovate-cache" -v "/tmp/renovate-cache/others/go":"/tmp/renovate-cache/others/go" -e GOPATH -e CGO_ENABLED -w "/mnt/renovate/gh/moul/fs-bundler" docker.io/renovate/go:1.12.17 bash -l -c "git config --global url.\"https://**redacted**@github.com/\".insteadOf \"https://github.com/\" && go get -d ./..."
go: finding github.com/pkg/errors v0.9.1
go: finding github.com/mattn/go-zglob v0.0.3
go: finding gopkg.in/yaml.v3 v3.0.0-20190709130402-674ba3eaed22
go: finding gopkg.in/urfave/cli.v2 v2.3.0
go: finding gopkg.in/check.v1 v0.0.0-20161208181325-20d25e280405
go: gopkg.in/urfave/cli.v2@v2.3.0: go.mod has non-....v2 module path "github.com/urfave/cli/v2" at revision v2.3.0
go: error loading module requirements

@trafico-bot trafico-bot bot added the 🔍 Ready for Review Pull Request is not reviewed yet label Sep 13, 2019
@renovate renovate bot changed the title chore(deps): update module urfave/cli to v2.0.0-alpha chore(deps): update module urfave/cli to v2.0.0-alpha.2 Sep 15, 2019
@renovate renovate bot changed the title chore(deps): update module urfave/cli to v2.0.0-alpha.2 chore(deps): update module urfave/cli to v2.0.0 Nov 21, 2019
@renovate renovate bot changed the title chore(deps): update module urfave/cli to v2.0.0 chore(deps): update module urfave/cli to v2.1.1 Dec 30, 2019
@renovate renovate bot changed the title chore(deps): update module urfave/cli to v2.1.1 chore(deps): update all Jan 18, 2020
@renovate renovate bot changed the title chore(deps): update all fix(deps): update all Apr 26, 2021
@auto-add-label auto-add-label bot added the bug Something isn't working label Apr 26, 2021
@renovate renovate bot changed the title fix(deps): update all chore(deps): update all docker tags May 9, 2021
@renovate
Copy link
Author

renovate bot commented May 9, 2021

⚠️ 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 check 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_go --label=renovate_child -v "/mnt/renovate/gh/moul/fs-bundler":"/mnt/renovate/gh/moul/fs-bundler" -v "/tmp/renovate-cache":"/tmp/renovate-cache" -v "/tmp/renovate-cache/others/go":"/tmp/renovate-cache/others/go" -e GOPATH -e CGO_ENABLED -w "/mnt/renovate/gh/moul/fs-bundler" docker.io/renovate/go:1.16.3 bash -l -c "git config --global url.\"https://**redacted**@github.com/\".insteadOf \"https://github.com/\" && go get -d ./..."
go: gopkg.in/urfave/cli.v2@v2.3.0: parsing go.mod:
	module declares its path as: github.com/urfave/cli/v2
	        but was required as: gopkg.in/urfave/cli.v2

@auto-add-label auto-add-label bot added dependencies and removed bug Something isn't working labels May 9, 2021
@renovate
Copy link
Author

renovate bot commented Oct 18, 2021

⚠ 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: go get -d -t ./...
go: gopkg.in/urfave/cli.v2@v2.27.2: parsing go.mod:
	module declares its path as: github.com/urfave/cli/v2
	        but was required as: gopkg.in/urfave/cli.v2

@renovate renovate bot changed the title chore(deps): update all docker tags chore(deps): update all Mar 7, 2022
@renovate renovate bot force-pushed the renovate/all branch 2 times, most recently from 13ead2b to 0cb24dc Compare June 24, 2022 01:32
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
dependencies 🔍 Ready for Review Pull Request is not reviewed yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

0 participants