[PR #105] [CLOSED] Bump github.com/spf13/viper from 1.4.0 to 1.7.0 #216

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

📋 Pull Request Information

Original PR: https://github.com/evenh/intercert/pull/105
Author: @dependabot-preview[bot]
Created: 5/11/2020
Status: Closed

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


📝 Commits (1)

  • b9b585e Bump github.com/spf13/viper from 1.4.0 to 1.7.0

📊 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.0.

Release notes

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

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

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/105 **Author:** [@dependabot-preview[bot]](https://github.com/apps/dependabot-preview) **Created:** 5/11/2020 **Status:** ❌ Closed **Base:** `master` ← **Head:** `dependabot/go_modules/github.com/spf13/viper-1.7.0` --- ### 📝 Commits (1) - [`b9b585e`](https://github.com/evenh/intercert/commit/b9b585e2054c2d81b167b8542eaf66c53da6d76a) Bump github.com/spf13/viper from 1.4.0 to 1.7.0 ### 📊 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.0. <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.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/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><a href="https://github.com/spf13/viper/commit/9b03d155914c5a51d070d2c734bf2dc0cb59d327"><code>9b03d15</code></a> Ignore idea</li> <li><a href="https://github.com/spf13/viper/commit/97ee7adfef4882d78c0ef26e22a0c8a7a8bf6776"><code>97ee7ad</code></a> Add support to save file with no extension (<a href="https://github-redirect.dependabot.com/spf13/viper/issues/813">#813</a>)</li> <li><a href="https://github.com/spf13/viper/commit/b31a49291e7b00e5ba5db5d08c232755a458d1e1"><code>b31a492</code></a> updated docs in README.</li> <li>Additional commits viewable in <a href="https://github.com/spf13/viper/compare/v1.4.0...v1.7.0">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.0)](https://dependabot.com/compatibility-score/?dependency-name=github.com/spf13/viper&package-manager=go_modules&previous-version=1.4.0&new-version=1.7.0) 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>
kerem 2026-02-25 22:31:26 +03:00
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#216
No description provided.