dependabot[bot] opened a new pull request, #171: URL: https://github.com/apache/doris-opentelemetry-demo/pull/171
Bumps [github.com/open-feature/flagd/core](https://github.com/open-feature/flagd) from 0.11.2 to 0.13.1. <details> <summary>Release notes</summary> <p><em>Sourced from <a href="https://github.com/open-feature/flagd/releases">github.com/open-feature/flagd/core's releases</a>.</em></p> <blockquote> <h2>core: v0.13.1</h2> <h2><a href="https://github.com/open-feature/flagd/compare/core/v0.13.0...core/v0.13.1">0.13.1</a> (2025-12-27)</h2> <h3>๐ Bug Fixes</h3> <ul> <li><strong>security:</strong> update go for various stdlib CVEs (<a href="https://redirect.github.com/open-feature/flagd/issues/1840">#1840</a>) (<a href="https://github.com/open-feature/flagd/commit/6dcb36d2d6b55b7fe0b6107ac9a25baf302c5cdc">6dcb36d</a>)</li> </ul> <h2>flagd: v0.13.1</h2> <h2><a href="https://github.com/open-feature/flagd/compare/flagd/v0.13.0...flagd/v0.13.1">0.13.1</a> (2025-12-27)</h2> <h3>๐ Bug Fixes</h3> <ul> <li><strong>security:</strong> update go for various stdlib CVEs (<a href="https://redirect.github.com/open-feature/flagd/issues/1840">#1840</a>) (<a href="https://github.com/open-feature/flagd/commit/6dcb36d2d6b55b7fe0b6107ac9a25baf302c5cdc">6dcb36d</a>)</li> </ul> <h2>core: v0.13.0</h2> <h2><a href="https://github.com/open-feature/flagd/compare/core/v0.12.1...core/v0.13.0">0.13.0</a> (2025-12-23)</h2> <h3>โ BREAKING CHANGES</h3> <ul> <li>enable parsing of array flag configurations for flagd (<a href="https://redirect.github.com/open-feature/flagd/issues/1797">#1797</a>)</li> <li>cleanup evaluator interface (<a href="https://redirect.github.com/open-feature/flagd/issues/1793">#1793</a>)</li> <li>removes the <code>fractionalEvaluation</code> operator since it has been replaced with <code>fractional</code>. (<a href="https://redirect.github.com/open-feature/flagd/issues/1704">#1704</a>)</li> </ul> <h3>๐ Bug Fixes</h3> <ul> <li><strong>security:</strong> update module github.com/go-viper/mapstructure/v2 to v2.4.0 [security] (<a href="https://redirect.github.com/open-feature/flagd/issues/1784">#1784</a>) (<a href="https://github.com/open-feature/flagd/commit/037e30b2f87897499580b25497049b88da7e386c">037e30b</a>)</li> <li><strong>security:</strong> update module golang.org/x/crypto to v0.45.0 [security] (<a href="https://redirect.github.com/open-feature/flagd/issues/1825">#1825</a>) (<a href="https://github.com/open-feature/flagd/commit/44edcc97e9fc11af721527cc3d30ab491ddea44e">44edcc9</a>)</li> <li><strong>security:</strong> update module golang.org/x/crypto to v0.45.0 [security] (<a href="https://redirect.github.com/open-feature/flagd/issues/1826">#1826</a>) (<a href="https://github.com/open-feature/flagd/commit/7e0762b921ea70bed7915bcaab50e450e0a51158">7e0762b</a>)</li> </ul> <h3>โจ New Features</h3> <ul> <li>Add OAuth support for HTTP Sync (<a href="https://redirect.github.com/open-feature/flagd/issues/1791">#1791</a>) (<a href="https://github.com/open-feature/flagd/commit/268fd75039588f285913bf100d9972d26c2003a6">268fd75</a>)</li> <li>Add OTEL default variables (<a href="https://redirect.github.com/open-feature/flagd/issues/1812">#1812</a>) (<a href="https://github.com/open-feature/flagd/commit/c2e3fc62e06faf870db74e1a26b141075e6fbaa4">c2e3fc6</a>)</li> <li>allow null flagSetId Selector, restrict Selector to single key-value-pairs (<a href="https://redirect.github.com/open-feature/flagd/issues/1708">#1708</a>) (<a href="https://redirect.github.com/open-feature/flagd/issues/1811">#1811</a>) (<a href="https://github.com/open-feature/flagd/commit/c12a0ae01e2991a8365192a5cebf8cc11ff8bcd1">c12a0ae</a>)</li> <li>change jsonschema parser (<a href="https://redirect.github.com/open-feature/flagd/issues/1794">#1794</a>) (<a href="https://github.com/open-feature/flagd/commit/bf3f7220227428715422ea9f2311e6bd5f46ed97">bf3f722</a>)</li> <li>cleanup evaluator interface (<a href="https://redirect.github.com/open-feature/flagd/issues/1793">#1793</a>) (<a href="https://github.com/open-feature/flagd/commit/aa504f7077093746f886248a4766d9ae5587bf3d">aa504f7</a>)</li> <li>enable parsing of array flag configurations for flagd (<a href="https://redirect.github.com/open-feature/flagd/issues/1797">#1797</a>) (<a href="https://github.com/open-feature/flagd/commit/97c6ffaf2b51765ccd6aaec38c2902ed2ac8f5f3">97c6ffa</a>)</li> <li>multi-project support via selectors and flagSetId namespacing (<a href="https://redirect.github.com/open-feature/flagd/issues/1702">#1702</a>) (<a href="https://github.com/open-feature/flagd/commit/f9ce46f1032e7cb423e0e5c75a7c02f91ab5a88f">f9ce46f</a>)</li> </ul> <h3>๐งน Chore</h3> <ul> <li><strong>refactor:</strong> use memdb for flag storage (<a href="https://redirect.github.com/open-feature/flagd/issues/1697">#1697</a>) (<a href="https://github.com/open-feature/flagd/commit/5c5c1cfe84890c4cdd74c9b82504fd2632965221">5c5c1cf</a>)</li> <li>removes the <code>fractionalEvaluation</code> operator since it has been replaced with <code>fractional</code>. (<a href="https://redirect.github.com/open-feature/flagd/issues/1704">#1704</a>) (<a href="https://github.com/open-feature/flagd/commit/3228ad895117ed179325f80d3b0b318f575a4584">3228ad8</a>)</li> </ul> <!-- raw HTML omitted --> </blockquote> <p>... (truncated)</p> </details> <details> <summary>Commits</summary> <ul> <li><a href="https://github.com/open-feature/flagd/commit/5e4218cefabe40138f20d07f0ca0665d4ab34c09"><code>5e4218c</code></a> chore: release main (<a href="https://redirect.github.com/open-feature/flagd/issues/1841">#1841</a>)</li> <li><a href="https://github.com/open-feature/flagd/commit/6dcb36d2d6b55b7fe0b6107ac9a25baf302c5cdc"><code>6dcb36d</code></a> fix(security): update go for various stdlib CVEs (<a href="https://redirect.github.com/open-feature/flagd/issues/1840">#1840</a>)</li> <li><a href="https://github.com/open-feature/flagd/commit/87183f5e053570b4470c6a47da5d6e7a7312d11e"><code>87183f5</code></a> docs: add docs for selector, metadata (<a href="https://redirect.github.com/open-feature/flagd/issues/1829">#1829</a>)</li> <li><a href="https://github.com/open-feature/flagd/commit/814a6aca1ebac04ff9fe570767d91ed95741643b"><code>814a6ac</code></a> chore: release main (<a href="https://redirect.github.com/open-feature/flagd/issues/1699">#1699</a>)</li> <li><a href="https://github.com/open-feature/flagd/commit/7e0762b921ea70bed7915bcaab50e450e0a51158"><code>7e0762b</code></a> fix(security): update module golang.org/x/crypto to v0.45.0 [security] (<a href="https://redirect.github.com/open-feature/flagd/issues/1826">#1826</a>)</li> <li><a href="https://github.com/open-feature/flagd/commit/264b808ea49727cc4347c6bb322bc542257979a6"><code>264b808</code></a> docs: support YAML in playground (<a href="https://redirect.github.com/open-feature/flagd/issues/1837">#1837</a>)</li> <li><a href="https://github.com/open-feature/flagd/commit/ffab28555cf8d60c32b1d31924f787acd927bf86"><code>ffab285</code></a> chore: Fix oauth docs issue (<a href="https://redirect.github.com/open-feature/flagd/issues/1838">#1838</a>)</li> <li><a href="https://github.com/open-feature/flagd/commit/570693d9e7b3200c0865e7ebb3b467ccfc38bb88"><code>570693d</code></a> fix: fixing sync return format missing flag layer, adding full e2e suite (<a href="https://redirect.github.com/open-feature/flagd/issues/1827">#1827</a>)</li> <li><a href="https://github.com/open-feature/flagd/commit/87aa1fea24f8b277b8ec252f62b00fb4c6f6d8e7"><code>87aa1fe</code></a> docs: add additional Kubernetes deployment path (<a href="https://redirect.github.com/open-feature/flagd/issues/1836">#1836</a>)</li> <li><a href="https://github.com/open-feature/flagd/commit/8a938649d7be752f7b39a3070aa51fc413513e08"><code>8a93864</code></a> chore: disable MD060</li> <li>Additional commits viewable in <a href="https://github.com/open-feature/flagd/compare/core/v0.11.2...core/v0.13.1">compare view</a></li> </ul> </details> <br /> [](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) You can disable automated security fix PRs for this repo from the [Security Alerts page](https://github.com/apache/doris-opentelemetry-demo/network/alerts). </details> -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: [email protected] For queries about this service, please contact Infrastructure at: [email protected] --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
