Skip to content

Commit bf2f9ad

Browse files
chore(deps): bump github.com/coder/coder/v2 from 2.28.3 to 2.28.4 (#285)
Bumps [github.com/coder/coder/v2](https://github.com/coder/coder) from 2.28.3 to 2.28.4. <details> <summary>Release notes</summary> <p><em>Sourced from <a href="https://github.com/coder/coder/releases">github.com/coder/coder/v2's releases</a>.</em></p> <blockquote> <h2>v2.28.4</h2> <h2>Changelog</h2> <blockquote> <p>[!NOTE] This is a mainline Coder release. We advise enterprise customers without a staging environment to install our <a href="https://github.com/coder/coder/releases/latest">latest stable release</a> while we refine this version. Learn more about our <a href="https://coder.com/docs/install/releases">Release Schedule</a>.</p> </blockquote> <h3>SECURITY FIXES</h3> <ul> <li>Remove a sensitive field from an agent log line (<a href="https://redirect.github.com/coder/coder/issues/20968">#20968</a>) (<a href="https://redirect.github.com/coder/coder/issues/20972">#20972</a>, e2a46393f)</li> </ul> <h3>Bug fixes</h3> <ul> <li>Backport dynamic parameters fix <a href="https://redirect.github.com/coder/coder/issues/20740">#20740</a> (<a href="https://redirect.github.com/coder/coder/issues/20777">#20777</a>, 8765352fb)</li> <li>Backport fix <a href="https://redirect.github.com/coder/coder/issues/20769">#20769</a> to 2.28 (<a href="https://redirect.github.com/coder/coder/issues/20872">#20872</a>, aa5b22cb4)</li> </ul> <p>Compare: <a href="https://github.com/coder/coder/compare/v2.28.3...v2.28.4"><code>v2.28.3...v2.28.4</code></a></p> <h2>Container image</h2> <ul> <li><code>docker pull ghcr.io/coder/coder:v2.28.4</code></li> </ul> <h2>Install/upgrade</h2> <p>Refer to our docs to <a href="https://coder.com/docs/install">install</a> or <a href="https://coder.com/docs/install/upgrade">upgrade</a> Coder, or use a release asset below.</p> </blockquote> </details> <details> <summary>Commits</summary> <ul> <li><a href="https://github.com/coder/coder/commit/e2a46393fce40bc630df3293c1ee66a596277289"><code>e2a4639</code></a> fix: remove a sensitive field from an agent log line (<a href="https://redirect.github.com/coder/coder/issues/20968">#20968</a>) (<a href="https://redirect.github.com/coder/coder/issues/20972">#20972</a>)</li> <li><a href="https://github.com/coder/coder/commit/aa5b22cb46af53f6596249ac615077406b92cece"><code>aa5b22c</code></a> chore: backport fix <a href="https://redirect.github.com/coder/coder/issues/20769">#20769</a> to 2.28 (<a href="https://redirect.github.com/coder/coder/issues/20872">#20872</a>)</li> <li><a href="https://github.com/coder/coder/commit/8765352fb70dc1cd66c06398e1d869470275bc6b"><code>8765352</code></a> chore: backport dynamic parameters fix <a href="https://redirect.github.com/coder/coder/issues/20740">#20740</a> (<a href="https://redirect.github.com/coder/coder/issues/20777">#20777</a>)</li> <li>See full diff in <a href="https://github.com/coder/coder/compare/v2.28.3...v2.28.4">compare view</a></li> </ul> </details> <br /> <details> <summary>Most Recent Ignore Conditions Applied to This Pull Request</summary> | Dependency Name | Ignore Conditions | | --- | --- | | github.com/coder/coder/v2 | [>= 2.15.0.a, < 2.15.1] | | github.com/coder/coder/v2 | [>= 2.18.0.a, < 2.18.1] | </details> [![Dependabot compatibility score](https://dependabot-badges.githubapp.com/badges/compatibility_score?dependency-name=github.com/coder/coder/v2&package-manager=go_modules&previous-version=2.28.3&new-version=2.28.4)](https://docs.github.com/en/github/managing-security-vulnerabilities/about-dependabot-security-updates#about-compatibility-scores) Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting `@dependabot rebase`. [//]: # (dependabot-automerge-start) [//]: # (dependabot-automerge-end) --- <details> <summary>Dependabot commands and options</summary> <br /> You can trigger Dependabot actions by commenting on this PR: - `@dependabot rebase` will rebase this PR - `@dependabot recreate` will recreate this PR, overwriting any edits that have been made to it - `@dependabot merge` will merge this PR after your CI passes on it - `@dependabot squash and merge` will squash and merge this PR after your CI passes on it - `@dependabot cancel merge` will cancel a previously requested merge and block automerging - `@dependabot reopen` will reopen this PR if it is closed - `@dependabot close` will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually - `@dependabot show <dependency name> ignore conditions` will show all of the ignore conditions of the specified dependency - `@dependabot ignore this major version` will close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself) - `@dependabot ignore this minor version` will close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself) - `@dependabot ignore this dependency` will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself) </details> Signed-off-by: dependabot[bot] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent 46ecfb5 commit bf2f9ad

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

go.mod

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ go 1.24.10
44

55
require (
66
cdr.dev/slog v1.6.2-0.20250703074222-9df5e0a6c145
7-
github.com/coder/coder/v2 v2.28.3
7+
github.com/coder/coder/v2 v2.28.4
88
github.com/docker/docker v28.5.2+incompatible
99
github.com/docker/go-connections v0.6.0
1010
github.com/google/uuid v1.6.0

go.sum

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -110,8 +110,8 @@ github.com/cihub/seelog v0.0.0-20170130134532-f561c5e57575 h1:kHaBemcxl8o/pQ5VM1
110110
github.com/cihub/seelog v0.0.0-20170130134532-f561c5e57575/go.mod h1:9d6lWj8KzO/fd/NrVaLscBKmPigpZpn5YawRPw+e3Yo=
111111
github.com/cloudflare/circl v1.6.1 h1:zqIqSPIndyBh1bjLVVDHMPpVKqp8Su/V+6MeDzzQBQ0=
112112
github.com/cloudflare/circl v1.6.1/go.mod h1:uddAzsPgqdMAYatqJ0lsjX1oECcQLIlRpzZh3pJrofs=
113-
github.com/coder/coder/v2 v2.28.3 h1:DG2UYOmA0TcysbbzTMHfVmXE2HpNLdJhj16hLYskxDw=
114-
github.com/coder/coder/v2 v2.28.3/go.mod h1:AgAPQJXbdlqqETmO+OuOicS/Pu0O3IV17H0qX/Y3ta8=
113+
github.com/coder/coder/v2 v2.28.4 h1:muZHQk4wVNFuQhKeiNuiHa21NignAbuuooer6DjwE+4=
114+
github.com/coder/coder/v2 v2.28.4/go.mod h1:AgAPQJXbdlqqETmO+OuOicS/Pu0O3IV17H0qX/Y3ta8=
115115
github.com/coder/pretty v0.0.0-20230908205945-e89ba86370e0 h1:3A0ES21Ke+FxEM8CXx9n47SZOKOpgSE1bbJzlE4qPVs=
116116
github.com/coder/pretty v0.0.0-20230908205945-e89ba86370e0/go.mod h1:5UuS2Ts+nTToAMeOjNlnHFkPahrtDkmpydBen/3wgZc=
117117
github.com/coder/serpent v0.11.0 h1:VKIIbBg0ManopqqDsutBGf7YYTUXsPQgBx//m1SJQ90=

0 commit comments

Comments
 (0)