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.1 (#114)
Bumps [github.com/knadh/koanf/v2](https://github.com/knadh/koanf) from 2.0.1 to 2.1.1. <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.1</h2> <h2>What's Changed</h2> <ul> <li>fix: run submodule tests by <a href="https://github.com/rhnvrm"><code>@rhnvrm</code></a> in <a href="https://redirect.github.com/knadh/koanf/pull/276">knadh/koanf#276</a></li> <li>Bump google.golang.org/protobuf from 1.30.0 to 1.33.0 in /examples by <a href="https://github.com/dependabot"><code>@dependabot</code></a> in <a href="https://redirect.github.com/knadh/koanf/pull/282">knadh/koanf#282</a></li> <li>Bump google.golang.org/protobuf from 1.30.0 to 1.33.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/281">knadh/koanf#281</a></li> <li>Bump google.golang.org/protobuf from 1.30.0 to 1.33.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/280">knadh/koanf#280</a></li> <li>feat: add ParserEnvWithValue by <a href="https://github.com/tlipoca9"><code>@tlipoca9</code></a> in <a href="https://redirect.github.com/knadh/koanf/pull/284">knadh/koanf#284</a></li> <li>Fix map unflattening no-delimiter behaviour by <a href="https://github.com/knadh"><code>@knadh</code></a> in <a href="https://redirect.github.com/knadh/koanf/pull/278">knadh/koanf#278</a></li> </ul> <h2>New Contributors</h2> <ul> <li><a href="https://github.com/tlipoca9"><code>@tlipoca9</code></a> made their first contribution in <a href="https://redirect.github.com/knadh/koanf/pull/284">knadh/koanf#284</a></li> </ul> <p><strong>Full Changelog</strong>: <a href="https://github.com/knadh/koanf/compare/v2.1.0...v2.1.1">https://github.com/knadh/koanf/compare/v2.1.0...v2.1.1</a></p> <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 <code>mapstructure</code> lib.</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> </ul> <!-- raw HTML omitted --> </blockquote> <p>... (truncated)</p> </details> <details> <summary>Commits</summary> <ul> <li><a href="https://github.com/knadh/koanf/commit/5c37babcec5f63a2679310a5917160b8e528683e"><code>5c37bab</code></a> Fix map unflattening no-delimiter behaviour (<a href="https://redirect.github.com/knadh/koanf/issues/278">#278</a>). Closes <a href="https://redirect.github.com/knadh/koanf/issues/275">#275</a>.</li> <li><a href="https://github.com/knadh/koanf/commit/736ad3a9967c566c22af886b31334da5946f190d"><code>736ad3a</code></a> feat: add ParserEnvWithValue (<a href="https://redirect.github.com/knadh/koanf/issues/284">#284</a>)</li> <li><a href="https://github.com/knadh/koanf/commit/06d3532cbddbb671431ead479c06b93ceb4bc6d1"><code>06d3532</code></a> Bump google.golang.org/protobuf from 1.30.0 to 1.33.0 in /providers/nats (<a href="https://redirect.github.com/knadh/koanf/issues/280">#280</a>)</li> <li><a href="https://github.com/knadh/koanf/commit/4a915e2428da533ce1caa7914949826d82a5d873"><code>4a915e2</code></a> Bump google.golang.org/protobuf from 1.30.0 to 1.33.0 in /providers/etcd (<a href="https://redirect.github.com/knadh/koanf/issues/281">#281</a>)</li> <li><a href="https://github.com/knadh/koanf/commit/02cb4d5294e9986476f80ec712d25650740db888"><code>02cb4d5</code></a> Bump google.golang.org/protobuf from 1.30.0 to 1.33.0 in /examples (<a href="https://redirect.github.com/knadh/koanf/issues/282">#282</a>)</li> <li><a href="https://github.com/knadh/koanf/commit/7addd6f13ee20d645232e4da6d7873d7507eddce"><code>7addd6f</code></a> fix: run submodule tests (<a href="https://redirect.github.com/knadh/koanf/issues/276">#276</a>)</li> <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>Additional commits viewable in <a href="https://github.com/knadh/koanf/compare/v2.0.1...v2.1.1">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.1)](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] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> Co-authored-by: Rafael Thalhofer <48678421+rafalgalaw@users.noreply.github.com>
- Loading branch information