build(deps): bump the all-go-mod-patch-and-minor group across 1 directory with 4 updates - #3578
Merged
AlexanderYastrebov merged 1 commit intoAug 4, 2025
Conversation
…tory with 4 updates Bumps the all-go-mod-patch-and-minor group with 4 updates in the / directory: [github.com/coreos/go-oidc/v3](https://github.com/coreos/go-oidc), [github.com/instana/go-sensor](https://github.com/instana/go-sensor), [github.com/miekg/dns](https://github.com/miekg/dns) and [github.com/prometheus/client_golang](https://github.com/prometheus/client_golang). Updates `github.com/coreos/go-oidc/v3` from 3.14.1 to 3.15.0 - [Release notes](https://github.com/coreos/go-oidc/releases) - [Commits](coreos/go-oidc@v3.14.1...v3.15.0) Updates `github.com/instana/go-sensor` from 1.68.0 to 1.69.1 - [Release notes](https://github.com/instana/go-sensor/releases) - [Changelog](https://github.com/instana/go-sensor/blob/main/CHANGELOG.md) - [Commits](instana/go-sensor@v1.68.0...v1.69.1) Updates `github.com/miekg/dns` from 1.1.67 to 1.1.68 - [Changelog](https://github.com/miekg/dns/blob/master/Makefile.release) - [Commits](miekg/dns@v1.1.67...v1.1.68) Updates `github.com/prometheus/client_golang` from 1.22.0 to 1.23.0 - [Release notes](https://github.com/prometheus/client_golang/releases) - [Changelog](https://github.com/prometheus/client_golang/blob/main/CHANGELOG.md) - [Commits](prometheus/client_golang@v1.22.0...v1.23.0) --- updated-dependencies: - dependency-name: github.com/coreos/go-oidc/v3 dependency-version: 3.15.0 dependency-type: direct:production update-type: version-update:semver-minor dependency-group: all-go-mod-patch-and-minor - dependency-name: github.com/instana/go-sensor dependency-version: 1.69.1 dependency-type: direct:production update-type: version-update:semver-minor dependency-group: all-go-mod-patch-and-minor - dependency-name: github.com/miekg/dns dependency-version: 1.1.68 dependency-type: direct:production update-type: version-update:semver-patch dependency-group: all-go-mod-patch-and-minor - dependency-name: github.com/prometheus/client_golang dependency-version: 1.23.0 dependency-type: direct:production update-type: version-update:semver-minor dependency-group: all-go-mod-patch-and-minor ... Signed-off-by: dependabot[bot] <support@github.com>
Collaborator
|
👍 |
1 similar comment
Contributor
|
👍 |
AlexanderYastrebov
deleted the
dependabot/go_modules/all-go-mod-patch-and-minor-d6eb6ce376
branch
August 4, 2025 10:45
This was referenced Aug 4, 2025
amak3
pushed a commit
to amak3/skipper
that referenced
this pull request
Aug 6, 2025
…tory with 4 updates (zalando#3578) Bumps the all-go-mod-patch-and-minor group with 4 updates in the / directory: [github.com/coreos/go-oidc/v3](https://github.com/coreos/go-oidc), [github.com/instana/go-sensor](https://github.com/instana/go-sensor), [github.com/miekg/dns](https://github.com/miekg/dns) and [github.com/prometheus/client_golang](https://github.com/prometheus/client_golang). Updates `github.com/coreos/go-oidc/v3` from 3.14.1 to 3.15.0 <details> <summary>Release notes</summary> <p><em>Sourced from <a href="https://github.com/coreos/go-oidc/releases">github.com/coreos/go-oidc/v3's releases</a>.</em></p> <blockquote> <h2>v3.15.0</h2> <h2>What's Changed</h2> <ul> <li>oidc: verify the ID Token's signature before processing claims by <a href="https://github.com/ericchiang"><code>@ericchiang</code></a> in <a href="https://redirect.github.com/coreos/go-oidc/pull/464">coreos/go-oidc#464</a></li> </ul> <p><strong>Full Changelog</strong>: <a href="https://github.com/coreos/go-oidc/compare/v3.14.1...v3.15.0">https://github.com/coreos/go-oidc/compare/v3.14.1...v3.15.0</a></p> </blockquote> </details> <details> <summary>Commits</summary> <ul> <li><a href="https://github.com/coreos/go-oidc/commit/8d1e57e7e7fb4db0bac61cc200d43846ba071977"><code>8d1e57e</code></a> oidc: verify the ID Token's signature before processing claims</li> <li>See full diff in <a href="https://github.com/coreos/go-oidc/compare/v3.14.1...v3.15.0">compare view</a></li> </ul> </details> <br /> Updates `github.com/instana/go-sensor` from 1.68.0 to 1.69.1 <details> <summary>Release notes</summary> <p><em>Sourced from <a href="https://github.com/instana/go-sensor/releases">github.com/instana/go-sensor's releases</a>.</em></p> <blockquote> <h2>v1.69.1</h2> <p>New release v1.69.1.</p> <h2>What's Changed</h2> <ul> <li>fix! : Ensure consistent default for MaxLogsPerSpan by <a href="https://github.com/Angith"><code>@Angith</code></a> in <a href="https://redirect.github.com/instana/go-sensor/pull/1186">instana/go-sensor#1186</a></li> <li>fix: replace secure packages for random number generation by <a href="https://github.com/sanojsubran"><code>@sanojsubran</code></a> in <a href="https://redirect.github.com/instana/go-sensor/pull/1190">instana/go-sensor#1190</a></li> <li>chore: updated the examples and docs to reflect the correct usage of the <code>InitCollector</code> API. <a href="https://github.com/Angith"><code>@Angith</code></a> in <a href="https://redirect.github.com/instana/go-sensor/pull/1204">instana/go-sensor#1204</a></li> </ul> <h2>v1.69.0</h2> <p>New release v1.69.0.</p> <h2>What's Changed</h2> <ul> <li>ci: disable Go toolchain enforcement using <code>go mod edit -toolchain=none</code> by <a href="https://github.com/nithinputhenveettil"><code>@nithinputhenveettil</code></a> in <a href="https://redirect.github.com/instana/go-sensor/pull/1183">instana/go-sensor#1183</a></li> <li>ci: release pipeline to support fedramp release by <a href="https://github.com/nithinputhenveettil"><code>@nithinputhenveettil</code></a> in <a href="https://redirect.github.com/instana/go-sensor/pull/1189">instana/go-sensor#1189</a></li> <li>fix: replace secure packages for random number generation by <a href="https://github.com/sanojsubran"><code>@sanojsubran</code></a> in <a href="https://redirect.github.com/instana/go-sensor/pull/1190">instana/go-sensor#1190</a></li> <li>feat: cleanup pipeline runs for currency monitoring by <a href="https://github.com/sanojsubran"><code>@sanojsubran</code></a> in <a href="https://redirect.github.com/instana/go-sensor/pull/1195">instana/go-sensor#1195</a></li> <li>ci: slack summary for releases modified to skip invalid releases by <a href="https://github.com/nithinputhenveettil"><code>@nithinputhenveettil</code></a> in <a href="https://redirect.github.com/instana/go-sensor/pull/1197">instana/go-sensor#1197</a></li> <li>ci: configured Slack notification for tracer reports pipeline via incoming webhook by <a href="https://github.com/nithinputhenveettil"><code>@nithinputhenveettil</code></a> in <a href="https://redirect.github.com/instana/go-sensor/pull/1200">instana/go-sensor#1200</a></li> <li>fix! : Ensure consistent default for MaxLogsPerSpan by <a href="https://github.com/Angith"><code>@Angith</code></a> in <a href="https://redirect.github.com/instana/go-sensor/pull/1186">instana/go-sensor#1186</a></li> </ul> <h2>instrumentation/cloud.google.com/go/v1.69.0</h2> <p>Updated instrumentation with the latest version of go-sensor core module v1.68.0.<!-- raw HTML omitted --><!-- raw HTML omitted --> --auto-generated--</p> </blockquote> </details> <details> <summary>Commits</summary> <ul> <li><a href="https://github.com/instana/go-sensor/commit/60c37078405a374327b20c04e61e3399642267f2"><code>60c3707</code></a> Updated version.go to 1.69.1</li> <li><a href="https://github.com/instana/go-sensor/commit/0b615e22708ccfb689081a2abdf072682a6e99ab"><code>0b615e2</code></a> chore: updated examples and docs with TracerOptions (<a href="https://redirect.github.com/instana/go-sensor/issues/1204">#1204</a>)</li> <li><a href="https://github.com/instana/go-sensor/commit/7b5c442e0efe2d9df7875346f2c93aae2f83dbb8"><code>7b5c442</code></a> Updated version.go to 1.69.0</li> <li><a href="https://github.com/instana/go-sensor/commit/ccaedd78ab01c15171680498f0a1f22dae82fa63"><code>ccaedd7</code></a> fix! : Ensure consistent default for MaxLogsPerSpan (<a href="https://redirect.github.com/instana/go-sensor/issues/1186">#1186</a>)</li> <li><a href="https://github.com/instana/go-sensor/commit/08c48a7efc2e6add88ef0162165773093578609a"><code>08c48a7</code></a> ci: configured Slack notification for tracer reports pipeline via incoming we...</li> <li><a href="https://github.com/instana/go-sensor/commit/ac196a432e58a8c573ce460b2019bb4fd635dd1b"><code>ac196a4</code></a> chore: disabled cache-related persistent volumes in Tekton (<a href="https://redirect.github.com/instana/go-sensor/issues/1199">#1199</a>)</li> <li><a href="https://github.com/instana/go-sensor/commit/f5c798178ef936d4f3b6d1f5b5acdf04f2a602e0"><code>f5c7981</code></a> ci: slack summary for releases modified to skip invalid releases (<a href="https://redirect.github.com/instana/go-sensor/issues/1197">#1197</a>)</li> <li><a href="https://github.com/instana/go-sensor/commit/abe59918c9a73d28c723da59911b83c1ef537fc7"><code>abe5991</code></a> feat: cleanup pipeline runs for currency monitoring (<a href="https://redirect.github.com/instana/go-sensor/issues/1195">#1195</a>)</li> <li><a href="https://github.com/instana/go-sensor/commit/bf4863f8b21518841fbbeb9fe7d6d1589d0d2071"><code>bf4863f</code></a> Updated version.go to 1.47.1</li> <li><a href="https://github.com/instana/go-sensor/commit/ed202403a40143a8f8ec9ddf0194cb447f90b5f9"><code>ed20240</code></a> feat(currency): updated go.mod, go.sum files, README.md for instagrpc (<a href="https://redirect.github.com/instana/go-sensor/issues/1196">#1196</a>)</li> <li>Additional commits viewable in <a href="https://github.com/instana/go-sensor/compare/v1.68.0...v1.69.1">compare view</a></li> </ul> </details> <br /> Updates `github.com/miekg/dns` from 1.1.67 to 1.1.68 <details> <summary>Commits</summary> <ul> <li><a href="https://github.com/miekg/dns/commit/54c180dc19ce2b2cf1500b51f3c640d1c25272d7"><code>54c180d</code></a> Release 1.1.68</li> <li><a href="https://github.com/miekg/dns/commit/b52b836ee134609a04c7b4b85a023b1a1456bffc"><code>b52b836</code></a> Revert "Add ResponseWriter.Net function (<a href="https://redirect.github.com/miekg/dns/issues/1651">#1651</a>)" (<a href="https://redirect.github.com/miekg/dns/issues/1665">#1665</a>)</li> <li>See full diff in <a href="https://github.com/miekg/dns/compare/v1.1.67...v1.1.68">compare view</a></li> </ul> </details> <br /> Updates `github.com/prometheus/client_golang` from 1.22.0 to 1.23.0 <details> <summary>Release notes</summary> <p><em>Sourced from <a href="https://github.com/prometheus/client_golang/releases">github.com/prometheus/client_golang's releases</a>.</em></p> <blockquote> <h2>v1.23.0 - 2025-07-30</h2> <ul> <li>[CHANGE] Minimum required Go version is now 1.23, only the two latest Go versions are supported from now on. <a href="https://redirect.github.com/prometheus/client_golang/issues/1812">#1812</a></li> <li>[FEATURE] Add WrapCollectorWith and WrapCollectorWithPrefix <a href="https://redirect.github.com/prometheus/client_golang/issues/1766">#1766</a></li> <li>[FEATURE] Add exemplars for native histograms <a href="https://redirect.github.com/prometheus/client_golang/issues/1686">#1686</a></li> <li>[ENHANCEMENT] exp/api: Bubble up status code from writeResponse <a href="https://redirect.github.com/prometheus/client_golang/issues/1823">#1823</a></li> <li>[ENHANCEMENT] collector/go: Update runtime metrics for Go v1.23 and v1.24 <a href="https://redirect.github.com/prometheus/client_golang/issues/1833">#1833</a></li> <li>[BUGFIX] exp/api: client prompt return on context cancellation <a href="https://redirect.github.com/prometheus/client_golang/issues/1729">#1729</a></li> </ul> <!-- raw HTML omitted --> </blockquote> <p>... (truncated)</p> </details> <details> <summary>Changelog</summary> <p><em>Sourced from <a href="https://github.com/prometheus/client_golang/blob/main/CHANGELOG.md">github.com/prometheus/client_golang's changelog</a>.</em></p> <blockquote> <h2>1.23.0 / 2025-07-30</h2> <ul> <li>[CHANGE] Minimum required Go version is now 1.23, only the two latest Go versions are supported from now on. <a href="https://redirect.github.com/prometheus/client_golang/issues/1812">#1812</a></li> <li>[FEATURE] Add WrapCollectorWith and WrapCollectorWithPrefix <a href="https://redirect.github.com/prometheus/client_golang/issues/1766">#1766</a></li> <li>[FEATURE] Add exemplars for native histograms <a href="https://redirect.github.com/prometheus/client_golang/issues/1686">#1686</a></li> <li>[ENHANCEMENT] exp/api: Bubble up status code from writeResponse <a href="https://redirect.github.com/prometheus/client_golang/issues/1823">#1823</a></li> <li>[ENHANCEMENT] collector/go: Update runtime metrics for Go v1.23 and v1.24 <a href="https://redirect.github.com/prometheus/client_golang/issues/1833">#1833</a></li> <li>[BUGFIX] exp/api: client prompt return on context cancellation <a href="https://redirect.github.com/prometheus/client_golang/issues/1729">#1729</a></li> </ul> </blockquote> </details> <details> <summary>Commits</summary> <ul> <li><a href="https://github.com/prometheus/client_golang/commit/e4b2208dd8cb6d1425f00250db842ec3c1e8749e"><code>e4b2208</code></a> Cut v1.23.0 (<a href="https://redirect.github.com/prometheus/client_golang/issues/1848">#1848</a>)</li> <li><a href="https://github.com/prometheus/client_golang/commit/d9492afd3a6f2e9782a7fc10363281bfd5b743bb"><code>d9492af</code></a> cut v1.23.0-rc.1 (<a href="https://redirect.github.com/prometheus/client_golang/issues/1842">#1842</a>)</li> <li><a href="https://github.com/prometheus/client_golang/commit/aeae8a0b4f54a8fa720d19b88638a2d048596f82"><code>aeae8a0</code></a> Cut v1.23.0-rc.0 (<a href="https://redirect.github.com/prometheus/client_golang/issues/1837">#1837</a>)</li> <li><a href="https://github.com/prometheus/client_golang/commit/b157309b723f0b8588ea604bb78dbbba196803f2"><code>b157309</code></a> Update common Prometheus files (<a href="https://redirect.github.com/prometheus/client_golang/issues/1832">#1832</a>)</li> <li><a href="https://github.com/prometheus/client_golang/commit/a704e287f467b79744c30af996b7d710d4c6900d"><code>a704e28</code></a> build(deps): bump the github-actions group with 3 updates (<a href="https://redirect.github.com/prometheus/client_golang/issues/1826">#1826</a>)</li> <li><a href="https://github.com/prometheus/client_golang/commit/c7743110ad2c599de3d8c23682d978a12f9f36d1"><code>c774311</code></a> Fix errNotImplemented reference (<a href="https://redirect.github.com/prometheus/client_golang/issues/1835">#1835</a>)</li> <li><a href="https://github.com/prometheus/client_golang/commit/db4db7bb0065a76c75b7df6f61d2cf183ecfc473"><code>db4db7b</code></a> Update runtime metrics for Go v1.23 and v1.24 (<a href="https://redirect.github.com/prometheus/client_golang/issues/1833">#1833</a>)</li> <li><a href="https://github.com/prometheus/client_golang/commit/99d380ebfe865ae2c973c80184bc97ac0d98f083"><code>99d380e</code></a> Update common Prometheus files (<a href="https://redirect.github.com/prometheus/client_golang/issues/1831">#1831</a>)</li> <li><a href="https://github.com/prometheus/client_golang/commit/f3ef320dcde30f31188c577ad71e6480e91bf464"><code>f3ef320</code></a> Merge pull request <a href="https://redirect.github.com/prometheus/client_golang/issues/1828">#1828</a> from prometheus/dependabot/go_modules/exp/github.com...</li> <li><a href="https://github.com/prometheus/client_golang/commit/520c91ae841ff7264b5379fe85e6215fc62734a6"><code>520c91a</code></a> build(deps): bump github.com/prometheus/common in /exp</li> <li>Additional commits viewable in <a href="https://github.com/prometheus/client_golang/compare/v1.22.0...v1.23.0">compare view</a></li> </ul> </details> <br /> 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 <dependency name> major version` will close this group update PR and stop Dependabot creating any more for the specific dependency's major version (unless you unignore this specific dependency's major version or upgrade to it yourself) - `@dependabot ignore <dependency name> minor version` will close this group update PR and stop Dependabot creating any more for the specific dependency's minor version (unless you unignore this specific dependency's minor version or upgrade to it yourself) - `@dependabot ignore <dependency name>` will close this group update PR and stop Dependabot creating any more for the specific dependency (unless you unignore this specific dependency or upgrade to it yourself) - `@dependabot unignore <dependency name>` will remove all of the ignore conditions of the specified dependency - `@dependabot unignore <dependency name> <ignore condition>` will remove the ignore condition of the specified dependency and ignore conditions </details> Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> Signed-off-by: aleksandra-mak_zse <aleksandra.mak@zalando.de>
amak3
pushed a commit
to amak3/skipper
that referenced
this pull request
Aug 6, 2025
…tory with 4 updates (zalando#3578) Bumps the all-go-mod-patch-and-minor group with 4 updates in the / directory: [github.com/coreos/go-oidc/v3](https://github.com/coreos/go-oidc), [github.com/instana/go-sensor](https://github.com/instana/go-sensor), [github.com/miekg/dns](https://github.com/miekg/dns) and [github.com/prometheus/client_golang](https://github.com/prometheus/client_golang). Updates `github.com/coreos/go-oidc/v3` from 3.14.1 to 3.15.0 <details> <summary>Release notes</summary> <p><em>Sourced from <a href="https://github.com/coreos/go-oidc/releases">github.com/coreos/go-oidc/v3's releases</a>.</em></p> <blockquote> <h2>v3.15.0</h2> <h2>What's Changed</h2> <ul> <li>oidc: verify the ID Token's signature before processing claims by <a href="https://github.com/ericchiang"><code>@ericchiang</code></a> in <a href="https://redirect.github.com/coreos/go-oidc/pull/464">coreos/go-oidc#464</a></li> </ul> <p><strong>Full Changelog</strong>: <a href="https://github.com/coreos/go-oidc/compare/v3.14.1...v3.15.0">https://github.com/coreos/go-oidc/compare/v3.14.1...v3.15.0</a></p> </blockquote> </details> <details> <summary>Commits</summary> <ul> <li><a href="https://github.com/coreos/go-oidc/commit/8d1e57e7e7fb4db0bac61cc200d43846ba071977"><code>8d1e57e</code></a> oidc: verify the ID Token's signature before processing claims</li> <li>See full diff in <a href="https://github.com/coreos/go-oidc/compare/v3.14.1...v3.15.0">compare view</a></li> </ul> </details> <br /> Updates `github.com/instana/go-sensor` from 1.68.0 to 1.69.1 <details> <summary>Release notes</summary> <p><em>Sourced from <a href="https://github.com/instana/go-sensor/releases">github.com/instana/go-sensor's releases</a>.</em></p> <blockquote> <h2>v1.69.1</h2> <p>New release v1.69.1.</p> <h2>What's Changed</h2> <ul> <li>fix! : Ensure consistent default for MaxLogsPerSpan by <a href="https://github.com/Angith"><code>@Angith</code></a> in <a href="https://redirect.github.com/instana/go-sensor/pull/1186">instana/go-sensor#1186</a></li> <li>fix: replace secure packages for random number generation by <a href="https://github.com/sanojsubran"><code>@sanojsubran</code></a> in <a href="https://redirect.github.com/instana/go-sensor/pull/1190">instana/go-sensor#1190</a></li> <li>chore: updated the examples and docs to reflect the correct usage of the <code>InitCollector</code> API. <a href="https://github.com/Angith"><code>@Angith</code></a> in <a href="https://redirect.github.com/instana/go-sensor/pull/1204">instana/go-sensor#1204</a></li> </ul> <h2>v1.69.0</h2> <p>New release v1.69.0.</p> <h2>What's Changed</h2> <ul> <li>ci: disable Go toolchain enforcement using <code>go mod edit -toolchain=none</code> by <a href="https://github.com/nithinputhenveettil"><code>@nithinputhenveettil</code></a> in <a href="https://redirect.github.com/instana/go-sensor/pull/1183">instana/go-sensor#1183</a></li> <li>ci: release pipeline to support fedramp release by <a href="https://github.com/nithinputhenveettil"><code>@nithinputhenveettil</code></a> in <a href="https://redirect.github.com/instana/go-sensor/pull/1189">instana/go-sensor#1189</a></li> <li>fix: replace secure packages for random number generation by <a href="https://github.com/sanojsubran"><code>@sanojsubran</code></a> in <a href="https://redirect.github.com/instana/go-sensor/pull/1190">instana/go-sensor#1190</a></li> <li>feat: cleanup pipeline runs for currency monitoring by <a href="https://github.com/sanojsubran"><code>@sanojsubran</code></a> in <a href="https://redirect.github.com/instana/go-sensor/pull/1195">instana/go-sensor#1195</a></li> <li>ci: slack summary for releases modified to skip invalid releases by <a href="https://github.com/nithinputhenveettil"><code>@nithinputhenveettil</code></a> in <a href="https://redirect.github.com/instana/go-sensor/pull/1197">instana/go-sensor#1197</a></li> <li>ci: configured Slack notification for tracer reports pipeline via incoming webhook by <a href="https://github.com/nithinputhenveettil"><code>@nithinputhenveettil</code></a> in <a href="https://redirect.github.com/instana/go-sensor/pull/1200">instana/go-sensor#1200</a></li> <li>fix! : Ensure consistent default for MaxLogsPerSpan by <a href="https://github.com/Angith"><code>@Angith</code></a> in <a href="https://redirect.github.com/instana/go-sensor/pull/1186">instana/go-sensor#1186</a></li> </ul> <h2>instrumentation/cloud.google.com/go/v1.69.0</h2> <p>Updated instrumentation with the latest version of go-sensor core module v1.68.0.<!-- raw HTML omitted --><!-- raw HTML omitted --> --auto-generated--</p> </blockquote> </details> <details> <summary>Commits</summary> <ul> <li><a href="https://github.com/instana/go-sensor/commit/60c37078405a374327b20c04e61e3399642267f2"><code>60c3707</code></a> Updated version.go to 1.69.1</li> <li><a href="https://github.com/instana/go-sensor/commit/0b615e22708ccfb689081a2abdf072682a6e99ab"><code>0b615e2</code></a> chore: updated examples and docs with TracerOptions (<a href="https://redirect.github.com/instana/go-sensor/issues/1204">#1204</a>)</li> <li><a href="https://github.com/instana/go-sensor/commit/7b5c442e0efe2d9df7875346f2c93aae2f83dbb8"><code>7b5c442</code></a> Updated version.go to 1.69.0</li> <li><a href="https://github.com/instana/go-sensor/commit/ccaedd78ab01c15171680498f0a1f22dae82fa63"><code>ccaedd7</code></a> fix! : Ensure consistent default for MaxLogsPerSpan (<a href="https://redirect.github.com/instana/go-sensor/issues/1186">#1186</a>)</li> <li><a href="https://github.com/instana/go-sensor/commit/08c48a7efc2e6add88ef0162165773093578609a"><code>08c48a7</code></a> ci: configured Slack notification for tracer reports pipeline via incoming we...</li> <li><a href="https://github.com/instana/go-sensor/commit/ac196a432e58a8c573ce460b2019bb4fd635dd1b"><code>ac196a4</code></a> chore: disabled cache-related persistent volumes in Tekton (<a href="https://redirect.github.com/instana/go-sensor/issues/1199">#1199</a>)</li> <li><a href="https://github.com/instana/go-sensor/commit/f5c798178ef936d4f3b6d1f5b5acdf04f2a602e0"><code>f5c7981</code></a> ci: slack summary for releases modified to skip invalid releases (<a href="https://redirect.github.com/instana/go-sensor/issues/1197">#1197</a>)</li> <li><a href="https://github.com/instana/go-sensor/commit/abe59918c9a73d28c723da59911b83c1ef537fc7"><code>abe5991</code></a> feat: cleanup pipeline runs for currency monitoring (<a href="https://redirect.github.com/instana/go-sensor/issues/1195">#1195</a>)</li> <li><a href="https://github.com/instana/go-sensor/commit/bf4863f8b21518841fbbeb9fe7d6d1589d0d2071"><code>bf4863f</code></a> Updated version.go to 1.47.1</li> <li><a href="https://github.com/instana/go-sensor/commit/ed202403a40143a8f8ec9ddf0194cb447f90b5f9"><code>ed20240</code></a> feat(currency): updated go.mod, go.sum files, README.md for instagrpc (<a href="https://redirect.github.com/instana/go-sensor/issues/1196">#1196</a>)</li> <li>Additional commits viewable in <a href="https://github.com/instana/go-sensor/compare/v1.68.0...v1.69.1">compare view</a></li> </ul> </details> <br /> Updates `github.com/miekg/dns` from 1.1.67 to 1.1.68 <details> <summary>Commits</summary> <ul> <li><a href="https://github.com/miekg/dns/commit/54c180dc19ce2b2cf1500b51f3c640d1c25272d7"><code>54c180d</code></a> Release 1.1.68</li> <li><a href="https://github.com/miekg/dns/commit/b52b836ee134609a04c7b4b85a023b1a1456bffc"><code>b52b836</code></a> Revert "Add ResponseWriter.Net function (<a href="https://redirect.github.com/miekg/dns/issues/1651">#1651</a>)" (<a href="https://redirect.github.com/miekg/dns/issues/1665">#1665</a>)</li> <li>See full diff in <a href="https://github.com/miekg/dns/compare/v1.1.67...v1.1.68">compare view</a></li> </ul> </details> <br /> Updates `github.com/prometheus/client_golang` from 1.22.0 to 1.23.0 <details> <summary>Release notes</summary> <p><em>Sourced from <a href="https://github.com/prometheus/client_golang/releases">github.com/prometheus/client_golang's releases</a>.</em></p> <blockquote> <h2>v1.23.0 - 2025-07-30</h2> <ul> <li>[CHANGE] Minimum required Go version is now 1.23, only the two latest Go versions are supported from now on. <a href="https://redirect.github.com/prometheus/client_golang/issues/1812">#1812</a></li> <li>[FEATURE] Add WrapCollectorWith and WrapCollectorWithPrefix <a href="https://redirect.github.com/prometheus/client_golang/issues/1766">#1766</a></li> <li>[FEATURE] Add exemplars for native histograms <a href="https://redirect.github.com/prometheus/client_golang/issues/1686">#1686</a></li> <li>[ENHANCEMENT] exp/api: Bubble up status code from writeResponse <a href="https://redirect.github.com/prometheus/client_golang/issues/1823">#1823</a></li> <li>[ENHANCEMENT] collector/go: Update runtime metrics for Go v1.23 and v1.24 <a href="https://redirect.github.com/prometheus/client_golang/issues/1833">#1833</a></li> <li>[BUGFIX] exp/api: client prompt return on context cancellation <a href="https://redirect.github.com/prometheus/client_golang/issues/1729">#1729</a></li> </ul> <!-- raw HTML omitted --> </blockquote> <p>... (truncated)</p> </details> <details> <summary>Changelog</summary> <p><em>Sourced from <a href="https://github.com/prometheus/client_golang/blob/main/CHANGELOG.md">github.com/prometheus/client_golang's changelog</a>.</em></p> <blockquote> <h2>1.23.0 / 2025-07-30</h2> <ul> <li>[CHANGE] Minimum required Go version is now 1.23, only the two latest Go versions are supported from now on. <a href="https://redirect.github.com/prometheus/client_golang/issues/1812">#1812</a></li> <li>[FEATURE] Add WrapCollectorWith and WrapCollectorWithPrefix <a href="https://redirect.github.com/prometheus/client_golang/issues/1766">#1766</a></li> <li>[FEATURE] Add exemplars for native histograms <a href="https://redirect.github.com/prometheus/client_golang/issues/1686">#1686</a></li> <li>[ENHANCEMENT] exp/api: Bubble up status code from writeResponse <a href="https://redirect.github.com/prometheus/client_golang/issues/1823">#1823</a></li> <li>[ENHANCEMENT] collector/go: Update runtime metrics for Go v1.23 and v1.24 <a href="https://redirect.github.com/prometheus/client_golang/issues/1833">#1833</a></li> <li>[BUGFIX] exp/api: client prompt return on context cancellation <a href="https://redirect.github.com/prometheus/client_golang/issues/1729">#1729</a></li> </ul> </blockquote> </details> <details> <summary>Commits</summary> <ul> <li><a href="https://github.com/prometheus/client_golang/commit/e4b2208dd8cb6d1425f00250db842ec3c1e8749e"><code>e4b2208</code></a> Cut v1.23.0 (<a href="https://redirect.github.com/prometheus/client_golang/issues/1848">#1848</a>)</li> <li><a href="https://github.com/prometheus/client_golang/commit/d9492afd3a6f2e9782a7fc10363281bfd5b743bb"><code>d9492af</code></a> cut v1.23.0-rc.1 (<a href="https://redirect.github.com/prometheus/client_golang/issues/1842">#1842</a>)</li> <li><a href="https://github.com/prometheus/client_golang/commit/aeae8a0b4f54a8fa720d19b88638a2d048596f82"><code>aeae8a0</code></a> Cut v1.23.0-rc.0 (<a href="https://redirect.github.com/prometheus/client_golang/issues/1837">#1837</a>)</li> <li><a href="https://github.com/prometheus/client_golang/commit/b157309b723f0b8588ea604bb78dbbba196803f2"><code>b157309</code></a> Update common Prometheus files (<a href="https://redirect.github.com/prometheus/client_golang/issues/1832">#1832</a>)</li> <li><a href="https://github.com/prometheus/client_golang/commit/a704e287f467b79744c30af996b7d710d4c6900d"><code>a704e28</code></a> build(deps): bump the github-actions group with 3 updates (<a href="https://redirect.github.com/prometheus/client_golang/issues/1826">#1826</a>)</li> <li><a href="https://github.com/prometheus/client_golang/commit/c7743110ad2c599de3d8c23682d978a12f9f36d1"><code>c774311</code></a> Fix errNotImplemented reference (<a href="https://redirect.github.com/prometheus/client_golang/issues/1835">#1835</a>)</li> <li><a href="https://github.com/prometheus/client_golang/commit/db4db7bb0065a76c75b7df6f61d2cf183ecfc473"><code>db4db7b</code></a> Update runtime metrics for Go v1.23 and v1.24 (<a href="https://redirect.github.com/prometheus/client_golang/issues/1833">#1833</a>)</li> <li><a href="https://github.com/prometheus/client_golang/commit/99d380ebfe865ae2c973c80184bc97ac0d98f083"><code>99d380e</code></a> Update common Prometheus files (<a href="https://redirect.github.com/prometheus/client_golang/issues/1831">#1831</a>)</li> <li><a href="https://github.com/prometheus/client_golang/commit/f3ef320dcde30f31188c577ad71e6480e91bf464"><code>f3ef320</code></a> Merge pull request <a href="https://redirect.github.com/prometheus/client_golang/issues/1828">#1828</a> from prometheus/dependabot/go_modules/exp/github.com...</li> <li><a href="https://github.com/prometheus/client_golang/commit/520c91ae841ff7264b5379fe85e6215fc62734a6"><code>520c91a</code></a> build(deps): bump github.com/prometheus/common in /exp</li> <li>Additional commits viewable in <a href="https://github.com/prometheus/client_golang/compare/v1.22.0...v1.23.0">compare view</a></li> </ul> </details> <br /> 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 <dependency name> major version` will close this group update PR and stop Dependabot creating any more for the specific dependency's major version (unless you unignore this specific dependency's major version or upgrade to it yourself) - `@dependabot ignore <dependency name> minor version` will close this group update PR and stop Dependabot creating any more for the specific dependency's minor version (unless you unignore this specific dependency's minor version or upgrade to it yourself) - `@dependabot ignore <dependency name>` will close this group update PR and stop Dependabot creating any more for the specific dependency (unless you unignore this specific dependency or upgrade to it yourself) - `@dependabot unignore <dependency name>` will remove all of the ignore conditions of the specified dependency - `@dependabot unignore <dependency name> <ignore condition>` will remove the ignore condition of the specified dependency and ignore conditions </details> Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
amak3
pushed a commit
to amak3/skipper
that referenced
this pull request
Aug 7, 2025
…tory with 4 updates (zalando#3578) Bumps the all-go-mod-patch-and-minor group with 4 updates in the / directory: [github.com/coreos/go-oidc/v3](https://github.com/coreos/go-oidc), [github.com/instana/go-sensor](https://github.com/instana/go-sensor), [github.com/miekg/dns](https://github.com/miekg/dns) and [github.com/prometheus/client_golang](https://github.com/prometheus/client_golang). Updates `github.com/coreos/go-oidc/v3` from 3.14.1 to 3.15.0 <details> <summary>Release notes</summary> <p><em>Sourced from <a href="https://github.com/coreos/go-oidc/releases">github.com/coreos/go-oidc/v3's releases</a>.</em></p> <blockquote> <h2>v3.15.0</h2> <h2>What's Changed</h2> <ul> <li>oidc: verify the ID Token's signature before processing claims by <a href="https://github.com/ericchiang"><code>@ericchiang</code></a> in <a href="https://redirect.github.com/coreos/go-oidc/pull/464">coreos/go-oidc#464</a></li> </ul> <p><strong>Full Changelog</strong>: <a href="https://github.com/coreos/go-oidc/compare/v3.14.1...v3.15.0">https://github.com/coreos/go-oidc/compare/v3.14.1...v3.15.0</a></p> </blockquote> </details> <details> <summary>Commits</summary> <ul> <li><a href="https://github.com/coreos/go-oidc/commit/8d1e57e7e7fb4db0bac61cc200d43846ba071977"><code>8d1e57e</code></a> oidc: verify the ID Token's signature before processing claims</li> <li>See full diff in <a href="https://github.com/coreos/go-oidc/compare/v3.14.1...v3.15.0">compare view</a></li> </ul> </details> <br /> Updates `github.com/instana/go-sensor` from 1.68.0 to 1.69.1 <details> <summary>Release notes</summary> <p><em>Sourced from <a href="https://github.com/instana/go-sensor/releases">github.com/instana/go-sensor's releases</a>.</em></p> <blockquote> <h2>v1.69.1</h2> <p>New release v1.69.1.</p> <h2>What's Changed</h2> <ul> <li>fix! : Ensure consistent default for MaxLogsPerSpan by <a href="https://github.com/Angith"><code>@Angith</code></a> in <a href="https://redirect.github.com/instana/go-sensor/pull/1186">instana/go-sensor#1186</a></li> <li>fix: replace secure packages for random number generation by <a href="https://github.com/sanojsubran"><code>@sanojsubran</code></a> in <a href="https://redirect.github.com/instana/go-sensor/pull/1190">instana/go-sensor#1190</a></li> <li>chore: updated the examples and docs to reflect the correct usage of the <code>InitCollector</code> API. <a href="https://github.com/Angith"><code>@Angith</code></a> in <a href="https://redirect.github.com/instana/go-sensor/pull/1204">instana/go-sensor#1204</a></li> </ul> <h2>v1.69.0</h2> <p>New release v1.69.0.</p> <h2>What's Changed</h2> <ul> <li>ci: disable Go toolchain enforcement using <code>go mod edit -toolchain=none</code> by <a href="https://github.com/nithinputhenveettil"><code>@nithinputhenveettil</code></a> in <a href="https://redirect.github.com/instana/go-sensor/pull/1183">instana/go-sensor#1183</a></li> <li>ci: release pipeline to support fedramp release by <a href="https://github.com/nithinputhenveettil"><code>@nithinputhenveettil</code></a> in <a href="https://redirect.github.com/instana/go-sensor/pull/1189">instana/go-sensor#1189</a></li> <li>fix: replace secure packages for random number generation by <a href="https://github.com/sanojsubran"><code>@sanojsubran</code></a> in <a href="https://redirect.github.com/instana/go-sensor/pull/1190">instana/go-sensor#1190</a></li> <li>feat: cleanup pipeline runs for currency monitoring by <a href="https://github.com/sanojsubran"><code>@sanojsubran</code></a> in <a href="https://redirect.github.com/instana/go-sensor/pull/1195">instana/go-sensor#1195</a></li> <li>ci: slack summary for releases modified to skip invalid releases by <a href="https://github.com/nithinputhenveettil"><code>@nithinputhenveettil</code></a> in <a href="https://redirect.github.com/instana/go-sensor/pull/1197">instana/go-sensor#1197</a></li> <li>ci: configured Slack notification for tracer reports pipeline via incoming webhook by <a href="https://github.com/nithinputhenveettil"><code>@nithinputhenveettil</code></a> in <a href="https://redirect.github.com/instana/go-sensor/pull/1200">instana/go-sensor#1200</a></li> <li>fix! : Ensure consistent default for MaxLogsPerSpan by <a href="https://github.com/Angith"><code>@Angith</code></a> in <a href="https://redirect.github.com/instana/go-sensor/pull/1186">instana/go-sensor#1186</a></li> </ul> <h2>instrumentation/cloud.google.com/go/v1.69.0</h2> <p>Updated instrumentation with the latest version of go-sensor core module v1.68.0.<!-- raw HTML omitted --><!-- raw HTML omitted --> --auto-generated--</p> </blockquote> </details> <details> <summary>Commits</summary> <ul> <li><a href="https://github.com/instana/go-sensor/commit/60c37078405a374327b20c04e61e3399642267f2"><code>60c3707</code></a> Updated version.go to 1.69.1</li> <li><a href="https://github.com/instana/go-sensor/commit/0b615e22708ccfb689081a2abdf072682a6e99ab"><code>0b615e2</code></a> chore: updated examples and docs with TracerOptions (<a href="https://redirect.github.com/instana/go-sensor/issues/1204">#1204</a>)</li> <li><a href="https://github.com/instana/go-sensor/commit/7b5c442e0efe2d9df7875346f2c93aae2f83dbb8"><code>7b5c442</code></a> Updated version.go to 1.69.0</li> <li><a href="https://github.com/instana/go-sensor/commit/ccaedd78ab01c15171680498f0a1f22dae82fa63"><code>ccaedd7</code></a> fix! : Ensure consistent default for MaxLogsPerSpan (<a href="https://redirect.github.com/instana/go-sensor/issues/1186">#1186</a>)</li> <li><a href="https://github.com/instana/go-sensor/commit/08c48a7efc2e6add88ef0162165773093578609a"><code>08c48a7</code></a> ci: configured Slack notification for tracer reports pipeline via incoming we...</li> <li><a href="https://github.com/instana/go-sensor/commit/ac196a432e58a8c573ce460b2019bb4fd635dd1b"><code>ac196a4</code></a> chore: disabled cache-related persistent volumes in Tekton (<a href="https://redirect.github.com/instana/go-sensor/issues/1199">#1199</a>)</li> <li><a href="https://github.com/instana/go-sensor/commit/f5c798178ef936d4f3b6d1f5b5acdf04f2a602e0"><code>f5c7981</code></a> ci: slack summary for releases modified to skip invalid releases (<a href="https://redirect.github.com/instana/go-sensor/issues/1197">#1197</a>)</li> <li><a href="https://github.com/instana/go-sensor/commit/abe59918c9a73d28c723da59911b83c1ef537fc7"><code>abe5991</code></a> feat: cleanup pipeline runs for currency monitoring (<a href="https://redirect.github.com/instana/go-sensor/issues/1195">#1195</a>)</li> <li><a href="https://github.com/instana/go-sensor/commit/bf4863f8b21518841fbbeb9fe7d6d1589d0d2071"><code>bf4863f</code></a> Updated version.go to 1.47.1</li> <li><a href="https://github.com/instana/go-sensor/commit/ed202403a40143a8f8ec9ddf0194cb447f90b5f9"><code>ed20240</code></a> feat(currency): updated go.mod, go.sum files, README.md for instagrpc (<a href="https://redirect.github.com/instana/go-sensor/issues/1196">#1196</a>)</li> <li>Additional commits viewable in <a href="https://github.com/instana/go-sensor/compare/v1.68.0...v1.69.1">compare view</a></li> </ul> </details> <br /> Updates `github.com/miekg/dns` from 1.1.67 to 1.1.68 <details> <summary>Commits</summary> <ul> <li><a href="https://github.com/miekg/dns/commit/54c180dc19ce2b2cf1500b51f3c640d1c25272d7"><code>54c180d</code></a> Release 1.1.68</li> <li><a href="https://github.com/miekg/dns/commit/b52b836ee134609a04c7b4b85a023b1a1456bffc"><code>b52b836</code></a> Revert "Add ResponseWriter.Net function (<a href="https://redirect.github.com/miekg/dns/issues/1651">#1651</a>)" (<a href="https://redirect.github.com/miekg/dns/issues/1665">#1665</a>)</li> <li>See full diff in <a href="https://github.com/miekg/dns/compare/v1.1.67...v1.1.68">compare view</a></li> </ul> </details> <br /> Updates `github.com/prometheus/client_golang` from 1.22.0 to 1.23.0 <details> <summary>Release notes</summary> <p><em>Sourced from <a href="https://github.com/prometheus/client_golang/releases">github.com/prometheus/client_golang's releases</a>.</em></p> <blockquote> <h2>v1.23.0 - 2025-07-30</h2> <ul> <li>[CHANGE] Minimum required Go version is now 1.23, only the two latest Go versions are supported from now on. <a href="https://redirect.github.com/prometheus/client_golang/issues/1812">#1812</a></li> <li>[FEATURE] Add WrapCollectorWith and WrapCollectorWithPrefix <a href="https://redirect.github.com/prometheus/client_golang/issues/1766">#1766</a></li> <li>[FEATURE] Add exemplars for native histograms <a href="https://redirect.github.com/prometheus/client_golang/issues/1686">#1686</a></li> <li>[ENHANCEMENT] exp/api: Bubble up status code from writeResponse <a href="https://redirect.github.com/prometheus/client_golang/issues/1823">#1823</a></li> <li>[ENHANCEMENT] collector/go: Update runtime metrics for Go v1.23 and v1.24 <a href="https://redirect.github.com/prometheus/client_golang/issues/1833">#1833</a></li> <li>[BUGFIX] exp/api: client prompt return on context cancellation <a href="https://redirect.github.com/prometheus/client_golang/issues/1729">#1729</a></li> </ul> <!-- raw HTML omitted --> </blockquote> <p>... (truncated)</p> </details> <details> <summary>Changelog</summary> <p><em>Sourced from <a href="https://github.com/prometheus/client_golang/blob/main/CHANGELOG.md">github.com/prometheus/client_golang's changelog</a>.</em></p> <blockquote> <h2>1.23.0 / 2025-07-30</h2> <ul> <li>[CHANGE] Minimum required Go version is now 1.23, only the two latest Go versions are supported from now on. <a href="https://redirect.github.com/prometheus/client_golang/issues/1812">#1812</a></li> <li>[FEATURE] Add WrapCollectorWith and WrapCollectorWithPrefix <a href="https://redirect.github.com/prometheus/client_golang/issues/1766">#1766</a></li> <li>[FEATURE] Add exemplars for native histograms <a href="https://redirect.github.com/prometheus/client_golang/issues/1686">#1686</a></li> <li>[ENHANCEMENT] exp/api: Bubble up status code from writeResponse <a href="https://redirect.github.com/prometheus/client_golang/issues/1823">#1823</a></li> <li>[ENHANCEMENT] collector/go: Update runtime metrics for Go v1.23 and v1.24 <a href="https://redirect.github.com/prometheus/client_golang/issues/1833">#1833</a></li> <li>[BUGFIX] exp/api: client prompt return on context cancellation <a href="https://redirect.github.com/prometheus/client_golang/issues/1729">#1729</a></li> </ul> </blockquote> </details> <details> <summary>Commits</summary> <ul> <li><a href="https://github.com/prometheus/client_golang/commit/e4b2208dd8cb6d1425f00250db842ec3c1e8749e"><code>e4b2208</code></a> Cut v1.23.0 (<a href="https://redirect.github.com/prometheus/client_golang/issues/1848">#1848</a>)</li> <li><a href="https://github.com/prometheus/client_golang/commit/d9492afd3a6f2e9782a7fc10363281bfd5b743bb"><code>d9492af</code></a> cut v1.23.0-rc.1 (<a href="https://redirect.github.com/prometheus/client_golang/issues/1842">#1842</a>)</li> <li><a href="https://github.com/prometheus/client_golang/commit/aeae8a0b4f54a8fa720d19b88638a2d048596f82"><code>aeae8a0</code></a> Cut v1.23.0-rc.0 (<a href="https://redirect.github.com/prometheus/client_golang/issues/1837">#1837</a>)</li> <li><a href="https://github.com/prometheus/client_golang/commit/b157309b723f0b8588ea604bb78dbbba196803f2"><code>b157309</code></a> Update common Prometheus files (<a href="https://redirect.github.com/prometheus/client_golang/issues/1832">#1832</a>)</li> <li><a href="https://github.com/prometheus/client_golang/commit/a704e287f467b79744c30af996b7d710d4c6900d"><code>a704e28</code></a> build(deps): bump the github-actions group with 3 updates (<a href="https://redirect.github.com/prometheus/client_golang/issues/1826">#1826</a>)</li> <li><a href="https://github.com/prometheus/client_golang/commit/c7743110ad2c599de3d8c23682d978a12f9f36d1"><code>c774311</code></a> Fix errNotImplemented reference (<a href="https://redirect.github.com/prometheus/client_golang/issues/1835">#1835</a>)</li> <li><a href="https://github.com/prometheus/client_golang/commit/db4db7bb0065a76c75b7df6f61d2cf183ecfc473"><code>db4db7b</code></a> Update runtime metrics for Go v1.23 and v1.24 (<a href="https://redirect.github.com/prometheus/client_golang/issues/1833">#1833</a>)</li> <li><a href="https://github.com/prometheus/client_golang/commit/99d380ebfe865ae2c973c80184bc97ac0d98f083"><code>99d380e</code></a> Update common Prometheus files (<a href="https://redirect.github.com/prometheus/client_golang/issues/1831">#1831</a>)</li> <li><a href="https://github.com/prometheus/client_golang/commit/f3ef320dcde30f31188c577ad71e6480e91bf464"><code>f3ef320</code></a> Merge pull request <a href="https://redirect.github.com/prometheus/client_golang/issues/1828">#1828</a> from prometheus/dependabot/go_modules/exp/github.com...</li> <li><a href="https://github.com/prometheus/client_golang/commit/520c91ae841ff7264b5379fe85e6215fc62734a6"><code>520c91a</code></a> build(deps): bump github.com/prometheus/common in /exp</li> <li>Additional commits viewable in <a href="https://github.com/prometheus/client_golang/compare/v1.22.0...v1.23.0">compare view</a></li> </ul> </details> <br /> 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 <dependency name> major version` will close this group update PR and stop Dependabot creating any more for the specific dependency's major version (unless you unignore this specific dependency's major version or upgrade to it yourself) - `@dependabot ignore <dependency name> minor version` will close this group update PR and stop Dependabot creating any more for the specific dependency's minor version (unless you unignore this specific dependency's minor version or upgrade to it yourself) - `@dependabot ignore <dependency name>` will close this group update PR and stop Dependabot creating any more for the specific dependency (unless you unignore this specific dependency or upgrade to it yourself) - `@dependabot unignore <dependency name>` will remove all of the ignore conditions of the specified dependency - `@dependabot unignore <dependency name> <ignore condition>` will remove the ignore condition of the specified dependency and ignore conditions </details> Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> Signed-off-by: aleksandra-mak_zse <aleksandra.mak@zalando.de>
xavivars
pushed a commit
to xavivars/skipper
that referenced
this pull request
Aug 21, 2025
…tory with 4 updates (zalando#3578) Bumps the all-go-mod-patch-and-minor group with 4 updates in the / directory: [github.com/coreos/go-oidc/v3](https://github.com/coreos/go-oidc), [github.com/instana/go-sensor](https://github.com/instana/go-sensor), [github.com/miekg/dns](https://github.com/miekg/dns) and [github.com/prometheus/client_golang](https://github.com/prometheus/client_golang). Updates `github.com/coreos/go-oidc/v3` from 3.14.1 to 3.15.0 <details> <summary>Release notes</summary> <p><em>Sourced from <a href="https://github.com/coreos/go-oidc/releases">github.com/coreos/go-oidc/v3's releases</a>.</em></p> <blockquote> <h2>v3.15.0</h2> <h2>What's Changed</h2> <ul> <li>oidc: verify the ID Token's signature before processing claims by <a href="https://github.com/ericchiang"><code>@ericchiang</code></a> in <a href="https://redirect.github.com/coreos/go-oidc/pull/464">coreos/go-oidc#464</a></li> </ul> <p><strong>Full Changelog</strong>: <a href="https://github.com/coreos/go-oidc/compare/v3.14.1...v3.15.0">https://github.com/coreos/go-oidc/compare/v3.14.1...v3.15.0</a></p> </blockquote> </details> <details> <summary>Commits</summary> <ul> <li><a href="https://github.com/coreos/go-oidc/commit/8d1e57e7e7fb4db0bac61cc200d43846ba071977"><code>8d1e57e</code></a> oidc: verify the ID Token's signature before processing claims</li> <li>See full diff in <a href="https://github.com/coreos/go-oidc/compare/v3.14.1...v3.15.0">compare view</a></li> </ul> </details> <br /> Updates `github.com/instana/go-sensor` from 1.68.0 to 1.69.1 <details> <summary>Release notes</summary> <p><em>Sourced from <a href="https://github.com/instana/go-sensor/releases">github.com/instana/go-sensor's releases</a>.</em></p> <blockquote> <h2>v1.69.1</h2> <p>New release v1.69.1.</p> <h2>What's Changed</h2> <ul> <li>fix! : Ensure consistent default for MaxLogsPerSpan by <a href="https://github.com/Angith"><code>@Angith</code></a> in <a href="https://redirect.github.com/instana/go-sensor/pull/1186">instana/go-sensor#1186</a></li> <li>fix: replace secure packages for random number generation by <a href="https://github.com/sanojsubran"><code>@sanojsubran</code></a> in <a href="https://redirect.github.com/instana/go-sensor/pull/1190">instana/go-sensor#1190</a></li> <li>chore: updated the examples and docs to reflect the correct usage of the <code>InitCollector</code> API. <a href="https://github.com/Angith"><code>@Angith</code></a> in <a href="https://redirect.github.com/instana/go-sensor/pull/1204">instana/go-sensor#1204</a></li> </ul> <h2>v1.69.0</h2> <p>New release v1.69.0.</p> <h2>What's Changed</h2> <ul> <li>ci: disable Go toolchain enforcement using <code>go mod edit -toolchain=none</code> by <a href="https://github.com/nithinputhenveettil"><code>@nithinputhenveettil</code></a> in <a href="https://redirect.github.com/instana/go-sensor/pull/1183">instana/go-sensor#1183</a></li> <li>ci: release pipeline to support fedramp release by <a href="https://github.com/nithinputhenveettil"><code>@nithinputhenveettil</code></a> in <a href="https://redirect.github.com/instana/go-sensor/pull/1189">instana/go-sensor#1189</a></li> <li>fix: replace secure packages for random number generation by <a href="https://github.com/sanojsubran"><code>@sanojsubran</code></a> in <a href="https://redirect.github.com/instana/go-sensor/pull/1190">instana/go-sensor#1190</a></li> <li>feat: cleanup pipeline runs for currency monitoring by <a href="https://github.com/sanojsubran"><code>@sanojsubran</code></a> in <a href="https://redirect.github.com/instana/go-sensor/pull/1195">instana/go-sensor#1195</a></li> <li>ci: slack summary for releases modified to skip invalid releases by <a href="https://github.com/nithinputhenveettil"><code>@nithinputhenveettil</code></a> in <a href="https://redirect.github.com/instana/go-sensor/pull/1197">instana/go-sensor#1197</a></li> <li>ci: configured Slack notification for tracer reports pipeline via incoming webhook by <a href="https://github.com/nithinputhenveettil"><code>@nithinputhenveettil</code></a> in <a href="https://redirect.github.com/instana/go-sensor/pull/1200">instana/go-sensor#1200</a></li> <li>fix! : Ensure consistent default for MaxLogsPerSpan by <a href="https://github.com/Angith"><code>@Angith</code></a> in <a href="https://redirect.github.com/instana/go-sensor/pull/1186">instana/go-sensor#1186</a></li> </ul> <h2>instrumentation/cloud.google.com/go/v1.69.0</h2> <p>Updated instrumentation with the latest version of go-sensor core module v1.68.0.<!-- raw HTML omitted --><!-- raw HTML omitted --> --auto-generated--</p> </blockquote> </details> <details> <summary>Commits</summary> <ul> <li><a href="https://github.com/instana/go-sensor/commit/60c37078405a374327b20c04e61e3399642267f2"><code>60c3707</code></a> Updated version.go to 1.69.1</li> <li><a href="https://github.com/instana/go-sensor/commit/0b615e22708ccfb689081a2abdf072682a6e99ab"><code>0b615e2</code></a> chore: updated examples and docs with TracerOptions (<a href="https://redirect.github.com/instana/go-sensor/issues/1204">#1204</a>)</li> <li><a href="https://github.com/instana/go-sensor/commit/7b5c442e0efe2d9df7875346f2c93aae2f83dbb8"><code>7b5c442</code></a> Updated version.go to 1.69.0</li> <li><a href="https://github.com/instana/go-sensor/commit/ccaedd78ab01c15171680498f0a1f22dae82fa63"><code>ccaedd7</code></a> fix! : Ensure consistent default for MaxLogsPerSpan (<a href="https://redirect.github.com/instana/go-sensor/issues/1186">#1186</a>)</li> <li><a href="https://github.com/instana/go-sensor/commit/08c48a7efc2e6add88ef0162165773093578609a"><code>08c48a7</code></a> ci: configured Slack notification for tracer reports pipeline via incoming we...</li> <li><a href="https://github.com/instana/go-sensor/commit/ac196a432e58a8c573ce460b2019bb4fd635dd1b"><code>ac196a4</code></a> chore: disabled cache-related persistent volumes in Tekton (<a href="https://redirect.github.com/instana/go-sensor/issues/1199">#1199</a>)</li> <li><a href="https://github.com/instana/go-sensor/commit/f5c798178ef936d4f3b6d1f5b5acdf04f2a602e0"><code>f5c7981</code></a> ci: slack summary for releases modified to skip invalid releases (<a href="https://redirect.github.com/instana/go-sensor/issues/1197">#1197</a>)</li> <li><a href="https://github.com/instana/go-sensor/commit/abe59918c9a73d28c723da59911b83c1ef537fc7"><code>abe5991</code></a> feat: cleanup pipeline runs for currency monitoring (<a href="https://redirect.github.com/instana/go-sensor/issues/1195">#1195</a>)</li> <li><a href="https://github.com/instana/go-sensor/commit/bf4863f8b21518841fbbeb9fe7d6d1589d0d2071"><code>bf4863f</code></a> Updated version.go to 1.47.1</li> <li><a href="https://github.com/instana/go-sensor/commit/ed202403a40143a8f8ec9ddf0194cb447f90b5f9"><code>ed20240</code></a> feat(currency): updated go.mod, go.sum files, README.md for instagrpc (<a href="https://redirect.github.com/instana/go-sensor/issues/1196">#1196</a>)</li> <li>Additional commits viewable in <a href="https://github.com/instana/go-sensor/compare/v1.68.0...v1.69.1">compare view</a></li> </ul> </details> <br /> Updates `github.com/miekg/dns` from 1.1.67 to 1.1.68 <details> <summary>Commits</summary> <ul> <li><a href="https://github.com/miekg/dns/commit/54c180dc19ce2b2cf1500b51f3c640d1c25272d7"><code>54c180d</code></a> Release 1.1.68</li> <li><a href="https://github.com/miekg/dns/commit/b52b836ee134609a04c7b4b85a023b1a1456bffc"><code>b52b836</code></a> Revert "Add ResponseWriter.Net function (<a href="https://redirect.github.com/miekg/dns/issues/1651">#1651</a>)" (<a href="https://redirect.github.com/miekg/dns/issues/1665">#1665</a>)</li> <li>See full diff in <a href="https://github.com/miekg/dns/compare/v1.1.67...v1.1.68">compare view</a></li> </ul> </details> <br /> Updates `github.com/prometheus/client_golang` from 1.22.0 to 1.23.0 <details> <summary>Release notes</summary> <p><em>Sourced from <a href="https://github.com/prometheus/client_golang/releases">github.com/prometheus/client_golang's releases</a>.</em></p> <blockquote> <h2>v1.23.0 - 2025-07-30</h2> <ul> <li>[CHANGE] Minimum required Go version is now 1.23, only the two latest Go versions are supported from now on. <a href="https://redirect.github.com/prometheus/client_golang/issues/1812">#1812</a></li> <li>[FEATURE] Add WrapCollectorWith and WrapCollectorWithPrefix <a href="https://redirect.github.com/prometheus/client_golang/issues/1766">#1766</a></li> <li>[FEATURE] Add exemplars for native histograms <a href="https://redirect.github.com/prometheus/client_golang/issues/1686">#1686</a></li> <li>[ENHANCEMENT] exp/api: Bubble up status code from writeResponse <a href="https://redirect.github.com/prometheus/client_golang/issues/1823">#1823</a></li> <li>[ENHANCEMENT] collector/go: Update runtime metrics for Go v1.23 and v1.24 <a href="https://redirect.github.com/prometheus/client_golang/issues/1833">#1833</a></li> <li>[BUGFIX] exp/api: client prompt return on context cancellation <a href="https://redirect.github.com/prometheus/client_golang/issues/1729">#1729</a></li> </ul> <!-- raw HTML omitted --> </blockquote> <p>... (truncated)</p> </details> <details> <summary>Changelog</summary> <p><em>Sourced from <a href="https://github.com/prometheus/client_golang/blob/main/CHANGELOG.md">github.com/prometheus/client_golang's changelog</a>.</em></p> <blockquote> <h2>1.23.0 / 2025-07-30</h2> <ul> <li>[CHANGE] Minimum required Go version is now 1.23, only the two latest Go versions are supported from now on. <a href="https://redirect.github.com/prometheus/client_golang/issues/1812">#1812</a></li> <li>[FEATURE] Add WrapCollectorWith and WrapCollectorWithPrefix <a href="https://redirect.github.com/prometheus/client_golang/issues/1766">#1766</a></li> <li>[FEATURE] Add exemplars for native histograms <a href="https://redirect.github.com/prometheus/client_golang/issues/1686">#1686</a></li> <li>[ENHANCEMENT] exp/api: Bubble up status code from writeResponse <a href="https://redirect.github.com/prometheus/client_golang/issues/1823">#1823</a></li> <li>[ENHANCEMENT] collector/go: Update runtime metrics for Go v1.23 and v1.24 <a href="https://redirect.github.com/prometheus/client_golang/issues/1833">#1833</a></li> <li>[BUGFIX] exp/api: client prompt return on context cancellation <a href="https://redirect.github.com/prometheus/client_golang/issues/1729">#1729</a></li> </ul> </blockquote> </details> <details> <summary>Commits</summary> <ul> <li><a href="https://github.com/prometheus/client_golang/commit/e4b2208dd8cb6d1425f00250db842ec3c1e8749e"><code>e4b2208</code></a> Cut v1.23.0 (<a href="https://redirect.github.com/prometheus/client_golang/issues/1848">#1848</a>)</li> <li><a href="https://github.com/prometheus/client_golang/commit/d9492afd3a6f2e9782a7fc10363281bfd5b743bb"><code>d9492af</code></a> cut v1.23.0-rc.1 (<a href="https://redirect.github.com/prometheus/client_golang/issues/1842">#1842</a>)</li> <li><a href="https://github.com/prometheus/client_golang/commit/aeae8a0b4f54a8fa720d19b88638a2d048596f82"><code>aeae8a0</code></a> Cut v1.23.0-rc.0 (<a href="https://redirect.github.com/prometheus/client_golang/issues/1837">#1837</a>)</li> <li><a href="https://github.com/prometheus/client_golang/commit/b157309b723f0b8588ea604bb78dbbba196803f2"><code>b157309</code></a> Update common Prometheus files (<a href="https://redirect.github.com/prometheus/client_golang/issues/1832">#1832</a>)</li> <li><a href="https://github.com/prometheus/client_golang/commit/a704e287f467b79744c30af996b7d710d4c6900d"><code>a704e28</code></a> build(deps): bump the github-actions group with 3 updates (<a href="https://redirect.github.com/prometheus/client_golang/issues/1826">#1826</a>)</li> <li><a href="https://github.com/prometheus/client_golang/commit/c7743110ad2c599de3d8c23682d978a12f9f36d1"><code>c774311</code></a> Fix errNotImplemented reference (<a href="https://redirect.github.com/prometheus/client_golang/issues/1835">#1835</a>)</li> <li><a href="https://github.com/prometheus/client_golang/commit/db4db7bb0065a76c75b7df6f61d2cf183ecfc473"><code>db4db7b</code></a> Update runtime metrics for Go v1.23 and v1.24 (<a href="https://redirect.github.com/prometheus/client_golang/issues/1833">#1833</a>)</li> <li><a href="https://github.com/prometheus/client_golang/commit/99d380ebfe865ae2c973c80184bc97ac0d98f083"><code>99d380e</code></a> Update common Prometheus files (<a href="https://redirect.github.com/prometheus/client_golang/issues/1831">#1831</a>)</li> <li><a href="https://github.com/prometheus/client_golang/commit/f3ef320dcde30f31188c577ad71e6480e91bf464"><code>f3ef320</code></a> Merge pull request <a href="https://redirect.github.com/prometheus/client_golang/issues/1828">#1828</a> from prometheus/dependabot/go_modules/exp/github.com...</li> <li><a href="https://github.com/prometheus/client_golang/commit/520c91ae841ff7264b5379fe85e6215fc62734a6"><code>520c91a</code></a> build(deps): bump github.com/prometheus/common in /exp</li> <li>Additional commits viewable in <a href="https://github.com/prometheus/client_golang/compare/v1.22.0...v1.23.0">compare view</a></li> </ul> </details> <br /> 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 <dependency name> major version` will close this group update PR and stop Dependabot creating any more for the specific dependency's major version (unless you unignore this specific dependency's major version or upgrade to it yourself) - `@dependabot ignore <dependency name> minor version` will close this group update PR and stop Dependabot creating any more for the specific dependency's minor version (unless you unignore this specific dependency's minor version or upgrade to it yourself) - `@dependabot ignore <dependency name>` will close this group update PR and stop Dependabot creating any more for the specific dependency (unless you unignore this specific dependency or upgrade to it yourself) - `@dependabot unignore <dependency name>` will remove all of the ignore conditions of the specified dependency - `@dependabot unignore <dependency name> <ignore condition>` will remove the ignore condition of the specified dependency and ignore conditions </details> Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Bumps the all-go-mod-patch-and-minor group with 4 updates in the / directory: github.com/coreos/go-oidc/v3, github.com/instana/go-sensor, github.com/miekg/dns and github.com/prometheus/client_golang.
Updates
github.com/coreos/go-oidc/v3from 3.14.1 to 3.15.0Release notes
Sourced from github.com/coreos/go-oidc/v3's releases.
Commits
8d1e57eoidc: verify the ID Token's signature before processing claimsUpdates
github.com/instana/go-sensorfrom 1.68.0 to 1.69.1Release notes
Sourced from github.com/instana/go-sensor's releases.
Commits
60c3707Updated version.go to 1.69.10b615e2chore: updated examples and docs with TracerOptions (#1204)7b5c442Updated version.go to 1.69.0ccaedd7fix! : Ensure consistent default for MaxLogsPerSpan (#1186)08c48a7ci: configured Slack notification for tracer reports pipeline via incoming we...ac196a4chore: disabled cache-related persistent volumes in Tekton (#1199)f5c7981ci: slack summary for releases modified to skip invalid releases (#1197)abe5991feat: cleanup pipeline runs for currency monitoring (#1195)bf4863fUpdated version.go to 1.47.1ed20240feat(currency): updated go.mod, go.sum files, README.md for instagrpc (#1196)Updates
github.com/miekg/dnsfrom 1.1.67 to 1.1.68Commits
54c180dRelease 1.1.68b52b836Revert "Add ResponseWriter.Net function (#1651)" (#1665)Updates
github.com/prometheus/client_golangfrom 1.22.0 to 1.23.0Release notes
Sourced from github.com/prometheus/client_golang's releases.
... (truncated)
Changelog
Sourced from github.com/prometheus/client_golang's changelog.
Commits
e4b2208Cut v1.23.0 (#1848)d9492afcut v1.23.0-rc.1 (#1842)aeae8a0Cut v1.23.0-rc.0 (#1837)b157309Update common Prometheus files (#1832)a704e28build(deps): bump the github-actions group with 3 updates (#1826)c774311Fix errNotImplemented reference (#1835)db4db7bUpdate runtime metrics for Go v1.23 and v1.24 (#1833)99d380eUpdate common Prometheus files (#1831)f3ef320Merge pull request #1828 from prometheus/dependabot/go_modules/exp/github.com...520c91abuild(deps): bump github.com/prometheus/common in /expDependabot 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 rebasewill rebase this PR@dependabot recreatewill recreate this PR, overwriting any edits that have been made to it@dependabot mergewill merge this PR after your CI passes on it@dependabot squash and mergewill squash and merge this PR after your CI passes on it@dependabot cancel mergewill cancel a previously requested merge and block automerging@dependabot reopenwill reopen this PR if it is closed@dependabot closewill close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually@dependabot show <dependency name> ignore conditionswill show all of the ignore conditions of the specified dependency@dependabot ignore <dependency name> major versionwill close this group update PR and stop Dependabot creating any more for the specific dependency's major version (unless you unignore this specific dependency's major version or upgrade to it yourself)@dependabot ignore <dependency name> minor versionwill close this group update PR and stop Dependabot creating any more for the specific dependency's minor version (unless you unignore this specific dependency's minor version or upgrade to it yourself)@dependabot ignore <dependency name>will close this group update PR and stop Dependabot creating any more for the specific dependency (unless you unignore this specific dependency or upgrade to it yourself)@dependabot unignore <dependency name>will remove all of the ignore conditions of the specified dependency@dependabot unignore <dependency name> <ignore condition>will remove the ignore condition of the specified dependency and ignore conditions