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.18.2 #1069

Merged
merged 1 commit into from
Dec 22, 2023

Conversation

renovate[bot]
Copy link
Contributor

@renovate renovate bot commented Dec 8, 2023

Mend Renovate

This PR contains the following updates:

Package Change Age Adoption Passing Confidence
github.com/spf13/viper v1.18.0 -> v1.18.2 age adoption passing confidence

Warning

Some dependencies could not be looked up. Check the Dependency Dashboard for more information.


Release Notes

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

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


Configuration

📅 Schedule: Branch creation - At any time (no schedule defined), Automerge - At any time (no schedule defined).

🚦 Automerge: Enabled.

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 Mend Renovate. View repository job log here.

@renovate renovate bot requested a review from a team as a code owner December 8, 2023 15:59
Copy link

netlify bot commented Dec 8, 2023

Deploy Preview for polite-licorice-3db33c canceled.

Name Link
🔨 Latest commit c5ae02d
🔍 Latest deploy log https://app.netlify.com/sites/polite-licorice-3db33c/deploys/6585672ee5464e0008c5ac1f

Copy link

codecov bot commented Dec 8, 2023

Codecov Report

All modified and coverable lines are covered by tests ✅

Comparison is base (b6c00c7) 73.53% compared to head (c5ae02d) 73.53%.

Additional details and impacted files
@@           Coverage Diff           @@
##             main    #1069   +/-   ##
=======================================
  Coverage   73.53%   73.53%           
=======================================
  Files          32       32           
  Lines        3113     3113           
=======================================
  Hits         2289     2289           
  Misses        717      717           
  Partials      107      107           

☔ View full report in Codecov by Sentry.
📢 Have feedback on the report? Share it here.

@renovate renovate bot force-pushed the renovate/github.com-spf13-viper-1.x branch 16 times, most recently from 422cd36 to 49c1ec1 Compare December 18, 2023 15:29
@renovate renovate bot force-pushed the renovate/github.com-spf13-viper-1.x branch from 49c1ec1 to 1c7a37a Compare December 18, 2023 19:02
@renovate 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
@renovate renovate bot force-pushed the renovate/github.com-spf13-viper-1.x branch 9 times, most recently from d78ec3d to 48ab48d Compare December 20, 2023 09:06
@renovate renovate bot force-pushed the renovate/github.com-spf13-viper-1.x branch 5 times, most recently from 0f950f0 to d99d5fb Compare December 22, 2023 03:49
@renovate renovate bot force-pushed the renovate/github.com-spf13-viper-1.x branch from d99d5fb to c5ae02d Compare December 22, 2023 10:38
@renovate renovate bot merged commit f0d6206 into main Dec 22, 2023
15 checks passed
@renovate renovate bot deleted the renovate/github.com-spf13-viper-1.x branch December 22, 2023 13:13
@github-actions github-actions bot mentioned this pull request Dec 22, 2023
beeme1mr pushed a commit that referenced this pull request Jan 4, 2024
🤖 I have created a release *beep* *boop*
---


<details><summary>flagd: 0.8.1</summary>

##
[0.8.1](flagd/v0.8.0...flagd/v0.8.1)
(2024-01-04)


### 🐛 Bug Fixes

* **deps:** update module github.com/open-feature/flagd/core to v0.7.3
([#1104](#1104))
([b6c00c7](b6c00c7))
* **deps:** update module github.com/spf13/viper to v1.18.2
([#1069](#1069))
([f0d6206](f0d6206))
</details>

<details><summary>flagd-proxy: 0.4.1</summary>

##
[0.4.1](flagd-proxy/v0.4.0...flagd-proxy/v0.4.1)
(2024-01-04)


### 🐛 Bug Fixes

* **deps:** update module github.com/open-feature/flagd/core to v0.7.3
([#1104](#1104))
([b6c00c7](b6c00c7))
* **deps:** update module github.com/spf13/viper to v1.18.2
([#1069](#1069))
([f0d6206](f0d6206))
</details>

<details><summary>core: 0.7.4</summary>

##
[0.7.4](core/v0.7.3...core/v0.7.4)
(2024-01-04)


### 🐛 Bug Fixes

* add custom marshalling options
([#1117](#1117))
([e8e49de](e8e49de))
* **deps:** update kubernetes packages to v0.29.0
([#1082](#1082))
([751a79a](751a79a))
* **deps:** update module connectrpc.com/connect to v1.14.0
([#1108](#1108))
([0a41aca](0a41aca))
* **deps:** update module github.com/prometheus/client_golang to v1.18.0
([#1110](#1110))
([745bbb0](745bbb0))
* **deps:** update module golang.org/x/crypto to v0.17.0 [security]
([#1090](#1090))
([26681de](26681de))
* **deps:** update module google.golang.org/protobuf to v1.32.0
([#1106](#1106))
([e0d3b34](e0d3b34))
</details>

---
This PR was generated with [Release
Please](https://github.com/googleapis/release-please). See
[documentation](https://github.com/googleapis/release-please#release-please).

Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
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.

0 participants