Skip to content

Commit f1ec468

Browse files
chore(deps): bump github.com/coder/coder/v2 from 2.24.1 to 2.25.1 (#244)
Bumps [github.com/coder/coder/v2](https://github.com/coder/coder) from 2.24.1 to 2.25.1. <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.25.1</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>Bug fixes</h3> <ul> <li>Upgrade to 1.24.6 to fix race in lib/pq queries (<a href="https://redirect.github.com/coder/coder/issues/19214">#19214</a>) (<a href="https://redirect.github.com/coder/coder/issues/19218">#19218</a>, 079328d87) <blockquote> <p>⚠ Resolves CVE-2025-47907, details can be found <a href="https://redirect.github.com/golang/go/issues/74831">here in golang/go</a>. Additionally, see <a href="https://coder.com/blog/query-mutating-data-race-in-go">our blog about this vulnerability</a>.</p> </blockquote> </li> </ul> <p>Compare: <a href="https://github.com/coder/coder/compare/v2.25.0...v2.25.1"><code>v2.25.0...v2.25.1</code></a></p> <h2>Container image</h2> <ul> <li><code>docker pull ghcr.io/coder/coder:v2.25.1</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> <h2>v2.25.0</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>BREAKING CHANGES</h3> <ul> <li>Route connection logs to Connection log instead of Audit log (<a href="https://redirect.github.com/coder/coder/issues/18340">#18340</a>, 08e17a07f) (<a href="https://github.com/ethanndickson"><code>@​ethanndickson</code></a>) <blockquote> <p>Connections to workspaces (via SSH, workspace apps, or browser port-forwarding) will no longer create entries in the audit log. Those events will now be included in the '<a href="">Connection Log</a>'. Please see the 'Connection Log' page in the dashboard, and the Connection Log documentation for details. Those with permission to view the Audit Log will also be able to view the Connection Log. The new Connection Log has the same licensing restrictions as the Audit Log, and requires a Premium Coder deployment.</p> </blockquote> </li> <li>Delete old connection events from audit log (<a href="https://redirect.github.com/coder/coder/issues/18735">#18735</a>, f42de9fe1) (<a href="https://github.com/ethanndickson"><code>@​ethanndickson</code></a>) <blockquote> <p>With new connection events appearing in the Connection Log, connection events older than 90 days will now be deleted from the Audit Log. If you require this legacy data, we recommend querying it from the REST API or making a backup of the database/these events before upgrading your Coder deployment. Please see the PR for details on what exactly will be deleted. Note: There are currently no plans to delete connection events from the Connection Log.</p> </blockquote> </li> <li>Add ability to cancel pending workspace build (<a href="https://redirect.github.com/coder/coder/issues/18713">#18713</a>, 8202514ce) (<a href="https://github.com/kacpersaw"><code>@​kacpersaw</code></a>) <blockquote> <p>CancelWorkspaceBuild method in codersdk now accepts an <strong>optional</strong> <code>request</code> parameter.</p> </blockquote> </li> <li>Use devcontainer ID when rebuilding a devcontainer (<a href="https://redirect.github.com/coder/coder/issues/18604">#18604</a>, f2d229eed) (<a href="https://github.com/DanielleMaywood"><code>@​DanielleMaywood</code></a>) <blockquote> <p>Minor breaking change for workspaces enabled by our devcontainer integration. Allows rebuilding a devcontainer without a valid devcontainer ID.</p> </blockquote> </li> <li>CLI: Add CLI support for creating workspace with presets (<a href="https://redirect.github.com/coder/coder/issues/18912">#18912</a>, b975d6d9b) (<a href="https://github.com/ssncferreira"><code>@​ssncferreira</code></a>) <blockquote> <p>This breaking change impacts the <code>coder create</code> CLI command only for templates which contain presets.</p> <p>It introduces a <code>--preset</code> flag to the create command, which modifies the behavior when no preset is explicitly provided:</p> <ul> <li>If the template includes presets and a default preset, the default will be automatically applied. The user will be notified, but not prompted.</li> <li>If the template includes presets without a default, the user will be prompted to choose a preset.</li> </ul> <p>This breaks existing workflows for templates with presets that:</p> <ul> <li>Expect the create command to proceed without applying a preset</li> <li>Rely on non-interactive scripts or automated workflows, which will now fail or hang due to unexpected prompts</li> </ul> </blockquote> </li> </ul> <!-- raw HTML omitted --> </blockquote> <p>... (truncated)</p> </details> <details> <summary>Commits</summary> <ul> <li><a href="https://github.com/coder/coder/commit/3bf6a008763e2dd1e8829c75d91a0c36c49007c0"><code>3bf6a00</code></a> chore: revert CLI binary publishing for releases.coder.com (<a href="https://redirect.github.com/coder/coder/issues/19236">#19236</a>)</li> <li><a href="https://github.com/coder/coder/commit/9eb5fc695e2ec534c8faddaa292f17c3661af96d"><code>9eb5fc6</code></a> chore: fix CLI binary publishing for releases.coder.com (<a href="https://redirect.github.com/coder/coder/issues/19230">#19230</a>)</li> <li><a href="https://github.com/coder/coder/commit/079328d8742ef6bcdb1fc2bf36babeb2d48251ff"><code>079328d</code></a> fix: upgrade to 1.24.6 to fix race in lib/pq queries (<a href="https://redirect.github.com/coder/coder/issues/19214">#19214</a>) (<a href="https://redirect.github.com/coder/coder/issues/19218">#19218</a>)</li> <li><a href="https://github.com/coder/coder/commit/e68ffe85b7e42e7c4991145c87472a1930c74f54"><code>e68ffe8</code></a> ci: bump xcode version to 16.1.0 (<a href="https://redirect.github.com/coder/coder/issues/19125">#19125</a>) (<a href="https://redirect.github.com/coder/coder/issues/19221">#19221</a>)</li> <li><a href="https://github.com/coder/coder/commit/e6ec95757ab9772b1f5f1ed8a49e6d2640927318"><code>e6ec957</code></a> Cherry-pick for release 2.25 (<a href="https://redirect.github.com/coder/coder/issues/19169">#19169</a>)</li> <li><a href="https://github.com/coder/coder/commit/f1cf81c10b63575fc8c18671e66c47032f171b06"><code>f1cf81c</code></a> chore: add openai icon (cherry-pick <a href="https://redirect.github.com/coder/coder/issues/19118">#19118</a>) (<a href="https://redirect.github.com/coder/coder/issues/19176">#19176</a>)</li> <li><a href="https://github.com/coder/coder/commit/4bced62bf17c9081e8a9289405474861c4535ee3"><code>4bced62</code></a> chore: add site/ CODEOWNERS (<a href="https://redirect.github.com/coder/coder/issues/19086">#19086</a>)</li> <li><a href="https://github.com/coder/coder/commit/3a3972c44d0a079c0ebbcc30ba8a4a72f7e45a2d"><code>3a3972c</code></a> chore: add catalog-info.yaml for backstage integration (<a href="https://redirect.github.com/coder/coder/issues/19085">#19085</a>)</li> <li><a href="https://github.com/coder/coder/commit/558e25d591a657473c3b49763ae8a087f601e8be"><code>558e25d</code></a> feat: support shift+enter in terminal (<a href="https://redirect.github.com/coder/coder/issues/19021">#19021</a>)</li> <li><a href="https://github.com/coder/coder/commit/71738f6db985418a9a0295401d7a1425a76d41d6"><code>71738f6</code></a> feat(site): support icon and description in preset (<a href="https://redirect.github.com/coder/coder/issues/19063">#19063</a>)</li> <li>Additional commits viewable in <a href="https://github.com/coder/coder/compare/v2.24.1...v2.25.1">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.24.1&new-version=2.25.1)](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>
1 parent 5b6a769 commit f1ec468

File tree

2 files changed

+98
-98
lines changed

2 files changed

+98
-98
lines changed

go.mod

Lines changed: 28 additions & 28 deletions
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,10 @@
11
module github.com/coder/terraform-provider-coderd
22

3-
go 1.24.4
3+
go 1.24.6
44

55
require (
6-
cdr.dev/slog v1.6.2-0.20241112041820-0ec81e6e67bb
7-
github.com/coder/coder/v2 v2.24.1
6+
cdr.dev/slog v1.6.2-0.20250703074222-9df5e0a6c145
7+
github.com/coder/coder/v2 v2.25.1
88
github.com/docker/docker v28.3.2+incompatible
99
github.com/docker/go-connections v0.6.0
1010
github.com/google/uuid v1.6.0
@@ -57,7 +57,7 @@ require (
5757
github.com/cloudflare/circl v1.6.1 // indirect
5858
github.com/coder/pretty v0.0.0-20230908205945-e89ba86370e0 // indirect
5959
github.com/coder/serpent v0.10.0 // indirect
60-
github.com/coder/terraform-provider-coder/v2 v2.8.0 // indirect
60+
github.com/coder/terraform-provider-coder/v2 v2.9.0 // indirect
6161
github.com/coder/websocket v1.8.13 // indirect
6262
github.com/containerd/errdefs v1.0.0 // indirect
6363
github.com/containerd/errdefs/pkg v0.3.0 // indirect
@@ -72,7 +72,7 @@ require (
7272
github.com/felixge/httpsnoop v1.0.4 // indirect
7373
github.com/go-chi/chi/v5 v5.2.2 // indirect
7474
github.com/go-jose/go-jose/v4 v4.1.0 // indirect
75-
github.com/go-logr/logr v1.4.2 // indirect
75+
github.com/go-logr/logr v1.4.3 // indirect
7676
github.com/go-logr/stdr v1.2.2 // indirect
7777
github.com/go-ole/go-ole v1.3.0 // indirect
7878
github.com/go-viper/mapstructure/v2 v2.3.0 // indirect
@@ -93,7 +93,7 @@ require (
9393
github.com/hashicorp/go-uuid v1.0.3 // indirect
9494
github.com/hashicorp/go-version v1.7.0 // indirect
9595
github.com/hashicorp/hc-install v0.9.2 // indirect
96-
github.com/hashicorp/hcl/v2 v2.23.0 // indirect
96+
github.com/hashicorp/hcl/v2 v2.24.0 // indirect
9797
github.com/hashicorp/logutils v1.0.0 // indirect
9898
github.com/hashicorp/terraform-exec v0.23.0 // indirect
9999
github.com/hashicorp/terraform-json v0.25.0 // indirect
@@ -115,7 +115,7 @@ require (
115115
github.com/mitchellh/mapstructure v1.5.1-0.20231216201459-8508981c8b6c // indirect
116116
github.com/mitchellh/reflectwalk v1.0.2 // indirect
117117
github.com/moby/docker-image-spec v1.3.1 // indirect
118-
github.com/moby/moby v28.2.2+incompatible // indirect
118+
github.com/moby/moby v28.3.0+incompatible // indirect
119119
github.com/moby/sys/atomicwriter v0.1.0 // indirect
120120
github.com/modern-go/concurrent v0.0.0-20180306012644-bacd9c7ef1dd // indirect
121121
github.com/modern-go/reflect2 v1.0.2 // indirect
@@ -147,53 +147,53 @@ require (
147147
github.com/shopspring/decimal v1.3.1 // indirect
148148
github.com/spaolacci/murmur3 v1.1.0 // indirect
149149
github.com/spf13/afero v1.14.0 // indirect
150-
github.com/spf13/cast v1.8.0 // indirect
150+
github.com/spf13/cast v1.9.2 // indirect
151151
github.com/spf13/pflag v1.0.6 // indirect
152152
github.com/tinylib/msgp v1.2.5 // indirect
153153
github.com/tklauser/go-sysconf v0.3.15 // indirect
154154
github.com/tklauser/numcpus v0.10.0 // indirect
155-
github.com/valyala/fasthttp v1.62.0 // indirect
155+
github.com/valyala/fasthttp v1.64.0 // indirect
156156
github.com/vmihailenco/msgpack v4.0.4+incompatible // indirect
157157
github.com/vmihailenco/msgpack/v5 v5.4.1 // indirect
158158
github.com/vmihailenco/tagparser/v2 v2.0.0 // indirect
159-
github.com/yuin/goldmark v1.7.10 // indirect
159+
github.com/yuin/goldmark v1.7.12 // indirect
160160
github.com/yuin/goldmark-meta v1.1.0 // indirect
161161
github.com/yusufpapurcu/wmi v1.2.4 // indirect
162162
github.com/zclconf/go-cty v1.16.3 // indirect
163163
github.com/zeebo/errs v1.4.0 // indirect
164164
go.abhg.dev/goldmark/frontmatter v0.2.0 // indirect
165-
go.nhat.io/otelsql v0.15.0 // indirect
165+
go.nhat.io/otelsql v0.16.0 // indirect
166166
go.opentelemetry.io/auto/sdk v1.1.0 // indirect
167167
go.opentelemetry.io/collector/component v1.27.0 // indirect
168168
go.opentelemetry.io/collector/pdata v1.27.0 // indirect
169169
go.opentelemetry.io/collector/pdata/pprofile v0.121.0 // indirect
170170
go.opentelemetry.io/collector/semconv v0.123.0 // indirect
171-
go.opentelemetry.io/contrib/instrumentation/net/http/otelhttp v0.60.0 // indirect
172-
go.opentelemetry.io/otel v1.35.0 // indirect
171+
go.opentelemetry.io/contrib/instrumentation/net/http/otelhttp v0.61.0 // indirect
172+
go.opentelemetry.io/otel v1.37.0 // indirect
173173
go.opentelemetry.io/otel/exporters/otlp/otlptrace v1.35.0 // indirect
174174
go.opentelemetry.io/otel/exporters/otlp/otlptrace/otlptracegrpc v1.35.0 // indirect
175-
go.opentelemetry.io/otel/metric v1.35.0 // indirect
176-
go.opentelemetry.io/otel/sdk v1.35.0 // indirect
177-
go.opentelemetry.io/otel/trace v1.35.0 // indirect
175+
go.opentelemetry.io/otel/metric v1.37.0 // indirect
176+
go.opentelemetry.io/otel/sdk v1.37.0 // indirect
177+
go.opentelemetry.io/otel/trace v1.37.0 // indirect
178178
go.opentelemetry.io/proto/otlp v1.5.0 // indirect
179179
go.uber.org/atomic v1.11.0 // indirect
180180
go.uber.org/multierr v1.11.0 // indirect
181181
go.uber.org/zap v1.27.0 // indirect
182-
golang.org/x/crypto v0.39.0 // indirect
182+
golang.org/x/crypto v0.40.0 // indirect
183183
golang.org/x/exp v0.0.0-20250408133849-7e4ce0ab07d0 // indirect
184-
golang.org/x/mod v0.25.0 // indirect
185-
golang.org/x/net v0.40.0 // indirect
186-
golang.org/x/oauth2 v0.29.0 // indirect
187-
golang.org/x/sync v0.15.0 // indirect
188-
golang.org/x/sys v0.33.0 // indirect
189-
golang.org/x/term v0.32.0 // indirect
190-
golang.org/x/text v0.26.0 // indirect
191-
golang.org/x/time v0.11.0 // indirect
192-
golang.org/x/tools v0.33.0 // indirect
184+
golang.org/x/mod v0.26.0 // indirect
185+
golang.org/x/net v0.42.0 // indirect
186+
golang.org/x/oauth2 v0.30.0 // indirect
187+
golang.org/x/sync v0.16.0 // indirect
188+
golang.org/x/sys v0.34.0 // indirect
189+
golang.org/x/term v0.33.0 // indirect
190+
golang.org/x/text v0.27.0 // indirect
191+
golang.org/x/time v0.12.0 // indirect
192+
golang.org/x/tools v0.35.0 // indirect
193193
golang.org/x/xerrors v0.0.0-20240903120638-7835f813f4da // indirect
194194
google.golang.org/appengine v1.6.8 // indirect
195-
google.golang.org/genproto/googleapis/api v0.0.0-20250324211829-b45e905df463 // indirect
196-
google.golang.org/genproto/googleapis/rpc v0.0.0-20250425173222-7b384671a197 // indirect
195+
google.golang.org/genproto/googleapis/api v0.0.0-20250505200425-f936aa4a68b2 // indirect
196+
google.golang.org/genproto/googleapis/rpc v0.0.0-20250603155806-513f23925822 // indirect
197197
google.golang.org/grpc v1.73.0 // indirect
198198
google.golang.org/protobuf v1.36.6 // indirect
199199
gopkg.in/DataDog/dd-trace-go.v1 v1.74.0 // indirect

0 commit comments

Comments
 (0)