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/spf13/viper to v1.19.0 #11

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

Conversation

plural-renovate[bot]
Copy link
Contributor

@plural-renovate plural-renovate bot commented Nov 9, 2022

This PR contains the following updates:

Package Type Update Change
github.com/spf13/viper require minor v1.13.0 -> v1.19.0

Release Notes

spf13/viper (github.com/spf13/viper)

v1.19.0

Compare Source

What's Changed

Bug Fixes 🐛
Dependency Updates ⬆️
Other Changes

New Contributors

Full Changelog: spf13/viper@v1.18.1...v1.19.0

v1.18.2

Compare Source

tl;dr Skip 1.18.0 and 1.18.1 and upgrade to this version instead.

This release fixes a regression that appears in rare circumstances when using Unmarshal or UnmarshalExact to decode values onto pointers with multiple indirection (eg. pointer to a pointer, etc). The change was introduced in 1.18.0 as a means to resolve a long-standing bug when decoding environment variables to structs.

The feature is now disabled by default and can be enabled using the viper_bind_struct build tag. It's also considered experimental at this point, so breaking changes may be introduced in the future.

What's Changed

Bug Fixes 🐛

Full Changelog: spf13/viper@v1.18.1...v1.18.2

v1.18.1

Compare Source

What's Changed

Bug Fixes 🐛

Full Changelog: spf13/viper@v1.18.0...v1.18.1

v1.18.0

Compare Source

Major changes

Highlighting some of the changes for better visibility.

Please share your feedback in the Discussion forum. Thanks! ❤️

AutomaticEnv works with Unmarshal

Previously, environment variables that weren't bound manually or had no defaults could not be mapped by Unmarshal. (The problem is explained in details in this issue: #​761)

#​1429 introduced a solution that solves that issue.

What's Changed

Enhancements 🚀
Bug Fixes 🐛
Dependency Updates ⬆️
Other Changes

New Contributors

Full Changelog: spf13/viper@v1.17.0...v1.18.0

v1.17.0

Compare Source

Major changes

Highlighting some of the changes for better visibility.

Please share your feedback in the Discussion forum. Thanks! ❤️

Minimum Go version: 1.19

Viper now requires Go 1.19

This change ensures we can stay up to date with modern practices and dependencies.

log/slog support [BREAKING]

Viper v1.11.0 added an experimental Logger interface to allow custom implementations (besides jwalterweatherman).

In addition, it also exposed an experimental WithLogger function allowing to set a custom logger.

This release deprecates that interface in favor of log/slog released in Go 1.21.

[!WARNING]
WithLogger accepts an *slog.Logger from now on.

To preserve backwards compatibility with older Go versions, prior to Go 1.21 Viper accepts a *golang.org/x/exp/slog.Logger.

The experimental flag is removed.

New finder implementation [BREAKING]

As of this release, Viper uses a new library to look for files, called locafero.

The new library is better covered by tests and has been built from scratch as a general purpose file finder library.

The implementation is experimental and is hidden behind a finder build tag.

[!WARNING]
The io/fs based implementation (that used to be hidden behind a finder build tag) has been removed.

What's Changed

Exciting New Features 🎉
Enhancements 🚀
Breaking Changes 🛠
Dependency Updates ⬆️
Other Changes

New Contributors

Full Changelog: spf13/viper@v1.16.0...v1.17.0

v1.16.0

Compare Source

What's Changed

Enhancements 🚀
Bug Fixes 🐛
Dependency Updates ⬆️
Other Changes

New Contributors

Full Changelog: spf13/viper@v1.15.0...v1.16.0

v1.15.0

Compare Source

What's Changed

Exciting New Features 🎉
Enhancements 🚀
Breaking Changes 🛠
Dependency Updates ⬆️

New Contributors

Full Changelog: spf13/viper@v1.14.0...v1.15.0

v1.14.0

Compare Source

What's Changed

Enhancements 🚀
Breaking Changes 🛠
Dependency Updates ⬆️

Full Changelog: spf13/viper@v1.13.0...v1.14.0


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.

🔕 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 Renovate Bot.

@plural-renovate plural-renovate bot changed the title fix(deps): update module github.com/spf13/viper to v1.14.0 fix(deps): update module github.com/spf13/viper to v1.15.0 Jan 19, 2023
@plural-renovate plural-renovate bot force-pushed the renovate/github.com-spf13-viper-1.x branch from 7710189 to f9ce2e3 Compare January 19, 2023 21:11
@plural-renovate plural-renovate bot force-pushed the renovate/github.com-spf13-viper-1.x branch from f9ce2e3 to 8764fc1 Compare May 30, 2023 12:49
@plural-renovate plural-renovate bot changed the title fix(deps): update module github.com/spf13/viper to v1.15.0 fix(deps): update module github.com/spf13/viper to v1.16.0 May 30, 2023
@plural-renovate plural-renovate bot force-pushed the renovate/github.com-spf13-viper-1.x branch from 8764fc1 to 27e4057 Compare October 6, 2023 13:45
@plural-renovate plural-renovate bot changed the title fix(deps): update module github.com/spf13/viper to v1.16.0 fix(deps): update module github.com/spf13/viper to v1.17.0 Oct 6, 2023
@plural-renovate plural-renovate bot changed the title fix(deps): update module github.com/spf13/viper to v1.17.0 fix(deps): update module github.com/spf13/viper to v1.17.0 - autoclosed Nov 6, 2023
@plural-renovate plural-renovate bot closed this Nov 6, 2023
@plural-renovate plural-renovate bot deleted the renovate/github.com-spf13-viper-1.x branch November 6, 2023 18:29
@plural-renovate plural-renovate bot changed the title fix(deps): update module github.com/spf13/viper to v1.17.0 - autoclosed fix(deps): update module github.com/spf13/viper to v1.17.0 Nov 6, 2023
@plural-renovate plural-renovate bot reopened this Nov 6, 2023
@plural-renovate plural-renovate bot restored the renovate/github.com-spf13-viper-1.x branch November 6, 2023 21:50
@plural-renovate plural-renovate bot force-pushed the renovate/github.com-spf13-viper-1.x branch from 27e4057 to 0ff9b49 Compare December 6, 2023 16:59
@plural-renovate plural-renovate bot changed the title fix(deps): update module github.com/spf13/viper to v1.17.0 fix(deps): update module github.com/spf13/viper to v1.18.0 Dec 6, 2023
@plural-renovate plural-renovate bot force-pushed the renovate/github.com-spf13-viper-1.x branch from 0ff9b49 to b707fa3 Compare December 8, 2023 14:06
@plural-renovate plural-renovate bot changed the title fix(deps): update module github.com/spf13/viper to v1.18.0 fix(deps): update module github.com/spf13/viper to v1.18.1 Dec 8, 2023
@plural-renovate plural-renovate bot force-pushed the renovate/github.com-spf13-viper-1.x branch from b707fa3 to 437d4b2 Compare December 18, 2023 19:46
@plural-renovate plural-renovate bot changed the title fix(deps): update module github.com/spf13/viper to v1.18.1 fix(deps): update module github.com/spf13/viper to v1.18.2 Dec 18, 2023
@plural-renovate plural-renovate bot force-pushed the renovate/github.com-spf13-viper-1.x branch from 437d4b2 to 1008e6f Compare June 2, 2024 08:15
@plural-renovate plural-renovate bot changed the title fix(deps): update module github.com/spf13/viper to v1.18.2 fix(deps): update module github.com/spf13/viper to v1.19.0 Jun 2, 2024
@plural-renovate
Copy link
Contributor Author

⚠ 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: downloading k8s.io/apimachinery v0.25.3
go: downloading github.com/spf13/cobra v1.4.0
go: downloading github.com/spf13/viper v1.19.0
go: downloading google.golang.org/grpc v1.62.1
go: downloading k8s.io/klog/v2 v2.70.1
go: downloading k8s.io/api v0.25.3
go: downloading k8s.io/apiserver v0.25.0
go: downloading k8s.io/client-go v0.25.3
go: downloading github.com/golang/protobuf v1.5.3
go: downloading sigs.k8s.io/structured-merge-diff/v4 v4.2.3
go: downloading github.com/inconshreveable/mousetrap v1.0.0
go: downloading github.com/go-logr/zapr v1.2.3
go: downloading go.uber.org/zap v1.21.0
go: downloading github.com/sagikazarmark/locafero v0.4.0
go: downloading github.com/sagikazarmark/slog-shim v0.1.0
go: downloading github.com/spf13/afero v1.11.0
go: downloading github.com/spf13/cast v1.6.0
go: downloading google.golang.org/genproto v0.0.0-20240213162025-012b6fc9bca9
go: downloading github.com/onsi/gomega v1.20.1
go: downloading github.com/google/gofuzz v1.1.0
go: downloading k8s.io/utils v0.0.0-20220728103510-ee6ede2d64ed
go: downloading sigs.k8s.io/json v0.0.0-20220713155537-f223a00ba0e2
go: downloading github.com/prometheus/client_golang v1.12.2
go: downloading go.uber.org/atomic v1.9.0
go: downloading go.uber.org/multierr v1.9.0
go: downloading github.com/sourcegraph/conc v0.3.0
go: downloading golang.org/x/exp v0.0.0-20230905200255-921286631fa9
go: downloading github.com/subosito/gotenv v1.6.0
go: downloading github.com/magiconair/properties v1.8.7
go: downloading github.com/pelletier/go-toml/v2 v2.2.2
go: downloading golang.org/x/time v0.5.0
go: downloading k8s.io/kube-openapi v0.0.0-20220803162953-67bda5d908f1
go: downloading google.golang.org/genproto/googleapis/rpc v0.0.0-20240314234333-6e1732d8331c
go: downloading k8s.io/component-base v0.25.0
go: downloading go.opentelemetry.io/otel/trace v1.24.0
go: downloading go.opentelemetry.io/otel v1.24.0
go: downloading go.etcd.io/etcd/client/pkg/v3 v3.5.12
go: downloading go.etcd.io/etcd/client/v3 v3.5.12
go: downloading go.opentelemetry.io/contrib/instrumentation/google.golang.org/grpc/otelgrpc v0.49.0
go: downloading github.com/prometheus/client_model v0.2.0
go: downloading github.com/prometheus/common v0.32.1
go: downloading github.com/google/gnostic v0.5.7-v3refs
go: downloading github.com/davecgh/go-spew v1.1.2-0.20180830191138-d8f796af33cc
go: downloading golang.org/x/oauth2 v0.18.0
go: downloading github.com/google/uuid v1.6.0
go: downloading github.com/prometheus/procfs v0.7.3
go: downloading sigs.k8s.io/apiserver-network-proxy/konnectivity-client v0.0.32
go: downloading go.etcd.io/etcd/api/v3 v3.5.12
go: downloading github.com/coreos/go-systemd/v22 v22.3.2
go: downloading go.opentelemetry.io/otel/metric v1.24.0
go: downloading go.opentelemetry.io/contrib/instrumentation/net/http/otelhttp v0.49.0
go: downloading go.opentelemetry.io/otel/sdk v0.20.0
go: downloading github.com/matttproud/golang_protobuf_extensions v1.0.2-0.20181231171920-c182affec369
go: downloading google.golang.org/genproto/googleapis/api v0.0.0-20240311132316-a219d84964c2
go: downloading github.com/coreos/go-semver v0.3.0
go: downloading go.opentelemetry.io/otel/sdk/export/metric v0.20.0
go: downloading go.opentelemetry.io/otel/sdk/metric v0.20.0
go: downloading go.opentelemetry.io/proto/otlp v0.7.0
go: downloading github.com/felixge/httpsnoop v1.0.4
go: downloading github.com/emicklei/go-restful/v3 v3.8.0
go: downloading google.golang.org/appengine v1.6.8
go: downloading github.com/go-openapi/swag v0.19.14
go: downloading github.com/go-openapi/jsonreference v0.19.5
go: downloading github.com/mailru/easyjson v0.7.6
go: downloading github.com/PuerkitoBio/purell v1.1.1
go: downloading github.com/go-openapi/jsonpointer v0.19.5
go: downloading github.com/PuerkitoBio/urlesc v0.0.0-20170810143723-de5bf2ad4578
go: downloading go.opentelemetry.io/otel v1.27.0
go: downloading go.opentelemetry.io/otel/metric v1.27.0
go: downloading go.opentelemetry.io v0.1.0
go: downloading go.opentelemetry.io/otel/internal/metric v0.27.0
go: github.com/pluralsh/database-interface-controller/pkg/database imports
	k8s.io/apiserver/pkg/registry/generic/registry imports
	k8s.io/apiserver/pkg/storage/storagebackend/factory imports
	k8s.io/component-base/tracing imports
	go.opentelemetry.io/otel/sdk/resource imports
	go.opentelemetry.io/otel/semconv: cannot find module providing package go.opentelemetry.io/otel/semconv
go: github.com/pluralsh/database-interface-controller/pkg/database imports
	k8s.io/apiserver/pkg/registry/generic/registry imports
	k8s.io/apiserver/pkg/storage/storagebackend/factory imports
	k8s.io/component-base/tracing imports
	go.opentelemetry.io/otel/exporters/otlp imports
	go.opentelemetry.io/otel/sdk/export/metric imports
	go.opentelemetry.io/otel/metric/number: cannot find module providing package go.opentelemetry.io/otel/metric/number
go: github.com/pluralsh/database-interface-controller/pkg/database imports
	k8s.io/apiserver/pkg/registry/generic/registry imports
	k8s.io/apiserver/pkg/storage/storagebackend/factory imports
	k8s.io/component-base/tracing imports
	go.opentelemetry.io/otel/exporters/otlp imports
	go.opentelemetry.io/otel/sdk/metric/controller/basic imports
	go.opentelemetry.io/otel/metric/registry: cannot find module providing package go.opentelemetry.io/otel/metric/registry
go: github.com/pluralsh/database-interface-controller/pkg/database imports
	k8s.io/apiserver/pkg/registry/generic/registry imports
	k8s.io/apiserver/pkg/storage/storagebackend/factory imports
	k8s.io/component-base/tracing imports
	go.opentelemetry.io/otel/exporters/otlp imports
	go.opentelemetry.io/otel/sdk/metric/controller/basic imports
	go.opentelemetry.io/otel/sdk/metric imports
	go.opentelemetry.io/otel/internal/metric imports
	go.opentelemetry.io/otel/metric/sdkapi: cannot find module providing package go.opentelemetry.io/otel/metric/sdkapi

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.

0 participants