Skip to content

Commit 5af8537

Browse files
chore(deps): bump github.com/coder/coder/v2 from 2.18.4 to 2.18.5 (#174)
Bumps [github.com/coder/coder/v2](https://github.com/coder/coder) from 2.18.4 to 2.18.5. <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.18.5</h2> <blockquote> <h2>Stable (since January 29, 2025)</h2> </blockquote> <h2>Changelog</h2> <ul> <li>Migrate to <a href="https://github.com/coder/websocket">coder/websocket</a> 1.8.12 (<a href="https://redirect.github.com/coder/coder/issues/15898">#15898</a>, 2c7f8ac65) (<a href="https://github.com/spikecurtis"><code>@​spikecurtis</code></a>)</li> <li>Update <a href="https://github.com/coder/tailscale">coder/tailscale</a> to latest main (<a href="https://redirect.github.com/coder/coder/issues/15927">#15927</a>, 2bba3d7b7) (<a href="https://github.com/Emyrk"><code>@​Emyrk</code></a>) <blockquote> <p>Resolves <a href="https://redirect.github.com/coder/coder/issues/15616">SSH panic</a>.</p> </blockquote> </li> <li>Provisioner: Add support for built-in Terraform functions (<a href="https://redirect.github.com/coder/coder/issues/16183">#16183</a>, 4ba0b39f0) (<a href="https://github.com/johnstcn"><code>@​johnstcn</code></a>)</li> <li>Provisioner: Allow empty values in <code>coder_workspace_tag</code> defaults (<a href="https://redirect.github.com/coder/coder/issues/16303">#16303</a>, 76adde91d)</li> </ul> <p>Compare: <a href="https://github.com/coder/coder/compare/v2.18.4...v2.18.5"><code>v2.18.4...v2.18.5</code></a></p> <h2>Container image</h2> <ul> <li><code>docker pull ghcr.io/coder/coder:v2.18.5</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/41bfcccd4afc923523d7e602e7ed262c9eb826c7"><code>41bfccc</code></a> chore: cherry-pick <a href="https://redirect.github.com/coder/coder/issues/16183">#16183</a> and <a href="https://redirect.github.com/coder/coder/issues/16303">#16303</a> for 2.18 (<a href="https://redirect.github.com/coder/coder/issues/16313">#16313</a>)</li> <li><a href="https://github.com/coder/coder/commit/8fffdce0a3b59abcc4d2d6a2ef8bf6c0fc2ad962"><code>8fffdce</code></a> chore: add cherry-picks <a href="https://redirect.github.com/coder/coder/issues/15898">#15898</a> and <a href="https://redirect.github.com/coder/coder/issues/15927">#15927</a> to backport the fix to <a href="https://redirect.github.com/coder/coder/issues/15616">#15616</a> (<a href="https://redirect.github.com/coder/coder/issues/16265">#16265</a>)</li> <li>See full diff in <a href="https://github.com/coder/coder/compare/v2.18.4...v2.18.5">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.18.4&new-version=2.18.5)](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 d51b7ca commit 5af8537

File tree

2 files changed

+18
-85
lines changed

2 files changed

+18
-85
lines changed

go.mod

+6-6
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ go 1.22.8
44

55
require (
66
cdr.dev/slog v1.6.2-0.20241112041820-0ec81e6e67bb
7-
github.com/coder/coder/v2 v2.18.4
7+
github.com/coder/coder/v2 v2.18.5
88
github.com/docker/docker v27.5.1+incompatible
99
github.com/docker/go-connections v0.5.0
1010
github.com/google/uuid v1.6.0
@@ -21,10 +21,11 @@ require (
2121
require (
2222
github.com/BurntSushi/toml v1.2.1 // indirect
2323
github.com/DataDog/appsec-internal-go v1.8.0 // indirect
24-
github.com/DataDog/datadog-agent/pkg/obfuscate v0.48.0 // indirect
25-
github.com/DataDog/datadog-agent/pkg/remoteconfig/state v0.57.0 // indirect
26-
github.com/DataDog/datadog-go/v5 v5.3.0 // indirect
24+
github.com/DataDog/datadog-agent/pkg/obfuscate v0.58.0 // indirect
25+
github.com/DataDog/datadog-agent/pkg/remoteconfig/state v0.58.0 // indirect
26+
github.com/DataDog/datadog-go/v5 v5.5.0 // indirect
2727
github.com/DataDog/go-libddwaf/v3 v3.4.0 // indirect
28+
github.com/DataDog/go-sqllexer v0.0.14 // indirect
2829
github.com/DataDog/go-tuf v1.1.0-0.5.2 // indirect
2930
github.com/DataDog/gostackparse v0.7.0 // indirect
3031
github.com/DataDog/sketches-go v1.4.5 // indirect
@@ -47,6 +48,7 @@ require (
4748
github.com/coder/pretty v0.0.0-20230908205945-e89ba86370e0 // indirect
4849
github.com/coder/serpent v0.10.0 // indirect
4950
github.com/coder/terraform-provider-coder v1.0.2 // indirect
51+
github.com/coder/websocket v1.8.12 // indirect
5052
github.com/coreos/go-oidc/v3 v3.11.0 // indirect
5153
github.com/davecgh/go-spew v1.1.2-0.20180830191138-d8f796af33cc // indirect
5254
github.com/distribution/reference v0.6.0 // indirect
@@ -90,7 +92,6 @@ require (
9092
github.com/hashicorp/yamux v0.1.1 // indirect
9193
github.com/huandu/xstrings v1.3.3 // indirect
9294
github.com/imdario/mergo v0.3.15 // indirect
93-
github.com/klauspost/compress v1.17.9 // indirect
9495
github.com/lucasb-eyer/go-colorful v1.2.0 // indirect
9596
github.com/mattn/go-colorable v0.1.13 // indirect
9697
github.com/mattn/go-isatty v0.0.20 // indirect
@@ -169,6 +170,5 @@ require (
169170
gopkg.in/DataDog/dd-trace-go.v1 v1.69.0 // indirect
170171
gopkg.in/yaml.v2 v2.4.0 // indirect
171172
gopkg.in/yaml.v3 v3.0.1 // indirect
172-
nhooyr.io/websocket v1.8.7 // indirect
173173
storj.io/drpc v0.0.33 // indirect
174174
)

0 commit comments

Comments
 (0)