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 all (major) #423

Closed
wants to merge 1 commit into from
Closed

fix(deps): update all (major) #423

wants to merge 1 commit into from

Conversation

renovate[bot]
Copy link

@renovate renovate bot commented Apr 24, 2021

WhiteSource Renovate

This PR contains the following updates:

Package Type Update Change
github.com/Masterminds/sprig require major v2.22.0+incompatible -> v3.2.2
github.com/shirou/gopsutil require major v2.20.9+incompatible -> v3.21.5
github.com/urfave/cli require major v1.22.5 -> v2.3.0

Release Notes

Masterminds/sprig

v3.2.2

Compare Source

This release is here simply to satisfy the Go module system. The code is precisely the same as v3.2.1.

v3.2.1

Compare Source

This is a security release for Masterminds/goutils v1.1.1. See the Security Advisory.

Changelog

Release 3.2.1 (2021-02-04)

Changed

v3.2.0

Compare Source

Added
Changed
  • Removed testing and support for Go 1.12. ed25519 support requires Go 1.13 or newer
  • Using semver 3.1.1 and mergo 0.3.11
Fixed

NOTE: The dependency github.com/imdario/mergo reverted the breaking change in
0.3.9 via 0.3.10 release.

v3.1.0

Compare Source

NOTE: The dependency github.com/imdario/mergo made a behavior change in 0.3.9
that impacts sprig functionality. Do not use sprig with a version newer than 0.3.8.

Added
Changed
Fixed

v3.0.2

Compare Source

Fixed
  • #​220: Updating to semver v3.0.3 to fix issue with <= ranges
  • #​218: fix typo elyptical->elliptic in ecdsa key description (thanks @​laverya)

v3.0.1

Compare Source

Fixed

  • #​212: Updated semver fixing broken constraint checking with ^0.0

v3.0.0

Compare Source

Sprig v3 brings some changes while retaining the same Go API. This should enable projects to migrate to v3 with relative ease.

You might be wondering, why increment the major version if the Go API didn't break? The reason for that is some edge case behavior changed. Most importantly the use of ^ while handling major version 0 use cases with semver. To be cautious, the major version of sprig was incremented to limit the number of surprises.

Added
Changed
  • #​186: Moving dependency management to Go modules
  • #​186: Updated semver to v3. This has changes in the way ^ is handled
  • #​194: Updated documentation on merging and how it copies. Added example using deepCopy
  • #​196: trunc now supports negative values (thanks @​Dean-Coakley)
shirou/gopsutil

v3.21.5

Compare Source

v3.21.4

Compare Source

v3.21.3

Compare Source

v3.21.2

Compare Source

v3.21.1

Compare Source

v3.20.12

Compare Source

v3.20.11

Compare Source

v3.20.10

Compare Source

urfave/cli

v2.3.0

Compare Source

These release notes were written for the git hash 09ac54c.

Fixed

Changed

Added

v2.2.0

Compare Source

These release notes were written for the git hash d648edd

Fixed

Changed

Added

v2.1.1

Compare Source

Fixed a Context regression introduced in v2.1.0 in urfave/cli#1014 via @​lynncyrin

v2.1.0

Compare Source

These release notes were written for the git hash ae84df4cef4a2a6f1a0cb1d41ea0f3af8755e5a8

Fixed
Changed
Added

v2.0.0

Compare Source

V2 was merged in urfave/cli#892, which included the work of all of these contributors: @​asahasrabuddhe, @​meatballhat, @​jszwedko, @​lynncyrin, @​AudriusButkevicius, @​saschagrunert, @​rliebz, @​johnweldon, @​nlewo, @​grubernaut, @​OneOfOne, @​VMitov, @​cbranch, @​marwan-at-work, @​uudashr, @​bfreis

Discuss the state of V2 here => urfave/cli#826


Added
  • Added NewStringSlice and NewIntSlice for creating their related types
  • Added Float64SliceFlag for unmarshaling a list of floats from the user
  • Added Context.Lineage to get all contexts from current up to global
  • Added Context.LocalFlagNames to get the flag names from only the current context
  • Added BoolFlag.Value to handle both default-false and default-true
  • Added IsSet method to the Flag interface which allows us to detect whether or not a flag has been set
Changed
  • Occurrences of []Command have been changed to []*Command
  • Occurrences of []cli.Flag have been changed to []*cli.Flag
  • Context.FlagNames now returns all flags in the context lineage
  • Context.IsSet now considers the full context lineage
Removed
  • Removed Global* flags since all flags are now global
    • when updating, replace GlobalBool with Bool
    • and GlobalInt with Int
    • and GlobalString with String
    • and so on for any other global flags
  • Removed Context.Parent method, as this is now available via Context.Lineage
    • when updating, replace Context.Parent() with Context.Lineage()[1]
  • Removed the App.Author and App.Email
    • these have been replaced with the Authors []*Author field
  • Removed the ability to specify multiple entries in the Command.Name field
    • when updating, replace Name: "a, b, c" with Name: "a", Aliases: []string{"b", "c"}
  • Removed the Command.ShortName field
    • when updating, replace ShortName: "i" with Aliases: []string{"i"}
  • Removed all Context.Global* methods, as the non-global versions now traverse up
    the context lineage automatically.
  • Removed the ability to specify &StringSlice{...string} or &IntSlice{...int}.
  • Removed adapter code for deprecated Action func signature
  • Removed BoolTFlag and related code, as this is now available via BoolFlag.Value

Configuration

📅 Schedule: 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 WhiteSource Renovate. View repository job log here.

@renovate renovate bot requested a review from moul as a code owner April 24, 2021 07:41
@auto-add-label auto-add-label bot added the Bug label Apr 24, 2021
@renovate renovate bot force-pushed the renovate/major-all branch 3 times, most recently from d0f4054 to 8adda0c Compare April 24, 2021 22:34
@renovate renovate bot force-pushed the renovate/major-all branch 2 times, most recently from 085634a to 7217bd9 Compare May 1, 2021 13:19
@renovate
Copy link
Author

renovate bot commented May 1, 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/assh":"/mnt/renovate/gh/moul/assh" -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/assh" docker.io/renovate/go:1.14.15 bash -l -c "git config --global url.\"https://**redacted**@github.com/\".insteadOf \"https://github.com/\" && go get -d ./... && go mod tidy && go mod tidy"
go: downloading github.com/haklop/gnotifier v0.0.0-20140909091139-0de36badf601
go: downloading github.com/docker/libcompose v0.4.0
go: downloading github.com/awalterschulze/gographviz v2.0.3+incompatible
go: finding module for package github.com/shirou/gopsutil/process
go: downloading github.com/mattn/go-zglob v0.0.3
go: downloading github.com/shirou/gopsutil v3.21.4+incompatible
go: downloading github.com/flynn/go-shlex v0.0.0-20150515145356-3f9db97f8568
go: downloading github.com/docker/docker v1.13.1
go: downloading github.com/guelfey/go.dbus v0.0.0-20131113121618-f6a3a2366cc3
go: downloading github.com/deckarep/gosx-notifier v0.0.0-20180201035817-e127226297fb
go: finding module for package github.com/urfave/cli
go: downloading github.com/urfave/cli v1.22.5
go: downloading github.com/spf13/cobra v1.1.3
go: downloading golang.org/x/crypto v0.0.0-20201112155050-0c6587e931a9
go: downloading github.com/bugsnag/osext v0.0.0-20130617224835-0dd3f918b21b
go: downloading github.com/mgutz/ansi v0.0.0-20200706080929-d51e80ef957d
go: downloading golang.org/x/sys v0.0.0-20210217105451-b926d437f341
go: finding module for package github.com/Masterminds/sprig
go: downloading github.com/Masterminds/sprig v2.22.0+incompatible
go: downloading gopkg.in/yaml.v2 v2.4.0
go: downloading github.com/inconshreveable/mousetrap v1.0.0
go: downloading gopkg.in/ini.v1 v1.57.0
go: downloading github.com/spf13/afero v1.2.2
go: downloading github.com/moul/flexyaml v0.0.0-20171225152558-f458bfa8afe2
go: downloading google.golang.org/protobuf v1.24.0
go: downloading github.com/mattn/go-colorable v0.1.6
go: downloading github.com/dustin/go-humanize v1.0.0
go: downloading github.com/mitchellh/mapstructure v1.3.1
go: found github.com/urfave/cli in github.com/urfave/cli v1.22.5
go: found github.com/shirou/gopsutil/process in github.com/shirou/gopsutil v3.21.4+incompatible
go: found github.com/Masterminds/sprig in github.com/Masterminds/sprig v2.22.0+incompatible
go: downloading github.com/tklauser/go-sysconf v0.3.4
go: downloading github.com/StackExchange/wmi v0.0.0-20190523213315-cbe66965904d
go: downloading github.com/Masterminds/goutils v1.1.1
go: downloading github.com/google/uuid v1.1.1
go: downloading github.com/mitchellh/copystructure v1.0.0
go: downloading github.com/huandu/xstrings v1.3.1
go: downloading github.com/Masterminds/semver v1.5.0
go: downloading github.com/cpuguy83/go-md2man/v2 v2.0.0
go: downloading github.com/mitchellh/reflectwalk v1.0.1
go: downloading github.com/go-ole/go-ole v1.2.4
go: downloading github.com/russross/blackfriday/v2 v2.0.1
go: downloading github.com/tklauser/numcpus v0.2.1
go: downloading github.com/shurcooL/sanitized_anchor_name v1.0.0
go: downloading github.com/stretchr/testify v1.6.1
go: downloading golang.org/x/tools v0.0.0-20191112195655-aa38f8e97acc
go: downloading github.com/google/go-cmp v0.4.0
go: downloading github.com/go-playground/assert/v2 v2.0.1
go: downloading gopkg.in/yaml.v3 v3.0.0-20200313102051-9f266ea9e77c
go: downloading github.com/smartystreets/goconvey v1.6.4
go: downloading github.com/smartystreets/assertions v0.0.0-20180927180507-b2de0cb4f26d
go: downloading github.com/jtolds/gls v4.20.0+incompatible
go: downloading github.com/gopherjs/gopherjs v0.0.0-20181017120253-0766667cb4d1
moul.io/assh/v2/pkg/commands imports
	github.com/spf13/viper imports
	gopkg.in/ini.v1: fstatat /tmp/renovate-cache/others/go/pkg/mod/gopkg.in/ini.v1@v1.57.0: permission denied
moul.io/assh/v2/pkg/commands imports
	github.com/spf13/viper imports
	gopkg.in/yaml.v2: fstatat /tmp/renovate-cache/others/go/pkg/mod/gopkg.in/yaml.v2@v2.4.0: permission denied
moul.io/assh/v2 imports
	go.uber.org/zap tested by
	go.uber.org/zap.test imports
	github.com/stretchr/testify/assert imports
	gopkg.in/yaml.v3: fstatat /tmp/renovate-cache/others/go/pkg/mod/gopkg.in/yaml.v3@v3.0.0-20200313102051-9f266ea9e77c: permission denied

@renovate renovate bot force-pushed the renovate/major-all branch from 7217bd9 to 1f70fab Compare June 1, 2021 08:21
@moul moul closed this Jun 11, 2021
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants