mirror of
https://github.com/coder/coder.git
synced 2026-09-22 05:05:20 +08:00
48fc355bdac5118ee6ea2d9fed1cd620d6b2afa0
1173
Commits
| Author | SHA1 | Message | Date | |
|---|---|---|---|---|
|
|
48fc355bda |
chore: bump github.com/shirou/gopsutil/v4 from 4.25.5 to 4.26.1 (#21843)
Bumps [github.com/shirou/gopsutil/v4](https://github.com/shirou/gopsutil) from 4.25.5 to 4.26.1. <details> <summary>Release notes</summary> <p><em>Sourced from <a href="https://github.com/shirou/gopsutil/releases">github.com/shirou/gopsutil/v4's releases</a>.</em></p> <blockquote> <h2>v4.26.1</h2> <!-- raw HTML omitted --> <h2>What's Changed</h2> <h3>disk</h3> <ul> <li>[darwin]: convert CFString to Go string properly by <a href="https://github.com/uubulb"><code>@uubulb</code></a> in <a href="https://redirect.github.com/shirou/gopsutil/pull/1992">shirou/gopsutil#1992</a></li> </ul> <h3>host</h3> <ul> <li>[host][darwin]: fix utmpx database parsing by <a href="https://github.com/uubulb"><code>@uubulb</code></a> in <a href="https://redirect.github.com/shirou/gopsutil/pull/1990">shirou/gopsutil#1990</a></li> <li>feat: Add AIX platform support to common package with uptime and boot time functions by <a href="https://github.com/Dylan-M"><code>@Dylan-M</code></a> in <a href="https://redirect.github.com/shirou/gopsutil/pull/1979">shirou/gopsutil#1979</a></li> </ul> <h3>mem</h3> <ul> <li>feat(mem): add KernelStack field for ExVirtualMemory on linux by <a href="https://github.com/shirou"><code>@shirou</code></a> in <a href="https://redirect.github.com/shirou/gopsutil/pull/1986">shirou/gopsutil#1986</a></li> </ul> <h3>process</h3> <ul> <li>Fix windows open files with context by <a href="https://github.com/ebriney"><code>@ebriney</code></a> in <a href="https://redirect.github.com/shirou/gopsutil/pull/1991">shirou/gopsutil#1991</a></li> <li>Return an error on reading empty proc pid stat file by <a href="https://github.com/pgimalac"><code>@pgimalac</code></a> in <a href="https://redirect.github.com/shirou/gopsutil/pull/1995">shirou/gopsutil#1995</a></li> <li>[process][posix]: fix getTerminalMap path construction bug by <a href="https://github.com/shirou"><code>@shirou</code></a> in <a href="https://redirect.github.com/shirou/gopsutil/pull/1994">shirou/gopsutil#1994</a></li> </ul> <h3>sensor</h3> <ul> <li>fix(sensors): kelvin to Celsius by <a href="https://github.com/Aoang"><code>@Aoang</code></a> in <a href="https://redirect.github.com/shirou/gopsutil/pull/1997">shirou/gopsutil#1997</a></li> </ul> <h2>New Contributors</h2> <ul> <li><a href="https://github.com/ebriney"><code>@ebriney</code></a> made their first contribution in <a href="https://redirect.github.com/shirou/gopsutil/pull/1991">shirou/gopsutil#1991</a></li> <li><a href="https://github.com/Aoang"><code>@Aoang</code></a> made their first contribution in <a href="https://redirect.github.com/shirou/gopsutil/pull/1997">shirou/gopsutil#1997</a></li> </ul> <p><strong>Full Changelog</strong>: <a href="https://github.com/shirou/gopsutil/compare/v4.25.12...v4.26.1">https://github.com/shirou/gopsutil/compare/v4.25.12...v4.26.1</a></p> <h2>v4.25.12</h2> <!-- raw HTML omitted --> <h2>What's Changed</h2> <h3>cpu</h3> <ul> <li>[cpu][linux]: fix ":" in CPU ModelName by <a href="https://github.com/shirou"><code>@shirou</code></a> in <a href="https://redirect.github.com/shirou/gopsutil/pull/1960">shirou/gopsutil#1960</a></li> <li>[cpu][linux]: add riscv cpu parser by <a href="https://github.com/mengzhuo"><code>@mengzhuo</code></a> in <a href="https://redirect.github.com/shirou/gopsutil/pull/1970">shirou/gopsutil#1970</a></li> <li>[cpu][darwin]: release pCoreRef in each iteration by <a href="https://github.com/uubulb"><code>@uubulb</code></a> in <a href="https://redirect.github.com/shirou/gopsutil/pull/1971">shirou/gopsutil#1971</a></li> <li>[darwin]: wrap library functions as struct methods by <a href="https://github.com/uubulb"><code>@uubulb</code></a> in <a href="https://redirect.github.com/shirou/gopsutil/pull/1976">shirou/gopsutil#1976</a></li> </ul> <h3>disk</h3> <ul> <li>Fixes <a href="https://redirect.github.com/shirou/gopsutil/issues/1284">#1284</a> by <a href="https://github.com/johnnybubonic"><code>@johnnybubonic</code></a> in <a href="https://redirect.github.com/shirou/gopsutil/pull/1931">shirou/gopsutil#1931</a></li> <li>fix disk.Partition cut off after first disk by <a href="https://github.com/sni"><code>@sni</code></a> in <a href="https://redirect.github.com/shirou/gopsutil/pull/1975">shirou/gopsutil#1975</a></li> <li>[disk][windows]: add virtual drive for TestGetLogicalDrives by <a href="https://github.com/shirou"><code>@shirou</code></a> in <a href="https://redirect.github.com/shirou/gopsutil/pull/1977">shirou/gopsutil#1977</a></li> <li>Add missing mount flags (local, protect) by <a href="https://github.com/Kerlenton"><code>@Kerlenton</code></a> in <a href="https://redirect.github.com/shirou/gopsutil/pull/1968">shirou/gopsutil#1968</a></li> </ul> <h3>host</h3> <ul> <li>Replace AIX uptime function with ps etimes-based implementation by <a href="https://github.com/Dylan-M"><code>@Dylan-M</code></a> in <a href="https://redirect.github.com/shirou/gopsutil/pull/1967">shirou/gopsutil#1967</a></li> </ul> <h3>mem</h3> <ul> <li>feat(mem): Add support for Percpu by <a href="https://github.com/pvlltvk"><code>@pvlltvk</code></a> in <a href="https://redirect.github.com/shirou/gopsutil/pull/1972">shirou/gopsutil#1972</a></li> </ul> <h3>process</h3> <ul> <li>Add NumFDs implementation for Darwin by <a href="https://github.com/Kerlenton"><code>@Kerlenton</code></a> in <a href="https://redirect.github.com/shirou/gopsutil/pull/1965">shirou/gopsutil#1965</a></li> <li>[sensors][darwin]: retrieve sensor information in one function call by <a href="https://github.com/uubulb"><code>@uubulb</code></a> in <a href="https://redirect.github.com/shirou/gopsutil/pull/1973">shirou/gopsutil#1973</a></li> </ul> <h2>New Contributors</h2> <ul> <li><a href="https://github.com/Kerlenton"><code>@Kerlenton</code></a> made their first contribution in <a href="https://redirect.github.com/shirou/gopsutil/pull/1965">shirou/gopsutil#1965</a></li> <li><a href="https://github.com/sni"><code>@sni</code></a> made their first contribution in <a href="https://redirect.github.com/shirou/gopsutil/pull/1975">shirou/gopsutil#1975</a></li> </ul> <!-- raw HTML omitted --> </blockquote> <p>... (truncated)</p> </details> <details> <summary>Commits</summary> <ul> <li><a href="https://github.com/shirou/gopsutil/commit/b2abf6071008eeeb0370607811c6c32363f366d8"><code>b2abf60</code></a> Merge pull request <a href="https://redirect.github.com/shirou/gopsutil/issues/1997">#1997</a> from Aoang/fix/kelvin-to-celsius</li> <li><a href="https://github.com/shirou/gopsutil/commit/20de7d542dce9321f468d28513931a0e9b930e00"><code>20de7d5</code></a> Merge pull request <a href="https://redirect.github.com/shirou/gopsutil/issues/1994">#1994</a> from shirou/fix/get_terminal_map_bug</li> <li><a href="https://github.com/shirou/gopsutil/commit/01bdbbaa6b1a078754d82d0dff404830af2ff963"><code>01bdbba</code></a> fix(sensors): kelvin to Celsius</li> <li><a href="https://github.com/shirou/gopsutil/commit/e699d490a1b7e105ad8dae2fb3ae5f6596d416db"><code>e699d49</code></a> Merge pull request <a href="https://redirect.github.com/shirou/gopsutil/issues/1996">#1996</a> from shirou/dependabot/github_actions/actions/checko...</li> <li><a href="https://github.com/shirou/gopsutil/commit/01bd7b4e469601a64f43eb706c90ccd4bc0ed8e4"><code>01bd7b4</code></a> Merge pull request <a href="https://redirect.github.com/shirou/gopsutil/issues/1987">#1987</a> from shirou/dependabot/go_modules/golang.org/x/sys-0...</li> <li><a href="https://github.com/shirou/gopsutil/commit/7f96671ef23e0b644001b28cec65b9ad2851506e"><code>7f96671</code></a> Merge pull request <a href="https://redirect.github.com/shirou/gopsutil/issues/1979">#1979</a> from Dylan-M/dylanmyers/aix_foundation</li> <li><a href="https://github.com/shirou/gopsutil/commit/2f99176f8feaecca0826304560f067f8b18785be"><code>2f99176</code></a> [process][posix]: fix getTerminalMap path construction bug</li> <li><a href="https://github.com/shirou/gopsutil/commit/8db834f4715ea255a0f16bbfda2006e414f8b3f1"><code>8db834f</code></a> Merge pull request <a href="https://redirect.github.com/shirou/gopsutil/issues/1995">#1995</a> from pgimalac/pgimalac/fix-empty-read-proc-pid-stat-...</li> <li><a href="https://github.com/shirou/gopsutil/commit/23555bf11cca5e540d73a1943d5408ce4d413671"><code>23555bf</code></a> chore(deps): bump actions/checkout from 5.0.0 to 6.0.2</li> <li><a href="https://github.com/shirou/gopsutil/commit/62a181cc9b3b32023885e96bc592a95a0a79ca80"><code>62a181c</code></a> fix: return an error on reading empty proc pid stat file</li> <li>Additional commits viewable in <a href="https://github.com/shirou/gopsutil/compare/v4.25.5...v4.26.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) </details> Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> |
||
|
|
8ee4f594d5 |
chore: update boundary policy (#21738)
Relates to https://github.com/coder/coder/pull/21548 |
||
|
|
3ee4f6d0ec |
chore: update to Go 1.25.6 (#21693)
## Summary - Update Go version from 1.24.11 to 1.25.6 - Update go.mod to specify Go 1.25.6 - Update GitHub Actions setup-go default version - Update dogfood Dockerfile with new Go version and SHA256 checksum 🤖 Generated with [Claude Code](https://claude.com/claude-code) via [Coder Task](https://dev.coder.com/tasks/danny/42dcc0b6-17e1-4caf-bb44-8d6c8f346bef) --------- Co-authored-by: Claude Opus 4.5 <noreply@anthropic.com> |
||
|
|
a5c06a3751 |
chore: bump AI Bridge version (#21698)
New AI Bridge version adds: * Universal Client Compatibility * [Responses API](https://github.com/coder/aibridge/issues/83) support * Various fixes and improvements |
||
|
|
59b2afaa80 |
perf: use the more efficient dannykopping/anthropic-sdk-go for AI Bridge (#21695)
<!-- If you have used AI to produce some or all of this PR, please ensure you have read our [AI Contribution guidelines](https://coder.com/docs/about/contributing/AI_CONTRIBUTING) before submitting. --> |
||
|
|
7123518baa |
feat: conditionally send aibridge actor headers (#21643)
Also passes along the authenticated username as actor metadata. Closes https://github.com/coder/aibridge/issues/135 Depends on https://github.com/coder/aibridge/pull/142 **Replace aibridge tag with merge commit once https://github.com/coder/aibridge/pull/142 lands.** --------- Signed-off-by: Danny Kopping <danny@coder.com> |
||
|
|
bbca7f546c |
chore: bump google.golang.org/api from 0.260.0 to 0.262.0 (#21680)
Bumps [google.golang.org/api](https://github.com/googleapis/google-api-go-client) from 0.260.0 to 0.262.0. <details> <summary>Release notes</summary> <p><em>Sourced from <a href="https://github.com/googleapis/google-api-go-client/releases">google.golang.org/api's releases</a>.</em></p> <blockquote> <h2>v0.262.0</h2> <h2><a href="https://github.com/googleapis/google-api-go-client/compare/v0.261.0...v0.262.0">0.262.0</a> (2026-01-22)</h2> <h3>Features</h3> <ul> <li><strong>all:</strong> Auto-regenerate discovery clients (<a href="https://redirect.github.com/googleapis/google-api-go-client/issues/3446">#3446</a>) (<a href="https://github.com/googleapis/google-api-go-client/commit/e7cf4692f3966b1a05b15d278e3ded70c230dc31">e7cf469</a>)</li> <li><strong>all:</strong> Auto-regenerate discovery clients (<a href="https://redirect.github.com/googleapis/google-api-go-client/issues/3450">#3450</a>) (<a href="https://github.com/googleapis/google-api-go-client/commit/b32ced9c87cd59e284bcfa65b0d9205b57e54a16">b32ced9</a>)</li> </ul> <h3>Bug Fixes</h3> <ul> <li><strong>internaloption:</strong> Add WithTelemetryAttributes (<a href="https://redirect.github.com/googleapis/google-api-go-client/issues/3442">#3442</a>) (<a href="https://github.com/googleapis/google-api-go-client/commit/2a5c807a86d2712d685e06f59cd5d25740b46c71">2a5c807</a>)</li> </ul> <h2>v0.261.0</h2> <h2><a href="https://github.com/googleapis/google-api-go-client/compare/v0.260.0...v0.261.0">0.261.0</a> (2026-01-20)</h2> <h3>Features</h3> <ul> <li><strong>all:</strong> Auto-regenerate discovery clients (<a href="https://redirect.github.com/googleapis/google-api-go-client/issues/3439">#3439</a>) (<a href="https://github.com/googleapis/google-api-go-client/commit/70a0e3729f51515adf5b66a62fca8537d5e7dacd">70a0e37</a>)</li> <li><strong>all:</strong> Auto-regenerate discovery clients (<a href="https://redirect.github.com/googleapis/google-api-go-client/issues/3441">#3441</a>) (<a href="https://github.com/googleapis/google-api-go-client/commit/c32590dc1edb84fce5a20cb1083d0c457cb02354">c32590d</a>)</li> <li><strong>all:</strong> Auto-regenerate discovery clients (<a href="https://redirect.github.com/googleapis/google-api-go-client/issues/3443">#3443</a>) (<a href="https://github.com/googleapis/google-api-go-client/commit/1c9ed9b363d7ab878f924abe90e3b88f2d08993f">1c9ed9b</a>)</li> <li><strong>all:</strong> Auto-regenerate discovery clients (<a href="https://redirect.github.com/googleapis/google-api-go-client/issues/3444">#3444</a>) (<a href="https://github.com/googleapis/google-api-go-client/commit/9b31e6d02bbd63a8e516c0ab90122bba39bacec9">9b31e6d</a>)</li> </ul> </blockquote> </details> <details> <summary>Changelog</summary> <p><em>Sourced from <a href="https://github.com/googleapis/google-api-go-client/blob/main/CHANGES.md">google.golang.org/api's changelog</a>.</em></p> <blockquote> <h2><a href="https://github.com/googleapis/google-api-go-client/compare/v0.261.0...v0.262.0">0.262.0</a> (2026-01-22)</h2> <h3>Features</h3> <ul> <li><strong>all:</strong> Auto-regenerate discovery clients (<a href="https://redirect.github.com/googleapis/google-api-go-client/issues/3446">#3446</a>) (<a href="https://github.com/googleapis/google-api-go-client/commit/e7cf4692f3966b1a05b15d278e3ded70c230dc31">e7cf469</a>)</li> <li><strong>all:</strong> Auto-regenerate discovery clients (<a href="https://redirect.github.com/googleapis/google-api-go-client/issues/3450">#3450</a>) (<a href="https://github.com/googleapis/google-api-go-client/commit/b32ced9c87cd59e284bcfa65b0d9205b57e54a16">b32ced9</a>)</li> </ul> <h3>Bug Fixes</h3> <ul> <li><strong>internaloption:</strong> Add WithTelemetryAttributes (<a href="https://redirect.github.com/googleapis/google-api-go-client/issues/3442">#3442</a>) (<a href="https://github.com/googleapis/google-api-go-client/commit/2a5c807a86d2712d685e06f59cd5d25740b46c71">2a5c807</a>)</li> </ul> <h2><a href="https://github.com/googleapis/google-api-go-client/compare/v0.260.0...v0.261.0">0.261.0</a> (2026-01-20)</h2> <h3>Features</h3> <ul> <li><strong>all:</strong> Auto-regenerate discovery clients (<a href="https://redirect.github.com/googleapis/google-api-go-client/issues/3439">#3439</a>) (<a href="https://github.com/googleapis/google-api-go-client/commit/70a0e3729f51515adf5b66a62fca8537d5e7dacd">70a0e37</a>)</li> <li><strong>all:</strong> Auto-regenerate discovery clients (<a href="https://redirect.github.com/googleapis/google-api-go-client/issues/3441">#3441</a>) (<a href="https://github.com/googleapis/google-api-go-client/commit/c32590dc1edb84fce5a20cb1083d0c457cb02354">c32590d</a>)</li> <li><strong>all:</strong> Auto-regenerate discovery clients (<a href="https://redirect.github.com/googleapis/google-api-go-client/issues/3443">#3443</a>) (<a href="https://github.com/googleapis/google-api-go-client/commit/1c9ed9b363d7ab878f924abe90e3b88f2d08993f">1c9ed9b</a>)</li> <li><strong>all:</strong> Auto-regenerate discovery clients (<a href="https://redirect.github.com/googleapis/google-api-go-client/issues/3444">#3444</a>) (<a href="https://github.com/googleapis/google-api-go-client/commit/9b31e6d02bbd63a8e516c0ab90122bba39bacec9">9b31e6d</a>)</li> </ul> </blockquote> </details> <details> <summary>Commits</summary> <ul> <li><a href="https://github.com/googleapis/google-api-go-client/commit/1faae8daa900043625adfe2344bf513f466d4f7f"><code>1faae8d</code></a> chore(main): release 0.262.0 (<a href="https://redirect.github.com/googleapis/google-api-go-client/issues/3449">#3449</a>)</li> <li><a href="https://github.com/googleapis/google-api-go-client/commit/2a5c807a86d2712d685e06f59cd5d25740b46c71"><code>2a5c807</code></a> fix(internaloption): add WithTelemetryAttributes (<a href="https://redirect.github.com/googleapis/google-api-go-client/issues/3442">#3442</a>)</li> <li><a href="https://github.com/googleapis/google-api-go-client/commit/b32ced9c87cd59e284bcfa65b0d9205b57e54a16"><code>b32ced9</code></a> feat(all): auto-regenerate discovery clients (<a href="https://redirect.github.com/googleapis/google-api-go-client/issues/3450">#3450</a>)</li> <li><a href="https://github.com/googleapis/google-api-go-client/commit/e7cf4692f3966b1a05b15d278e3ded70c230dc31"><code>e7cf469</code></a> feat(all): auto-regenerate discovery clients (<a href="https://redirect.github.com/googleapis/google-api-go-client/issues/3446">#3446</a>)</li> <li><a href="https://github.com/googleapis/google-api-go-client/commit/ff4f52bc3284a00505d241190c6ba7c01c66e3f2"><code>ff4f52b</code></a> chore(main): release 0.261.0 (<a href="https://redirect.github.com/googleapis/google-api-go-client/issues/3440">#3440</a>)</li> <li><a href="https://github.com/googleapis/google-api-go-client/commit/8e75a1d93773667f98f10fa64b03dd7b50f93f51"><code>8e75a1d</code></a> chore(all): update all (<a href="https://redirect.github.com/googleapis/google-api-go-client/issues/3445">#3445</a>)</li> <li><a href="https://github.com/googleapis/google-api-go-client/commit/9b31e6d02bbd63a8e516c0ab90122bba39bacec9"><code>9b31e6d</code></a> feat(all): auto-regenerate discovery clients (<a href="https://redirect.github.com/googleapis/google-api-go-client/issues/3444">#3444</a>)</li> <li><a href="https://github.com/googleapis/google-api-go-client/commit/1c9ed9b363d7ab878f924abe90e3b88f2d08993f"><code>1c9ed9b</code></a> feat(all): auto-regenerate discovery clients (<a href="https://redirect.github.com/googleapis/google-api-go-client/issues/3443">#3443</a>)</li> <li><a href="https://github.com/googleapis/google-api-go-client/commit/c32590dc1edb84fce5a20cb1083d0c457cb02354"><code>c32590d</code></a> feat(all): auto-regenerate discovery clients (<a href="https://redirect.github.com/googleapis/google-api-go-client/issues/3441">#3441</a>)</li> <li><a href="https://github.com/googleapis/google-api-go-client/commit/70a0e3729f51515adf5b66a62fca8537d5e7dacd"><code>70a0e37</code></a> feat(all): auto-regenerate discovery clients (<a href="https://redirect.github.com/googleapis/google-api-go-client/issues/3439">#3439</a>)</li> <li>See full diff in <a href="https://github.com/googleapis/google-api-go-client/compare/v0.260.0...v0.262.0">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) </details> Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> |
||
|
|
4bff2f7296 |
chore: bump github.com/dgraph-io/ristretto/v2 from 2.3.0 to 2.4.0 (#21681)
Bumps [github.com/dgraph-io/ristretto/v2](https://github.com/dgraph-io/ristretto) from 2.3.0 to 2.4.0. <details> <summary>Release notes</summary> <p><em>Sourced from <a href="https://github.com/dgraph-io/ristretto/releases">github.com/dgraph-io/ristretto/v2's releases</a>.</em></p> <blockquote> <h2>v2.4.0</h2> <h2>What's Changed</h2> <ul> <li>feat: add value iterator by <a href="https://github.com/SkArchon"><code>@SkArchon</code></a> in <a href="https://redirect.github.com/dgraph-io/ristretto/pull/475">dgraph-io/ristretto#475</a></li> <li>fix: allow custom key types with underlying types in Key constraint by <a href="https://github.com/matthewmcneely"><code>@matthewmcneely</code></a> in <a href="https://redirect.github.com/dgraph-io/ristretto/pull/478">dgraph-io/ristretto#478</a></li> <li>chore(deps): Update actions/checkout action to v5 by <a href="https://github.com/renovate"><code>@renovate</code></a>[bot] in <a href="https://redirect.github.com/dgraph-io/ristretto/pull/464">dgraph-io/ristretto#464</a></li> <li>chore(deps): Update actions/setup-go action to v6 by <a href="https://github.com/renovate"><code>@renovate</code></a>[bot] in <a href="https://redirect.github.com/dgraph-io/ristretto/pull/468">dgraph-io/ristretto#468</a></li> <li>chore(deps): Update go minor and patch by <a href="https://github.com/renovate"><code>@renovate</code></a>[bot] in <a href="https://redirect.github.com/dgraph-io/ristretto/pull/467">dgraph-io/ristretto#467</a></li> <li>chore: update trunk for 1.25 toolchain by <a href="https://github.com/matthewmcneely"><code>@matthewmcneely</code></a> in <a href="https://redirect.github.com/dgraph-io/ristretto/pull/471">dgraph-io/ristretto#471</a></li> <li>chore: update readme and trunk config by <a href="https://github.com/matthewmcneely"><code>@matthewmcneely</code></a> in <a href="https://redirect.github.com/dgraph-io/ristretto/pull/474">dgraph-io/ristretto#474</a></li> <li>chore(test): fix test files compilation on 32-bit archs (<a href="https://redirect.github.com/dgraph-io/ristretto/issues/465">#465</a>) by <a href="https://github.com/jas4711"><code>@jas4711</code></a> in <a href="https://redirect.github.com/dgraph-io/ristretto/pull/470">dgraph-io/ristretto#470</a></li> <li>chore: prepare for release v2.4.0 by <a href="https://github.com/matthewmcneely"><code>@matthewmcneely</code></a> in <a href="https://redirect.github.com/dgraph-io/ristretto/pull/479">dgraph-io/ristretto#479</a></li> </ul> <h2>New Contributors</h2> <ul> <li><a href="https://github.com/jas4711"><code>@jas4711</code></a> made their first contribution in <a href="https://redirect.github.com/dgraph-io/ristretto/pull/470">dgraph-io/ristretto#470</a></li> <li><a href="https://github.com/SkArchon"><code>@SkArchon</code></a> made their first contribution in <a href="https://redirect.github.com/dgraph-io/ristretto/pull/475">dgraph-io/ristretto#475</a></li> </ul> <p><strong>Full Changelog</strong>: <a href="https://github.com/dgraph-io/ristretto/compare/v2.3.0...v2.4.0">https://github.com/dgraph-io/ristretto/compare/v2.3.0...v2.4.0</a></p> </blockquote> </details> <details> <summary>Changelog</summary> <p><em>Sourced from <a href="https://github.com/dgraph-io/ristretto/blob/main/CHANGELOG.md">github.com/dgraph-io/ristretto/v2's changelog</a>.</em></p> <blockquote> <h2>[v2.4.0] - 2026-01-21</h2> <h3>Added</h3> <ul> <li>Implement public <code>Cache.IterValues()</code> method (<a href="https://redirect.github.com/dgraph-io/ristretto/issues/475">#475</a>)</li> <li>Allow custom key types with underlying types in Key constraint (<a href="https://redirect.github.com/dgraph-io/ristretto/issues/478">#478</a>)</li> </ul> <h3>Fixed</h3> <ul> <li>Fix compilation on 32-bit archs (<a href="https://redirect.github.com/dgraph-io/ristretto/issues/465">#465</a>)</li> </ul> <p><strong>Full Changelog</strong>: <a href="https://github.com/dgraph-io/ristretto/compare/v2.3.0...v2.4.0">https://github.com/dgraph-io/ristretto/compare/v2.3.0...v2.4.0</a></p> </blockquote> </details> <details> <summary>Commits</summary> <ul> <li><a href="https://github.com/dgraph-io/ristretto/commit/402101df6c698ed1253bb305ce9cda71bc83ad1d"><code>402101d</code></a> Update change log</li> <li><a href="https://github.com/dgraph-io/ristretto/commit/25534dc98b72827909f24464c5c6be6c768c0aa5"><code>25534dc</code></a> Update README</li> <li><a href="https://github.com/dgraph-io/ristretto/commit/3eb2a417db055a564d85d002624a565c4d776ebe"><code>3eb2a41</code></a> Update trunk config</li> <li><a href="https://github.com/dgraph-io/ristretto/commit/20299c01d038069913653b2038f9ccdf5645bc3f"><code>20299c0</code></a> allow custom key types with underlying types in Key constraint</li> <li><a href="https://github.com/dgraph-io/ristretto/commit/3e164e48c1e08602a58a14660adf0163e4c6a054"><code>3e164e4</code></a> feat: value iterator</li> <li><a href="https://github.com/dgraph-io/ristretto/commit/4f24d62b5137e5788009d6f23b75502c8a3ead46"><code>4f24d62</code></a> Fix compilation on 32-bit archs (<a href="https://redirect.github.com/dgraph-io/ristretto/issues/465">#465</a>)</li> <li><a href="https://github.com/dgraph-io/ristretto/commit/2149cc3abb542d0163b3a00e7e2e7d3bbb28bee2"><code>2149cc3</code></a> Update template</li> <li><a href="https://github.com/dgraph-io/ristretto/commit/b53c3918ca2c69b8161077b4ec91782d57a3ecc9"><code>b53c391</code></a> Update codeowners</li> <li><a href="https://github.com/dgraph-io/ristretto/commit/6f2e7876f6743352a0f948cba0a675dbad58cd90"><code>6f2e787</code></a> Update copyright notices</li> <li><a href="https://github.com/dgraph-io/ristretto/commit/3537f72a0ffedeb7b1f2de6336fa18daf1a49f54"><code>3537f72</code></a> Update trunk configuration</li> <li>Additional commits viewable in <a href="https://github.com/dgraph-io/ristretto/compare/v2.3.0...v2.4.0">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) </details> Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> |
||
|
|
9b14fd3adc |
feat: add boundary premium feature (#21589)
Source code changes: - Added a wrapper for the boundary subcommand that checks feature entitlement before executing the underlying command. - Added a helper that returns the Boundary version using the runtime/debug package, which reads this information from the go.mod file. - Added FeatureBoundary to the corresponding enum. - Move boundary command from AGPL to enterprise. `NOTE`: From now on, the Boundary version will be specified in go.mod instead of being defined in AI modules. |
||
|
|
a14a22eb54 |
feat: support custom bedrock base url (#21582)
Closes https://github.com/coder/aibridge/issues/126 Depends on https://github.com/coder/aibridge/pull/131 --------- Signed-off-by: Danny Kopping <danny@coder.com> |
||
|
|
bfae5b03dc |
chore: update the dependency on aibridge (#21554)
Update our dependency on coder/aibridge. This allows us to benefit from the following additions to bridge: feat: inner agentic loop for openai responses requests (blocking only) (coder/aibridge#127) feat: req/resp logging middleware (coder/aibridge#105) perf: eliminate unnecessary json marshalling for anthropic requests to bridge (coder/aibridge#102) feat: add token usage recording for responses streaming interceptor (coder/aibridge#125) feat: add token usage recording for responses blocking interceptor (coder/aibridge#124) feat: add tool usage recording to streaming responses interceptor (coder/aibridge#123) feat: add tool usage recording for blocking responses interceptor (coder/aibridge#122) Extend circuit breaker functionality to support per-model isolation (coder/aibridge#111) feat: add circuit breaker for upstream provider overload protection (coder/aibridge#75) chore: change blocking request timeouts to 10m (coder/aibridge#118) feat: add prompt recording for responses API (coder/aibridge#109) feat: add basic responses API interceptor (coder/aibridge#107) |
||
|
|
e79f1d0406 |
chore: bump github.com/elazarl/goproxy from 1.7.2 to 1.8.0 (#21565)
Bumps [github.com/elazarl/goproxy](https://github.com/elazarl/goproxy) from 1.7.2 to 1.8.0. <details> <summary>Release notes</summary> <p><em>Sourced from <a href="https://github.com/elazarl/goproxy/releases">github.com/elazarl/goproxy's releases</a>.</em></p> <blockquote> <h2>v1.8.0</h2> <h2>What's Changed</h2> <ul> <li>Fix typo in example code snippet by <a href="https://github.com/PrinceShaji"><code>@PrinceShaji</code></a> in <a href="https://redirect.github.com/elazarl/goproxy/pull/653">elazarl/goproxy#653</a></li> <li>Bump golang.org/x/net from 0.35.0 to 0.36.0 in /ext by <a href="https://github.com/dependabot"><code>@dependabot</code></a>[bot] in <a href="https://redirect.github.com/elazarl/goproxy/pull/656">elazarl/goproxy#656</a></li> <li>Only chunk MITM response when body was modified by <a href="https://github.com/Skn0tt"><code>@Skn0tt</code></a> in <a href="https://redirect.github.com/elazarl/goproxy/pull/720">elazarl/goproxy#720</a></li> <li>Bump actions/checkout from 4 to 6 by <a href="https://github.com/dependabot"><code>@dependabot</code></a>[bot] in <a href="https://redirect.github.com/elazarl/goproxy/pull/728">elazarl/goproxy#728</a></li> <li>Bump golangci/golangci-lint-action from 6 to 9 by <a href="https://github.com/dependabot"><code>@dependabot</code></a>[bot] in <a href="https://redirect.github.com/elazarl/goproxy/pull/725">elazarl/goproxy#725</a></li> <li>Fix keep alive logic and replace legacy response write logic by <a href="https://github.com/ErikPelli"><code>@ErikPelli</code></a> in <a href="https://redirect.github.com/elazarl/goproxy/pull/734">elazarl/goproxy#734</a></li> <li>Bump github.com/stretchr/testify from 1.10.0 to 1.11.1 in /ext by <a href="https://github.com/dependabot"><code>@dependabot</code></a>[bot] in <a href="https://redirect.github.com/elazarl/goproxy/pull/708">elazarl/goproxy#708</a></li> <li>Bump github.com/coder/websocket from 1.8.12 to 1.8.14 in /examples by <a href="https://github.com/dependabot"><code>@dependabot</code></a>[bot] in <a href="https://redirect.github.com/elazarl/goproxy/pull/711">elazarl/goproxy#711</a></li> <li>Bump actions/setup-go from 5 to 6 by <a href="https://github.com/dependabot"><code>@dependabot</code></a>[bot] in <a href="https://redirect.github.com/elazarl/goproxy/pull/709">elazarl/goproxy#709</a></li> <li>fix auth remote proxy in cascadeproxy by <a href="https://github.com/mcarbonneaux"><code>@mcarbonneaux</code></a> in <a href="https://redirect.github.com/elazarl/goproxy/pull/664">elazarl/goproxy#664</a></li> <li>Fix linter configuration & issues by <a href="https://github.com/ErikPelli"><code>@ErikPelli</code></a> in <a href="https://redirect.github.com/elazarl/goproxy/pull/735">elazarl/goproxy#735</a></li> </ul> <h2>New Contributors</h2> <ul> <li><a href="https://github.com/PrinceShaji"><code>@PrinceShaji</code></a> made their first contribution in <a href="https://redirect.github.com/elazarl/goproxy/pull/653">elazarl/goproxy#653</a></li> <li><a href="https://github.com/Skn0tt"><code>@Skn0tt</code></a> made their first contribution in <a href="https://redirect.github.com/elazarl/goproxy/pull/720">elazarl/goproxy#720</a></li> <li><a href="https://github.com/mcarbonneaux"><code>@mcarbonneaux</code></a> made their first contribution in <a href="https://redirect.github.com/elazarl/goproxy/pull/664">elazarl/goproxy#664</a></li> </ul> <p><strong>Full Changelog</strong>: <a href="https://github.com/elazarl/goproxy/compare/v1.7.2...v1.8.0">https://github.com/elazarl/goproxy/compare/v1.7.2...v1.8.0</a></p> </blockquote> </details> <details> <summary>Commits</summary> <ul> <li><a href="https://github.com/elazarl/goproxy/commit/26d3e758aa11576025fc7bd07458a41a257337fa"><code>26d3e75</code></a> Fix linter configuration & issues (<a href="https://redirect.github.com/elazarl/goproxy/issues/735">#735</a>)</li> <li><a href="https://github.com/elazarl/goproxy/commit/5f529678d4cfd2745820ce17626a6094060bc82e"><code>5f52967</code></a> fix auth remote proxy in cascadeproxy (<a href="https://redirect.github.com/elazarl/goproxy/issues/664">#664</a>)</li> <li><a href="https://github.com/elazarl/goproxy/commit/b81733c4621a3df4917602dd23424526cd1fdf38"><code>b81733c</code></a> Bump actions/setup-go from 5 to 6 (<a href="https://redirect.github.com/elazarl/goproxy/issues/709">#709</a>)</li> <li><a href="https://github.com/elazarl/goproxy/commit/2df6d8b266c9637a996df5995ce44e68d98e66ea"><code>2df6d8b</code></a> Bump github.com/coder/websocket from 1.8.12 to 1.8.14 in /examples (<a href="https://redirect.github.com/elazarl/goproxy/issues/711">#711</a>)</li> <li><a href="https://github.com/elazarl/goproxy/commit/18547706ca8c493ee7f84f0688374b442defe6a7"><code>1854770</code></a> Bump github.com/stretchr/testify from 1.10.0 to 1.11.1 in /ext (<a href="https://redirect.github.com/elazarl/goproxy/issues/708">#708</a>)</li> <li><a href="https://github.com/elazarl/goproxy/commit/78c76be575d4666ae42cabab15b7a114146981cb"><code>78c76be</code></a> Fix keep alive logic and replace legacy response write logic (<a href="https://redirect.github.com/elazarl/goproxy/issues/734">#734</a>)</li> <li><a href="https://github.com/elazarl/goproxy/commit/8766328c5e76fbd70f70f0fdec7ea4c598484b17"><code>8766328</code></a> Bump golangci/golangci-lint-action from 6 to 9 (<a href="https://redirect.github.com/elazarl/goproxy/issues/725">#725</a>)</li> <li><a href="https://github.com/elazarl/goproxy/commit/fad3713f171574c048a7eb12f74f89c7e2226988"><code>fad3713</code></a> Merge pull request <a href="https://redirect.github.com/elazarl/goproxy/issues/728">#728</a> from elazarl/dependabot/github_actions/actions/checko...</li> <li><a href="https://github.com/elazarl/goproxy/commit/3cfbd83639757d626f45fede9166520bbfbbd2b9"><code>3cfbd83</code></a> Bump actions/checkout from 4 to 6</li> <li><a href="https://github.com/elazarl/goproxy/commit/29d155006e8fa45f062387256160650d23a3333d"><code>29d1550</code></a> Merge pull request <a href="https://redirect.github.com/elazarl/goproxy/issues/720">#720</a> from Skn0tt/reproduce-mitm-content-length-bug</li> <li>Additional commits viewable in <a href="https://github.com/elazarl/goproxy/compare/v1.7.2...v1.8.0">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) </details> Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> |
||
|
|
2bfd54dfdb |
chore: bump google.golang.org/api from 0.259.0 to 0.260.0 (#21566)
[//]: # (dependabot-start) ⚠️ **Dependabot is rebasing this PR** ⚠️ Rebasing might not happen immediately, so don't worry if this takes some time. Note: if you make any changes to this PR yourself, they will take precedence over the rebase. --- [//]: # (dependabot-end) Bumps [google.golang.org/api](https://github.com/googleapis/google-api-go-client) from 0.259.0 to 0.260.0. <details> <summary>Release notes</summary> <p><em>Sourced from <a href="https://github.com/googleapis/google-api-go-client/releases">google.golang.org/api's releases</a>.</em></p> <blockquote> <h2>v0.260.0</h2> <h2><a href="https://github.com/googleapis/google-api-go-client/compare/v0.259.0...v0.260.0">0.260.0</a> (2026-01-14)</h2> <h3>Features</h3> <ul> <li><strong>all:</strong> Auto-regenerate discovery clients (<a href="https://redirect.github.com/googleapis/google-api-go-client/issues/3428">#3428</a>) (<a href="https://github.com/googleapis/google-api-go-client/commit/0afb986761463235d97270ab501a134b4b8f30ab">0afb986</a>)</li> <li><strong>all:</strong> Auto-regenerate discovery clients (<a href="https://redirect.github.com/googleapis/google-api-go-client/issues/3430">#3430</a>) (<a href="https://github.com/googleapis/google-api-go-client/commit/6fe40c61fa1b8990057b5e668e54ba8657a57ea1">6fe40c6</a>)</li> <li><strong>all:</strong> Auto-regenerate discovery clients (<a href="https://redirect.github.com/googleapis/google-api-go-client/issues/3431">#3431</a>) (<a href="https://github.com/googleapis/google-api-go-client/commit/02e27cf37dfd4ac6b5177aea1e7e1e6c9489e19e">02e27cf</a>)</li> <li><strong>all:</strong> Auto-regenerate discovery clients (<a href="https://redirect.github.com/googleapis/google-api-go-client/issues/3432">#3432</a>) (<a href="https://github.com/googleapis/google-api-go-client/commit/b147c8bae5b8087c272b85f423f5655d8eadba6c">b147c8b</a>)</li> <li><strong>all:</strong> Auto-regenerate discovery clients (<a href="https://redirect.github.com/googleapis/google-api-go-client/issues/3433">#3433</a>) (<a href="https://github.com/googleapis/google-api-go-client/commit/d2187ce982d4fef390ad018c8939299bcc8a9b2e">d2187ce</a>)</li> <li><strong>all:</strong> Auto-regenerate discovery clients (<a href="https://redirect.github.com/googleapis/google-api-go-client/issues/3435">#3435</a>) (<a href="https://github.com/googleapis/google-api-go-client/commit/b93c288ec0e6dc55b121228c8236338de24d7256">b93c288</a>)</li> <li><strong>all:</strong> Auto-regenerate discovery clients (<a href="https://redirect.github.com/googleapis/google-api-go-client/issues/3437">#3437</a>) (<a href="https://github.com/googleapis/google-api-go-client/commit/28ff500331f494c94fc461dfa66a442a7c0dede8">28ff500</a>)</li> <li><strong>all:</strong> Auto-regenerate discovery clients (<a href="https://redirect.github.com/googleapis/google-api-go-client/issues/3438">#3438</a>) (<a href="https://github.com/googleapis/google-api-go-client/commit/0172d5662d927cd0e7411516e52b3181f8ce3c00">0172d56</a>)</li> </ul> </blockquote> </details> <details> <summary>Changelog</summary> <p><em>Sourced from <a href="https://github.com/googleapis/google-api-go-client/blob/main/CHANGES.md">google.golang.org/api's changelog</a>.</em></p> <blockquote> <h2><a href="https://github.com/googleapis/google-api-go-client/compare/v0.259.0...v0.260.0">0.260.0</a> (2026-01-14)</h2> <h3>Features</h3> <ul> <li><strong>all:</strong> Auto-regenerate discovery clients (<a href="https://redirect.github.com/googleapis/google-api-go-client/issues/3428">#3428</a>) (<a href="https://github.com/googleapis/google-api-go-client/commit/0afb986761463235d97270ab501a134b4b8f30ab">0afb986</a>)</li> <li><strong>all:</strong> Auto-regenerate discovery clients (<a href="https://redirect.github.com/googleapis/google-api-go-client/issues/3430">#3430</a>) (<a href="https://github.com/googleapis/google-api-go-client/commit/6fe40c61fa1b8990057b5e668e54ba8657a57ea1">6fe40c6</a>)</li> <li><strong>all:</strong> Auto-regenerate discovery clients (<a href="https://redirect.github.com/googleapis/google-api-go-client/issues/3431">#3431</a>) (<a href="https://github.com/googleapis/google-api-go-client/commit/02e27cf37dfd4ac6b5177aea1e7e1e6c9489e19e">02e27cf</a>)</li> <li><strong>all:</strong> Auto-regenerate discovery clients (<a href="https://redirect.github.com/googleapis/google-api-go-client/issues/3432">#3432</a>) (<a href="https://github.com/googleapis/google-api-go-client/commit/b147c8bae5b8087c272b85f423f5655d8eadba6c">b147c8b</a>)</li> <li><strong>all:</strong> Auto-regenerate discovery clients (<a href="https://redirect.github.com/googleapis/google-api-go-client/issues/3433">#3433</a>) (<a href="https://github.com/googleapis/google-api-go-client/commit/d2187ce982d4fef390ad018c8939299bcc8a9b2e">d2187ce</a>)</li> <li><strong>all:</strong> Auto-regenerate discovery clients (<a href="https://redirect.github.com/googleapis/google-api-go-client/issues/3435">#3435</a>) (<a href="https://github.com/googleapis/google-api-go-client/commit/b93c288ec0e6dc55b121228c8236338de24d7256">b93c288</a>)</li> <li><strong>all:</strong> Auto-regenerate discovery clients (<a href="https://redirect.github.com/googleapis/google-api-go-client/issues/3437">#3437</a>) (<a href="https://github.com/googleapis/google-api-go-client/commit/28ff500331f494c94fc461dfa66a442a7c0dede8">28ff500</a>)</li> <li><strong>all:</strong> Auto-regenerate discovery clients (<a href="https://redirect.github.com/googleapis/google-api-go-client/issues/3438">#3438</a>) (<a href="https://github.com/googleapis/google-api-go-client/commit/0172d5662d927cd0e7411516e52b3181f8ce3c00">0172d56</a>)</li> </ul> </blockquote> </details> <details> <summary>Commits</summary> <ul> <li><a href="https://github.com/googleapis/google-api-go-client/commit/b916f2cc942c0693d35f70fbe578b4a115be6253"><code>b916f2c</code></a> chore(main): release 0.260.0 (<a href="https://redirect.github.com/googleapis/google-api-go-client/issues/3429">#3429</a>)</li> <li><a href="https://github.com/googleapis/google-api-go-client/commit/0172d5662d927cd0e7411516e52b3181f8ce3c00"><code>0172d56</code></a> feat(all): auto-regenerate discovery clients (<a href="https://redirect.github.com/googleapis/google-api-go-client/issues/3438">#3438</a>)</li> <li><a href="https://github.com/googleapis/google-api-go-client/commit/ccb5b87ebc6adb8e1eb46e4276ee47185a1629ca"><code>ccb5b87</code></a> chore: switch test driver to use gotestsum (<a href="https://redirect.github.com/googleapis/google-api-go-client/issues/3436">#3436</a>)</li> <li><a href="https://github.com/googleapis/google-api-go-client/commit/28ff500331f494c94fc461dfa66a442a7c0dede8"><code>28ff500</code></a> feat(all): auto-regenerate discovery clients (<a href="https://redirect.github.com/googleapis/google-api-go-client/issues/3437">#3437</a>)</li> <li><a href="https://github.com/googleapis/google-api-go-client/commit/33b7ab5e940b4a85c5ea3315a6372805fcf62c31"><code>33b7ab5</code></a> chore(all): update module github.com/googleapis/enterprise-certificate-proxy ...</li> <li><a href="https://github.com/googleapis/google-api-go-client/commit/b93c288ec0e6dc55b121228c8236338de24d7256"><code>b93c288</code></a> feat(all): auto-regenerate discovery clients (<a href="https://redirect.github.com/googleapis/google-api-go-client/issues/3435">#3435</a>)</li> <li><a href="https://github.com/googleapis/google-api-go-client/commit/d2187ce982d4fef390ad018c8939299bcc8a9b2e"><code>d2187ce</code></a> feat(all): auto-regenerate discovery clients (<a href="https://redirect.github.com/googleapis/google-api-go-client/issues/3433">#3433</a>)</li> <li><a href="https://github.com/googleapis/google-api-go-client/commit/b147c8bae5b8087c272b85f423f5655d8eadba6c"><code>b147c8b</code></a> feat(all): auto-regenerate discovery clients (<a href="https://redirect.github.com/googleapis/google-api-go-client/issues/3432">#3432</a>)</li> <li><a href="https://github.com/googleapis/google-api-go-client/commit/02e27cf37dfd4ac6b5177aea1e7e1e6c9489e19e"><code>02e27cf</code></a> feat(all): auto-regenerate discovery clients (<a href="https://redirect.github.com/googleapis/google-api-go-client/issues/3431">#3431</a>)</li> <li><a href="https://github.com/googleapis/google-api-go-client/commit/6fe40c61fa1b8990057b5e668e54ba8657a57ea1"><code>6fe40c6</code></a> feat(all): auto-regenerate discovery clients (<a href="https://redirect.github.com/googleapis/google-api-go-client/issues/3430">#3430</a>)</li> <li>Additional commits viewable in <a href="https://github.com/googleapis/google-api-go-client/compare/v0.259.0...v0.260.0">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) </details> Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> |
||
|
|
8db1e0481a |
chore: bump the x group with 3 updates (#21564)
Bumps the x group with 3 updates: [golang.org/x/crypto](https://github.com/golang/crypto), [golang.org/x/net](https://github.com/golang/net) and [golang.org/x/tools](https://github.com/golang/tools). Updates `golang.org/x/crypto` from 0.46.0 to 0.47.0 <details> <summary>Commits</summary> <ul> <li><a href="https://github.com/golang/crypto/commit/506e022208b864bc3c9c4a416fe56be75d10ad24"><code>506e022</code></a> go.mod: update golang.org/x dependencies</li> <li><a href="https://github.com/golang/crypto/commit/7dacc380ba001e8fe7c3c7a46bf3cbdaa5064df9"><code>7dacc38</code></a> chacha20poly1305: error out in fips140=only mode</li> <li>See full diff in <a href="https://github.com/golang/crypto/compare/v0.46.0...v0.47.0">compare view</a></li> </ul> </details> <br /> Updates `golang.org/x/net` from 0.48.0 to 0.49.0 <details> <summary>Commits</summary> <ul> <li><a href="https://github.com/golang/net/commit/d977772e17ccaa1903b2af736f6405ab3a9f05cc"><code>d977772</code></a> go.mod: update golang.org/x dependencies</li> <li><a href="https://github.com/golang/net/commit/eea413e2942fbb59b323a2af0b1740da4d8aa93e"><code>eea413e</code></a> internal/http3: use go1.25 synctest.Test instead of go1.24 synctest.Run</li> <li><a href="https://github.com/golang/net/commit/9ace223794aa203b4c877d08a1f7bf2f595f6242"><code>9ace223</code></a> websocket: add missing call to resp.Body.Close</li> <li><a href="https://github.com/golang/net/commit/7d3dbb06ceb45c3180f4f446cd635e6b59a0b9c2"><code>7d3dbb0</code></a> http2: buffer the most recently received PRIORITY_UPDATE frame</li> <li>See full diff in <a href="https://github.com/golang/net/compare/v0.48.0...v0.49.0">compare view</a></li> </ul> </details> <br /> Updates `golang.org/x/tools` from 0.40.0 to 0.41.0 <details> <summary>Commits</summary> <ul> <li><a href="https://github.com/golang/tools/commit/2ad2b30edf98d0e3b67a7b3e8f6d1d6e41c963c3"><code>2ad2b30</code></a> go.mod: update golang.org/x dependencies</li> <li><a href="https://github.com/golang/tools/commit/5832cce571d5c6583d80a58f5c0ff69664056e6c"><code>5832cce</code></a> internal/diff/lcs: introduce line diffs</li> <li><a href="https://github.com/golang/tools/commit/67c42573e2e2b0a6b9c421a2bd2ef4c95adb93d5"><code>67c4257</code></a> gopls/internal/golang: Definition: fix Windows bug wrt //go:embed</li> <li><a href="https://github.com/golang/tools/commit/12c1f0453e55dae26e5fa2206e34a059380e6191"><code>12c1f04</code></a> gopls/completion: check Selection invariant</li> <li><a href="https://github.com/golang/tools/commit/6d871857886c38ce4fbc25c25c4da1619271051e"><code>6d87185</code></a> internal/server: add vulncheck scanning after vulncheck prompt</li> <li><a href="https://github.com/golang/tools/commit/0c3a1fec5617ed70197ee010406883919ede02d7"><code>0c3a1fe</code></a> go/ast/inspector: FindByPos returns the first innermost node</li> <li><a href="https://github.com/golang/tools/commit/ca281cf9505443eb482db8a3e806721c29dfa7f2"><code>ca281cf</code></a> go/analysis/passes/ctrlflow: add noreturn funcs from popular pkgs</li> <li><a href="https://github.com/golang/tools/commit/09c21a934282b0bcf790d54982ff24b869f832c9"><code>09c21a9</code></a> gopls/internal/analysis/unusedfunc: remove warnings for unused enum consts</li> <li><a href="https://github.com/golang/tools/commit/03cb4551c662c0e078502fe5f317ca4114b89cd8"><code>03cb455</code></a> internal/modindex: suppress missing modcacheindex message</li> <li><a href="https://github.com/golang/tools/commit/15d13e8a95dd0247dec2960fb57e85252984509d"><code>15d13e8</code></a> gopls/internal/util/typesutil: refine EnclosingSignature bug.Report</li> <li>Additional commits viewable in <a href="https://github.com/golang/tools/compare/v0.40.0...v0.41.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> |
||
|
|
0ebe8e57ad |
chore: add scaletesting tools for aibridge (#21279)
This pull request adds scaletesting tools for aibridge. See https://www.notion.so/Scale-tests-2c5d579be5928088b565d15dd8bdea41?source=copy_link for information and instructions. closes: https://github.com/coder/internal/issues/1156 closes: https://github.com/coder/internal/issues/1155 closes: https://github.com/coder/internal/issues/1158 |
||
|
|
3894edbcc3 |
chore: update Go to 1.24.11 (#21519)
Resolves: https://github.com/coder/coder/issues/21470 |
||
|
|
7d558e76e9 |
fix: make make test runnable again (#21251)
Signed-off-by: Danny Kopping <danny@coder.com> |
||
|
|
2730e29105 |
chore: bump google.golang.org/api from 0.258.0 to 0.259.0 (#21480)
Bumps [google.golang.org/api](https://github.com/googleapis/google-api-go-client) from 0.258.0 to 0.259.0. <details> <summary>Release notes</summary> <p><em>Sourced from <a href="https://github.com/googleapis/google-api-go-client/releases">google.golang.org/api's releases</a>.</em></p> <blockquote> <h2>v0.259.0</h2> <h2><a href="https://github.com/googleapis/google-api-go-client/compare/v0.258.0...v0.259.0">0.259.0</a> (2026-01-06)</h2> <h3>⚠ BREAKING CHANGES</h3> <ul> <li>remove firebaseremoteconfig from package list (<a href="https://redirect.github.com/googleapis/google-api-go-client/issues/3422">#3422</a>)</li> </ul> <h3>Features</h3> <ul> <li><strong>all:</strong> Auto-regenerate discovery clients (<a href="https://redirect.github.com/googleapis/google-api-go-client/issues/3412">#3412</a>) (<a href="https://github.com/googleapis/google-api-go-client/commit/c7d21a4d7b388f98004cdef7eb1da28afda20e3c">c7d21a4</a>)</li> <li><strong>all:</strong> Auto-regenerate discovery clients (<a href="https://redirect.github.com/googleapis/google-api-go-client/issues/3415">#3415</a>) (<a href="https://github.com/googleapis/google-api-go-client/commit/6860a5e602d186c2b09c124bf66eed5ff9a4417c">6860a5e</a>)</li> <li><strong>all:</strong> Auto-regenerate discovery clients (<a href="https://redirect.github.com/googleapis/google-api-go-client/issues/3417">#3417</a>) (<a href="https://github.com/googleapis/google-api-go-client/commit/0a99634bc071a7c86eef4397bc7f236f7e691453">0a99634</a>)</li> <li><strong>all:</strong> Auto-regenerate discovery clients (<a href="https://redirect.github.com/googleapis/google-api-go-client/issues/3419">#3419</a>) (<a href="https://github.com/googleapis/google-api-go-client/commit/03d987b2b4bed89a1d97eae8fd1c1390b03aa5ed">03d987b</a>)</li> <li><strong>all:</strong> Auto-regenerate discovery clients (<a href="https://redirect.github.com/googleapis/google-api-go-client/issues/3421">#3421</a>) (<a href="https://github.com/googleapis/google-api-go-client/commit/632ee92f17be886948004adc2096825fb259d5e3">632ee92</a>)</li> <li><strong>all:</strong> Auto-regenerate discovery clients (<a href="https://redirect.github.com/googleapis/google-api-go-client/issues/3425">#3425</a>) (<a href="https://github.com/googleapis/google-api-go-client/commit/b5998236840eb877911befa581668ad47ea5dc02">b599823</a>)</li> <li>Support write checksums in json resumable uploads (<a href="https://redirect.github.com/googleapis/google-api-go-client/issues/3405">#3405</a>) (<a href="https://github.com/googleapis/google-api-go-client/commit/6e57e384f3af2773be6ec086c7cca6a500a9c9f5">6e57e38</a>)</li> </ul> <h3>Bug Fixes</h3> <ul> <li><strong>option:</strong> Remove option.WithAuthCredentials from validation (<a href="https://redirect.github.com/googleapis/google-api-go-client/issues/3420">#3420</a>) (<a href="https://github.com/googleapis/google-api-go-client/commit/2c337321d374c3e9f02c09c75cb94b73eaf23fd2">2c33732</a>)</li> <li>Remove firebaseremoteconfig from package list (<a href="https://redirect.github.com/googleapis/google-api-go-client/issues/3422">#3422</a>) (<a href="https://github.com/googleapis/google-api-go-client/commit/fd0ce7cd83e33d83e3040e4cc3c8f39fc4aed6dd">fd0ce7c</a>)</li> <li><strong>transport:</strong> Remove singleton and restore normal usage of otelgrpc.clientHandler (<a href="https://redirect.github.com/googleapis/google-api-go-client/issues/3424">#3424</a>) (<a href="https://github.com/googleapis/google-api-go-client/commit/24fbfcbae5daea4fd67445129091522c6fad5200">24fbfcb</a>), refs <a href="https://redirect.github.com/googleapis/google-api-go-client/issues/2321">#2321</a> <a href="https://redirect.github.com/googleapis/google-api-go-client/issues/2329">#2329</a></li> </ul> <h3>Miscellaneous Chores</h3> <ul> <li>Correct release version (<a href="https://redirect.github.com/googleapis/google-api-go-client/issues/3426">#3426</a>) (<a href="https://github.com/googleapis/google-api-go-client/commit/a783dbb2bb83627f299916fb808756cc64038fdd">a783dbb</a>)</li> </ul> </blockquote> </details> <details> <summary>Changelog</summary> <p><em>Sourced from <a href="https://github.com/googleapis/google-api-go-client/blob/main/CHANGES.md">google.golang.org/api's changelog</a>.</em></p> <blockquote> <h2><a href="https://github.com/googleapis/google-api-go-client/compare/v0.258.0...v0.259.0">0.259.0</a> (2026-01-06)</h2> <h3>⚠ BREAKING CHANGES</h3> <ul> <li>remove firebaseremoteconfig from package list (<a href="https://redirect.github.com/googleapis/google-api-go-client/issues/3422">#3422</a>)</li> </ul> <h3>Features</h3> <ul> <li><strong>all:</strong> Auto-regenerate discovery clients (<a href="https://redirect.github.com/googleapis/google-api-go-client/issues/3412">#3412</a>) (<a href="https://github.com/googleapis/google-api-go-client/commit/c7d21a4d7b388f98004cdef7eb1da28afda20e3c">c7d21a4</a>)</li> <li><strong>all:</strong> Auto-regenerate discovery clients (<a href="https://redirect.github.com/googleapis/google-api-go-client/issues/3415">#3415</a>) (<a href="https://github.com/googleapis/google-api-go-client/commit/6860a5e602d186c2b09c124bf66eed5ff9a4417c">6860a5e</a>)</li> <li><strong>all:</strong> Auto-regenerate discovery clients (<a href="https://redirect.github.com/googleapis/google-api-go-client/issues/3417">#3417</a>) (<a href="https://github.com/googleapis/google-api-go-client/commit/0a99634bc071a7c86eef4397bc7f236f7e691453">0a99634</a>)</li> <li><strong>all:</strong> Auto-regenerate discovery clients (<a href="https://redirect.github.com/googleapis/google-api-go-client/issues/3419">#3419</a>) (<a href="https://github.com/googleapis/google-api-go-client/commit/03d987b2b4bed89a1d97eae8fd1c1390b03aa5ed">03d987b</a>)</li> <li><strong>all:</strong> Auto-regenerate discovery clients (<a href="https://redirect.github.com/googleapis/google-api-go-client/issues/3421">#3421</a>) (<a href="https://github.com/googleapis/google-api-go-client/commit/632ee92f17be886948004adc2096825fb259d5e3">632ee92</a>)</li> <li><strong>all:</strong> Auto-regenerate discovery clients (<a href="https://redirect.github.com/googleapis/google-api-go-client/issues/3425">#3425</a>) (<a href="https://github.com/googleapis/google-api-go-client/commit/b5998236840eb877911befa581668ad47ea5dc02">b599823</a>)</li> <li>Support write checksums in json resumable uploads (<a href="https://redirect.github.com/googleapis/google-api-go-client/issues/3405">#3405</a>) (<a href="https://github.com/googleapis/google-api-go-client/commit/6e57e384f3af2773be6ec086c7cca6a500a9c9f5">6e57e38</a>)</li> </ul> <h3>Bug Fixes</h3> <ul> <li><strong>option:</strong> Remove option.WithAuthCredentials from validation (<a href="https://redirect.github.com/googleapis/google-api-go-client/issues/3420">#3420</a>) (<a href="https://github.com/googleapis/google-api-go-client/commit/2c337321d374c3e9f02c09c75cb94b73eaf23fd2">2c33732</a>)</li> <li>Remove firebaseremoteconfig from package list (<a href="https://redirect.github.com/googleapis/google-api-go-client/issues/3422">#3422</a>) (<a href="https://github.com/googleapis/google-api-go-client/commit/fd0ce7cd83e33d83e3040e4cc3c8f39fc4aed6dd">fd0ce7c</a>)</li> <li><strong>transport:</strong> Remove singleton and restore normal usage of otelgrpc.clientHandler (<a href="https://redirect.github.com/googleapis/google-api-go-client/issues/3424">#3424</a>) (<a href="https://github.com/googleapis/google-api-go-client/commit/24fbfcbae5daea4fd67445129091522c6fad5200">24fbfcb</a>), refs <a href="https://redirect.github.com/googleapis/google-api-go-client/issues/2321">#2321</a> <a href="https://redirect.github.com/googleapis/google-api-go-client/issues/2329">#2329</a></li> </ul> <h3>Miscellaneous Chores</h3> <ul> <li>Correct release version (<a href="https://redirect.github.com/googleapis/google-api-go-client/issues/3426">#3426</a>) (<a href="https://github.com/googleapis/google-api-go-client/commit/a783dbb2bb83627f299916fb808756cc64038fdd">a783dbb</a>)</li> </ul> </blockquote> </details> <details> <summary>Commits</summary> <ul> <li><a href="https://github.com/googleapis/google-api-go-client/commit/854019061430bb37ad7160fcfe91dec9f8e54328"><code>8540190</code></a> chore(main): release 0.259.0 (<a href="https://redirect.github.com/googleapis/google-api-go-client/issues/3413">#3413</a>)</li> <li><a href="https://github.com/googleapis/google-api-go-client/commit/6e57e384f3af2773be6ec086c7cca6a500a9c9f5"><code>6e57e38</code></a> feat: support write checksums in json resumable uploads (<a href="https://redirect.github.com/googleapis/google-api-go-client/issues/3405">#3405</a>)</li> <li><a href="https://github.com/googleapis/google-api-go-client/commit/1d9673aa44353250400b723978014707fee94563"><code>1d9673a</code></a> chore(all): update module google.golang.org/grpc to v1.78.0 (<a href="https://redirect.github.com/googleapis/google-api-go-client/issues/3423">#3423</a>)</li> <li><a href="https://github.com/googleapis/google-api-go-client/commit/a783dbb2bb83627f299916fb808756cc64038fdd"><code>a783dbb</code></a> chore: correct release version (<a href="https://redirect.github.com/googleapis/google-api-go-client/issues/3426">#3426</a>)</li> <li><a href="https://github.com/googleapis/google-api-go-client/commit/fd0ce7cd83e33d83e3040e4cc3c8f39fc4aed6dd"><code>fd0ce7c</code></a> fix!: remove firebaseremoteconfig from package list (<a href="https://redirect.github.com/googleapis/google-api-go-client/issues/3422">#3422</a>)</li> <li><a href="https://github.com/googleapis/google-api-go-client/commit/b5998236840eb877911befa581668ad47ea5dc02"><code>b599823</code></a> feat(all): auto-regenerate discovery clients (<a href="https://redirect.github.com/googleapis/google-api-go-client/issues/3425">#3425</a>)</li> <li><a href="https://github.com/googleapis/google-api-go-client/commit/24fbfcbae5daea4fd67445129091522c6fad5200"><code>24fbfcb</code></a> fix(transport): remove singleton and restore normal usage of otelgrpc.clientH...</li> <li><a href="https://github.com/googleapis/google-api-go-client/commit/632ee92f17be886948004adc2096825fb259d5e3"><code>632ee92</code></a> feat(all): auto-regenerate discovery clients (<a href="https://redirect.github.com/googleapis/google-api-go-client/issues/3421">#3421</a>)</li> <li><a href="https://github.com/googleapis/google-api-go-client/commit/2c337321d374c3e9f02c09c75cb94b73eaf23fd2"><code>2c33732</code></a> fix(option): remove option.WithAuthCredentials from validation (<a href="https://redirect.github.com/googleapis/google-api-go-client/issues/3420">#3420</a>)</li> <li><a href="https://github.com/googleapis/google-api-go-client/commit/75e055a4fbf9c61e8b875065f0e0693d0f6ba77c"><code>75e055a</code></a> chore(all): update all (<a href="https://redirect.github.com/googleapis/google-api-go-client/issues/3418">#3418</a>)</li> <li>Additional commits viewable in <a href="https://github.com/googleapis/google-api-go-client/compare/v0.258.0...v0.259.0">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) </details> Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> |
||
|
|
150763720d |
chore: bump gonum.org/v1/gonum from 0.16.0 to 0.17.0 (#21481)
Bumps [gonum.org/v1/gonum](https://github.com/gonum/gonum) from 0.16.0 to 0.17.0. <details> <summary>Release notes</summary> <p><em>Sourced from <a href="https://github.com/gonum/gonum/releases">gonum.org/v1/gonum's releases</a>.</em></p> <blockquote> <h2>v0.17.0</h2> <p>Release v0.17.0 is a minor release in the v0.17 branch.</p> <p>Bug fixes/improvements since v0.16.0:</p> <p>fc402bc4 spatial: add Umeyama's algorithm for estimating point pattern transformation parameters 837a68db optimize: add configurable MinimumStepSize ac810a10 mathext: optimize Li2 and add benchmarks 8da34cf6 optimize/functions: add sphere function a9119bd3 distuv: add non-central t distribution 27d16a49 spatial/r2: increase box scale test tolerance 9c251ca0 mathext: add dilogarithm function Li2 509ffe02 mathext: add Hypergeo for computing the Gaussian Hypergeometric function 98271d5d graph/network: add Dinic maximum flow function 672aa59e stat: implement Wasserstein distance calculation 4408afac stat: add an example to compute a confidence interval 43738f81 graph/network: add diameter example for Eccentricity 6b50a894 graph/network: add eccentricity measurement e62ddf59 lapack/testlapack: fix random source use</p> </blockquote> </details> <details> <summary>Commits</summary> <ul> <li><a href="https://github.com/gonum/gonum/commit/fc402bc485e3a92f8d4f1f0ee5a49e2edf232ed2"><code>fc402bc</code></a> spatial: add Umeyama's algorithm for estimating point pattern transformation ...</li> <li><a href="https://github.com/gonum/gonum/commit/93a8c051bbc0286e46ff296f8eabf0b37273620f"><code>93a8c05</code></a> A+C: add Mohamed Ali Bouhaouala</li> <li><a href="https://github.com/gonum/gonum/commit/837a68db3f5f0ec24e9922aef24c16872820327d"><code>837a68d</code></a> optimize: add configurable MinimumStepSize</li> <li><a href="https://github.com/gonum/gonum/commit/ac810a105c3fd4eb2955093d9839a2a856a2fe5f"><code>ac810a1</code></a> mathext: optimize Li2 and add benchmarks</li> <li><a href="https://github.com/gonum/gonum/commit/9a4c13cfe22ee229ea5d3ccf7e78c8b482b2c32a"><code>9a4c13c</code></a> A+C: add Nathan Rooy</li> <li><a href="https://github.com/gonum/gonum/commit/8da34cf6b4b610e7e1c7fab827f921dc40d5df27"><code>8da34cf</code></a> optimize/functions: add sphere function</li> <li><a href="https://github.com/gonum/gonum/commit/a9119bd313fe095fec9203481b1e75d506e9d42b"><code>a9119bd</code></a> distuv: add non-central t distribution</li> <li><a href="https://github.com/gonum/gonum/commit/27d16a49cbd53b5bd83509f52ecc0b9a00f4de06"><code>27d16a4</code></a> spatial/r2: increase box scale test tolerance</li> <li><a href="https://github.com/gonum/gonum/commit/ba05c1592d9864fe2786368ff0285bb4a8d21500"><code>ba05c15</code></a> all: use go tool directive</li> <li><a href="https://github.com/gonum/gonum/commit/9c251ca02972205ba15bd868a57c53380dd468ed"><code>9c251ca</code></a> mathext: add dilogarithm function Li2</li> <li>Additional commits viewable in <a href="https://github.com/gonum/gonum/compare/v0.16.0...v0.17.0">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) </details> Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> |
||
|
|
8b995e3e06 |
chore: bump github.com/valyala/fasthttp from 1.68.0 to 1.69.0 (#21479)
Bumps [github.com/valyala/fasthttp](https://github.com/valyala/fasthttp) from 1.68.0 to 1.69.0. <details> <summary>Release notes</summary> <p><em>Sourced from <a href="https://github.com/valyala/fasthttp/releases">github.com/valyala/fasthttp's releases</a>.</em></p> <blockquote> <h2>v1.69.0</h2> <h2>What's Changed</h2> <ul> <li>Add sortkeys by <a href="https://github.com/pjebs"><code>@pjebs</code></a> in <a href="https://redirect.github.com/valyala/fasthttp/pull/2118">valyala/fasthttp#2118</a></li> <li>Expose header parsing error variables by <a href="https://github.com/ReneWerner87"><code>@ReneWerner87</code></a> in <a href="https://redirect.github.com/valyala/fasthttp/pull/2096">valyala/fasthttp#2096</a></li> <li>Add documentation that modifying during iteration can panic by <a href="https://github.com/erikdubbelboer"><code>@erikdubbelboer</code></a> in <a href="https://redirect.github.com/valyala/fasthttp/pull/2122">valyala/fasthttp#2122</a></li> <li>update readme by <a href="https://github.com/pjebs"><code>@pjebs</code></a> in <a href="https://redirect.github.com/valyala/fasthttp/pull/2114">valyala/fasthttp#2114</a></li> <li>chore(deps): bump actions/upload-artifact from 4 to 5 by <a href="https://github.com/dependabot"><code>@dependabot</code></a>[bot] in <a href="https://redirect.github.com/valyala/fasthttp/pull/2092">valyala/fasthttp#2092</a></li> <li>chore(deps): bump golangci/golangci-lint-action from 8 to 9 by <a href="https://github.com/dependabot"><code>@dependabot</code></a>[bot] in <a href="https://redirect.github.com/valyala/fasthttp/pull/2095">valyala/fasthttp#2095</a></li> <li>chore(deps): bump golang.org/x/sys from 0.37.0 to 0.38.0 by <a href="https://github.com/dependabot"><code>@dependabot</code></a>[bot] in <a href="https://redirect.github.com/valyala/fasthttp/pull/2094">valyala/fasthttp#2094</a></li> <li>chore(deps): bump golang.org/x/crypto from 0.43.0 to 0.44.0 by <a href="https://github.com/dependabot"><code>@dependabot</code></a>[bot] in <a href="https://redirect.github.com/valyala/fasthttp/pull/2098">valyala/fasthttp#2098</a></li> <li>chore(deps): bump golang.org/x/net from 0.46.0 to 0.47.0 by <a href="https://github.com/dependabot"><code>@dependabot</code></a>[bot] in <a href="https://redirect.github.com/valyala/fasthttp/pull/2097">valyala/fasthttp#2097</a></li> <li>chore(deps): bump golang.org/x/crypto from 0.44.0 to 0.45.0 by <a href="https://github.com/dependabot"><code>@dependabot</code></a>[bot] in <a href="https://redirect.github.com/valyala/fasthttp/pull/2099">valyala/fasthttp#2099</a></li> <li>chore(deps): bump actions/checkout from 5 to 6 by <a href="https://github.com/dependabot"><code>@dependabot</code></a>[bot] in <a href="https://redirect.github.com/valyala/fasthttp/pull/2101">valyala/fasthttp#2101</a></li> <li>chore(deps): bump github.com/klauspost/compress from 1.18.1 to 1.18.2 by <a href="https://github.com/dependabot"><code>@dependabot</code></a>[bot] in <a href="https://redirect.github.com/valyala/fasthttp/pull/2103">valyala/fasthttp#2103</a></li> <li>chore(deps): bump golang.org/x/net from 0.47.0 to 0.48.0 by <a href="https://github.com/dependabot"><code>@dependabot</code></a>[bot] in <a href="https://redirect.github.com/valyala/fasthttp/pull/2109">valyala/fasthttp#2109</a></li> <li>chore(deps): bump actions/upload-artifact from 5 to 6 by <a href="https://github.com/dependabot"><code>@dependabot</code></a>[bot] in <a href="https://redirect.github.com/valyala/fasthttp/pull/2111">valyala/fasthttp#2111</a></li> <li>chore(deps): bump securego/gosec from 2.22.10 to 2.22.11 by <a href="https://github.com/dependabot"><code>@dependabot</code></a>[bot] in <a href="https://redirect.github.com/valyala/fasthttp/pull/2110">valyala/fasthttp#2110</a></li> </ul> <p><strong>Full Changelog</strong>: <a href="https://github.com/valyala/fasthttp/compare/v1.68.0...v1.69.0">https://github.com/valyala/fasthttp/compare/v1.68.0...v1.69.0</a></p> </blockquote> </details> <details> <summary>Commits</summary> <ul> <li><a href="https://github.com/valyala/fasthttp/commit/7cf1fb7967ea5fe8c4ab6380d2e5885a9ff7b540"><code>7cf1fb7</code></a> Add documentation that modifying during iteration can panic (<a href="https://redirect.github.com/valyala/fasthttp/issues/2122">#2122</a>)</li> <li><a href="https://github.com/valyala/fasthttp/commit/7b5cb77b95e2200cab14572519bd7dfdcc55fdeb"><code>7b5cb77</code></a> Add sortkeys (<a href="https://redirect.github.com/valyala/fasthttp/issues/2118">#2118</a>)</li> <li><a href="https://github.com/valyala/fasthttp/commit/42f89fbefde644b077e1caef94fb3e5741c4c595"><code>42f89fb</code></a> update readme (<a href="https://redirect.github.com/valyala/fasthttp/issues/2114">#2114</a>)</li> <li><a href="https://github.com/valyala/fasthttp/commit/fb6b6d160c1f7dcfff5b79f1f8efb231c4bb2abf"><code>fb6b6d1</code></a> chore(deps): bump securego/gosec from 2.22.10 to 2.22.11 (<a href="https://redirect.github.com/valyala/fasthttp/issues/2110">#2110</a>)</li> <li><a href="https://github.com/valyala/fasthttp/commit/fe7e70d901b8ec24a68558e17eeb2c30ad0fec9c"><code>fe7e70d</code></a> chore(deps): bump actions/upload-artifact from 5 to 6 (<a href="https://redirect.github.com/valyala/fasthttp/issues/2111">#2111</a>)</li> <li><a href="https://github.com/valyala/fasthttp/commit/69ef8f70f62b1fd4aefa96c5d73a5834c0cc942e"><code>69ef8f7</code></a> chore(deps): bump golang.org/x/net from 0.47.0 to 0.48.0 (<a href="https://redirect.github.com/valyala/fasthttp/issues/2109">#2109</a>)</li> <li><a href="https://github.com/valyala/fasthttp/commit/c2db56193f8baf0864735bcff0369bbd1f8c6d0d"><code>c2db561</code></a> chore(deps): bump github.com/klauspost/compress from 1.18.1 to 1.18.2 (<a href="https://redirect.github.com/valyala/fasthttp/issues/2103">#2103</a>)</li> <li><a href="https://github.com/valyala/fasthttp/commit/ec00ff0e62071e5915a988ee79391b65e84b5453"><code>ec00ff0</code></a> chore(deps): bump actions/checkout from 5 to 6 (<a href="https://redirect.github.com/valyala/fasthttp/issues/2101">#2101</a>)</li> <li><a href="https://github.com/valyala/fasthttp/commit/5d415acb4e79ebd008bffea29e9d81986e3da346"><code>5d415ac</code></a> chore(deps): bump golang.org/x/crypto from 0.44.0 to 0.45.0 (<a href="https://redirect.github.com/valyala/fasthttp/issues/2099">#2099</a>)</li> <li><a href="https://github.com/valyala/fasthttp/commit/cc8220f6920689b15893c4e81bef71d9875e9c7b"><code>cc8220f</code></a> chore(deps): bump golang.org/x/net from 0.46.0 to 0.47.0 (<a href="https://redirect.github.com/valyala/fasthttp/issues/2097">#2097</a>)</li> <li>Additional commits viewable in <a href="https://github.com/valyala/fasthttp/compare/v1.68.0...v1.69.0">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) </details> Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> |
||
|
|
4e8e158ee4 |
chore: bump the x group with 4 updates (#21477)
Bumps the x group with 4 updates: [golang.org/x/mod](https://github.com/golang/mod), [golang.org/x/sys](https://github.com/golang/sys), [golang.org/x/term](https://github.com/golang/term) and [golang.org/x/text](https://github.com/golang/text). Updates `golang.org/x/mod` from 0.31.0 to 0.32.0 <details> <summary>Commits</summary> <ul> <li><a href="https://github.com/golang/mod/commit/4c04067938546e62fc0572259a68a6912726bcdd"><code>4c04067</code></a> go.mod: update golang.org/x dependencies</li> <li>See full diff in <a href="https://github.com/golang/mod/compare/v0.31.0...v0.32.0">compare view</a></li> </ul> </details> <br /> Updates `golang.org/x/sys` from 0.39.0 to 0.40.0 <details> <summary>Commits</summary> <ul> <li><a href="https://github.com/golang/sys/commit/2f442297556c884f9b52fc6ef7280083f4d65023"><code>2f44229</code></a> sys/cpu: add symbolic constants for remaining cpuid bits</li> <li><a href="https://github.com/golang/sys/commit/e5770d27b7f2fca0e959b31bdb18fad4afba8565"><code>e5770d2</code></a> sys/cpu: use symbolic names for masks</li> <li><a href="https://github.com/golang/sys/commit/714a44c845225bf4314182db4c910ef151c32d2f"><code>714a44c</code></a> sys/cpu: modify x86 port to match what internal/cpu does</li> <li>See full diff in <a href="https://github.com/golang/sys/compare/v0.39.0...v0.40.0">compare view</a></li> </ul> </details> <br /> Updates `golang.org/x/term` from 0.38.0 to 0.39.0 <details> <summary>Commits</summary> <ul> <li><a href="https://github.com/golang/term/commit/a7e5b0437ffa3159709172efbe396bc546550e23"><code>a7e5b04</code></a> go.mod: update golang.org/x dependencies</li> <li><a href="https://github.com/golang/term/commit/943f25d3595f79ce29c4175d889758d38b375688"><code>943f25d</code></a> x/term: handle transpose</li> <li><a href="https://github.com/golang/term/commit/9b991dd831b8a478f9fc99a0b39b492b4e25a3c0"><code>9b991dd</code></a> x/term: handle delete key</li> <li>See full diff in <a href="https://github.com/golang/term/compare/v0.38.0...v0.39.0">compare view</a></li> </ul> </details> <br /> Updates `golang.org/x/text` from 0.32.0 to 0.33.0 <details> <summary>Commits</summary> <ul> <li><a href="https://github.com/golang/text/commit/536231a9abc69feaab8d726b5ec75ee8d3620829"><code>536231a</code></a> go.mod: update golang.org/x dependencies</li> <li>See full diff in <a href="https://github.com/golang/text/compare/v0.32.0...v0.33.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> |
||
|
|
091d31224d |
fix: replace moby/moby namesgenerator with internal implementation (#21377)
Replace the external moby/moby/pkg/namesgenerator dependency with an
internal implementation using gofakeit/v7. The moby package has ~25k
unique name combinations, and with its retry parameter only adds a
random digit 0-9, giving ~250k possibilities. In parallel tests, this
has led to collisions (flakes).
The new internal API at coderd/util/namesgenerator eliminates the
external dependnecy and offers functions with explicit uniqueness
guarantees. This PR also consolidates fragmented name generation in a
few places to use the new package.
| Old (moby/moby) | New |
|-------------------------------------|------------------------|
| namesgenerator.GetRandomName(0) | NameWith("_") |
| namesgenerator.GetRandomName(>0) | NameDigitWith("_") |
| testutil.GetRandomName(t) | UniqueName() |
| testutil.GetRandomNameHyphenated(t) | UniqueNameWith("-") |
namesgenerator package API:
- NameWith(delim): random name, not unique
- NameDigitWith(delim): random name with 1-9 suffix, not unique
- UniqueName(): guaranteed unique via atomic counter
- UniqueNameWith(delim): unique with custom delimiter
Names continue to be docker style `[adjective][delim][surname]`. Unique
names are truncated to 32 characters (preserving the numeric suffix) to
fit common name length limits in Coder.
Related test flakes:
https://github.com/coder/internal/issues/1212
https://github.com/coder/internal/issues/118
https://github.com/coder/internal/issues/1068
|
||
|
|
b116d22c5f |
chore: manage tool versions in go.mod (#21455)
Go 1.24 adds [tool dependencies](https://go.dev/doc/modules/managing-dependencies#tools). This allows us to track versions of tools in our `go.mod` instead of sprinkling various `go run` commands throughout our codebase. NOTE: there are still various hard-coded `go install` commands in our dogfood Dockerfile. As that list is likely severely outdated, will leave that for a separate PR. |
||
|
|
49b34a716a |
fix: fix slog to always use array of Fields (#21426)
Upgrades to slog v3 which includes a small, but backward incompatible API change to the acceptible call arguments when logging. This change allows us to verify via compile time type checking that arguments are correct and won't cause a panic, as was possible in slog v1, which this replaces (v2 was tagged but never used in coder/coder). It also updates dependencies that also use slog and were updated. I've left the `aibridge` dependency as a commit SHA, under the assumption that the team there (cc @pawbana @dannykopping ) will tag and update the dependency soon and on their own schedule. Other dependencies, I pushed new tags. |
||
|
|
32f3481634 |
chore: bump github.com/gohugoio/hugo from 0.153.1 to 0.154.2 (#21413)
Bumps [github.com/gohugoio/hugo](https://github.com/gohugoio/hugo) from 0.153.1 to 0.154.2. <details> <summary>Release notes</summary> <p><em>Sourced from <a href="https://github.com/gohugoio/hugo/releases">github.com/gohugoio/hugo's releases</a>.</em></p> <blockquote> <h2>v0.154.2</h2> <h2>What's Changed</h2> <ul> <li>Fix alpha/fuzzy border issue with new webp decoder for images with with transparent background e9b9b36f <a href="https://github.com/bep"><code>@bep</code></a> <a href="https://redirect.github.com/gohugoio/hugo/issues/14339">#14339</a></li> </ul> <h2>v0.154.1</h2> <h2>What's Changed</h2> <ul> <li>Add WASM licensing information to README 8f3527f6 <a href="https://github.com/bep"><code>@bep</code></a></li> <li>Fix partial decorator detection in partial with blocks with outer range break or continue 09048aad <a href="https://github.com/bep"><code>@bep</code></a> <a href="https://redirect.github.com/gohugoio/hugo/issues/14333">#14333</a></li> </ul> <h2>v0.154.0</h2> <p>Hugo <code>v0.154.0</code> is the <strong>14th release</strong> this year (not counting patch releases) and introduces <a href="https://gohugo.io/quick-reference/glossary/#partial-decorator">partial decorators</a>, or “partials with a twist.” This is a very powerful construct that I, <a href="https://github.com/bep"><code>@bep</code></a>, have always wanted to have in Hugo, but I could never wrap my head around an implementation. Until now.</p> <p>A small and not very useful example:</p> <pre lang="handlebars"><code>{{ with partial "b.html" "World" }}Hello {{ . }}{{ end }} {{ define "_partials/b.html" }}<b>{{ inner . }}</b>{{ end }} </code></pre> <p>The above renders to:</p> <pre lang="handlebars"><code><b>Hello World</b> </code></pre> <ul> <li>The new <code>inner</code> keyword can be used zero or more times in a partial template, typically with different data (e.g. pages in a range), and its presence signals a reversal of the execution -- the callee becomes the caller.</li> <li>Decorators can be deeply nested, see <a href="https://redirect.github.com/gohugoio/hugoDocs/pull/3330">this PR</a> for an example.</li> </ul> <p>This release also brings some new utility funcs in the <a href="https://gohugo.io/functions/reflect/">reflect</a> package to identify the core types in Hugo. For example, to identify an <a href="https://gohugo.io/quick-reference/glossary/#processable-image">processable image</a> hasn't been trivial, now it is:</p> <pre lang="handlebars"><code>{{ $obj := . }} {{ if reflect.IsResource $obj }} {{ if reflect.IsImageResource $obj }} // It has width/height and we can process it. {{ else }} // Just link to it. {{ end }} {{ end }} </code></pre> <h2>Bug fixes</h2> <ul> <li>tpl/collections: Fix apply to work with built-in funcs like len 5c7fad23 <a href="https://github.com/bep"><code>@bep</code></a> <a href="https://redirect.github.com/gohugoio/hugo/issues/13418">#13418</a></li> <li>Revert "resources/page: Fix slugorcontentbasename for section pages" bf1d20d7 <a href="https://github.com/bep"><code>@bep</code></a> <a href="https://redirect.github.com/gohugoio/hugo/issues/14104">#14104</a> <a href="https://redirect.github.com/gohugoio/hugo/issues/14325">#14325</a></li> </ul> <!-- raw HTML omitted --> </blockquote> <p>... (truncated)</p> </details> <details> <summary>Commits</summary> <ul> <li><a href="https://github.com/gohugoio/hugo/commit/f66d0944461bf32c4e69588bc3e093f14e4e149d"><code>f66d094</code></a> releaser: Bump versions for release of 0.154.2</li> <li><a href="https://github.com/gohugoio/hugo/commit/e9b9b36f46ccc6250ffa72188c8a5c52f96b119e"><code>e9b9b36</code></a> Fix alpha/fuzzy border issue with new webp decoder for images with with trans...</li> <li><a href="https://github.com/gohugoio/hugo/commit/b8a2c10d06d815cdaf61ef2f03fb37267612da2e"><code>b8a2c10</code></a> snap: Limit build platforms to amd64, arm64, ppc64el, and s390x</li> <li><a href="https://github.com/gohugoio/hugo/commit/601df3883484535a95979d3c0536220570498d4f"><code>601df38</code></a> snap: Update to core 24</li> <li><a href="https://github.com/gohugoio/hugo/commit/3bed212a2f1853bc80d58a287c8a2d51decba61c"><code>3bed212</code></a> releaser: Prepare repository for 0.155.0-DEV</li> <li><a href="https://github.com/gohugoio/hugo/commit/e2fd6764be86d0cde988a7de6334fda0f43de871"><code>e2fd676</code></a> releaser: Bump versions for release of 0.154.1</li> <li><a href="https://github.com/gohugoio/hugo/commit/8f3527f61c9a7d5ecd35ec35b0f4755ec7b93531"><code>8f3527f</code></a> Add WASM licensing information to README</li> <li><a href="https://github.com/gohugoio/hugo/commit/09048aad7655385e9a287448eed65408d0b850ab"><code>09048aa</code></a> Fix partial decorator detection in partial with blocks with outer range break...</li> <li><a href="https://github.com/gohugoio/hugo/commit/f42c422a12987c9ccb1927fc17da37feedd0c7fb"><code>f42c422</code></a> releaser: Prepare repository for 0.155.0-DEV</li> <li><a href="https://github.com/gohugoio/hugo/commit/0b71db299a2bd89be876d7dc972ded03a222f560"><code>0b71db2</code></a> releaser: Bump versions for release of 0.154.0</li> <li>Additional commits viewable in <a href="https://github.com/gohugoio/hugo/compare/v0.153.1...v0.154.2">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) </details> Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> |
||
|
|
9ac865b72f |
chore: bump github.com/zclconf/go-cty-yaml from 1.1.0 to 1.2.0 (#21366)
Bumps [github.com/zclconf/go-cty-yaml](https://github.com/zclconf/go-cty-yaml) from 1.1.0 to 1.2.0. <details> <summary>Changelog</summary> <p><em>Sourced from <a href="https://github.com/zclconf/go-cty-yaml/blob/master/CHANGELOG.md">github.com/zclconf/go-cty-yaml's changelog</a>.</em></p> <blockquote> <h1>1.2.0 (December 17, 2025)</h1> <ul> <li> <p>The YAML decoder now has more complete support for <a href="https://yaml.org/type/merge.html"><code>tag:yaml.org,2002:merge</code></a>, including support for merging a sequence of mappings rather than just a single mapping.</p> <p>Unfortunately the specification for this tag is terse and incomplete, and other existing implementations disagree even with the few behaviors that <em>are</em> described in the specification, so this library implements behavior that matches existing implementations while diverging slightly from the spec:</p> <ul> <li>The untagged scalar value <code><<</code> is resolved as <code>tag:yaml.org,2002:merge</code> only in the mapping key position. In all other positions it's resolved as a normal string, <code>"<<"</code>. Writing out the tag explicitly instead of using the shorthand is allowed in mapping key position and rejected as an error in all other positions.</li> <li>Multiple merge keys can appear in the same mapping, and will each be handled separately as if they had all been written as a single merge.</li> <li>Later mentions of a key override earlier mentions of a key in all cases. This is the main deviation from the spec text: the spec requires that the <em>earliest</em> mention of each key takes priority when merging, but that is the opposite of the normal behavior for duplicate keys in a mapping (without merging) and other implementations seem to ignore that exception.</li> </ul> <p>There are a few other implementations that disagree with what this library implements. That's unfortunate, but unavoidable because existing implementations are in conflict with one another already. The choices in this implementation were based on a survey of various other popular implementatins and will not be changed in a breaking way after this release.</p> </li> </ul> </blockquote> </details> <details> <summary>Commits</summary> <ul> <li><a href="https://github.com/zclconf/go-cty-yaml/commit/85d6bca569955bb5db10d31ce6ad8f669764fbb2"><code>85d6bca</code></a> v1.2.0 release</li> <li><a href="https://github.com/zclconf/go-cty-yaml/commit/229f4819225d7e96c0ce1e7100823f726aece5e8"><code>229f481</code></a> Allow a !!merge key to be used with a sequence of mappings</li> <li><a href="https://github.com/zclconf/go-cty-yaml/commit/5da71a8db19c2906c0813f89c3245b050d9193a2"><code>5da71a8</code></a> Add GitHub funding metadata</li> <li>See full diff in <a href="https://github.com/zclconf/go-cty-yaml/compare/v1.1.0...v1.2.0">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) </details> Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> |
||
|
|
b97572285a |
feat: add core AI MITM proxy daemon (#21296)
## Description Adds the core AI Bridge MITM proxy daemon. This proxy intercepts HTTPS traffic, decrypts it using a configured CA certificate, and forwards requests to AIBridge for processing. ## Changes * Added `aibridgeproxyd` package with the core proxy server implementation * Added configuration options: `CODER_AIBRIDGE_PROXY_ENABLED`, `CODER_AIBRIDGE_PROXY_LISTEN_ADDR`, `CODER_AIBRIDGE_PROXY_CERT_FILE`, `CODER_AIBRIDGE_PROXY_KEY_FILE` * Added tests for server initialization and MITM functionality Closes https://github.com/coder/internal/issues/1180 |
||
|
|
4f40b78185 |
chore: bump google.golang.org/grpc from 1.77.0 to 1.78.0 (#21393)
Bumps [google.golang.org/grpc](https://github.com/grpc/grpc-go) from 1.77.0 to 1.78.0. <details> <summary>Release notes</summary> <p><em>Sourced from <a href="https://github.com/grpc/grpc-go/releases">google.golang.org/grpc's releases</a>.</em></p> <blockquote> <h2>Release 1.78.0</h2> <h1>Behavior Changes</h1> <ul> <li>client: Reject target URLs containing unbracketed colons in the hostname in Go version 1.26+. (<a href="https://redirect.github.com/grpc/grpc-go/issues/8716">#8716</a>) <ul> <li>Special Thanks: <a href="https://github.com/neild"><code>@neild</code></a></li> </ul> </li> </ul> <h1>New Features</h1> <ul> <li>stats/otel: Add backend service label to wrr metrics as part of A89. (<a href="https://redirect.github.com/grpc/grpc-go/issues/8737">#8737</a>)</li> <li>stats/otel: Add subchannel metrics (without the disconnection reason) to eventually replace the pickfirst metrics. (<a href="https://redirect.github.com/grpc/grpc-go/issues/8738">#8738</a>)</li> <li>client: Wait for all pending goroutines to complete when closing a graceful switch balancer. (<a href="https://redirect.github.com/grpc/grpc-go/issues/8746">#8746</a>) <ul> <li>Special Thanks: <a href="https://github.com/twz123"><code>@twz123</code></a></li> </ul> </li> </ul> <h1>Bug Fixes</h1> <ul> <li>transport/client : Return status code <code>Unknown</code> on malformed grpc-status. (<a href="https://redirect.github.com/grpc/grpc-go/issues/8735">#8735</a>)</li> <li>client: Add <code>experimental.AcceptCompressors</code> so callers can restrict the <code>grpc-accept-encoding</code> header advertised for a call. (<a href="https://redirect.github.com/grpc/grpc-go/issues/8718">#8718</a>) <ul> <li>Special Thanks: <a href="https://github.com/iblancasa"><code>@iblancasa</code></a></li> </ul> </li> <li>xds: Fix a bug in <code>StringMatcher</code> where regexes would match incorrectly when ignore_case is set to true. (<a href="https://redirect.github.com/grpc/grpc-go/issues/8723">#8723</a>)</li> <li>xds/resolver: <ul> <li>Drop previous route resources and report an error when no matching virtual host is found.</li> <li>Only log LDS/RDS configuration errors following a successful update and retain the last valid resource to prevent transient failures. (<a href="https://redirect.github.com/grpc/grpc-go/issues/8711">#8711</a>)</li> </ul> </li> <li>client: <ul> <li>Change connectivity state to CONNECTING when creating the name resolver (as part of exiting IDLE).</li> <li>Change connectivity state to TRANSIENT_FAILURE if name resolver creation fails (as part of exiting IDLE).</li> <li>Change connectivity state to IDLE after idle timeout expires even when current state is TRANSIENT_FAILURE.</li> <li>Fix a bug that resulted in <code>OnFinish</code> call option not being invoked for RPCs where stream creation failed. (<a href="https://redirect.github.com/grpc/grpc-go/issues/8710">#8710</a>)</li> </ul> </li> <li>xdsclient: Fix a race in the xdsClient that could lead to resource-not-found errors. (<a href="https://redirect.github.com/grpc/grpc-go/issues/8627">#8627</a>)</li> </ul> <h1>Performance Improvements</h1> <ul> <li>mem: Round up to nearest 4KiB for pool allocations larger than 1MiB. (<a href="https://redirect.github.com/grpc/grpc-go/issues/8705">#8705</a>) <ul> <li>Special Thanks: <a href="https://github.com/cjc25"><code>@cjc25</code></a></li> </ul> </li> </ul> </blockquote> </details> <details> <summary>Commits</summary> <ul> <li><a href="https://github.com/grpc/grpc-go/commit/9df039ef2c921978514b600c9d5c6bf25cce54f6"><code>9df039e</code></a> Change version to 1.78.0 (<a href="https://redirect.github.com/grpc/grpc-go/issues/8761">#8761</a>)</li> <li><a href="https://github.com/grpc/grpc-go/commit/9b990b6355c443ecf9e71f118f7097b62bc3299a"><code>9b990b6</code></a> gracefulswitch: Wait for all goroutines on close (<a href="https://redirect.github.com/grpc/grpc-go/issues/8746">#8746</a>)</li> <li><a href="https://github.com/grpc/grpc-go/commit/6677d9a9cf1dd8227673253015027de0addeeafb"><code>6677d9a</code></a> xds: Fixing a typo (<a href="https://redirect.github.com/grpc/grpc-go/issues/8760">#8760</a>)</li> <li><a href="https://github.com/grpc/grpc-go/commit/d35cedde1ee806f3c578aba8c59bec7117ae0bc3"><code>d35cedd</code></a> xds/resolver: pass route's auto_host_rewrite to LB picker (gRFC A81) (<a href="https://redirect.github.com/grpc/grpc-go/issues/8740">#8740</a>)</li> <li><a href="https://github.com/grpc/grpc-go/commit/d931fdc379623f36d2050487887f5465a18b7912"><code>d931fdc</code></a> client: allow overriding grpc-accept-encoding header (<a href="https://redirect.github.com/grpc/grpc-go/issues/8718">#8718</a>)</li> <li><a href="https://github.com/grpc/grpc-go/commit/0800ec75223cd0995d599002581eafe2151c6df3"><code>0800ec7</code></a> xds/clusterimpl: update TestChildPolicyChangeOnConfigUpdate to use custom lb ...</li> <li><a href="https://github.com/grpc/grpc-go/commit/6553ea1a1d99ff4e3a516499330bf47607e7708f"><code>6553ea1</code></a> stats/otel: Add subchannel metrics (A94) (<a href="https://redirect.github.com/grpc/grpc-go/issues/8738">#8738</a>)</li> <li><a href="https://github.com/grpc/grpc-go/commit/81a00cecc0abe8a7d7140967f96d9cc0729a3aa4"><code>81a00ce</code></a> grpc: Fixing spelling typo (<a href="https://redirect.github.com/grpc/grpc-go/issues/8756">#8756</a>)</li> <li><a href="https://github.com/grpc/grpc-go/commit/e413838c3b7b8b3e94754cb3704751e49f917358"><code>e413838</code></a> client: Change connectivity state to CONNECTING when creating the name resolv...</li> <li><a href="https://github.com/grpc/grpc-go/commit/f9d2bdb34edcd95f0ca9e2cfaba692722cb85ee2"><code>f9d2bdb</code></a> stats/otel: Add grpc.lb.backend_service label to wrr metrics (A89) (<a href="https://redirect.github.com/grpc/grpc-go/issues/8737">#8737</a>)</li> <li>Additional commits viewable in <a href="https://github.com/grpc/grpc-go/compare/v1.77.0...v1.78.0">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) </details> Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> |
||
|
|
2ab17b1634 |
chore: bump github.com/brianvoe/gofakeit/v7 from 7.12.1 to 7.14.0 (#21392)
Bumps [github.com/brianvoe/gofakeit/v7](https://github.com/brianvoe/gofakeit) from 7.12.1 to 7.14.0. <details> <summary>Commits</summary> <ul> <li><a href="https://github.com/brianvoe/gofakeit/commit/2c610bcf794186e0725471ebb1cf994f63dc0872"><code>2c610bc</code></a> tests - updated test to reflect job and person data changes</li> <li><a href="https://github.com/brianvoe/gofakeit/commit/86f0b761a7e4d0c22b165203dc8d1857e5dd9f90"><code>86f0b76</code></a> person - update data for person info</li> <li><a href="https://github.com/brianvoe/gofakeit/commit/cd759a2396551e3f25a71e5e4d875be11eb3983d"><code>cd759a2</code></a> job - update jobs data</li> <li><a href="https://github.com/brianvoe/gofakeit/commit/d8d5cd4cc47d5fd63d15111d62c9f9286025b9ce"><code>d8d5cd4</code></a> tests - updated product tests to reflect changes</li> <li><a href="https://github.com/brianvoe/gofakeit/commit/fb8fcb0c527b8df6daf7f27f58ab50cce57e4ae3"><code>fb8fcb0</code></a> products - updated to expand values for products</li> <li>See full diff in <a href="https://github.com/brianvoe/gofakeit/compare/v7.12.1...v7.14.0">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) </details> Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> |
||
|
|
5b89da016e |
chore: bump github.com/gohugoio/hugo from 0.152.2 to 0.153.1 (#21368)
Bumps [github.com/gohugoio/hugo](https://github.com/gohugoio/hugo) from 0.152.2 to 0.153.1. <details> <summary>Release notes</summary> <p><em>Sourced from <a href="https://github.com/gohugoio/hugo/releases">github.com/gohugoio/hugo's releases</a>.</em></p> <blockquote> <h2>v0.153.1</h2> <blockquote> <p>[!note] This is a bug fix release. See the <a href="https://github.com/gohugoio/hugo/releases/tag/v0.153.0">main release</a> for a list of new features.</p> </blockquote> <ul> <li>Handle PNG named *.webp 4085ee93 <a href="https://github.com/bep"><code>@bep</code></a> <a href="https://redirect.github.com/gohugoio/hugo/issues/14288">#14288</a></li> <li>Revert deprecation logging for contentDir per language 168bf17e <a href="https://github.com/bep"><code>@bep</code></a> <a href="https://redirect.github.com/gohugoio/hugo/issues/14287">#14287</a></li> <li>Fix panic when 404 is backed by a content file f740d7cf <a href="https://github.com/bep"><code>@bep</code></a> <a href="https://redirect.github.com/gohugoio/hugo/issues/14283">#14283</a></li> <li>internal/warpc: Increase WebP memory limit to 256 MiB 5f46da6e <a href="https://github.com/jmooring"><code>@jmooring</code></a> <a href="https://redirect.github.com/gohugoio/hugo/issues/14282">#14282</a></li> </ul> <h2>v0.153.0</h2> <blockquote> <p>[!note] There is a newer bug fix release available <a href="https://github.com/gohugoio/hugo/releases/tag/v0.153.1">here</a>.</p> </blockquote> <p>This is a good one! Hugo <code>v0.153.0</code> comes with a powerful new multidimensional content model (languages, versions and roles) and completely overhauls WebP image support, and much more:</p> <ul> <li>For the new multidimensional content model, start reading <a href="https://gohugo.io/quick-reference/glossary/#sites-matrix">sites matrix</a> and <a href="https://gohugo.io/quick-reference/glossary/#sites-complements">sites complements</a>. The matrix is what gets written to disk, <code>complements</code> allows e.g. a site in Swedish to fill in missing gaps in the site in Norwegian's page and resource collections. Also see the new <a href="https://gohugo.io/methods/page/rotate/">Rotate</a> method, that allows you to rotate the content tree in a given dimension.</li> <li>For WebP we now build a WASM version of <a href="https://github.com/webmproject/libwebp/">libwebp</a> (<code>v1.6.0</code>) and run it in the <a href="https://wazero.io/">Wazero</a> runtime. We use this for both encoding and decoding. This solves an old and annoying issue with Go's stdlib's decoder, with <a href="https://redirect.github.com/gohugoio/hugo/issues/8879">loss of contrast and muted colors</a> in some photos, but it also means that you don't need the extended version of Hugo to handle WebP images. And, drum roll, we now also support animated WebP, including converting to and from animated GIFs.</li> <li>For MacOS, we now build signed and notarised <code>pkg</code> installers.</li> </ul> <p>Also:</p> <ul> <li>The Asciidoctor integration is greatly improved.</li> <li>New template funcs <a href="https://gohugo.io/functions/urls/pathunescape/">urls.PathUnescape</a> and <a href="https://gohugo.io/functions/urls/pathescape/">urls.PathEscape</a>.</li> <li><a href="https://gohugo.io/functions/openapi3/unmarshal/">openapi3.Unmarshal</a> now support external refs (including remote refs).</li> </ul> <h2>Notes</h2> <ul> <li>tpl/css: Deprecate libsass in favor of dartsass (note) 9937a5dc <a href="https://github.com/bep"><code>@bep</code></a> <a href="https://redirect.github.com/gohugoio/hugo/issues/14261">#14261</a></li> <li>Build Order: Hugo builds sites based on the sorted dimensions (see below). In earlier versions, we built the sites starting with the default content language. This change is also reflected in the sort order of <code>.Site.Sites</code> to make it consistent with <code>.Site.Languages</code>.</li> <li>Sort Order: The dimensions are sorted as follows, which affects build order and complement selection: <ul> <li>languages: By weight, then by name.</li> <li>versions: By weight, then by semantic versioning (descending).</li> <li>roles: By weight, then by name.</li> </ul> </li> <li>Deprecations: <ul> <li>The lang option on mounts (<a href="https://gohugo.io/configuration/module/#mounts">https://gohugo.io/configuration/module/#mounts</a>) and segments (<a href="https://gohugo.io/configuration/segments/#segment-definition">https://gohugo.io/configuration/segments/#segment-definition</a>) is deprecated in favor of the more powerful <code>sites.matrix</code> option.</li> <li>File mount <code>includeFiles</code> and <code>excludeFiles</code> are deprecated in favour of the new files filter, which supports negation.</li> </ul> </li> <li>Logging: We no longer log warnings about potential duplicate content paths, as this becomes impractical to reason about with a complex sites matrix.</li> </ul> <h2>Bug fixes</h2> <ul> <li>Fix some outdated front matter b82e496c <a href="https://github.com/bep"><code>@bep</code></a> <a href="https://redirect.github.com/gohugoio/hugo/issues/14271">#14271</a></li> <li>Fix server rebuilds on editing content with Chinese terms e2e64aee <a href="https://github.com/bep"><code>@bep</code></a> <a href="https://redirect.github.com/gohugoio/hugo/issues/14240">#14240</a></li> <li>Fix slow server startup of very big content trees 7a43b928 <a href="https://github.com/bep"><code>@bep</code></a> <a href="https://redirect.github.com/gohugoio/hugo/issues/14211">#14211</a></li> <li>github: Fix "no space left on device" issue in CI b037b930 <a href="https://github.com/bep"><code>@bep</code></a></li> <li>docs: Fix link to CGO wiki page 5af31128 <a href="https://github.com/jordelver"><code>@jordelver</code></a></li> </ul> <!-- raw HTML omitted --> </blockquote> <p>... (truncated)</p> </details> <details> <summary>Commits</summary> <ul> <li><a href="https://github.com/gohugoio/hugo/commit/8e6cac8462d210f611154068eaa24c4461357653"><code>8e6cac8</code></a> releaser: Bump versions for release of 0.153.1</li> <li><a href="https://github.com/gohugoio/hugo/commit/4085ee9340373b806a74654ff46586cc6d99d096"><code>4085ee9</code></a> Handle PNG named *.webp</li> <li><a href="https://github.com/gohugoio/hugo/commit/168bf17e7042a4df98742d21354205b8a48641a5"><code>168bf17</code></a> Revert deprecation logging for contentDir per language</li> <li><a href="https://github.com/gohugoio/hugo/commit/80ea90c880e805814d6689769c4a1969f592f539"><code>80ea90c</code></a> images: Add some more PNG tests</li> <li><a href="https://github.com/gohugoio/hugo/commit/f740d7cfe0ebaec7056a8fc2b770e46b86c13ee7"><code>f740d7c</code></a> Fix panic when 404 is backed by a content file</li> <li><a href="https://github.com/gohugoio/hugo/commit/5f46da6e2a3f838b40176775c0b46855f4f8f529"><code>5f46da6</code></a> internal/warpc: Increase WebP memory limit to 256 MiB</li> <li><a href="https://github.com/gohugoio/hugo/commit/fe64a682254e32391a6d0c78f277b1133e1f4583"><code>fe64a68</code></a> releaser: Prepare repository for 0.154.0-DEV</li> <li><a href="https://github.com/gohugoio/hugo/commit/b4128babb839feaa962c00e777f0d2fe8d811f7d"><code>b4128ba</code></a> releaser: Bump versions for release of 0.153.0</li> <li><a href="https://github.com/gohugoio/hugo/commit/790a5b70142a07a8046763359a16a553474a1928"><code>790a5b7</code></a> hugoreleaser: Updage macospkgremote to increase notarization timeout</li> <li><a href="https://github.com/gohugoio/hugo/commit/70ce2446b593a67f8871ce78cf250a95062af9e0"><code>70ce244</code></a> Merge commit '08e1ea5c709d3d49bdc3ce3c21e8fa05a33150d0'</li> <li>Additional commits viewable in <a href="https://github.com/gohugoio/hugo/compare/v0.152.2...v0.153.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) </details> Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> |
||
|
|
77c41a0ade |
chore: bump google.golang.org/api from 0.257.0 to 0.258.0 (#21364)
Bumps [google.golang.org/api](https://github.com/googleapis/google-api-go-client) from 0.257.0 to 0.258.0. <details> <summary>Release notes</summary> <p><em>Sourced from <a href="https://github.com/googleapis/google-api-go-client/releases">google.golang.org/api's releases</a>.</em></p> <blockquote> <h2>v0.258.0</h2> <h2><a href="https://github.com/googleapis/google-api-go-client/compare/v0.257.0...v0.258.0">0.258.0</a> (2025-12-18)</h2> <h3>Features</h3> <ul> <li><strong>all:</strong> Auto-regenerate discovery clients (<a href="https://redirect.github.com/googleapis/google-api-go-client/issues/3392">#3392</a>) (<a href="https://github.com/googleapis/google-api-go-client/commit/db6e6530eaa7bfa2bb7c5a190822422a410fdbee">db6e653</a>)</li> <li><strong>all:</strong> Auto-regenerate discovery clients (<a href="https://redirect.github.com/googleapis/google-api-go-client/issues/3394">#3394</a>) (<a href="https://github.com/googleapis/google-api-go-client/commit/7a9ae9465365e4f8dafe94fe66472347089f9d2b">7a9ae94</a>)</li> <li><strong>all:</strong> Auto-regenerate discovery clients (<a href="https://redirect.github.com/googleapis/google-api-go-client/issues/3395">#3395</a>) (<a href="https://github.com/googleapis/google-api-go-client/commit/dd93f673e7e190062bd70ea6349846babd9d5a18">dd93f67</a>)</li> <li><strong>all:</strong> Auto-regenerate discovery clients (<a href="https://redirect.github.com/googleapis/google-api-go-client/issues/3396">#3396</a>) (<a href="https://github.com/googleapis/google-api-go-client/commit/302ad5fe6f2083ecb1ae931a65ead0db05f31041">302ad5f</a>)</li> <li><strong>all:</strong> Auto-regenerate discovery clients (<a href="https://redirect.github.com/googleapis/google-api-go-client/issues/3398">#3398</a>) (<a href="https://github.com/googleapis/google-api-go-client/commit/5dfcd09b444ac707e0a4bf8faaa3005d7446c246">5dfcd09</a>)</li> <li><strong>all:</strong> Auto-regenerate discovery clients (<a href="https://redirect.github.com/googleapis/google-api-go-client/issues/3401">#3401</a>) (<a href="https://github.com/googleapis/google-api-go-client/commit/cd3e656aba7e5a7dfc99d26edda519bea9927294">cd3e656</a>)</li> <li><strong>all:</strong> Auto-regenerate discovery clients (<a href="https://redirect.github.com/googleapis/google-api-go-client/issues/3402">#3402</a>) (<a href="https://github.com/googleapis/google-api-go-client/commit/9e6446a027f032b942e6cf107d85c9bafbeceed1">9e6446a</a>)</li> <li><strong>all:</strong> Auto-regenerate discovery clients (<a href="https://redirect.github.com/googleapis/google-api-go-client/issues/3404">#3404</a>) (<a href="https://github.com/googleapis/google-api-go-client/commit/453c04a2253514c5674147b8301897955da7bdee">453c04a</a>)</li> <li><strong>all:</strong> Auto-regenerate discovery clients (<a href="https://redirect.github.com/googleapis/google-api-go-client/issues/3406">#3406</a>) (<a href="https://github.com/googleapis/google-api-go-client/commit/af035092fea5561e35b88f60b53f2d13c3d31918">af03509</a>)</li> <li><strong>all:</strong> Auto-regenerate discovery clients (<a href="https://redirect.github.com/googleapis/google-api-go-client/issues/3407">#3407</a>) (<a href="https://github.com/googleapis/google-api-go-client/commit/41e2f8f21da1fe333321dae2e29d2c9b34e2c170">41e2f8f</a>)</li> <li><strong>all:</strong> Auto-regenerate discovery clients (<a href="https://redirect.github.com/googleapis/google-api-go-client/issues/3408">#3408</a>) (<a href="https://github.com/googleapis/google-api-go-client/commit/ba647419702c7484983a89f4133efb00a97dfb6c">ba64741</a>)</li> <li><strong>all:</strong> Auto-regenerate discovery clients (<a href="https://redirect.github.com/googleapis/google-api-go-client/issues/3409">#3409</a>) (<a href="https://github.com/googleapis/google-api-go-client/commit/5d17056dd3806211b5505206a08dcc204048c367">5d17056</a>)</li> <li><strong>all:</strong> Auto-regenerate discovery clients (<a href="https://redirect.github.com/googleapis/google-api-go-client/issues/3410">#3410</a>) (<a href="https://github.com/googleapis/google-api-go-client/commit/90b301bf2f6dac8edbbf072ee06e9aa09aa0b12a">90b301b</a>)</li> <li><strong>option:</strong> Deprecate unsafe credentials JSON loading options (<a href="https://redirect.github.com/googleapis/google-api-go-client/issues/3356">#3356</a>) (<a href="https://github.com/googleapis/google-api-go-client/commit/a5426fa66cb1b38be2b24a3ebf8147b2f17b799f">a5426fa</a>)</li> </ul> </blockquote> </details> <details> <summary>Changelog</summary> <p><em>Sourced from <a href="https://github.com/googleapis/google-api-go-client/blob/main/CHANGES.md">google.golang.org/api's changelog</a>.</em></p> <blockquote> <h2><a href="https://github.com/googleapis/google-api-go-client/compare/v0.257.0...v0.258.0">0.258.0</a> (2025-12-18)</h2> <h3>Features</h3> <ul> <li><strong>all:</strong> Auto-regenerate discovery clients (<a href="https://redirect.github.com/googleapis/google-api-go-client/issues/3392">#3392</a>) (<a href="https://github.com/googleapis/google-api-go-client/commit/db6e6530eaa7bfa2bb7c5a190822422a410fdbee">db6e653</a>)</li> <li><strong>all:</strong> Auto-regenerate discovery clients (<a href="https://redirect.github.com/googleapis/google-api-go-client/issues/3394">#3394</a>) (<a href="https://github.com/googleapis/google-api-go-client/commit/7a9ae9465365e4f8dafe94fe66472347089f9d2b">7a9ae94</a>)</li> <li><strong>all:</strong> Auto-regenerate discovery clients (<a href="https://redirect.github.com/googleapis/google-api-go-client/issues/3395">#3395</a>) (<a href="https://github.com/googleapis/google-api-go-client/commit/dd93f673e7e190062bd70ea6349846babd9d5a18">dd93f67</a>)</li> <li><strong>all:</strong> Auto-regenerate discovery clients (<a href="https://redirect.github.com/googleapis/google-api-go-client/issues/3396">#3396</a>) (<a href="https://github.com/googleapis/google-api-go-client/commit/302ad5fe6f2083ecb1ae931a65ead0db05f31041">302ad5f</a>)</li> <li><strong>all:</strong> Auto-regenerate discovery clients (<a href="https://redirect.github.com/googleapis/google-api-go-client/issues/3398">#3398</a>) (<a href="https://github.com/googleapis/google-api-go-client/commit/5dfcd09b444ac707e0a4bf8faaa3005d7446c246">5dfcd09</a>)</li> <li><strong>all:</strong> Auto-regenerate discovery clients (<a href="https://redirect.github.com/googleapis/google-api-go-client/issues/3401">#3401</a>) (<a href="https://github.com/googleapis/google-api-go-client/commit/cd3e656aba7e5a7dfc99d26edda519bea9927294">cd3e656</a>)</li> <li><strong>all:</strong> Auto-regenerate discovery clients (<a href="https://redirect.github.com/googleapis/google-api-go-client/issues/3402">#3402</a>) (<a href="https://github.com/googleapis/google-api-go-client/commit/9e6446a027f032b942e6cf107d85c9bafbeceed1">9e6446a</a>)</li> <li><strong>all:</strong> Auto-regenerate discovery clients (<a href="https://redirect.github.com/googleapis/google-api-go-client/issues/3404">#3404</a>) (<a href="https://github.com/googleapis/google-api-go-client/commit/453c04a2253514c5674147b8301897955da7bdee">453c04a</a>)</li> <li><strong>all:</strong> Auto-regenerate discovery clients (<a href="https://redirect.github.com/googleapis/google-api-go-client/issues/3406">#3406</a>) (<a href="https://github.com/googleapis/google-api-go-client/commit/af035092fea5561e35b88f60b53f2d13c3d31918">af03509</a>)</li> <li><strong>all:</strong> Auto-regenerate discovery clients (<a href="https://redirect.github.com/googleapis/google-api-go-client/issues/3407">#3407</a>) (<a href="https://github.com/googleapis/google-api-go-client/commit/41e2f8f21da1fe333321dae2e29d2c9b34e2c170">41e2f8f</a>)</li> <li><strong>all:</strong> Auto-regenerate discovery clients (<a href="https://redirect.github.com/googleapis/google-api-go-client/issues/3408">#3408</a>) (<a href="https://github.com/googleapis/google-api-go-client/commit/ba647419702c7484983a89f4133efb00a97dfb6c">ba64741</a>)</li> <li><strong>all:</strong> Auto-regenerate discovery clients (<a href="https://redirect.github.com/googleapis/google-api-go-client/issues/3409">#3409</a>) (<a href="https://github.com/googleapis/google-api-go-client/commit/5d17056dd3806211b5505206a08dcc204048c367">5d17056</a>)</li> <li><strong>all:</strong> Auto-regenerate discovery clients (<a href="https://redirect.github.com/googleapis/google-api-go-client/issues/3410">#3410</a>) (<a href="https://github.com/googleapis/google-api-go-client/commit/90b301bf2f6dac8edbbf072ee06e9aa09aa0b12a">90b301b</a>)</li> <li><strong>option:</strong> Deprecate unsafe credentials JSON loading options (<a href="https://redirect.github.com/googleapis/google-api-go-client/issues/3356">#3356</a>) (<a href="https://github.com/googleapis/google-api-go-client/commit/a5426fa66cb1b38be2b24a3ebf8147b2f17b799f">a5426fa</a>)</li> </ul> </blockquote> </details> <details> <summary>Commits</summary> <ul> <li><a href="https://github.com/googleapis/google-api-go-client/commit/8fbb157241ba8949d2072c101538aad33e56a596"><code>8fbb157</code></a> chore(main): release 0.258.0 (<a href="https://redirect.github.com/googleapis/google-api-go-client/issues/3393">#3393</a>)</li> <li><a href="https://github.com/googleapis/google-api-go-client/commit/90b301bf2f6dac8edbbf072ee06e9aa09aa0b12a"><code>90b301b</code></a> feat(all): auto-regenerate discovery clients (<a href="https://redirect.github.com/googleapis/google-api-go-client/issues/3410">#3410</a>)</li> <li><a href="https://github.com/googleapis/google-api-go-client/commit/046fc2c59a898d6012622d3a5e21918853f2914e"><code>046fc2c</code></a> chore(all): update all (<a href="https://redirect.github.com/googleapis/google-api-go-client/issues/3397">#3397</a>)</li> <li><a href="https://github.com/googleapis/google-api-go-client/commit/5d17056dd3806211b5505206a08dcc204048c367"><code>5d17056</code></a> feat(all): auto-regenerate discovery clients (<a href="https://redirect.github.com/googleapis/google-api-go-client/issues/3409">#3409</a>)</li> <li><a href="https://github.com/googleapis/google-api-go-client/commit/ba647419702c7484983a89f4133efb00a97dfb6c"><code>ba64741</code></a> feat(all): auto-regenerate discovery clients (<a href="https://redirect.github.com/googleapis/google-api-go-client/issues/3408">#3408</a>)</li> <li><a href="https://github.com/googleapis/google-api-go-client/commit/41e2f8f21da1fe333321dae2e29d2c9b34e2c170"><code>41e2f8f</code></a> feat(all): auto-regenerate discovery clients (<a href="https://redirect.github.com/googleapis/google-api-go-client/issues/3407">#3407</a>)</li> <li><a href="https://github.com/googleapis/google-api-go-client/commit/af035092fea5561e35b88f60b53f2d13c3d31918"><code>af03509</code></a> feat(all): auto-regenerate discovery clients (<a href="https://redirect.github.com/googleapis/google-api-go-client/issues/3406">#3406</a>)</li> <li><a href="https://github.com/googleapis/google-api-go-client/commit/a5426fa66cb1b38be2b24a3ebf8147b2f17b799f"><code>a5426fa</code></a> feat(option): Deprecate unsafe credentials JSON loading options (<a href="https://redirect.github.com/googleapis/google-api-go-client/issues/3356">#3356</a>)</li> <li><a href="https://github.com/googleapis/google-api-go-client/commit/453c04a2253514c5674147b8301897955da7bdee"><code>453c04a</code></a> feat(all): auto-regenerate discovery clients (<a href="https://redirect.github.com/googleapis/google-api-go-client/issues/3404">#3404</a>)</li> <li><a href="https://github.com/googleapis/google-api-go-client/commit/9e6446a027f032b942e6cf107d85c9bafbeceed1"><code>9e6446a</code></a> feat(all): auto-regenerate discovery clients (<a href="https://redirect.github.com/googleapis/google-api-go-client/issues/3402">#3402</a>)</li> <li>Additional commits viewable in <a href="https://github.com/googleapis/google-api-go-client/compare/v0.257.0...v0.258.0">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) </details> Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> |
||
|
|
8985bcf747 |
chore: bump github.com/go-playground/validator/v10 from 10.29.0 to 10.30.0 (#21367)
Bumps [github.com/go-playground/validator/v10](https://github.com/go-playground/validator) from 10.29.0 to 10.30.0. <details> <summary>Release notes</summary> <p><em>Sourced from <a href="https://github.com/go-playground/validator/releases">github.com/go-playground/validator/v10's releases</a>.</em></p> <blockquote> <h2>Release 10.30.0</h2> <h2>What's Changed</h2> <ul> <li>Bump golang.org/x/crypto from 0.45.0 to 0.46.0 by <a href="https://github.com/dependabot"><code>@dependabot</code></a>[bot] in <a href="https://redirect.github.com/go-playground/validator/pull/1504">go-playground/validator#1504</a></li> <li>Bump github.com/gabriel-vasile/mimetype from 1.4.11 to 1.4.12 by <a href="https://github.com/dependabot"><code>@dependabot</code></a>[bot] in <a href="https://redirect.github.com/go-playground/validator/pull/1505">go-playground/validator#1505</a></li> <li>docs: document omitzero by <a href="https://github.com/minoritea"><code>@minoritea</code></a> in <a href="https://redirect.github.com/go-playground/validator/pull/1509">go-playground/validator#1509</a></li> <li>fix: add missing translations for alpha validators by <a href="https://github.com/shindonghwi"><code>@shindonghwi</code></a> in <a href="https://redirect.github.com/go-playground/validator/pull/1510">go-playground/validator#1510</a></li> <li>fix: resolve panic when using aliases with OR operator by <a href="https://github.com/shindonghwi"><code>@shindonghwi</code></a> in <a href="https://redirect.github.com/go-playground/validator/pull/1507">go-playground/validator#1507</a></li> <li>fix: resolve panic when using cross-field validators with ValidateMap by <a href="https://github.com/shindonghwi"><code>@shindonghwi</code></a> in <a href="https://redirect.github.com/go-playground/validator/pull/1508">go-playground/validator#1508</a></li> </ul> <h2>New Contributors</h2> <ul> <li><a href="https://github.com/minoritea"><code>@minoritea</code></a> made their first contribution in <a href="https://redirect.github.com/go-playground/validator/pull/1509">go-playground/validator#1509</a></li> <li><a href="https://github.com/shindonghwi"><code>@shindonghwi</code></a> made their first contribution in <a href="https://redirect.github.com/go-playground/validator/pull/1510">go-playground/validator#1510</a></li> </ul> <p><strong>Full Changelog</strong>: <a href="https://github.com/go-playground/validator/compare/v10.29.0...v10.30.0">https://github.com/go-playground/validator/compare/v10.29.0...v10.30.0</a></p> </blockquote> </details> <details> <summary>Commits</summary> <ul> <li><a href="https://github.com/go-playground/validator/commit/e9b900c8d62465f85de0713979d929d770f5ce49"><code>e9b900c</code></a> fix: resolve panic when using cross-field validators with ValidateMap (<a href="https://redirect.github.com/go-playground/validator/issues/1508">#1508</a>)</li> <li><a href="https://github.com/go-playground/validator/commit/7aba81cf8ee5359d19ac8a199f71e6183fb8b180"><code>7aba81c</code></a> fix: resolve panic when using aliases with OR operator (<a href="https://redirect.github.com/go-playground/validator/issues/1507">#1507</a>)</li> <li><a href="https://github.com/go-playground/validator/commit/4d600befdd2c5ff437025b3d022fbc0ca7e90f17"><code>4d600be</code></a> fix: add missing translations for alpha validators (<a href="https://redirect.github.com/go-playground/validator/issues/1510">#1510</a>)</li> <li><a href="https://github.com/go-playground/validator/commit/b0e4ba2e690d26c3f0866c34ca49b4b9776c87f4"><code>b0e4ba2</code></a> docs: document omitzero (<a href="https://redirect.github.com/go-playground/validator/issues/1509">#1509</a>)</li> <li><a href="https://github.com/go-playground/validator/commit/79fba72b00b11aa90ede835b66afcb74ee182488"><code>79fba72</code></a> Bump github.com/gabriel-vasile/mimetype from 1.4.11 to 1.4.12 (<a href="https://redirect.github.com/go-playground/validator/issues/1505">#1505</a>)</li> <li><a href="https://github.com/go-playground/validator/commit/c3c9084f6fef2685d7bbf6482a38f1345cd1771b"><code>c3c9084</code></a> Bump golang.org/x/crypto from 0.45.0 to 0.46.0 (<a href="https://redirect.github.com/go-playground/validator/issues/1504">#1504</a>)</li> <li>See full diff in <a href="https://github.com/go-playground/validator/compare/v10.29.0...v10.30.0">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) </details> Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> |
||
|
|
7a5c5581e9 | fix: update boundary version (#21290) | ||
|
|
556ed545ac |
chore: bump github.com/aws/aws-sdk-go-v2 from 1.40.0 to 1.41.0 (#21271)
Bumps [github.com/aws/aws-sdk-go-v2](https://github.com/aws/aws-sdk-go-v2) from 1.40.0 to 1.41.0. <details> <summary>Commits</summary> <ul> <li><a href="https://github.com/aws/aws-sdk-go-v2/commit/2c5c1de983d67074b607e5e410102ab2821a06e0"><code>2c5c1de</code></a> Release 2025-12-08</li> <li><a href="https://github.com/aws/aws-sdk-go-v2/commit/a968e75f31355127d6d21b5c1eeeef56c7293528"><code>a968e75</code></a> Regenerated Clients</li> <li><a href="https://github.com/aws/aws-sdk-go-v2/commit/b110f673443a879368b09088ddb3a41b42289810"><code>b110f67</code></a> Update endpoints model</li> <li><a href="https://github.com/aws/aws-sdk-go-v2/commit/82760c3f13f663592956106b7fc61e4f1fc1ce31"><code>82760c3</code></a> Update API model</li> <li><a href="https://github.com/aws/aws-sdk-go-v2/commit/9e038d3c6c3dff3ed4d7da6c9ca8781bce3f4f69"><code>9e038d3</code></a> [merge 12/8/25] default MaxConnsPerHost to 2048 (<a href="https://redirect.github.com/aws/aws-sdk-go-v2/issues/3245">#3245</a>)</li> <li><a href="https://github.com/aws/aws-sdk-go-v2/commit/55b9a85b5962a5529d4383caabb7c7c8cf2e34df"><code>55b9a85</code></a> Release 2025-12-05</li> <li><a href="https://github.com/aws/aws-sdk-go-v2/commit/cb36f84a8640782421ce92ac04946ee270cbae98"><code>cb36f84</code></a> Regenerated Clients</li> <li><a href="https://github.com/aws/aws-sdk-go-v2/commit/081bac07f1af24e5f7cd1028d120ef41cd1c2e42"><code>081bac0</code></a> Update API model</li> <li><a href="https://github.com/aws/aws-sdk-go-v2/commit/25f26c231f47889249f6bf9b6b11ed817097abdf"><code>25f26c2</code></a> Release 2025-12-04</li> <li><a href="https://github.com/aws/aws-sdk-go-v2/commit/aadf9d36831914dd70472d25ba23bf9160304d67"><code>aadf9d3</code></a> Regenerated Clients</li> <li>Additional commits viewable in <a href="https://github.com/aws/aws-sdk-go-v2/compare/v1.40.0...v1.41.0">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) </details> Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> |
||
|
|
9fdc1dab29 |
chore: bump github.com/bramvdbogaerde/go-scp from 1.5.0 to 1.6.0 (#21272)
Bumps [github.com/bramvdbogaerde/go-scp](https://github.com/bramvdbogaerde/go-scp) from 1.5.0 to 1.6.0. <details> <summary>Release notes</summary> <p><em>Sourced from <a href="https://github.com/bramvdbogaerde/go-scp/releases">github.com/bramvdbogaerde/go-scp's releases</a>.</em></p> <blockquote> <h2>v1.6.0</h2> <p>This release fixes an important performance bug caused by incorrectly calculating the number of remaining bytes to be copied when using the <code>CopyN</code> function.</p> <h2>What's Changed</h2> <ul> <li>fix: use the correct amount of bytes in CopyN (fixes issue <a href="https://redirect.github.com/bramvdbogaerde/go-scp/issues/89">#89</a>) by <a href="https://github.com/bramvdbogaerde"><code>@bramvdbogaerde</code></a> in <a href="https://redirect.github.com/bramvdbogaerde/go-scp/pull/90">bramvdbogaerde/go-scp#90</a></li> </ul> <p><strong>Full Changelog</strong>: <a href="https://github.com/bramvdbogaerde/go-scp/compare/v1.5.0...v1.6.0">https://github.com/bramvdbogaerde/go-scp/compare/v1.5.0...v1.6.0</a></p> </blockquote> </details> <details> <summary>Commits</summary> <ul> <li><a href="https://github.com/bramvdbogaerde/go-scp/commit/f7582ce1ad0d22e56d5116476742392c73391e5b"><code>f7582ce</code></a> fix: use the correct amount of bytes in CopyN (fixes issue <a href="https://redirect.github.com/bramvdbogaerde/go-scp/issues/89">#89</a>)</li> <li><a href="https://github.com/bramvdbogaerde/go-scp/commit/c2410915e3da161dcf056b6486f5401eb3819b48"><code>c241091</code></a> docs(README): clarify that <code>Connect</code> is not needed for existing SSH connections</li> <li><a href="https://github.com/bramvdbogaerde/go-scp/commit/97d54db4b2e161443602aba070cfa27aaf1acec6"><code>97d54db</code></a> docs(client): clarify usage of <code>Connect</code> (cf. PR <a href="https://redirect.github.com/bramvdbogaerde/go-scp/issues/88">#88</a>)</li> <li>See full diff in <a href="https://github.com/bramvdbogaerde/go-scp/compare/v1.5.0...v1.6.0">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) </details> Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> |
||
|
|
cb052b836e |
chore: bump the x group with 8 updates (#21269)
Bumps the x group with 8 updates: | Package | From | To | | --- | --- | --- | | [golang.org/x/crypto](https://github.com/golang/crypto) | `0.45.0` | `0.46.0` | | [golang.org/x/mod](https://github.com/golang/mod) | `0.30.0` | `0.31.0` | | [golang.org/x/net](https://github.com/golang/net) | `0.47.0` | `0.48.0` | | [golang.org/x/oauth2](https://github.com/golang/oauth2) | `0.33.0` | `0.34.0` | | [golang.org/x/sys](https://github.com/golang/sys) | `0.38.0` | `0.39.0` | | [golang.org/x/term](https://github.com/golang/term) | `0.37.0` | `0.38.0` | | [golang.org/x/text](https://github.com/golang/text) | `0.31.0` | `0.32.0` | | [golang.org/x/tools](https://github.com/golang/tools) | `0.39.0` | `0.40.0` | Updates `golang.org/x/crypto` from 0.45.0 to 0.46.0 <details> <summary>Commits</summary> <ul> <li><a href="https://github.com/golang/crypto/commit/19acf81bd7bc7b558d18a550e8e023df2c33e742"><code>19acf81</code></a> go.mod: update golang.org/x dependencies</li> <li><a href="https://github.com/golang/crypto/commit/3a1c6b4b61966d06b6469ad7bc15839ba76eeb89"><code>3a1c6b4</code></a> x509roots/fallback: update bundle</li> <li><a href="https://github.com/golang/crypto/commit/f4602e40409257658159002a9af6aedb875949fb"><code>f4602e4</code></a> ssh/agent: fix flaky test by ensuring a writeable home directory</li> <li>See full diff in <a href="https://github.com/golang/crypto/compare/v0.45.0...v0.46.0">compare view</a></li> </ul> </details> <br /> Updates `golang.org/x/mod` from 0.30.0 to 0.31.0 <details> <summary>Commits</summary> <ul> <li><a href="https://github.com/golang/mod/commit/d271cf332fd221d661d13b186b51a11d7e66ff74"><code>d271cf3</code></a> go.mod: update golang.org/x dependencies</li> <li><a href="https://github.com/golang/mod/commit/269c237cf350ceaea64412cd12374e840b1d9871"><code>269c237</code></a> sumdb/note: delete chop</li> <li><a href="https://github.com/golang/mod/commit/3f03020ad52668adcab6ffe2fe4a7a6fcce4ee9f"><code>3f03020</code></a> x/mod: apply go fix and go vet</li> <li>See full diff in <a href="https://github.com/golang/mod/compare/v0.30.0...v0.31.0">compare view</a></li> </ul> </details> <br /> Updates `golang.org/x/net` from 0.47.0 to 0.48.0 <details> <summary>Commits</summary> <ul> <li><a href="https://github.com/golang/net/commit/35e1306bddd863f360fb94480c5fed84229953f0"><code>35e1306</code></a> go.mod: update golang.org/x dependencies</li> <li><a href="https://github.com/golang/net/commit/7c360367ab7e57c0cfb7aef368fc6acefaaac3b1"><code>7c36036</code></a> http2, webdav, websocket: fix %q verb uses with wrong type</li> <li><a href="https://github.com/golang/net/commit/ec11eccf5a0f725281df0cdf40bb7ebef51d57ea"><code>ec11ecc</code></a> trace: fix data race in RenderEvents</li> <li><a href="https://github.com/golang/net/commit/bff14c52567061031b9761881907c39e24792736"><code>bff14c5</code></a> http2: don't PING a responsive server when resetting a stream</li> <li><a href="https://github.com/golang/net/commit/88a642172c174ab11f4c56f0ede777de3c8a21d4"><code>88a6421</code></a> dns/dnsmessage: avoid use of "strings" and "math" in dns/dnsmessage</li> <li><a href="https://github.com/golang/net/commit/123d099e1bd872b38247bbcf9856540b8420d18d"><code>123d099</code></a> http2: support net/http.Transport.NewClientConn</li> <li><a href="https://github.com/golang/net/commit/346cc6157ee53301dea14e57a45c22368ab46e55"><code>346cc61</code></a> webdav: relax test to check for any redirect status, not just 301</li> <li>See full diff in <a href="https://github.com/golang/net/compare/v0.47.0...v0.48.0">compare view</a></li> </ul> </details> <br /> Updates `golang.org/x/oauth2` from 0.33.0 to 0.34.0 <details> <summary>Commits</summary> <ul> <li><a href="https://github.com/golang/oauth2/commit/acc38155b7f6f36aefcb58faff6f36d314dd915c"><code>acc3815</code></a> endpoints: fix %q verb use with wrong type</li> <li>See full diff in <a href="https://github.com/golang/oauth2/compare/v0.33.0...v0.34.0">compare view</a></li> </ul> </details> <br /> Updates `golang.org/x/sys` from 0.38.0 to 0.39.0 <details> <summary>Commits</summary> <ul> <li><a href="https://github.com/golang/sys/commit/08e54827f6706016347e1e4f4866b84126842b20"><code>08e5482</code></a> unix: fix out of bounds memory access in tests</li> <li><a href="https://github.com/golang/sys/commit/4f4f1c6feacd5e05a726e4fd415d0462cab0bebb"><code>4f4f1c6</code></a> Revert "cpu: add HPDS, LOR, PAN detection for arm64"</li> <li><a href="https://github.com/golang/sys/commit/ca631161e47349f04ad9185885e85e88ef38ec3a"><code>ca63116</code></a> unix: add IOCTL_MEI_* constants</li> <li><a href="https://github.com/golang/sys/commit/a4199c0bfe68a7d7de6e44cead3c91e7bd1e328d"><code>a4199c0</code></a> unix: fix definition of Statvfs_t for netbsd-arm.</li> <li>See full diff in <a href="https://github.com/golang/sys/compare/v0.38.0...v0.39.0">compare view</a></li> </ul> </details> <br /> Updates `golang.org/x/term` from 0.37.0 to 0.38.0 <details> <summary>Commits</summary> <ul> <li><a href="https://github.com/golang/term/commit/3863673230bd2f654d5c3749dc90e6d130067dd6"><code>3863673</code></a> go.mod: update golang.org/x dependencies</li> <li>See full diff in <a href="https://github.com/golang/term/compare/v0.37.0...v0.38.0">compare view</a></li> </ul> </details> <br /> Updates `golang.org/x/text` from 0.31.0 to 0.32.0 <details> <summary>Commits</summary> <ul> <li><a href="https://github.com/golang/text/commit/0dd57a6ef90c283b902525213f15d6b2a59cc84b"><code>0dd57a6</code></a> go.mod: update golang.org/x dependencies</li> <li><a href="https://github.com/golang/text/commit/087616b6cde9434a9f6f788f4fe975b40651be26"><code>087616b</code></a> transform: fix %q verb use with wrong type</li> <li><a href="https://github.com/golang/text/commit/16f85a7ff268a4e26c78cf3c4202152a7a1d6d90"><code>16f85a7</code></a> all: eliminate vet diagnostics</li> <li>See full diff in <a href="https://github.com/golang/text/compare/v0.31.0...v0.32.0">compare view</a></li> </ul> </details> <br /> Updates `golang.org/x/tools` from 0.39.0 to 0.40.0 <details> <summary>Commits</summary> <ul> <li><a href="https://github.com/golang/tools/commit/00b22d96a3616723b0ee0341fb34c40b73e19c96"><code>00b22d9</code></a> gopls/internal/golang: add support for variadic functions and constructors in...</li> <li><a href="https://github.com/golang/tools/commit/36bb345678464722ad18fa4c7f4c0344c0acffb7"><code>36bb345</code></a> go.mod: update golang.org/x dependencies</li> <li><a href="https://github.com/golang/tools/commit/748477b5833b69b301843d15c9ed5b0e78f783cf"><code>748477b</code></a> all: fix function name mismatch in updateBasicLitPos comment</li> <li><a href="https://github.com/golang/tools/commit/ebdeef31ea22db1bf3ba3a0eab59418baa3c07f0"><code>ebdeef3</code></a> gopls/doc/release/v0.21.0.md: update relnotes for RC2</li> <li><a href="https://github.com/golang/tools/commit/e5a08637a57b68119e771bf855e5bbbaeb37e8c2"><code>e5a0863</code></a> go/analysis/passes/modernize: disable reflecttypefor modernizer for unnamed s...</li> <li><a href="https://github.com/golang/tools/commit/e2dd41635db76ec780a3e9fd537c7a2c25edf210"><code>e2dd416</code></a> go/analysis/unitchecker: write fixed files to an archive</li> <li><a href="https://github.com/golang/tools/commit/91192559255e5102e736db0c60faf84c03eb8337"><code>9119255</code></a> go/analysis/passes/modernize: fix stringscut false positives</li> <li><a href="https://github.com/golang/tools/commit/880ed70f69c11115ed2eea9fea4ee17fda5721ad"><code>880ed70</code></a> gopls/internal/golang: add util function NarrowestDeclaringPackage</li> <li><a href="https://github.com/golang/tools/commit/8e819d2ae9820148bcca1d2a1168d8e5438052ea"><code>8e819d2</code></a> internal/refactor/inline: built-ins may affect inference</li> <li><a href="https://github.com/golang/tools/commit/61df39e1228be707d85a75ad30070f9638f04da1"><code>61df39e</code></a> go/ast/astutil: update BasicLit.ValueEnd if present</li> <li>Additional commits viewable in <a href="https://github.com/golang/tools/compare/v0.39.0...v0.40.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> |
||
|
|
08e17ec444 |
chore: bump github.com/go-playground/validator/v10 from 10.28.0 to 10.29.0 (#21270)
Bumps [github.com/go-playground/validator/v10](https://github.com/go-playground/validator) from 10.28.0 to 10.29.0. <details> <summary>Release notes</summary> <p><em>Sourced from <a href="https://github.com/go-playground/validator/releases">github.com/go-playground/validator/v10's releases</a>.</em></p> <blockquote> <h2>v10.29.0</h2> <h2>What's Changed</h2> <ul> <li>fix: minor spelling fix in docs by <a href="https://github.com/Perfect5th"><code>@Perfect5th</code></a> in <a href="https://redirect.github.com/go-playground/validator/pull/1472">go-playground/validator#1472</a></li> <li>Bump golang.org/x/text from 0.29.0 to 0.30.0 by <a href="https://github.com/dependabot"><code>@dependabot</code></a>[bot] in <a href="https://redirect.github.com/go-playground/validator/pull/1473">go-playground/validator#1473</a></li> <li>Bump golang.org/x/crypto from 0.42.0 to 0.43.0 by <a href="https://github.com/dependabot"><code>@dependabot</code></a>[bot] in <a href="https://redirect.github.com/go-playground/validator/pull/1474">go-playground/validator#1474</a></li> <li>Fix integer overflows in test when run on 32bit systems by <a href="https://github.com/gibmat"><code>@gibmat</code></a> in <a href="https://redirect.github.com/go-playground/validator/pull/1479">go-playground/validator#1479</a></li> <li>fix: exclude modernize linter by <a href="https://github.com/nodivbyzero"><code>@nodivbyzero</code></a> in <a href="https://redirect.github.com/go-playground/validator/pull/1487">go-playground/validator#1487</a></li> <li>Bump golangci/golangci-lint-action from 8 to 9 by <a href="https://github.com/dependabot"><code>@dependabot</code></a>[bot] in <a href="https://redirect.github.com/go-playground/validator/pull/1490">go-playground/validator#1490</a></li> <li>Bump github.com/gabriel-vasile/mimetype from 1.4.10 to 1.4.11 by <a href="https://github.com/dependabot"><code>@dependabot</code></a>[bot] in <a href="https://redirect.github.com/go-playground/validator/pull/1485">go-playground/validator#1485</a></li> <li>Support for ISO 9362:2022 BIC (SWIFT) codes by <a href="https://github.com/fira42073"><code>@fira42073</code></a> in <a href="https://redirect.github.com/go-playground/validator/pull/1478">go-playground/validator#1478</a></li> <li>Bump golang.org/x/crypto from 0.43.0 to 0.44.0 by <a href="https://github.com/dependabot"><code>@dependabot</code></a>[bot] in <a href="https://redirect.github.com/go-playground/validator/pull/1492">go-playground/validator#1492</a></li> <li>Fix: validation now rejects phone codes starting with +0 by <a href="https://github.com/nodivbyzero"><code>@nodivbyzero</code></a> in <a href="https://redirect.github.com/go-playground/validator/pull/1476">go-playground/validator#1476</a></li> <li>Bump golang.org/x/crypto from 0.44.0 to 0.45.0 by <a href="https://github.com/dependabot"><code>@dependabot</code></a>[bot] in <a href="https://redirect.github.com/go-playground/validator/pull/1495">go-playground/validator#1495</a></li> <li>Bump actions/checkout from 5 to 6 by <a href="https://github.com/dependabot"><code>@dependabot</code></a>[bot] in <a href="https://redirect.github.com/go-playground/validator/pull/1497">go-playground/validator#1497</a></li> <li>fix/1500:Update Sierra Leone currency code from SLL to SLE by <a href="https://github.com/princekm096"><code>@princekm096</code></a> in <a href="https://redirect.github.com/go-playground/validator/pull/1501">go-playground/validator#1501</a></li> <li>Fix/1481 skip invalid type validations by <a href="https://github.com/KaranLathiya"><code>@KaranLathiya</code></a> in <a href="https://redirect.github.com/go-playground/validator/pull/1498">go-playground/validator#1498</a></li> <li>Fix 1502 update ccy codes by <a href="https://github.com/princekm096"><code>@princekm096</code></a> in <a href="https://redirect.github.com/go-playground/validator/pull/1503">go-playground/validator#1503</a></li> <li>Added alphanumspace string validator by <a href="https://github.com/haribabuk113"><code>@haribabuk113</code></a> in <a href="https://redirect.github.com/go-playground/validator/pull/1484">go-playground/validator#1484</a></li> <li><code>excluded_unless</code> bug fix by <a href="https://github.com/chargraves85"><code>@chargraves85</code></a> in <a href="https://redirect.github.com/go-playground/validator/pull/1307">go-playground/validator#1307</a></li> </ul> <h2>New Contributors</h2> <ul> <li><a href="https://github.com/Perfect5th"><code>@Perfect5th</code></a> made their first contribution in <a href="https://redirect.github.com/go-playground/validator/pull/1472">go-playground/validator#1472</a></li> <li><a href="https://github.com/gibmat"><code>@gibmat</code></a> made their first contribution in <a href="https://redirect.github.com/go-playground/validator/pull/1479">go-playground/validator#1479</a></li> <li><a href="https://github.com/fira42073"><code>@fira42073</code></a> made their first contribution in <a href="https://redirect.github.com/go-playground/validator/pull/1478">go-playground/validator#1478</a></li> <li><a href="https://github.com/princekm096"><code>@princekm096</code></a> made their first contribution in <a href="https://redirect.github.com/go-playground/validator/pull/1501">go-playground/validator#1501</a></li> <li><a href="https://github.com/KaranLathiya"><code>@KaranLathiya</code></a> made their first contribution in <a href="https://redirect.github.com/go-playground/validator/pull/1498">go-playground/validator#1498</a></li> <li><a href="https://github.com/haribabuk113"><code>@haribabuk113</code></a> made their first contribution in <a href="https://redirect.github.com/go-playground/validator/pull/1484">go-playground/validator#1484</a></li> <li><a href="https://github.com/chargraves85"><code>@chargraves85</code></a> made their first contribution in <a href="https://redirect.github.com/go-playground/validator/pull/1307">go-playground/validator#1307</a></li> </ul> <p><strong>Full Changelog</strong>: <a href="https://github.com/go-playground/validator/compare/v10.28.0...v10.29.0">https://github.com/go-playground/validator/compare/v10.28.0...v10.29.0</a></p> </blockquote> </details> <details> <summary>Commits</summary> <ul> <li><a href="https://github.com/go-playground/validator/commit/afce000d4f55c2721c8bd568a614b169fa191b39"><code>afce000</code></a> <code>excluded_unless</code> bug fix (<a href="https://redirect.github.com/go-playground/validator/issues/1307">#1307</a>)</li> <li><a href="https://github.com/go-playground/validator/commit/0c1335d0b8cdb8f766ab712c5885b39e3b6939fa"><code>0c1335d</code></a> Added alphanumspace string validator (<a href="https://redirect.github.com/go-playground/validator/issues/1484">#1484</a>)</li> <li><a href="https://github.com/go-playground/validator/commit/c6a4fb6dcc231d13efe289b119d7d9805345677d"><code>c6a4fb6</code></a> Fix 1502 update ccy codes (<a href="https://redirect.github.com/go-playground/validator/issues/1503">#1503</a>)</li> <li><a href="https://github.com/go-playground/validator/commit/80b6d11d808671c0db8eb37c42da3b077ec64653"><code>80b6d11</code></a> Fix/1481 skip invalid type validations (<a href="https://redirect.github.com/go-playground/validator/issues/1498">#1498</a>)</li> <li><a href="https://github.com/go-playground/validator/commit/a0faae9b5491fcdd27b4512f2a230c4aa2147470"><code>a0faae9</code></a> fix/1500:Update Sierra Leone currency code from SLL to SLE (<a href="https://redirect.github.com/go-playground/validator/issues/1501">#1501</a>)</li> <li><a href="https://github.com/go-playground/validator/commit/d1aac1a51636c69b922b9deb8f40d37a0fd9b675"><code>d1aac1a</code></a> Bump actions/checkout from 5 to 6 (<a href="https://redirect.github.com/go-playground/validator/issues/1497">#1497</a>)</li> <li><a href="https://github.com/go-playground/validator/commit/771c22c00fd5b99dd5a5773ceee0200f736910ca"><code>771c22c</code></a> Bump golang.org/x/crypto from 0.44.0 to 0.45.0 (<a href="https://redirect.github.com/go-playground/validator/issues/1495">#1495</a>)</li> <li><a href="https://github.com/go-playground/validator/commit/71e50301a837b7f593f2aaf32f828f5fe7b6f945"><code>71e5030</code></a> Fix: validation now rejects phone codes starting with +0 (<a href="https://redirect.github.com/go-playground/validator/issues/1476">#1476</a>)</li> <li><a href="https://github.com/go-playground/validator/commit/a2211184ba30847bc99b5984e108f31f6ffc9495"><code>a221118</code></a> Bump golang.org/x/crypto from 0.43.0 to 0.44.0 (<a href="https://redirect.github.com/go-playground/validator/issues/1492">#1492</a>)</li> <li><a href="https://github.com/go-playground/validator/commit/419544fd9367e2914183cf0e03a793d12bdcea15"><code>419544f</code></a> Support for ISO 9362:2022 BIC (SWIFT) codes (<a href="https://redirect.github.com/go-playground/validator/issues/1478">#1478</a>)</li> <li>Additional commits viewable in <a href="https://github.com/go-playground/validator/compare/v10.28.0...v10.29.0">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) </details> Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> |
||
|
|
aba0e36964 |
chore: update slog to pull in entry human perf. improvements (#21128)
Update slog to pull in perf. improvement to the `entryhuman` path --------- Signed-off-by: Callum Styan <callumstyan@gmail.com> |
||
|
|
4d15b30a63 |
chore: bump golang.org/x/sync from 0.18.0 to 0.19.0 in the x group (#21159)
Bumps the x group with 1 update: [golang.org/x/sync](https://github.com/golang/sync). Updates `golang.org/x/sync` from 0.18.0 to 0.19.0 <details> <summary>Commits</summary> <ul> <li>See full diff in <a href="https://github.com/golang/sync/commits">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 <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> |
||
|
|
ceaba0778e |
chore: bump github.com/brianvoe/gofakeit/v7 from 7.9.0 to 7.12.1 (#21096)
Bumps [github.com/brianvoe/gofakeit/v7](https://github.com/brianvoe/gofakeit) from 7.9.0 to 7.12.1. <details> <summary>Commits</summary> <ul> <li><a href="https://github.com/brianvoe/gofakeit/commit/6cb292655fc27bb9c5d81cb2bf2c5596313740e3"><code>6cb2926</code></a> go mod - change back to 1.22</li> <li><a href="https://github.com/brianvoe/gofakeit/commit/5a2657afecd681df23c4dd8664216db5fe26c805"><code>5a2657a</code></a> lookup - updated keywords to not have the display name in the keywords list</li> <li><a href="https://github.com/brianvoe/gofakeit/commit/67d31c1b536d7bfe3e8a34d954afc6e9583b15ff"><code>67d31c1</code></a> person - added ethnicity</li> <li><a href="https://github.com/brianvoe/gofakeit/commit/ae0414ce24587529911ca8de6b886d7d9810c0ef"><code>ae0414c</code></a> lookup - added test to make sure display is not in keywords</li> <li><a href="https://github.com/brianvoe/gofakeit/commit/6f01995ab4278531359da913268f2e058becbb92"><code>6f01995</code></a> user agent - added api user agent</li> <li><a href="https://github.com/brianvoe/gofakeit/commit/e4c26beca835cc4262566104db199c6061ae02d2"><code>e4c26be</code></a> person - added age</li> <li><a href="https://github.com/brianvoe/gofakeit/commit/dcf08aee21636c27ef87ca9b4b5424af85fa4991"><code>dcf08ae</code></a> funclookup concurrency - cleaned up focused verbage more on concurrency. also...</li> <li><a href="https://github.com/brianvoe/gofakeit/commit/1a45942dacb4b0b98d3e7e563033f87f1d34c364"><code>1a45942</code></a> Merge pull request <a href="https://redirect.github.com/brianvoe/gofakeit/issues/390">#390</a> from AdamDrewsTR/race-conditions-fix</li> <li><a href="https://github.com/brianvoe/gofakeit/commit/c03d3c83a271e9d543eab20387263adfd639037b"><code>c03d3c8</code></a> fix: resolve concurrent map read/write race conditions by implementing RWMute...</li> <li><a href="https://github.com/brianvoe/gofakeit/commit/a0380da0d95ea14b94e21a7a1d953e595eb5226f"><code>a0380da</code></a> refactor: consolidate race condition tests into concurrency_test.go and remov...</li> <li>Additional commits viewable in <a href="https://github.com/brianvoe/gofakeit/compare/v7.9.0...v7.12.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) </details> Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> |
||
|
|
e24cc5e6da |
feat: add tracing to aibridge (#21106)
Adds tracing for AIBridge. Updates github.com/coder/aibridge version from `v0.2.2` to `v0.3.0` Depends on: https://github.com/coder/aibridge/pull/63 Fixes: https://github.com/coder/aibridge/issues/26 --------- Co-authored-by: Danny Kopping <danny@coder.com> |
||
|
|
6aeb144a98 |
chore: bump google.golang.org/api from 0.256.0 to 0.257.0 (#21094)
Bumps [google.golang.org/api](https://github.com/googleapis/google-api-go-client) from 0.256.0 to 0.257.0. <details> <summary>Release notes</summary> <p><em>Sourced from <a href="https://github.com/googleapis/google-api-go-client/releases">google.golang.org/api's releases</a>.</em></p> <blockquote> <h2>v0.257.0</h2> <h2><a href="https://github.com/googleapis/google-api-go-client/compare/v0.256.0...v0.257.0">0.257.0</a> (2025-12-02)</h2> <h3>Features</h3> <ul> <li><strong>all:</strong> Auto-regenerate discovery clients (<a href="https://redirect.github.com/googleapis/google-api-go-client/issues/3376">#3376</a>) (<a href="https://github.com/googleapis/google-api-go-client/commit/b0c07d2f5cc4aa2cf974c2938508626f8430855e">b0c07d2</a>)</li> <li><strong>all:</strong> Auto-regenerate discovery clients (<a href="https://redirect.github.com/googleapis/google-api-go-client/issues/3380">#3380</a>) (<a href="https://github.com/googleapis/google-api-go-client/commit/47fcc39088f806c4202ca47159416ce99a0a0c72">47fcc39</a>)</li> <li><strong>all:</strong> Auto-regenerate discovery clients (<a href="https://redirect.github.com/googleapis/google-api-go-client/issues/3381">#3381</a>) (<a href="https://github.com/googleapis/google-api-go-client/commit/cf5cf20d07fac3acc66c1f9ade705bb99701519a">cf5cf20</a>)</li> <li><strong>all:</strong> Auto-regenerate discovery clients (<a href="https://redirect.github.com/googleapis/google-api-go-client/issues/3382">#3382</a>) (<a href="https://github.com/googleapis/google-api-go-client/commit/2931d4b217c6934f85bdc378ebbbbe4fa54db96d">2931d4b</a>)</li> <li><strong>all:</strong> Auto-regenerate discovery clients (<a href="https://redirect.github.com/googleapis/google-api-go-client/issues/3383">#3383</a>) (<a href="https://github.com/googleapis/google-api-go-client/commit/446402e7d6aedbe169505c07aafcf45e96563a8e">446402e</a>)</li> <li><strong>all:</strong> Auto-regenerate discovery clients (<a href="https://redirect.github.com/googleapis/google-api-go-client/issues/3384">#3384</a>) (<a href="https://github.com/googleapis/google-api-go-client/commit/d82a5d02f83b3455f747cbb1fb14930703dad60e">d82a5d0</a>)</li> <li><strong>all:</strong> Auto-regenerate discovery clients (<a href="https://redirect.github.com/googleapis/google-api-go-client/issues/3386">#3386</a>) (<a href="https://github.com/googleapis/google-api-go-client/commit/6a0b46d49312d528dab4dce8daee48866f38ba25">6a0b46d</a>)</li> <li><strong>all:</strong> Auto-regenerate discovery clients (<a href="https://redirect.github.com/googleapis/google-api-go-client/issues/3387">#3387</a>) (<a href="https://github.com/googleapis/google-api-go-client/commit/f3dc8f4bd57ade8c6ffb37cda8d55289228ebcd1">f3dc8f4</a>)</li> <li><strong>all:</strong> Auto-regenerate discovery clients (<a href="https://redirect.github.com/googleapis/google-api-go-client/issues/3388">#3388</a>) (<a href="https://github.com/googleapis/google-api-go-client/commit/e3ca7fd5738afd1a8aa046431ef005c48e701358">e3ca7fd</a>)</li> <li><strong>all:</strong> Auto-regenerate discovery clients (<a href="https://redirect.github.com/googleapis/google-api-go-client/issues/3389">#3389</a>) (<a href="https://github.com/googleapis/google-api-go-client/commit/b78dd96b2c603926daca6c30baae9c4843bf5664">b78dd96</a>)</li> </ul> </blockquote> </details> <details> <summary>Changelog</summary> <p><em>Sourced from <a href="https://github.com/googleapis/google-api-go-client/blob/main/CHANGES.md">google.golang.org/api's changelog</a>.</em></p> <blockquote> <h2><a href="https://github.com/googleapis/google-api-go-client/compare/v0.256.0...v0.257.0">0.257.0</a> (2025-12-02)</h2> <h3>Features</h3> <ul> <li><strong>all:</strong> Auto-regenerate discovery clients (<a href="https://redirect.github.com/googleapis/google-api-go-client/issues/3376">#3376</a>) (<a href="https://github.com/googleapis/google-api-go-client/commit/b0c07d2f5cc4aa2cf974c2938508626f8430855e">b0c07d2</a>)</li> <li><strong>all:</strong> Auto-regenerate discovery clients (<a href="https://redirect.github.com/googleapis/google-api-go-client/issues/3380">#3380</a>) (<a href="https://github.com/googleapis/google-api-go-client/commit/47fcc39088f806c4202ca47159416ce99a0a0c72">47fcc39</a>)</li> <li><strong>all:</strong> Auto-regenerate discovery clients (<a href="https://redirect.github.com/googleapis/google-api-go-client/issues/3381">#3381</a>) (<a href="https://github.com/googleapis/google-api-go-client/commit/cf5cf20d07fac3acc66c1f9ade705bb99701519a">cf5cf20</a>)</li> <li><strong>all:</strong> Auto-regenerate discovery clients (<a href="https://redirect.github.com/googleapis/google-api-go-client/issues/3382">#3382</a>) (<a href="https://github.com/googleapis/google-api-go-client/commit/2931d4b217c6934f85bdc378ebbbbe4fa54db96d">2931d4b</a>)</li> <li><strong>all:</strong> Auto-regenerate discovery clients (<a href="https://redirect.github.com/googleapis/google-api-go-client/issues/3383">#3383</a>) (<a href="https://github.com/googleapis/google-api-go-client/commit/446402e7d6aedbe169505c07aafcf45e96563a8e">446402e</a>)</li> <li><strong>all:</strong> Auto-regenerate discovery clients (<a href="https://redirect.github.com/googleapis/google-api-go-client/issues/3384">#3384</a>) (<a href="https://github.com/googleapis/google-api-go-client/commit/d82a5d02f83b3455f747cbb1fb14930703dad60e">d82a5d0</a>)</li> <li><strong>all:</strong> Auto-regenerate discovery clients (<a href="https://redirect.github.com/googleapis/google-api-go-client/issues/3386">#3386</a>) (<a href="https://github.com/googleapis/google-api-go-client/commit/6a0b46d49312d528dab4dce8daee48866f38ba25">6a0b46d</a>)</li> <li><strong>all:</strong> Auto-regenerate discovery clients (<a href="https://redirect.github.com/googleapis/google-api-go-client/issues/3387">#3387</a>) (<a href="https://github.com/googleapis/google-api-go-client/commit/f3dc8f4bd57ade8c6ffb37cda8d55289228ebcd1">f3dc8f4</a>)</li> <li><strong>all:</strong> Auto-regenerate discovery clients (<a href="https://redirect.github.com/googleapis/google-api-go-client/issues/3388">#3388</a>) (<a href="https://github.com/googleapis/google-api-go-client/commit/e3ca7fd5738afd1a8aa046431ef005c48e701358">e3ca7fd</a>)</li> <li><strong>all:</strong> Auto-regenerate discovery clients (<a href="https://redirect.github.com/googleapis/google-api-go-client/issues/3389">#3389</a>) (<a href="https://github.com/googleapis/google-api-go-client/commit/b78dd96b2c603926daca6c30baae9c4843bf5664">b78dd96</a>)</li> </ul> </blockquote> </details> <details> <summary>Commits</summary> <ul> <li><a href="https://github.com/googleapis/google-api-go-client/commit/3e8573d81048b9abb10fe28e0cbe9623fdb4668a"><code>3e8573d</code></a> chore(main): release 0.257.0 (<a href="https://redirect.github.com/googleapis/google-api-go-client/issues/3377">#3377</a>)</li> <li><a href="https://github.com/googleapis/google-api-go-client/commit/61592252846bfa757ebd4a68e461bd96381984cf"><code>6159225</code></a> chore(all): update all to 79d6a2a (<a href="https://redirect.github.com/googleapis/google-api-go-client/issues/3390">#3390</a>)</li> <li><a href="https://github.com/googleapis/google-api-go-client/commit/b78dd96b2c603926daca6c30baae9c4843bf5664"><code>b78dd96</code></a> feat(all): auto-regenerate discovery clients (<a href="https://redirect.github.com/googleapis/google-api-go-client/issues/3389">#3389</a>)</li> <li><a href="https://github.com/googleapis/google-api-go-client/commit/e3ca7fd5738afd1a8aa046431ef005c48e701358"><code>e3ca7fd</code></a> feat(all): auto-regenerate discovery clients (<a href="https://redirect.github.com/googleapis/google-api-go-client/issues/3388">#3388</a>)</li> <li><a href="https://github.com/googleapis/google-api-go-client/commit/f3dc8f4bd57ade8c6ffb37cda8d55289228ebcd1"><code>f3dc8f4</code></a> feat(all): auto-regenerate discovery clients (<a href="https://redirect.github.com/googleapis/google-api-go-client/issues/3387">#3387</a>)</li> <li><a href="https://github.com/googleapis/google-api-go-client/commit/6a0b46d49312d528dab4dce8daee48866f38ba25"><code>6a0b46d</code></a> feat(all): auto-regenerate discovery clients (<a href="https://redirect.github.com/googleapis/google-api-go-client/issues/3386">#3386</a>)</li> <li><a href="https://github.com/googleapis/google-api-go-client/commit/a07da21fe2e45130d2e9cb1494f98a7fe2420ba1"><code>a07da21</code></a> chore(deps): bump golang.org/x/crypto from 0.43.0 to 0.45.0 (<a href="https://redirect.github.com/googleapis/google-api-go-client/issues/3379">#3379</a>)</li> <li><a href="https://github.com/googleapis/google-api-go-client/commit/35b0966d9ce6b797c6e63730066ecec3292ade34"><code>35b0966</code></a> chore(deps): bump golang.org/x/crypto from 0.37.0 to 0.45.0 in /internal/koko...</li> <li><a href="https://github.com/googleapis/google-api-go-client/commit/d82a5d02f83b3455f747cbb1fb14930703dad60e"><code>d82a5d0</code></a> feat(all): auto-regenerate discovery clients (<a href="https://redirect.github.com/googleapis/google-api-go-client/issues/3384">#3384</a>)</li> <li><a href="https://github.com/googleapis/google-api-go-client/commit/8c1e205890063d558cb41bfc1bf806a9385c2126"><code>8c1e205</code></a> chore(all): update all (<a href="https://redirect.github.com/googleapis/google-api-go-client/issues/3374">#3374</a>)</li> <li>Additional commits viewable in <a href="https://github.com/googleapis/google-api-go-client/compare/v0.256.0...v0.257.0">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) </details> Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> |
||
|
|
f94d8fc019 |
chore: bump github.com/aws/smithy-go from 1.23.2 to 1.24.0 (#21095)
Bumps [github.com/aws/smithy-go](https://github.com/aws/smithy-go) from 1.23.2 to 1.24.0. <details> <summary>Changelog</summary> <p><em>Sourced from <a href="https://github.com/aws/smithy-go/blob/main/CHANGELOG.md">github.com/aws/smithy-go's changelog</a>.</em></p> <blockquote> <h1>Release (2025-12-01)</h1> <h2>General Highlights</h2> <ul> <li><strong>Dependency Update</strong>: Updated to the latest SDK module versions</li> </ul> <h2>Module Highlights</h2> <ul> <li><code>github.com/aws/smithy-go</code>: v1.24.0 <ul> <li><strong>Feature</strong>: Improve allocation footprint of the middleware stack. This should convey a ~10% reduction in allocations per SDK request.</li> </ul> </li> </ul> <h1>Release (2025-11-03)</h1> <h2>General Highlights</h2> <ul> <li><strong>Dependency Update</strong>: Updated to the latest SDK module versions</li> </ul> <h2>Module Highlights</h2> <ul> <li><code>github.com/aws/smithy-go</code>: v1.23.2 <ul> <li><strong>Bug Fix</strong>: Adjust the initial sizes of each middleware phase to avoid some unnecessary reallocation.</li> <li><strong>Bug Fix</strong>: Avoid unnecessary allocation overhead from the metrics system when not in use.</li> </ul> </li> </ul> <h1>Release (2025-10-15)</h1> <h2>General Highlights</h2> <ul> <li><strong>Dependency Update</strong>: Bump minimum go version to 1.23.</li> <li><strong>Dependency Update</strong>: Updated to the latest SDK module versions</li> </ul> <h1>Release (2025-09-18)</h1> <h2>Module Highlights</h2> <ul> <li><code>github.com/aws/smithy-go/aws-http-auth</code>: <a href="https://github.com/aws/smithy-go/blob/main/aws-http-auth/CHANGELOG.md#v110-2025-09-18">v1.1.0</a> <ul> <li><strong>Feature</strong>: Added support for SIG4/SIGV4A querystring authentication.</li> </ul> </li> </ul> <h1>Release (2025-08-27)</h1> <h2>General Highlights</h2> <ul> <li><strong>Dependency Update</strong>: Updated to the latest SDK module versions</li> </ul> <h2>Module Highlights</h2> <ul> <li><code>github.com/aws/smithy-go</code>: v1.23.0 <ul> <li><strong>Feature</strong>: Sort map keys in JSON Document types.</li> </ul> </li> </ul> <h1>Release (2025-07-24)</h1> <h2>General Highlights</h2> <ul> <li><strong>Dependency Update</strong>: Updated to the latest SDK module versions</li> </ul> <h2>Module Highlights</h2> <ul> <li><code>github.com/aws/smithy-go</code>: v1.22.5 <ul> <li><strong>Feature</strong>: Add HTTP interceptors.</li> </ul> </li> </ul> <h1>Release (2025-06-16)</h1> <!-- raw HTML omitted --> </blockquote> <p>... (truncated)</p> </details> <details> <summary>Commits</summary> <ul> <li><a href="https://github.com/aws/smithy-go/commit/71f5bff362491399f8a2cca586c5802eb5a66d70"><code>71f5bff</code></a> Release 2025-12-01</li> <li><a href="https://github.com/aws/smithy-go/commit/c94c177cfcf46095d48a88253899242f5971ae1b"><code>c94c177</code></a> changelog</li> <li><a href="https://github.com/aws/smithy-go/commit/0cc0b1c115aede116e0a5b901f195fef2ea2567a"><code>0cc0b1c</code></a> convert middleware steps to linked lists (<a href="https://redirect.github.com/aws/smithy-go/issues/617">#617</a>)</li> <li><a href="https://github.com/aws/smithy-go/commit/ed49224f03828a26529458a48ff56b9b0b4db45e"><code>ed49224</code></a> Add param binding error check in auth scheme resolution to avoid panic (<a href="https://redirect.github.com/aws/smithy-go/issues/619">#619</a>)</li> <li><a href="https://github.com/aws/smithy-go/commit/0e0b20cb123137d985083894df55fdbdbe3ce332"><code>0e0b20c</code></a> add discrete tests for initialize step (<a href="https://redirect.github.com/aws/smithy-go/issues/618">#618</a>)</li> <li><a href="https://github.com/aws/smithy-go/commit/ddbac1c617ac6bea513c16923e7883b1439b2a34"><code>ddbac1c</code></a> only add interceptors if configured (<a href="https://redirect.github.com/aws/smithy-go/issues/616">#616</a>)</li> <li><a href="https://github.com/aws/smithy-go/commit/798bf4fa874b68b13350766bf270d3b868e8abcf"><code>798bf4f</code></a> remove pointless trace spans (<a href="https://redirect.github.com/aws/smithy-go/issues/615">#615</a>)</li> <li><a href="https://github.com/aws/smithy-go/commit/dc545a769d214b08bd69e93fffc40a962b815c56"><code>dc545a7</code></a> don't create op metrics context if not in use (<a href="https://redirect.github.com/aws/smithy-go/issues/613">#613</a>)</li> <li><a href="https://github.com/aws/smithy-go/commit/6f12c095f5277d7e682217bcfd50bab607b193ab"><code>6f12c09</code></a> add host label validation for region before ep resolution (<a href="https://redirect.github.com/aws/smithy-go/issues/612">#612</a>)</li> <li>See full diff in <a href="https://github.com/aws/smithy-go/compare/v1.23.2...v1.24.0">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) </details> Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> |
||
|
|
9e021f7b57 |
chore: upgrade to aibridge@v0.2.2 (#21085)
Changes from https://github.com/coder/aibridge/pull/71/ Signed-off-by: Danny Kopping <danny@coder.com> |
||
|
|
fcd64ea7f5 |
chore: upgrade to aibridge@v0.2.1 (#21082)
Changes from https://github.com/coder/aibridge/pull/70/ Signed-off-by: Danny Kopping <danny@coder.com> |
||
|
|
154baf3d45 |
chore: bump github.com/anthropics/anthropic-sdk-go from 1.18.0 to 1.19.0 (#21013)
Bumps [github.com/anthropics/anthropic-sdk-go](https://github.com/anthropics/anthropic-sdk-go) from 1.18.0 to 1.19.0. <details> <summary>Release notes</summary> <p><em>Sourced from <a href="https://github.com/anthropics/anthropic-sdk-go/releases">github.com/anthropics/anthropic-sdk-go's releases</a>.</em></p> <blockquote> <h2>v1.19.0</h2> <h2>1.19.0 (2025-11-24)</h2> <p>Full Changelog: <a href="https://github.com/anthropics/anthropic-sdk-go/compare/v1.18.1...v1.19.0">v1.18.1...v1.19.0</a></p> <h3>Features</h3> <ul> <li><strong>api:</strong> adds support for Claude Opus 4.5, Effort, Advance Tool Use Features, Autocompaction, and Computer Use v5 (<a href="https://github.com/anthropics/anthropic-sdk-go/commit/a03391cb00b8c78c79fd8bfe447f00d78f37db25">a03391c</a>)</li> </ul> <h2>v1.18.1</h2> <h2>1.18.1 (2025-11-19)</h2> <p>Full Changelog: <a href="https://github.com/anthropics/anthropic-sdk-go/compare/v1.18.0...v1.18.1">v1.18.0...v1.18.1</a></p> <h3>Bug Fixes</h3> <ul> <li><strong>structured outputs:</strong> use correct beta header (<a href="https://github.com/anthropics/anthropic-sdk-go/commit/09ec0a647b1a108bb7c74e4c7b1016502ca781bb">09ec0a6</a>)</li> </ul> </blockquote> </details> <details> <summary>Changelog</summary> <p><em>Sourced from <a href="https://github.com/anthropics/anthropic-sdk-go/blob/main/CHANGELOG.md">github.com/anthropics/anthropic-sdk-go's changelog</a>.</em></p> <blockquote> <h2>1.19.0 (2025-11-24)</h2> <p>Full Changelog: <a href="https://github.com/anthropics/anthropic-sdk-go/compare/v1.18.1...v1.19.0">v1.18.1...v1.19.0</a></p> <h3>Features</h3> <ul> <li><strong>api:</strong> adds support for Claude Opus 4.5, Effort, Advance Tool Use Features, Autocompaction, and Computer Use v5 (<a href="https://github.com/anthropics/anthropic-sdk-go/commit/a03391cb00b8c78c79fd8bfe447f00d78f37db25">a03391c</a>)</li> </ul> <h2>1.18.1 (2025-11-19)</h2> <p>Full Changelog: <a href="https://github.com/anthropics/anthropic-sdk-go/compare/v1.18.0...v1.18.1">v1.18.0...v1.18.1</a></p> <h3>Bug Fixes</h3> <ul> <li><strong>structured outputs:</strong> use correct beta header (<a href="https://github.com/anthropics/anthropic-sdk-go/commit/09ec0a647b1a108bb7c74e4c7b1016502ca781bb">09ec0a6</a>)</li> </ul> </blockquote> </details> <details> <summary>Commits</summary> <ul> <li><a href="https://github.com/anthropics/anthropic-sdk-go/commit/0e4a219d952e839fbbfe42e54282e44c1c28f1fb"><code>0e4a219</code></a> release: 1.19.0</li> <li><a href="https://github.com/anthropics/anthropic-sdk-go/commit/9ea2999a49dac535ab07ff6a94aaf70f4ec3b85a"><code>9ea2999</code></a> feat(api): adds support for Claude Opus 4.5, Effort, Advance Tool Use Feature...</li> <li><a href="https://github.com/anthropics/anthropic-sdk-go/commit/9d1fca29394cf4a2aff51e99b4b089882cf0b769"><code>9d1fca2</code></a> release: 1.18.1</li> <li><a href="https://github.com/anthropics/anthropic-sdk-go/commit/f79df507220e2a46ca26e00562fd0300de1fe99f"><code>f79df50</code></a> fix(structured outputs): use correct beta header</li> <li><a href="https://github.com/anthropics/anthropic-sdk-go/commit/9c3ce43f8b134b0f74449bf258f5a6828f80f59d"><code>9c3ce43</code></a> codegen metadata</li> <li>See full diff in <a href="https://github.com/anthropics/anthropic-sdk-go/compare/v1.18.0...v1.19.0">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) </details> Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> |
||
|
|
42a24b7334 |
chore: bump google.golang.org/grpc from 1.76.0 to 1.77.0 (#20892)
Bumps [google.golang.org/grpc](https://github.com/grpc/grpc-go) from 1.76.0 to 1.77.0. <details> <summary>Release notes</summary> <p><em>Sourced from <a href="https://github.com/grpc/grpc-go/releases">google.golang.org/grpc's releases</a>.</em></p> <blockquote> <h2>Release 1.77.0</h2> <h1>API Changes</h1> <ul> <li>mem: Replace the <code>Reader</code> interface with a struct for better performance and maintainability. (<a href="https://redirect.github.com/grpc/grpc-go/issues/8669">#8669</a>)</li> </ul> <h1>Behavior Changes</h1> <ul> <li>balancer/pickfirst: Remove support for the old <code>pick_first</code> LB policy via the environment variable <code>GRPC_EXPERIMENTAL_ENABLE_NEW_PICK_FIRST=false</code>. The new <code>pick_first</code> has been the default since <code>v1.71.0</code>. (<a href="https://redirect.github.com/grpc/grpc-go/issues/8672">#8672</a>)</li> </ul> <h1>Bug Fixes</h1> <ul> <li>xdsclient: Fix a race condition in the ADS stream implementation that could result in <code>resource-not-found</code> errors, causing the gRPC client channel to move to <code>TransientFailure</code>. (<a href="https://redirect.github.com/grpc/grpc-go/issues/8605">#8605</a>)</li> <li>client: Ignore HTTP status header for gRPC streams. (<a href="https://redirect.github.com/grpc/grpc-go/issues/8548">#8548</a>)</li> <li>client: Set a read deadline when closing a transport to prevent it from blocking indefinitely on a broken connection. (<a href="https://redirect.github.com/grpc/grpc-go/issues/8534">#8534</a>) <ul> <li>Special Thanks: <a href="https://github.com/jgold2-stripe"><code>@jgold2-stripe</code></a></li> </ul> </li> <li>client: Fix a bug where default port 443 was not automatically added to addresses without a specified port when sent to a proxy. <ul> <li>Setting environment variable <code>GRPC_EXPERIMENTAL_ENABLE_DEFAULT_PORT_FOR_PROXY_TARGET=false</code> disables this change; please file a bug if any problems are encountered as we will remove this option soon. (<a href="https://redirect.github.com/grpc/grpc-go/issues/8613">#8613</a>)</li> </ul> </li> <li>balancer/pickfirst: Fix a bug where duplicate addresses were not being ignored as intended. (<a href="https://redirect.github.com/grpc/grpc-go/issues/8611">#8611</a>)</li> <li>server: Fix a bug that caused overcounting of channelz metrics for successful and failed streams. (<a href="https://redirect.github.com/grpc/grpc-go/issues/8573">#8573</a>) <ul> <li>Special Thanks: <a href="https://github.com/hugehoo"><code>@hugehoo</code></a></li> </ul> </li> <li>balancer/pickfirst: When configured, shuffle addresses in resolver updates that lack endpoints. Since gRPC automatically adds endpoints to resolver updates, this bug only affects custom LB policies that delegate to <code>pick_first</code> but don't set endpoints. (<a href="https://redirect.github.com/grpc/grpc-go/issues/8610">#8610</a>)</li> <li>mem: Clear large buffers before re-using. (<a href="https://redirect.github.com/grpc/grpc-go/issues/8670">#8670</a>)</li> </ul> <h1>Performance Improvements</h1> <ul> <li>transport: Reduce heap allocations to reduce time spent in garbage collection. (<a href="https://redirect.github.com/grpc/grpc-go/issues/8624">#8624</a>, <a href="https://redirect.github.com/grpc/grpc-go/issues/8630">#8630</a>, <a href="https://redirect.github.com/grpc/grpc-go/issues/8639">#8639</a>, <a href="https://redirect.github.com/grpc/grpc-go/issues/8668">#8668</a>)</li> <li>transport: Avoid copies when reading and writing Data frames. (<a href="https://redirect.github.com/grpc/grpc-go/issues/8657">#8657</a>, <a href="https://redirect.github.com/grpc/grpc-go/issues/8667">#8667</a>)</li> <li>mem: Avoid clearing newly allocated buffers. (<a href="https://redirect.github.com/grpc/grpc-go/issues/8670">#8670</a>)</li> </ul> <h1>New Features</h1> <ul> <li>outlierdetection: Add metrics specified in <a href="https://github.com/grpc/proposal/blob/master/A91-outlier-detection-metrics.md">gRFC A91</a>. (<a href="https://redirect.github.com/grpc/grpc-go/issues/8644">#8644</a>) <ul> <li>Special Thanks: <a href="https://github.com/davinci26"><code>@davinci26</code></a>, <a href="https://github.com/PardhuKonakanchi"><code>@PardhuKonakanchi</code></a></li> </ul> </li> <li>stats/opentelemetry: Add support for optional label <code>grpc.lb.backend_service</code> in per-call metrics (<a href="https://redirect.github.com/grpc/grpc-go/issues/8637">#8637</a>)</li> <li>xds: Add support for JWT Call Credentials as specified in <a href="https://github.com/grpc/proposal/blob/master/A97-xds-jwt-call-creds.md">gRFC A97</a>. Set environment variable <code>GRPC_EXPERIMENTAL_XDS_BOOTSTRAP_CALL_CREDS=true</code> to enable this feature. (<a href="https://redirect.github.com/grpc/grpc-go/issues/8536">#8536</a>) <ul> <li>Special Thanks: <a href="https://github.com/dimpavloff"><code>@dimpavloff</code></a></li> </ul> </li> <li>experimental/stats: Add support for up/down counters. (<a href="https://redirect.github.com/grpc/grpc-go/issues/8581">#8581</a>)</li> </ul> </blockquote> </details> <details> <summary>Commits</summary> <ul> <li><a href="https://github.com/grpc/grpc-go/commit/805b1f88c5fb9419e3837c72e1deb9c2ec677ffe"><code>805b1f8</code></a> Change version to 1.77.0 (<a href="https://redirect.github.com/grpc/grpc-go/issues/8677">#8677</a>)</li> <li><a href="https://github.com/grpc/grpc-go/commit/ea7b66e1caa21b242b035bc4f598edb82093877f"><code>ea7b66e</code></a> Cherrypick <a href="https://redirect.github.com/grpc/grpc-go/issues/8702">#8702</a> to v1.77.x (<a href="https://redirect.github.com/grpc/grpc-go/issues/8709">#8709</a>)</li> <li><a href="https://github.com/grpc/grpc-go/commit/cadae08d5f37d60083091c103a89d5566b7ae34e"><code>cadae08</code></a> Cherry-pick <a href="https://redirect.github.com/grpc/grpc-go/issues/8536">#8536</a> to v1.77.x (<a href="https://redirect.github.com/grpc/grpc-go/issues/8691">#8691</a>)</li> <li><a href="https://github.com/grpc/grpc-go/commit/4288cfc5aba43fa11ad9b769f58b193b78f76a3b"><code>4288cfc</code></a> Cherrypick <a href="https://redirect.github.com/grpc/grpc-go/issues/8657">#8657</a> and <a href="https://redirect.github.com/grpc/grpc-go/issues/8667">#8667</a> to v1.77.x (<a href="https://redirect.github.com/grpc/grpc-go/issues/8690">#8690</a>)</li> <li><a href="https://github.com/grpc/grpc-go/commit/f959da611763ff733f7fb6b4b04c0f796d0fa441"><code>f959da6</code></a> transport: Reduce heap allocations (<a href="https://redirect.github.com/grpc/grpc-go/issues/8668">#8668</a>)</li> <li><a href="https://github.com/grpc/grpc-go/commit/0d49384b60894f29d2da20f7f72987aed4fbb229"><code>0d49384</code></a> deps: update all dependencies (<a href="https://redirect.github.com/grpc/grpc-go/issues/8673">#8673</a>)</li> <li><a href="https://github.com/grpc/grpc-go/commit/e3e142d0e32ff4e500ca140dc5eaed66adac9bfd"><code>e3e142d</code></a> pickfirst: Remove old pickfirst (<a href="https://redirect.github.com/grpc/grpc-go/issues/8672">#8672</a>)</li> <li><a href="https://github.com/grpc/grpc-go/commit/254ab1095e9f4179cebd36517bfb7e61b623e509"><code>254ab10</code></a> documentation: fix typos in benchmark and auth docs (<a href="https://redirect.github.com/grpc/grpc-go/issues/8674">#8674</a>)</li> <li><a href="https://github.com/grpc/grpc-go/commit/2d56bdadb11058f67c48e3c837fcf4a487e15346"><code>2d56bda</code></a> mem: Remove Reader interface and export the concrete struct (<a href="https://redirect.github.com/grpc/grpc-go/issues/8669">#8669</a>)</li> <li><a href="https://github.com/grpc/grpc-go/commit/8ab0c8214a28222821a1a761996b76f9bfa6aca7"><code>8ab0c82</code></a> mem: Avoid clearing new buffers and clear buffers from simpleBufferPools (<a href="https://redirect.github.com/grpc/grpc-go/issues/8670">#8670</a>)</li> <li>Additional commits viewable in <a href="https://github.com/grpc/grpc-go/compare/v1.76.0...v1.77.0">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) </details> Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> |
||
|
|
ba242b5e77 |
chore: bump github.com/prometheus/common from 0.65.0 to 0.67.4 (#20890)
[//]: # (dependabot-start) ⚠️ **Dependabot is rebasing this PR** ⚠️ Rebasing might not happen immediately, so don't worry if this takes some time. Note: if you make any changes to this PR yourself, they will take precedence over the rebase. --- [//]: # (dependabot-end) Bumps [github.com/prometheus/common](https://github.com/prometheus/common) from 0.65.0 to 0.67.4. <details> <summary>Release notes</summary> <p><em>Sourced from <a href="https://github.com/prometheus/common/releases">github.com/prometheus/common's releases</a>.</em></p> <blockquote> <h2>v0.67.4 / 2025-11-18</h2> <h2>What's Changed</h2> <ul> <li>chore: clean up golangci-lint configuration by <a href="https://github.com/mmorel-35"><code>@mmorel-35</code></a> in <a href="https://redirect.github.com/prometheus/common/pull/782">prometheus/common#782</a></li> <li>chore: 'omitempty' to Oauth2 fields with type Secret to avoid requiring them by <a href="https://github.com/JorTurFer"><code>@JorTurFer</code></a> in <a href="https://redirect.github.com/prometheus/common/pull/864">prometheus/common#864</a></li> <li>chore: Add omitempty tag to all config fields by <a href="https://github.com/JorTurFer"><code>@JorTurFer</code></a> in <a href="https://redirect.github.com/prometheus/common/pull/865">prometheus/common#865</a></li> </ul> <p><strong>Full Changelog</strong>: <a href="https://github.com/prometheus/common/compare/v0.67.3...v0.67.4">https://github.com/prometheus/common/compare/v0.67.3...v0.67.4</a></p> <h2>v0.67.3 / 2025-11-18</h2> <h2>What's Changed</h2> <ul> <li>Support JWT Profile for Authorization Grant (RFC 7523 3.1) by <a href="https://github.com/JorTurFer"><code>@JorTurFer</code></a> in <a href="https://redirect.github.com/prometheus/common/pull/862">prometheus/common#862</a></li> <li>Config: remove outdated comment about HTTP/2 issues by <a href="https://github.com/bboreham"><code>@bboreham</code></a> in <a href="https://redirect.github.com/prometheus/common/pull/863">prometheus/common#863</a></li> </ul> <h2>New Contributors</h2> <ul> <li><a href="https://github.com/JorTurFer"><code>@JorTurFer</code></a> made their first contribution in <a href="https://redirect.github.com/prometheus/common/pull/862">prometheus/common#862</a></li> </ul> <p><strong>Full Changelog</strong>: <a href="https://github.com/prometheus/common/compare/v0.67.2...v0.67.3">https://github.com/prometheus/common/compare/v0.67.2...v0.67.3</a></p> <h2>v0.67.2 / 2025-10-28</h2> <h2>What's Changed</h2> <ul> <li>config: Fix panic in <code>tlsRoundTripper</code> when CA file is absent by <a href="https://github.com/ndk"><code>@ndk</code></a> in <a href="https://redirect.github.com/prometheus/common/pull/792">prometheus/common#792</a></li> <li>Cleanup linting issues by <a href="https://github.com/SuperQ"><code>@SuperQ</code></a> in <a href="https://redirect.github.com/prometheus/common/pull/860">prometheus/common#860</a></li> </ul> <h2>New Contributors</h2> <ul> <li><a href="https://github.com/ndk"><code>@ndk</code></a> made their first contribution in <a href="https://redirect.github.com/prometheus/common/pull/792">prometheus/common#792</a></li> </ul> <p><strong>Full Changelog</strong>: <a href="https://github.com/prometheus/common/compare/v0.67.1...v0.67.2">https://github.com/prometheus/common/compare/v0.67.1...v0.67.2</a></p> <h2>v0.67.1</h2> <h2>What's Changed</h2> <ul> <li>Fix Go case-insensitive file name collision by <a href="https://github.com/SuperQ"><code>@SuperQ</code></a> in <a href="https://redirect.github.com/prometheus/common/pull/853">prometheus/common#853</a></li> </ul> <p><strong>Full Changelog</strong>: <a href="https://github.com/prometheus/common/compare/v0.67.0...v0.67.1">https://github.com/prometheus/common/compare/v0.67.0...v0.67.1</a></p> <h2>v0.67.0 / 2025-10-07</h2> <h2>What's Changed</h2> <ul> <li>Create CHANGELOG.md for easier communication of library changes, especially possible breaking changes. by <a href="https://github.com/ywwg"><code>@ywwg</code></a> in <a href="https://redirect.github.com/prometheus/common/pull/833">prometheus/common#833</a></li> <li>model: New test for validation with dots by <a href="https://github.com/m1k1o"><code>@m1k1o</code></a> in <a href="https://redirect.github.com/prometheus/common/pull/759">prometheus/common#759</a></li> <li>expfmt: document NewTextParser as required by <a href="https://github.com/burgerdev"><code>@burgerdev</code></a> in <a href="https://redirect.github.com/prometheus/common/pull/842">prometheus/common#842</a></li> <li>expfmt: Add support for float histograms and gauge histograms by <a href="https://github.com/beorn7"><code>@beorn7</code></a> in <a href="https://redirect.github.com/prometheus/common/pull/843">prometheus/common#843</a></li> <li>Updated minimum Go version to 1.24.0, updated Go dependecies by <a href="https://github.com/SuperQ"><code>@SuperQ</code></a> in <a href="https://redirect.github.com/prometheus/common/pull/849">prometheus/common#849</a></li> </ul> <h2>New Contributors</h2> <ul> <li><a href="https://github.com/m1k1o"><code>@m1k1o</code></a> made their first contribution in <a href="https://redirect.github.com/prometheus/common/pull/759">prometheus/common#759</a></li> <li><a href="https://github.com/burgerdev"><code>@burgerdev</code></a> made their first contribution in <a href="https://redirect.github.com/prometheus/common/pull/842">prometheus/common#842</a></li> </ul> <p><strong>Full Changelog</strong>: <a href="https://github.com/prometheus/common/compare/v0.66.1...v0.67.0">https://github.com/prometheus/common/compare/v0.66.1...v0.67.0</a></p> <h2>v0.66.1</h2> <!-- raw HTML omitted --> </blockquote> <p>... (truncated)</p> </details> <details> <summary>Changelog</summary> <p><em>Sourced from <a href="https://github.com/prometheus/common/blob/main/CHANGELOG.md">github.com/prometheus/common's changelog</a>.</em></p> <blockquote> <h1>Changelog</h1> <h2>main / unreleased</h2> <h3>What's Changed</h3> <h2>v0.67.2 / 2025-10-28</h2> <h2>What's Changed</h2> <ul> <li>config: Fix panic in <code>tlsRoundTripper</code> when CA file is absent by <a href="https://github.com/ndk"><code>@ndk</code></a> in <a href="https://redirect.github.com/prometheus/common/pull/792">prometheus/common#792</a></li> <li>Cleanup linting issues by <a href="https://github.com/SuperQ"><code>@SuperQ</code></a> in <a href="https://redirect.github.com/prometheus/common/pull/860">prometheus/common#860</a></li> </ul> <h2>New Contributors</h2> <ul> <li><a href="https://github.com/ndk"><code>@ndk</code></a> made their first contribution in <a href="https://redirect.github.com/prometheus/common/pull/792">prometheus/common#792</a></li> </ul> <p><strong>Full Changelog</strong>: <a href="https://github.com/prometheus/common/compare/v0.67.1...v0.67.2">https://github.com/prometheus/common/compare/v0.67.1...v0.67.2</a></p> <h2>v0.67.1 / 2025-10-07</h2> <h2>What's Changed</h2> <ul> <li>Remove VERSION file to avoid Go conflict error in <a href="https://redirect.github.com/prometheus/common/pull/853">prometheus/common#853</a></li> </ul> <p><strong>Full Changelog</strong>: <a href="https://github.com/prometheus/common/compare/v0.67.0...v0.67.1">https://github.com/prometheus/common/compare/v0.67.0...v0.67.1</a></p> <h2>v0.67.0 / 2025-10-07</h2> <h2>What's Changed</h2> <ul> <li>Create CHANGELOG.md for easier communication of library changes, especially possible breaking changes. by <a href="https://github.com/ywwg"><code>@ywwg</code></a> in <a href="https://redirect.github.com/prometheus/common/pull/833">prometheus/common#833</a></li> <li>model: New test for validation with dots by <a href="https://github.com/m1k1o"><code>@m1k1o</code></a> in <a href="https://redirect.github.com/prometheus/common/pull/759">prometheus/common#759</a></li> <li>expfmt: document NewTextParser as required by <a href="https://github.com/burgerdev"><code>@burgerdev</code></a> in <a href="https://redirect.github.com/prometheus/common/pull/842">prometheus/common#842</a></li> <li>expfmt: Add support for float histograms and gauge histograms by <a href="https://github.com/beorn7"><code>@beorn7</code></a> in <a href="https://redirect.github.com/prometheus/common/pull/843">prometheus/common#843</a></li> <li>Updated minimum Go version to 1.24.0, updated Go dependecies by <a href="https://github.com/SuperQ"><code>@SuperQ</code></a> in <a href="https://redirect.github.com/prometheus/common/pull/849">prometheus/common#849</a></li> </ul> <h2>New Contributors</h2> <ul> <li><a href="https://github.com/m1k1o"><code>@m1k1o</code></a> made their first contribution in <a href="https://redirect.github.com/prometheus/common/pull/759">prometheus/common#759</a></li> <li><a href="https://github.com/burgerdev"><code>@burgerdev</code></a> made their first contribution in <a href="https://redirect.github.com/prometheus/common/pull/842">prometheus/common#842</a></li> </ul> <p><strong>Full Changelog</strong>: <a href="https://github.com/prometheus/common/compare/v0.66.1...v0.67.0">https://github.com/prometheus/common/compare/v0.66.1...v0.67.0</a></p> <h2>v0.66.1 / 2025-09-05</h2> <p>This release has no functional changes, it just drops the dependencies <code>github.com/grafana/regexp</code> and <code>go.uber.org/atomic</code> and replaces <code>gopkg.in/yaml.v2</code> with <code>go.yaml.in/yaml/v2</code> (a drop-in replacement).</p> <h3>What's Changed</h3> <ul> <li>Revert "Use github.com/grafana/regexp instead of regexp" by <a href="https://github.com/aknuds1"><code>@aknuds1</code></a> in <a href="https://redirect.github.com/prometheus/common/pull/835">prometheus/common#835</a></li> <li>Move to supported version of yaml parser by <a href="https://github.com/dims"><code>@dims</code></a> in <a href="https://redirect.github.com/prometheus/common/pull/834">prometheus/common#834</a></li> <li>Revert "Use go.uber.org/atomic instead of sync/atomic (<a href="https://redirect.github.com/prometheus/common/issues/825">#825</a>)" by <a href="https://github.com/aknuds1"><code>@aknuds1</code></a> in <a href="https://redirect.github.com/prometheus/common/pull/838">prometheus/common#838</a></li> </ul> <p><strong>Full Changelog</strong>: <a href="https://github.com/prometheus/common/compare/v1.20.99...v0.66.1">https://github.com/prometheus/common/compare/v1.20.99...v0.66.1</a></p> <!-- raw HTML omitted --> </blockquote> <p>... (truncated)</p> </details> <details> <summary>Commits</summary> <ul> <li><a href="https://github.com/prometheus/common/commit/d80d8544703e59a080a204b6f7429ac6561fb24f"><code>d80d854</code></a> chore: Add omitempty tag to all config fields (<a href="https://redirect.github.com/prometheus/common/issues/865">#865</a>)</li> <li><a href="https://github.com/prometheus/common/commit/04686b2cfc6804598d99b86070135f9266998c59"><code>04686b2</code></a> chore: 'omitempty' to Oauth2 fields with type Secret to avoid requiring them ...</li> <li><a href="https://github.com/prometheus/common/commit/0b2fbf31f0e2c21d9e1a4e51e698188fae258cb2"><code>0b2fbf3</code></a> chore: clean up golangci-lint configuration (<a href="https://redirect.github.com/prometheus/common/issues/782">#782</a>)</li> <li><a href="https://github.com/prometheus/common/commit/b2cdb0785c1498399587cb0bf42aa960d810633a"><code>b2cdb07</code></a> Merge pull request <a href="https://redirect.github.com/prometheus/common/issues/863">#863</a> from prometheus/remove-http2-comment</li> <li><a href="https://github.com/prometheus/common/commit/cd1ab56cc1e1d41dbc286d2e501e26515400b9be"><code>cd1ab56</code></a> Config: remove outdated comment about HTTP/2 issues</li> <li><a href="https://github.com/prometheus/common/commit/f4c0aea59fa97a7627730e65cb2e625ec9fc45cf"><code>f4c0aea</code></a> Support JWT Profile for Authorization Grant (RFC 7523 3.1) (<a href="https://redirect.github.com/prometheus/common/issues/862">#862</a>)</li> <li><a href="https://github.com/prometheus/common/commit/594f4d4a984eb5f1ca8f0983f8b1790e77a5a725"><code>594f4d4</code></a> Merge pull request <a href="https://redirect.github.com/prometheus/common/issues/861">#861</a> from prometheus/beorn7/version</li> <li><a href="https://github.com/prometheus/common/commit/440c1a30a0315f2ca0dba99fd7fffb288a3e898b"><code>440c1a3</code></a> Cut v0.67.2</li> <li><a href="https://github.com/prometheus/common/commit/acb18736bed74c218ee4023ed1e0e36cf2dd1612"><code>acb1873</code></a> Merge pull request <a href="https://redirect.github.com/prometheus/common/issues/860">#860</a> from prometheus/superq/linting</li> <li><a href="https://github.com/prometheus/common/commit/1e323394d0ceaccda49f263dc81456e33af4263b"><code>1e32339</code></a> Cleanup linting issues</li> <li>Additional commits viewable in <a href="https://github.com/prometheus/common/compare/v0.65.0...v0.67.4">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) </details> Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> |
||
|
|
c6631e1e50 |
feat: expose aibridged metrics (#20865)
Upgrades `coder/aibridge` to v0.2.0 which includes https://github.com/coder/aibridge/pull/62. Creates a `prometheus.Registerer` with a prefix `coder_aibridged_` and passes that along to coder/aibridge which actually exposes the metrics. Also includes a side-effect of a change described in https://github.com/coder/aibridge/pull/62#discussion_r2550017470. --------- Signed-off-by: Danny Kopping <danny@coder.com> |
||
|
|
8c83ab90cf |
chore: update github.com/coder/clistat to v1.1.2 (#20894)
Updates github.com/coder/clistat from v1.1.1 to v1.1.2. This release brings a bug fix for handling more instances where a child cgroup lacks information, requiring walking up the parent tree. |