[PR #123] Bump github.com/spf13/viper from 1.4.0 to 1.7.1 #229

Open
opened 2026-02-25 22:31:28 +03:00 by kerem · 0 comments
Owner

📋 Pull Request Information

Original PR: https://github.com/evenh/intercert/pull/123
Author: @dependabot-preview[bot]
Created: 8/3/2020
Status: 🔄 Open

Base: masterHead: dependabot/go_modules/github.com/spf13/viper-1.7.1


📝 Commits (1)

  • 64f0f3c Bump github.com/spf13/viper from 1.4.0 to 1.7.1

📊 Changes

2 files changed (+116 additions, -1 deletions)

View changed files

📝 go.mod (+1 -1)
📝 go.sum (+115 -0)

📄 Description

Bumps github.com/spf13/viper from 1.4.0 to 1.7.1.

Release notes

Sourced from github.com/spf13/viper's releases.

v1.7.1

This release contains a bugfix for environment variable expansion. See #495 and #940 for details.

v1.7.0

This release mostly contains bug and security fixes, but there are a few new features as well:

v1.6.3

Fixes uninstallable library on clean GOPATH

Fix extensionless config lookup

This is a patch release fixing a(n edge case) bug introduced in v1.6.0

See #818 and #827 for details

Fix config path lookup

This is a patch release fixing a bug introduced in v1.6.0

v1.6.0

Changes

Added

  • Global UnmarshalExact method
  • StringReplacer interface for custom environment key replacing logic
  • GolangCI Lint
  • INI support
  • Key delimiter made configurable
  • Support for config files without extensions

Changed

  • Moved to GitHub actions build from Travis

Fixed

  • IsSet no longer returns true when an unset key has a flags bound
  • SafeWriteConfigAs works as expected

Happy Holidays!

v1.5.0

Documentation and other fixes

Commits
  • 3826be3 Simplify $HOME prefix check
  • ce53404 Fix environment variable expansion in absPathify
  • 13494e8 Skipping error != nil checks in favor of the fast return.
  • 13df721 Add Go 1.14 to build targets
  • 3856c05 Fix: Getting the value of a StringToString pflag (#874)
  • c6ee980 fix_ini_save_error
  • c42a305 Update gorilla dependency (#899)
  • e34fb51 Add mentioned in awesome badge
  • 7eea371 Remove go version badge
  • aa8e4d4 Update badges and logo
  • Additional commits viewable in compare view

Dependabot compatibility score

Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting @dependabot rebase.


Dependabot commands and options

You can trigger Dependabot actions by commenting on this PR:

  • @dependabot rebase will rebase this PR
  • @dependabot recreate will recreate this PR, overwriting any edits that have been made to it
  • @dependabot merge will merge this PR after your CI passes on it
  • @dependabot squash and merge will squash and merge this PR after your CI passes on it
  • @dependabot cancel merge will cancel a previously requested merge and block automerging
  • @dependabot reopen will reopen this PR if it is closed
  • @dependabot close will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually
  • @dependabot ignore this major version will close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself)
  • @dependabot ignore this minor version will close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself)
  • @dependabot ignore this dependency will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)
  • @dependabot use these labels will set the current labels as the default for future PRs for this repo and language
  • @dependabot use these reviewers will set the current reviewers as the default for future PRs for this repo and language
  • @dependabot use these assignees will set the current assignees as the default for future PRs for this repo and language
  • @dependabot use this milestone will set the current milestone as the default for future PRs for this repo and language
  • @dependabot badge me will comment on this PR with code to add a "Dependabot enabled" badge to your readme

Additionally, you can set the following in your Dependabot dashboard:

  • Update frequency (including time of day and day of week)
  • Pull request limits (per update run and/or open at any time)
  • Automerge options (never/patch/minor, and dev/runtime dependencies)
  • Out-of-range updates (receive only lockfile updates, if desired)
  • Security updates (receive only security updates, if desired)

🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.

## 📋 Pull Request Information **Original PR:** https://github.com/evenh/intercert/pull/123 **Author:** [@dependabot-preview[bot]](https://github.com/apps/dependabot-preview) **Created:** 8/3/2020 **Status:** 🔄 Open **Base:** `master` ← **Head:** `dependabot/go_modules/github.com/spf13/viper-1.7.1` --- ### 📝 Commits (1) - [`64f0f3c`](https://github.com/evenh/intercert/commit/64f0f3ccdedcf1e8775d98a7184478403ff580e8) Bump github.com/spf13/viper from 1.4.0 to 1.7.1 ### 📊 Changes **2 files changed** (+116 additions, -1 deletions) <details> <summary>View changed files</summary> 📝 `go.mod` (+1 -1) 📝 `go.sum` (+115 -0) </details> ### 📄 Description Bumps [github.com/spf13/viper](https://github.com/spf13/viper) from 1.4.0 to 1.7.1. <details> <summary>Release notes</summary> <p><em>Sourced from <a href="https://github.com/spf13/viper/releases">github.com/spf13/viper's releases</a>.</em></p> <blockquote> <h2>v1.7.1</h2> <p>This release contains a bugfix for environment variable expansion. See <a href="https://github-redirect.dependabot.com/spf13/viper/issues/495">#495</a> and <a href="https://github-redirect.dependabot.com/spf13/viper/issues/940">#940</a> for details.</p> <h2>v1.7.0</h2> <p>This release mostly contains bug and security fixes, but there are a few new features as well:</p> <ul> <li>The unmaintained <a href="https://github.com/spf13/viper/blob/HEAD/github.com/xordataexchange/crypt">https://github.com/spf13/viper/blob/HEAD/github.com/xordataexchange/crypt</a> has been replaced with <a href="https://github.com/spf13/viper/blob/HEAD/github.com/bketelsen/crypt">https://github.com/spf13/viper/blob/HEAD/github.com/bketelsen/crypt</a></li> <li>Added firestore support as a remote config source (thanks <a href="https://github.com/alxmsl">@alxmsl</a>)</li> </ul> <h2>v1.6.3</h2> <p>Fixes uninstallable library on clean GOPATH</p> <h2>Fix extensionless config lookup</h2> <p>This is a patch release fixing a(n edge case) bug introduced in v1.6.0</p> <p>See <a href="https://github-redirect.dependabot.com/spf13/viper/issues/818">#818</a> and <a href="https://github-redirect.dependabot.com/spf13/viper/issues/827">#827</a> for details</p> <h2>Fix config path lookup</h2> <p>This is a patch release fixing a bug introduced in v1.6.0</p> <h2>v1.6.0</h2> <h2>Changes</h2> <h3>Added</h3> <ul> <li>Global <code>UnmarshalExact</code> method</li> <li><code>StringReplacer</code> interface for custom environment key replacing logic</li> <li>GolangCI Lint</li> <li>INI support</li> <li>Key delimiter made configurable</li> <li>Support for config files without extensions</li> </ul> <h3>Changed</h3> <ul> <li>Moved to GitHub actions build from Travis</li> </ul> <h3>Fixed</h3> <ul> <li><code>IsSet</code> no longer returns true when an unset key has a flags bound</li> <li><code>SafeWriteConfigAs</code> works as expected</li> </ul> <p><strong>Happy Holidays!</strong></p> <h2>v1.5.0</h2> <p>Documentation and other fixes</p> </blockquote> </details> <details> <summary>Commits</summary> <ul> <li><a href="https://github.com/spf13/viper/commit/3826be313591f83193f048520482a7b3cf17d506"><code>3826be3</code></a> Simplify $HOME prefix check</li> <li><a href="https://github.com/spf13/viper/commit/ce534045f9aced17db5c844ccbb7c9348e716827"><code>ce53404</code></a> Fix environment variable expansion in absPathify</li> <li><a href="https://github.com/spf13/viper/commit/13494e8047bb3f4c39087dfce593dfc3a5d02260"><code>13494e8</code></a> Skipping error != nil checks in favor of the fast return.</li> <li><a href="https://github.com/spf13/viper/commit/13df72109047b6ae9c907bce81e327265d6d8a9c"><code>13df721</code></a> Add Go 1.14 to build targets</li> <li><a href="https://github.com/spf13/viper/commit/3856c05f99260a778852dc112cdfc3ea3f0e1a9e"><code>3856c05</code></a> Fix: Getting the value of a StringToString pflag (<a href="https://github-redirect.dependabot.com/spf13/viper/issues/874">#874</a>)</li> <li><a href="https://github.com/spf13/viper/commit/c6ee9808ab8547ad8021467022fbc955d750a7ea"><code>c6ee980</code></a> fix_ini_save_error</li> <li><a href="https://github.com/spf13/viper/commit/c42a305a4bd2cb3af74453d91957579ee4344465"><code>c42a305</code></a> Update gorilla dependency (<a href="https://github-redirect.dependabot.com/spf13/viper/issues/899">#899</a>)</li> <li><a href="https://github.com/spf13/viper/commit/e34fb51dd7c8546211df464b3f0b11bae80c8468"><code>e34fb51</code></a> Add mentioned in awesome badge</li> <li><a href="https://github.com/spf13/viper/commit/7eea3718bf8e90ea3ea00ca2a8a8ecce27a62af6"><code>7eea371</code></a> Remove go version badge</li> <li><a href="https://github.com/spf13/viper/commit/aa8e4d4983b87a0091e43ab129c8852722065c36"><code>aa8e4d4</code></a> Update badges and logo</li> <li>Additional commits viewable in <a href="https://github.com/spf13/viper/compare/v1.4.0...v1.7.1">compare view</a></li> </ul> </details> <br /> [![Dependabot compatibility score](https://api.dependabot.com/badges/compatibility_score?dependency-name=github.com/spf13/viper&package-manager=go_modules&previous-version=1.4.0&new-version=1.7.1)](https://dependabot.com/compatibility-score/?dependency-name=github.com/spf13/viper&package-manager=go_modules&previous-version=1.4.0&new-version=1.7.1) Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting `@dependabot rebase`. [//]: # (dependabot-automerge-start) [//]: # (dependabot-automerge-end) --- <details> <summary>Dependabot commands and options</summary> <br /> You can trigger Dependabot actions by commenting on this PR: - `@dependabot rebase` will rebase this PR - `@dependabot recreate` will recreate this PR, overwriting any edits that have been made to it - `@dependabot merge` will merge this PR after your CI passes on it - `@dependabot squash and merge` will squash and merge this PR after your CI passes on it - `@dependabot cancel merge` will cancel a previously requested merge and block automerging - `@dependabot reopen` will reopen this PR if it is closed - `@dependabot close` will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually - `@dependabot ignore this major version` will close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself) - `@dependabot ignore this minor version` will close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself) - `@dependabot ignore this dependency` will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself) - `@dependabot use these labels` will set the current labels as the default for future PRs for this repo and language - `@dependabot use these reviewers` will set the current reviewers as the default for future PRs for this repo and language - `@dependabot use these assignees` will set the current assignees as the default for future PRs for this repo and language - `@dependabot use this milestone` will set the current milestone as the default for future PRs for this repo and language - `@dependabot badge me` will comment on this PR with code to add a "Dependabot enabled" badge to your readme Additionally, you can set the following in your Dependabot [dashboard](https://app.dependabot.com): - Update frequency (including time of day and day of week) - Pull request limits (per update run and/or open at any time) - Automerge options (never/patch/minor, and dev/runtime dependencies) - Out-of-range updates (receive only lockfile updates, if desired) - Security updates (receive only security updates, if desired) </details> --- <sub>🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.</sub>
Sign in to join this conversation.
No milestone
No project
No assignees
1 participant
Notifications
Due date
The due date is invalid or out of range. Please use the format "yyyy-mm-dd".

No due date set.

Dependencies

No dependencies set.

Reference
starred/intercert#229
No description provided.