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 all dependencies Docker tags #14

Merged
merged 1 commit into from
Jun 20, 2021
Merged

Conversation

renovate[bot]
Copy link
Contributor

@renovate renovate bot commented May 1, 2021

WhiteSource Renovate

This PR contains the following updates:

Package Type Update Change
alpine final minor 3.13 -> 3.14
github.com/cloudevents/sdk-go/v2 require minor v2.3.1 -> v2.4.1
github.com/cloudflare/cloudflare-go require minor v0.15.0 -> v0.17.0
github.com/spf13/viper require minor v1.7.1 -> v1.8.0
k8s.io/api require minor v0.20.5 -> v0.21.2
k8s.io/apimachinery require minor v0.20.5 -> v0.21.2
k8s.io/client-go require minor v0.20.5 -> v0.21.2

Release Notes

cloudevents/sdk-go

v2.4.1

Compare Source

General

Thanks:

v2.4.0

Compare Source

General

WARNING: We had to introduce a breaking change to importing client.EventTraceAttributes, this can now be found in a new import:

import "github.com/cloudevents/sdk-go/observability/opencensus/v2/client"

// Then use:
_ = client.EventTraceAttributes

Diff:

+       "github.com/cloudevents/sdk-go/observability/opencensus/v2/client"
-       "github.com/cloudevents/sdk-go/v2/client"
Websockets
HTTP
STAN
Kafka
AMQP

Thanks

Thank you to everyone who has used and contributed to the CloudEvents SDK for Golang, special shoutouts to:

cloudflare/cloudflare-go

v0.17.0

Compare Source

Improvements
  • Consistent URL formatting across all resources (#​626)
  • Add AOP per hostname certificates listing (#​636)
  • Fix usage of assert.Equals usage for HTTP methods (#​630)
  • Add CreatedOn and ModifiedOn to the ZoneLockdown struct (#​639)
  • Add ExpiresAt to Access service token creation response (#​640)
Features
  • Add support for device posture (#​625)
  • Add device posture rule type for Access Group (#​622)
  • Add Gateway Teams List (#​624)
  • Add waiting room (#​627)
  • Add keyless SSL (#​628)

v0.16.0

Compare Source

Improvements
  • errors: Add helper methods for searching in slices
Features
  • Adds GetWorker route API (singular) endpoint
  • Add login_method rule for Access
spf13/viper

v1.8.0

Compare Source

This is a maintenance release primarily containing fixes and improvements. The most prominent change is the etcd update to 3.5.0. Thanks to proper Go modules support, the dependency graph became much smaller.

## Changes

Added
  • Allow BindEnv to register multiple environment variables
  • Support for accessing slices
  • Experimental WASM support: Viper compiles on WASM
  • INI load options
Changed
  • Ensure BindPFlag detects a nil flag parameter
Fixed
  • Merging a key into a nil target
  • Panics during saving INI files
Security
  • Updated etcd to 3.5 which should make a lot of false positive vulnerability reports disappear

In addition to the above changes, this release comes with tons of minor improvements, documentation changes an dependency updates. Find more details in the 1.8.0 milestone.

Many thanks to everyone who contributed to this release!

kubernetes/api

v0.21.2

Compare Source

v0.21.1

Compare Source

v0.21.0

Compare Source

v0.20.8

Compare Source

v0.20.7

Compare Source

v0.20.6

Compare Source

kubernetes/apimachinery

v0.21.2

Compare Source

v0.21.1

Compare Source

v0.21.0

Compare Source

v0.20.8

Compare Source

v0.20.7

Compare Source

v0.20.6

Compare Source

kubernetes/client-go

v0.21.2

Compare Source

v0.21.1

Compare Source

v0.21.0

Compare Source

v0.20.8

Compare Source

v0.20.7

Compare Source

v0.20.6

Compare Source


Configuration

📅 Schedule: "on the first day of the month" (UTC).

🚦 Automerge: Enabled.

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 force-pushed the renovate/all-dependencies branch from e444022 to e984bc0 Compare May 1, 2021 02:52
@renovate
Copy link
Contributor 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/faruryo/dns-tools":"/mnt/renovate/gh/faruryo/dns-tools" -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/faruryo/dns-tools" 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: downloading github.com/cloudevents/sdk-go/v2 v2.4.1
go: downloading github.com/cloudflare/cloudflare-go v0.16.0
go: downloading github.com/spf13/cobra v1.1.3
go: downloading github.com/spf13/viper v1.7.1
go: downloading k8s.io/api v0.21.0
go: downloading k8s.io/apimachinery v0.21.0
go: downloading k8s.io/client-go v0.21.0
go: downloading github.com/pkg/errors v0.9.1
go: downloading golang.org/x/net v0.0.0-20210224082022-3d97a244fca7
go: downloading golang.org/x/time v0.0.0-20210220033141-f8bda1e9f3ba
go: downloading github.com/inconshreveable/mousetrap v1.0.0
go: downloading github.com/spf13/pflag v1.0.5
go: downloading github.com/fsnotify/fsnotify v1.4.7
go: downloading github.com/hashicorp/hcl v1.0.0
go: downloading github.com/magiconair/properties v1.8.1
go: downloading github.com/mitchellh/mapstructure v1.1.2
go: downloading github.com/pelletier/go-toml v1.2.0
go: downloading github.com/spf13/afero v1.2.2
go: downloading github.com/spf13/cast v1.3.0
go: downloading github.com/spf13/jwalterweatherman v1.0.0
go: downloading github.com/subosito/gotenv v1.2.0
go: downloading gopkg.in/ini.v1 v1.51.0
go: downloading gopkg.in/yaml.v2 v2.4.0
go: downloading github.com/gogo/protobuf v1.3.2
go: downloading github.com/google/gofuzz v1.1.0
go: downloading k8s.io/klog/v2 v2.8.0
go: downloading github.com/google/uuid v1.1.2
go: downloading go.uber.org/zap v1.10.0
go: downloading github.com/json-iterator/go v1.1.10
go: downloading golang.org/x/text v0.3.4
go: downloading golang.org/x/sys v0.0.0-20210225134936-a50acf3fe073
go: downloading gopkg.in/inf.v0 v0.9.1
go: downloading sigs.k8s.io/structured-merge-diff/v4 v4.1.0
go: downloading github.com/google/go-cmp v0.5.2
go: downloading github.com/golang/protobuf v1.4.3
go: downloading github.com/googleapis/gnostic v0.4.1
go: downloading k8s.io/utils v0.0.0-20201110183641-67b214c5f920
go: downloading github.com/davecgh/go-spew v1.1.1
go: downloading golang.org/x/term v0.0.0-20210220032956-6a3ed077a48d
go: downloading golang.org/x/oauth2 v0.0.0-20200107190931-bf48bf16ab8d
go: downloading github.com/go-logr/logr v0.4.0
go: downloading go.uber.org/atomic v1.4.0
go: downloading go.uber.org/multierr v1.1.0
go: downloading github.com/modern-go/concurrent v0.0.0-20180306012644-bacd9c7ef1dd
go: downloading github.com/modern-go/reflect2 v1.0.1
go: downloading google.golang.org/protobuf v1.25.0
go: downloading sigs.k8s.io/yaml v1.2.0
go: downloading google.golang.org/appengine v1.6.5
github.com/faruryo/dns-tools/cmd imports
	github.com/spf13/viper imports
	gopkg.in/ini.v1: fstatat /tmp/renovate-cache/others/go/pkg/mod/gopkg.in/[email protected]: permission denied
github.com/faruryo/dns-tools/cmd imports
	github.com/spf13/viper imports
	gopkg.in/yaml.v2: fstatat /tmp/renovate-cache/others/go/pkg/mod/gopkg.in/[email protected]: permission denied
github.com/faruryo/dns-tools/cmd imports
	k8s.io/api/core/v1 imports
	k8s.io/apimachinery/pkg/api/resource imports
	gopkg.in/inf.v0: fstatat /tmp/renovate-cache/others/go/pkg/mod/gopkg.in/[email protected]: permission denied
go: downloading k8s.io/client-go v1.5.2

@renovate renovate bot force-pushed the renovate/all-dependencies branch 2 times, most recently from 9f4083e to 4c017a5 Compare May 19, 2021 20:35
@renovate renovate bot force-pushed the renovate/all-dependencies branch from 4c017a5 to 94006e0 Compare June 1, 2021 02:50
@renovate renovate bot force-pushed the renovate/all-dependencies branch from 94006e0 to 6462d50 Compare June 15, 2021 22:41
@renovate renovate bot changed the title Update all dependencies Update all dependencies Docker tags Jun 15, 2021
@renovate renovate bot force-pushed the renovate/all-dependencies branch 3 times, most recently from f7b3ef9 to b1c86a8 Compare June 20, 2021 08:41
@faruryo faruryo force-pushed the renovate/all-dependencies branch from b1c86a8 to a059415 Compare June 20, 2021 10:51
@faruryo faruryo merged commit 362771e into main Jun 20, 2021
@renovate renovate bot deleted the renovate/all-dependencies branch June 20, 2021 10:52
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants