Skip to content

Commit 3ce18ee

Browse files
chore(deps): bump github.com/coder/coder/v2 from 2.31.9 to 2.32.1 (#335)
Bumps [github.com/coder/coder/v2](https://github.com/coder/coder) from 2.31.9 to 2.32.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.32.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> <h2>BREAKING CHANGES</h2> <ul> <li>fix!: terminal command confirmation dialog (cherry-pick to 2.32) (<a href="https://redirect.github.com/coder/coder/issues/24767">#24767</a>)</li> </ul> <blockquote> <p>When a <code>?command= parameter</code> is present, a confirmation dialog is shown before the command executes. The user must click Run command to proceed or Cancel to close the terminal window. This prevents external links from silently executing arbitrary commands in a workspace.</p> <p>Template-configured apps that use the command attribute in <a href="https://registry.terraform.io/providers/coder/coder/latest/docs/resources/app"><code>coder_app</code></a> are trusted and bypass the confirmation dialog. These apps use the <code>?app=</code> parameter internally, which resolves the command from the agent's app list. See <a href="https://coder.com/docs/user-guides/workspace-access/web-terminal#custom-commands">docs</a>.</p> </blockquote> <h2>Bug Fixes</h2> <ul> <li>fix: bump hashicorp/hc-install to v0.9.4 (<a href="https://redirect.github.com/coder/coder/issues/24547">#24547</a>) (<a href="https://redirect.github.com/coder/coder/issues/24576">#24576</a>)</li> <li>fix(coderd/externalauth): save refreshed token before validation (<a href="https://redirect.github.com/coder/coder/issues/24332">#24332</a>) (<a href="https://redirect.github.com/coder/coder/issues/24579">#24579</a>)</li> <li>fix(site): implement agent logs improvements (<a href="https://redirect.github.com/coder/coder/issues/24455">#24455</a>) (<a href="https://redirect.github.com/coder/coder/issues/24733">#24733</a>)</li> <li>fix: restore kebab menu flex (<a href="https://redirect.github.com/coder/coder/issues/24359">#24359</a>) (<a href="https://redirect.github.com/coder/coder/issues/24734">#24734</a>)</li> <li>fix: widen engines.node to include Node.js 24 LTS (<a href="https://redirect.github.com/coder/coder/issues/24419">#24419</a>) (<a href="https://redirect.github.com/coder/coder/issues/24468">#24468</a>)</li> <li>fix(coderd/x/chatd): hoist system prompt fetch out of chat creation transaction (<a href="https://redirect.github.com/coder/coder/issues/24369">#24369</a>) (<a href="https://redirect.github.com/coder/coder/issues/24415">#24415</a>)</li> <li>fix: prevent 'See all templates' from overlapping template list in New Workspace dropdown (<a href="https://redirect.github.com/coder/coder/issues/24356">#24356</a>) (<a href="https://redirect.github.com/coder/coder/issues/24386">#24386</a>)</li> </ul> <p>Compare: <a href="https://github.com/coder/coder/compare/v2.32.0...v2.32.1"><code>v2.32.0...v2.32.1</code></a></p> <h2>Container image</h2> <ul> <li><code>docker pull ghcr.io/coder/coder:2.32.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.32.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> <p>chore!: remove members' ability to read their own AI Bridge interceptions (<a href="https://redirect.github.com/coder/coder/pull/23320">#23320</a>)</p> <blockquote> <p>Regular users (non-owners, non-auditors) can no longer read AI Bridge interception data, including their own. Only owners and auditors retain read access. This tightens the RBAC surface to prevent insiders from observing what data is tracked.</p> </blockquote> </li> <li> <p>fix(cli)!: <code>coder groups list -o json</code> output structure changed (<a href="https://redirect.github.com/coder/coder/pull/22923">#22923</a>)</p> <blockquote> <p>The JSON output is now a flat structure matching other <code>coder list -o json</code> commands. Previously this command returned empty zero-value structs due to a bug, so no working consumer of the old format could exist.</p> </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/2466f0cb22022a57f5d6f41db2f8c8b2447a4d1d"><code>2466f0c</code></a> fix: bump hashicorp/hc-install to v0.9.4 (<a href="https://redirect.github.com/coder/coder/issues/24547">#24547</a>) (<a href="https://redirect.github.com/coder/coder/issues/24576">#24576</a>)</li> <li><a href="https://github.com/coder/coder/commit/c9b5f12e9c8024f58cb313753be46f83aac97e39"><code>c9b5f12</code></a> fix!: terminal command confirmation dialog (cherry-pick to 2.32) (<a href="https://redirect.github.com/coder/coder/issues/24767">#24767</a>)</li> <li><a href="https://github.com/coder/coder/commit/4d00bc63db3345eff83e47ddd76778161c308351"><code>4d00bc6</code></a> fix(coderd/externalauth): save refreshed token before validation (<a href="https://redirect.github.com/coder/coder/issues/24332">#24332</a>) (<a href="https://redirect.github.com/coder/coder/issues/2">#2</a>...</li> <li><a href="https://github.com/coder/coder/commit/26373e5c6772e67b82c200ba0cf9fba21649fc87"><code>26373e5</code></a> fix(site): implement agent logs improvements (<a href="https://redirect.github.com/coder/coder/issues/24455">#24455</a>) (<a href="https://redirect.github.com/coder/coder/issues/24733">#24733</a>)</li> <li><a href="https://github.com/coder/coder/commit/06f6b7920a535df75b19bc353eb30e66a7cff0da"><code>06f6b79</code></a> fix: restore kebab menu flex (<a href="https://redirect.github.com/coder/coder/issues/24359">#24359</a>) (<a href="https://redirect.github.com/coder/coder/issues/24734">#24734</a>)</li> <li><a href="https://github.com/coder/coder/commit/b40faa72ef1644ac85767ca7cad1e7fdb67dd075"><code>b40faa7</code></a> fix: widen engines.node to include Node.js 24 LTS (<a href="https://redirect.github.com/coder/coder/issues/24419">#24419</a>) (<a href="https://redirect.github.com/coder/coder/issues/24468">#24468</a>)</li> <li><a href="https://github.com/coder/coder/commit/62191910f8abfca71fe17ef2ef1cb9d51da9b9cd"><code>6219191</code></a> fix(coderd/x/chatd): hoist system prompt fetch out of chat creation transacti...</li> <li><a href="https://github.com/coder/coder/commit/8d740ff6b7c3defa3c8ad235ed18624aebce761b"><code>8d740ff</code></a> fix: prevent 'See all templates' from overlapping template list in New Worksp...</li> <li><a href="https://github.com/coder/coder/commit/34584e909bbe6f501fb2cbdc994325b4d3f9e2ef"><code>34584e9</code></a> fix: update to our fork of charm.land/fantasy with appendCompact perf improve...</li> <li><a href="https://github.com/coder/coder/commit/2625056e7108bc66557b67188422b9b924db3b74"><code>2625056</code></a> fix: backport Go 1.25.9 and dependency fixes (<a href="https://redirect.github.com/coder/coder/issues/24330">#24330</a>)</li> <li>Additional commits viewable in <a href="https://github.com/coder/coder/compare/v2.31.9...v2.32.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> --------- Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> Co-authored-by: Ethan Dickson <ethan@coder.com>
1 parent 629acc4 commit 3ce18ee

5 files changed

Lines changed: 102 additions & 104 deletions

File tree

go.mod

Lines changed: 28 additions & 29 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.25.8
3+
go 1.25.9
44

55
require (
66
cdr.dev/slog/v3 v3.0.0
7-
github.com/coder/coder/v2 v2.31.9
7+
github.com/coder/coder/v2 v2.32.1
88
github.com/coder/retry v1.5.1
99
github.com/coder/serpent v0.14.0
1010
github.com/coder/websocket v1.8.14
@@ -43,7 +43,7 @@ require (
4343
github.com/DataDog/sketches-go v1.4.7 // indirect
4444
github.com/Kunde21/markdownfmt/v3 v3.1.0 // indirect
4545
github.com/Masterminds/goutils v1.1.1 // indirect
46-
github.com/Masterminds/semver/v3 v3.3.1 // indirect
46+
github.com/Masterminds/semver/v3 v3.4.0 // indirect
4747
github.com/Masterminds/sprig/v3 v3.2.3 // indirect
4848
github.com/Microsoft/go-winio v0.6.2 // indirect
4949
github.com/ProtonMail/go-crypto v1.4.1 // indirect
@@ -60,11 +60,10 @@ require (
6060
github.com/cenkalti/backoff/v5 v5.0.3 // indirect
6161
github.com/cespare/xxhash/v2 v2.3.0 // indirect
6262
github.com/cihub/seelog v0.0.0-20170130134532-f561c5e57575 // indirect
63-
github.com/clipperhouse/stringish v0.1.1 // indirect
64-
github.com/clipperhouse/uax29/v2 v2.5.0 // indirect
63+
github.com/clipperhouse/uax29/v2 v2.6.0 // indirect
6564
github.com/cloudflare/circl v1.6.3 // indirect
6665
github.com/coder/pretty v0.0.0-20230908205945-e89ba86370e0 // indirect
67-
github.com/coder/terraform-provider-coder/v2 v2.13.1 // indirect
66+
github.com/coder/terraform-provider-coder/v2 v2.15.0 // indirect
6867
github.com/containerd/errdefs v1.0.0 // indirect
6968
github.com/containerd/errdefs/pkg v0.3.0 // indirect
7069
github.com/coreos/go-oidc/v3 v3.17.0 // indirect
@@ -73,21 +72,21 @@ require (
7372
github.com/docker/go-units v0.5.0 // indirect
7473
github.com/dustin/go-humanize v1.0.1 // indirect
7574
github.com/eapache/queue/v2 v2.0.0-20230407133247-75960ed334e4 // indirect
76-
github.com/ebitengine/purego v0.9.1 // indirect
77-
github.com/fatih/color v1.18.0 // indirect
75+
github.com/ebitengine/purego v0.10.0-alpha.5 // indirect
76+
github.com/fatih/color v1.19.0 // indirect
7877
github.com/felixge/httpsnoop v1.0.4 // indirect
79-
github.com/go-chi/chi/v5 v5.2.2 // indirect
78+
github.com/go-chi/chi/v5 v5.2.4 // indirect
8079
github.com/go-jose/go-jose/v4 v4.1.4 // indirect
8180
github.com/go-logr/logr v1.4.3 // indirect
8281
github.com/go-logr/stdr v1.2.2 // indirect
8382
github.com/go-ole/go-ole v1.3.0 // indirect
84-
github.com/go-viper/mapstructure/v2 v2.4.0 // indirect
83+
github.com/go-viper/mapstructure/v2 v2.5.0 // indirect
8584
github.com/gogo/protobuf v1.3.2 // indirect
8685
github.com/golang/protobuf v1.5.4 // indirect
8786
github.com/google/go-cmp v0.7.0 // indirect
8887
github.com/google/pprof v0.0.0-20250607225305-033d6d78b36a // indirect
8988
github.com/gorilla/css v1.0.1 // indirect
90-
github.com/grpc-ecosystem/grpc-gateway/v2 v2.27.2 // indirect
89+
github.com/grpc-ecosystem/grpc-gateway/v2 v2.28.0 // indirect
9190
github.com/hashicorp/cli v1.1.7 // indirect
9291
github.com/hashicorp/errwrap v1.1.0 // indirect
9392
github.com/hashicorp/go-checkpoint v0.5.0 // indirect
@@ -125,7 +124,7 @@ require (
125124
github.com/moby/docker-image-spec v1.3.1 // indirect
126125
github.com/moby/sys/atomicwriter v0.1.0 // indirect
127126
github.com/modern-go/concurrent v0.0.0-20180306012644-bacd9c7ef1dd // indirect
128-
github.com/modern-go/reflect2 v1.0.2 // indirect
127+
github.com/modern-go/reflect2 v1.0.3-0.20250322232337-35a7c28c31ee // indirect
129128
github.com/muesli/termenv v0.16.0 // indirect
130129
github.com/munnerz/goautoneg v0.0.0-20191010083416-a7dc8b61c822 // indirect
131130
github.com/oklog/run v1.2.0 // indirect
@@ -143,28 +142,28 @@ require (
143142
github.com/power-devops/perfstat v0.0.0-20240221224432-82ca36839d55 // indirect
144143
github.com/prometheus/client_golang v1.23.2 // indirect
145144
github.com/prometheus/client_model v0.6.2 // indirect
146-
github.com/prometheus/common v0.67.4 // indirect
147-
github.com/prometheus/procfs v0.16.1 // indirect
145+
github.com/prometheus/common v0.67.5 // indirect
146+
github.com/prometheus/procfs v0.19.2 // indirect
148147
github.com/puzpuzpuz/xsync/v3 v3.5.1 // indirect
149148
github.com/richardartoul/molecule v1.0.1-0.20240531184615-7ca0df43c0b3 // indirect
150149
github.com/rivo/uniseg v0.4.7 // indirect
151150
github.com/robfig/cron/v3 v3.0.1 // indirect
152-
github.com/secure-systems-lab/go-securesystemslib v0.9.0 // indirect
151+
github.com/secure-systems-lab/go-securesystemslib v0.10.0 // indirect
153152
github.com/shirou/gopsutil/v4 v4.26.1 // indirect
154-
github.com/shopspring/decimal v1.3.1 // indirect
153+
github.com/shopspring/decimal v1.4.0 // indirect
155154
github.com/spaolacci/murmur3 v1.1.0 // indirect
156155
github.com/spf13/afero v1.15.0 // indirect
157156
github.com/spf13/cast v1.10.0 // indirect
158157
github.com/spf13/pflag v1.0.10 // indirect
159158
github.com/tinylib/msgp v1.2.5 // indirect
160159
github.com/tklauser/go-sysconf v0.3.16 // indirect
161160
github.com/tklauser/numcpus v0.11.0 // indirect
162-
github.com/valyala/fasthttp v1.69.0 // indirect
161+
github.com/valyala/fasthttp v1.70.0 // indirect
163162
github.com/vmihailenco/msgpack v4.0.4+incompatible // indirect
164163
github.com/vmihailenco/msgpack/v5 v5.4.1 // indirect
165164
github.com/vmihailenco/tagparser/v2 v2.0.0 // indirect
166165
github.com/xhit/go-str2duration/v2 v2.1.0 // indirect
167-
github.com/yuin/goldmark v1.7.16 // indirect
166+
github.com/yuin/goldmark v1.8.2 // indirect
168167
github.com/yuin/goldmark-meta v1.1.0 // indirect
169168
github.com/yusufpapurcu/wmi v1.2.4 // indirect
170169
github.com/zclconf/go-cty v1.18.1 // indirect
@@ -176,37 +175,37 @@ require (
176175
go.opentelemetry.io/collector/pdata v1.27.0 // indirect
177176
go.opentelemetry.io/collector/pdata/pprofile v0.121.0 // indirect
178177
go.opentelemetry.io/collector/semconv v0.123.0 // indirect
179-
go.opentelemetry.io/contrib/instrumentation/net/http/otelhttp v0.64.0 // indirect
178+
go.opentelemetry.io/contrib/instrumentation/net/http/otelhttp v0.67.0 // indirect
180179
go.opentelemetry.io/otel v1.43.0 // indirect
181-
go.opentelemetry.io/otel/exporters/otlp/otlptrace v1.37.0 // indirect
182-
go.opentelemetry.io/otel/exporters/otlp/otlptrace/otlptracegrpc v1.37.0 // indirect
180+
go.opentelemetry.io/otel/exporters/otlp/otlptrace v1.40.0 // indirect
181+
go.opentelemetry.io/otel/exporters/otlp/otlptrace/otlptracegrpc v1.40.0 // indirect
183182
go.opentelemetry.io/otel/metric v1.43.0 // indirect
184183
go.opentelemetry.io/otel/sdk v1.43.0 // indirect
185184
go.opentelemetry.io/otel/trace v1.43.0 // indirect
186185
go.opentelemetry.io/proto/otlp v1.9.0 // indirect
187186
go.uber.org/atomic v1.11.0 // indirect
188187
go.uber.org/multierr v1.11.0 // indirect
189-
go.uber.org/zap v1.27.0 // indirect
188+
go.uber.org/zap v1.27.1 // indirect
190189
go.yaml.in/yaml/v2 v2.4.3 // indirect
191190
golang.org/x/crypto v0.50.0 // indirect
192-
golang.org/x/exp v0.0.0-20251023183803-a4bb9ffd2546 // indirect
191+
golang.org/x/exp v0.0.0-20260218203240-3dfff04db8fa // indirect
193192
golang.org/x/mod v0.35.0 // indirect
194193
golang.org/x/net v0.52.0 // indirect
195-
golang.org/x/oauth2 v0.35.0 // indirect
194+
golang.org/x/oauth2 v0.36.0 // indirect
196195
golang.org/x/sync v0.20.0 // indirect
197196
golang.org/x/sys v0.43.0 // indirect
198197
golang.org/x/term v0.42.0 // indirect
199198
golang.org/x/text v0.36.0 // indirect
200-
golang.org/x/time v0.14.0 // indirect
199+
golang.org/x/time v0.15.0 // indirect
201200
golang.org/x/tools v0.43.0 // indirect
202201
golang.org/x/xerrors v0.0.0-20240903120638-7835f813f4da // indirect
203202
google.golang.org/appengine v1.6.8 // indirect
204-
google.golang.org/genproto/googleapis/api v0.0.0-20260128011058-8636f8732409 // indirect
205-
google.golang.org/genproto/googleapis/rpc v0.0.0-20260203192932-546029d2fa20 // indirect
206-
google.golang.org/grpc v1.79.3 // indirect
203+
google.golang.org/genproto/googleapis/api v0.0.0-20260316180232-0b37fe3546d5 // indirect
204+
google.golang.org/genproto/googleapis/rpc v0.0.0-20260319201613-d00831a3d3e7 // indirect
205+
google.golang.org/grpc v1.80.0 // indirect
207206
google.golang.org/protobuf v1.36.11 // indirect
208207
gopkg.in/DataDog/dd-trace-go.v1 v1.74.0 // indirect
209-
gopkg.in/ini.v1 v1.67.0 // indirect
208+
gopkg.in/ini.v1 v1.67.1 // indirect
210209
gopkg.in/yaml.v2 v2.4.0 // indirect
211210
gopkg.in/yaml.v3 v3.0.1 // indirect
212211
storj.io/drpc v0.0.34 // indirect

0 commit comments

Comments
 (0)