Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
chore(deps): bump github.com/knadh/koanf/v2 from 2.0.1 to 2.1.0 (#29)
Bumps [github.com/knadh/koanf/v2](https://github.com/knadh/koanf) from 2.0.1 to 2.1.0. <details> <summary>Release notes</summary> <p><em>Sourced from <a href="https://github.com/knadh/koanf/releases">github.com/knadh/koanf/v2's releases</a>.</em></p> <blockquote> <h2>v2.1.0</h2> <h1>Important</h1> <p><a href="https://redirect.github.com/mitchellh/mapstructure/issues/349#issuecomment-1860372162">mitchellh/mapstructure#349</a> is discontinued and koanf has switched to using the fork <code>github.com/go-viper/mapstructure/v2</code>.</p> <p>If you are referencing the mapstructure lib in your code (custom DecoderConfig), you have to switch the paths to the above forked version of koanf.</p> <p><code>github.com/mitchellh/mapstructure</code> => <code>github.com/go-viper/mapstructure/v2</code></p> <h2>What's Changed</h2> <ul> <li>fix: retract v2.0.2 by <a href="https://github.com/rhnvrm"><code>@rhnvrm</code></a> in <a href="https://redirect.github.com/knadh/koanf/pull/270">knadh/koanf#270</a></li> </ul> <p><strong>Full Changelog</strong>: <a href="https://github.com/knadh/koanf/compare/v2.0.2...v2.1.0">https://github.com/knadh/koanf/compare/v2.0.2...v2.1.0</a></p> <h2>v2.0.2</h2> <h1>Important</h1> <p><a href="https://redirect.github.com/mitchellh/mapstructure/issues/349#issuecomment-1860372162">mitchellh/mapstructure#349</a> is discontinued and koanf has switched to using the fork <code>github.com/go-viper/mapstructure/v2</code>.</p> <p>If you are referencing the mapstructure lib in your code (custom DecoderConfig), you have to switch the paths to the above forked version of koanf.</p> <p><code>github.com/mitchellh/mapstructure</code> => <code>github.com/go-viper/mapstructure/v2</code></p> <h2>What's Changed</h2> <ul> <li>feat: add nats provider by <a href="https://github.com/TECHNOFAB11"><code>@TECHNOFAB11</code></a> in <a href="https://redirect.github.com/knadh/koanf/pull/213">knadh/koanf#213</a></li> <li>feat: add flag to optionally fetch secret metadata by <a href="https://github.com/Thunderbottom"><code>@Thunderbottom</code></a> in <a href="https://redirect.github.com/knadh/koanf/pull/219">knadh/koanf#219</a></li> <li>chore: change WithMeta to ExcludeMeta for backwards compatibility by <a href="https://github.com/Thunderbottom"><code>@Thunderbottom</code></a> in <a href="https://redirect.github.com/knadh/koanf/pull/220">knadh/koanf#220</a></li> <li>typos and little clearer code by <a href="https://github.com/GreyXor"><code>@GreyXor</code></a> in <a href="https://redirect.github.com/knadh/koanf/pull/222">knadh/koanf#222</a></li> <li>Fixed a nil panic issue in vault provider by <a href="https://github.com/wangkang"><code>@wangkang</code></a> in <a href="https://redirect.github.com/knadh/koanf/pull/224">knadh/koanf#224</a></li> <li>Not use deprecated io/ioutil by <a href="https://github.com/tchssk"><code>@tchssk</code></a> in <a href="https://redirect.github.com/knadh/koanf/pull/226">knadh/koanf#226</a></li> <li>Proposal: support Vault auth method by <a href="https://github.com/missedone"><code>@missedone</code></a> in <a href="https://redirect.github.com/knadh/koanf/pull/229">knadh/koanf#229</a></li> <li>Add parameterstore provider by <a href="https://github.com/tchssk"><code>@tchssk</code></a> in <a href="https://redirect.github.com/knadh/koanf/pull/227">knadh/koanf#227</a></li> <li>feat: optional support net/http transport by <a href="https://github.com/missedone"><code>@missedone</code></a> in <a href="https://redirect.github.com/knadh/koanf/pull/232">knadh/koanf#232</a></li> <li>breaking change: <a href="https://redirect.github.com/knadh/koanf/issues/233">#233</a> return error struct to avoid panic at runtime by <a href="https://github.com/missedone"><code>@missedone</code></a> in <a href="https://redirect.github.com/knadh/koanf/pull/234">knadh/koanf#234</a></li> <li>Bump github.com/nats-io/nkeys from 0.4.4 to 0.4.6 in /providers/nats by <a href="https://github.com/dependabot"><code>@dependabot</code></a> in <a href="https://redirect.github.com/knadh/koanf/pull/246">knadh/koanf#246</a></li> <li>Bump golang.org/x/net from 0.7.0 to 0.17.0 in /providers/etcd by <a href="https://github.com/dependabot"><code>@dependabot</code></a> in <a href="https://redirect.github.com/knadh/koanf/pull/248">knadh/koanf#248</a></li> <li>Bump golang.org/x/net from 0.7.0 to 0.17.0 in /providers/vault by <a href="https://github.com/dependabot"><code>@dependabot</code></a> in <a href="https://redirect.github.com/knadh/koanf/pull/247">knadh/koanf#247</a></li> <li>Bump github.com/nats-io/nats-server/v2 from 2.9.15 to 2.9.23 in /providers/nats by <a href="https://github.com/dependabot"><code>@dependabot</code></a> in <a href="https://redirect.github.com/knadh/koanf/pull/241">knadh/koanf#241</a></li> <li>Bump google.golang.org/grpc from 1.53.0 to 1.56.3 in /providers/etcd by <a href="https://github.com/dependabot"><code>@dependabot</code></a> in <a href="https://redirect.github.com/knadh/koanf/pull/243">knadh/koanf#243</a></li> <li>fix: typo by <a href="https://github.com/testwill"><code>@testwill</code></a> in <a href="https://redirect.github.com/knadh/koanf/pull/251">knadh/koanf#251</a></li> <li>Bump golang.org/x/crypto from 0.14.0 to 0.17.0 in /providers/vault by <a href="https://github.com/dependabot"><code>@dependabot</code></a> in <a href="https://redirect.github.com/knadh/koanf/pull/261">knadh/koanf#261</a></li> <li>Bump golang.org/x/crypto from 0.14.0 to 0.17.0 in /providers/nats by <a href="https://github.com/dependabot"><code>@dependabot</code></a> in <a href="https://redirect.github.com/knadh/koanf/pull/260">knadh/koanf#260</a></li> <li>Add optional <code>Opt{}</code> param that takes a koanf instance to match posflag's default value behaviour in basic flag. Closes <a href="https://redirect.github.com/knadh/koanf/issues/255">#255</a>. by <a href="https://github.com/knadh"><code>@knadh</code></a> in <a href="https://redirect.github.com/knadh/koanf/pull/259">knadh/koanf#259</a></li> <li>Parser: KDL by <a href="https://github.com/dezren39"><code>@dezren39</code></a> in <a href="https://redirect.github.com/knadh/koanf/pull/266">knadh/koanf#266</a></li> <li>Parser: KDL kdl-go dependency update by <a href="https://github.com/dezren39"><code>@dezren39</code></a> in <a href="https://redirect.github.com/knadh/koanf/pull/267">knadh/koanf#267</a></li> </ul> <h2>New Contributors</h2> <ul> <li><a href="https://github.com/TECHNOFAB11"><code>@TECHNOFAB11</code></a> made their first contribution in <a href="https://redirect.github.com/knadh/koanf/pull/213">knadh/koanf#213</a></li> <li><a href="https://github.com/GreyXor"><code>@GreyXor</code></a> made their first contribution in <a href="https://redirect.github.com/knadh/koanf/pull/222">knadh/koanf#222</a></li> <li><a href="https://github.com/wangkang"><code>@wangkang</code></a> made their first contribution in <a href="https://redirect.github.com/knadh/koanf/pull/224">knadh/koanf#224</a></li> </ul> <!-- raw HTML omitted --> </blockquote> <p>... (truncated)</p> </details> <details> <summary>Commits</summary> <ul> <li><a href="https://github.com/knadh/koanf/commit/6c6c498fb49bb447a3826326903e5a0035a23ac2"><code>6c6c498</code></a> fix: retract v2.0.2 (<a href="https://redirect.github.com/knadh/koanf/issues/270">#270</a>)</li> <li><a href="https://github.com/knadh/koanf/commit/1d7909b7077799738a0003d39c26e9a0175ad107"><code>1d7909b</code></a> Replace obsolete 'mapstructure' lib with a new fork. Closes <a href="https://redirect.github.com/knadh/koanf/issues/262">#262</a>.</li> <li><a href="https://github.com/knadh/koanf/commit/a4138da821f8e0d9b9ab8671374096ec72bf9cd1"><code>a4138da</code></a> Updade kdl-go dependency (<a href="https://redirect.github.com/knadh/koanf/issues/267">#267</a>)</li> <li><a href="https://github.com/knadh/koanf/commit/d2028fd1b125f89f6fee474a6748a136f0462096"><code>d2028fd</code></a> Add KDL parser (<a href="https://redirect.github.com/knadh/koanf/issues/266">#266</a>)</li> <li><a href="https://github.com/knadh/koanf/commit/09d28ae8e50be127dd7f958dc75038ac5ddae3ae"><code>09d28ae</code></a> Add optional <code>Opt{}</code> param to basicflag (<a href="https://redirect.github.com/knadh/koanf/issues/259">#259</a>)</li> <li><a href="https://github.com/knadh/koanf/commit/27e15c0da04ef6826e9c044fa176a2882f9e5f9a"><code>27e15c0</code></a> Bump golang.org/x/crypto from 0.14.0 to 0.17.0 in /providers/nats (<a href="https://redirect.github.com/knadh/koanf/issues/260">#260</a>)</li> <li><a href="https://github.com/knadh/koanf/commit/78b67a00e8838fc5ee2b3a25195faac4395fd9c0"><code>78b67a0</code></a> Bump golang.org/x/crypto from 0.14.0 to 0.17.0 in /providers/vault (<a href="https://redirect.github.com/knadh/koanf/issues/261">#261</a>)</li> <li><a href="https://github.com/knadh/koanf/commit/5bf8db177398e8ced9a6da8642a7336dd617a436"><code>5bf8db1</code></a> fix: typo (<a href="https://redirect.github.com/knadh/koanf/issues/251">#251</a>)</li> <li><a href="https://github.com/knadh/koanf/commit/6c4dc5d209e6594e39e285fc1fd75f70891054a7"><code>6c4dc5d</code></a> Bump google.golang.org/grpc from 1.53.0 to 1.56.3 in /providers/etcd (<a href="https://redirect.github.com/knadh/koanf/issues/243">#243</a>)</li> <li><a href="https://github.com/knadh/koanf/commit/83fe9f3d481544250c317665d5ba65aafb76862e"><code>83fe9f3</code></a> Bump github.com/nats-io/nats-server/v2 in /providers/nats (<a href="https://redirect.github.com/knadh/koanf/issues/241">#241</a>)</li> <li>Additional commits viewable in <a href="https://github.com/knadh/koanf/compare/v2.0.1...v2.1.0">compare view</a></li> </ul> </details> <br /> [![Dependabot compatibility score](https://dependabot-badges.githubapp.com/badges/compatibility_score?dependency-name=github.com/knadh/koanf/v2&package-manager=go_modules&previous-version=2.0.1&new-version=2.1.0)](https://docs.github.com/en/github/managing-security-vulnerabilities/about-dependabot-security-updates#about-compatibility-scores) 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 show <dependency name> ignore conditions` will show all of the ignore conditions of the specified dependency - `@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) </details> Signed-off-by: dependabot[bot] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
- Loading branch information