10000 chore(deps): bump github.com/coder/coder/v2 from 2.23.1 to 2.24.1 (#236) · coder/terraform-provider-coderd@6243aac · GitHub
[go: up one dir, main page]

Skip to content

Commit 6243aac

Browse files
chore(deps): bump github.com/coder/coder/v2 from 2.23.1 to 2.24.1 (#236)
Bumps [github.com/coder/coder/v2](https://github.com/coder/coder) from 2.23.1 to 2.24.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.24.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>Fix tasks becoming unusable when no workspace preset is defined in corresponding template (<a href="https://redirect.github.com/coder/coder/issues/18723">#18723</a>, 5059c23b4) (<a href="https://github.com/hugodutka"><code>@​hugodutka</code></a>)</li> <li>Fix task sidebar not displaying apps without health check (<a href="https://redirect.github.com/coder/coder/issues/18687">#18687</a>, f97bd76bb) (<a href="https://github.com/hugodutka"><code>@​hugodutka</code></a>)</li> </ul> <p>Compare: <a href="https://github.com/coder/coder/compare/v2.24.0...v2.24.1"><code>v2.24.0...v2.24.1</code></a></p> <h2>Container image</h2> <ul> <li><code>docker pull ghcr.io/coder/coder:v2.24.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.24.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>Change <code>update</code> build to stop workspaces before starting (<a href="https://redirect.github.com/coder/coder/issues/18425">#18425</a>, 49fcffc26) (<a href="https://github.com/johnstcn"><code>@​johnstcn</code></a>) <blockquote> <p>⚠ Modifies the behavior when updating a workspace. Previously, a workspace <code>update</code> would triggger a <code>start</code> build, re-creating the agent and updating any existing compute resources in-place. This change has workspace updates explicitly trigger a <code>stop</code> build with a subsequent <code>start</code> build. This was implemented to fix pre-builds and improve consistency. <a href="https://redirect.github.com/coder/coder/issues/17840">Read more here</a>.</p> <ul> <li>CLI: Modifies <code>coder update</code> to stop the workspace if already running.</li> <li>Dashboard: Modifies &quot;update&quot; button to always stop the workspace if already running.</li> </ul> </blockquote> </li> <li>CLI: enforce selection for multiple agents rather than use randomness (<a href="https://redirect.github.com/coder/coder/issues/18427">#18427</a>, bacdc2888) (<a href="https://github.com/mafredri"><code>@​mafredri</code></a>) <blockquote> <p>This only impacts the flow for our new devcontainer integration, and existing users will not see changes to behavior.</p> </blockquote> </li> </ul> <h2>SECURITY CHANGES</h2> <ul> <li>Both Coder v2.23 and Coder v2.24 now handle OIDC refresh tokens (<a href="https://redirect.github.com/coder/coder/issues/17878">#17878</a>). If users are being logged out of OIDC after short intervals (e.g. 1 hour), ensure you <a href="https://coder.com/docs/admin/users/oidc-auth/refresh-tokens">have properly configured OIDC refresh tokens</a></li> </ul> <h3>Features</h3> <p>We'll be exploring the details of major features included in this release in our first <a href="https://launch.coder.com/">product launch event</a> next week. Subscribe using <a href="https://launch.coder.com/">this link</a> to learn more.</p> <blockquote> <p>Coder tasks allow users to execute long-running jobs using templates in the Coder dashboard. This is often used to manage agentic tasks with tools like Claude Code. See more in our <a href="https://coder.com/docs/ai-coder/create-template#3-confirm-tasks-are-streaming-in-the-coder-ui">agentic AI documentation</a>.</p> <hr /> <p><img src="https://i.imgur.com/YuqgtNf.png" alt="Tasks page" /></p> </blockquote> <!-- raw HTML omitted --> </blockquote> <p>... (truncated)</p> </details> <details> <summary>Commits</summary> <ul> <li><a href="https://github.com/coder/coder/commit/f97bd76bb53b07093d7ecb62d731e7bf0adb4120"><code>f97bd76</code></a> fix: handle task sidebar app health check disabled correctly (cherry-pick <a href="https://redirect.github.com/coder/coder/issues/18">#18</a>...</li> <li><a href="https://github.com/coder/coder/commit/5059c23b434348806605f11b92c4d3bc13a21c72"><code>5059c23</code></a> fix: handle null response from the template presets endpoint (cherry-pick <a href="https://redirect.github.com/coder/coder/issues/18">#18</a>...</li> <li><a href="https://github.com/coder/coder/commit/e5a74a775db34d6be3276d7d4f0ab5e7e1c07ec9"><code>e5a74a7</code></a> chore: pull in cherry picks for v2.24 (<a href="https://redirect.github.com/coder/coder/issues/18674">#18674</a>)</li> <li><a href="https://github.com/coder/coder/commit/de494d0a49dd7c6100032ab0b14d0ad9d9c88a02"><code>de494d0</code></a> feat: add Coder registry links to template creation and editing (cherry-pick ...</li> <li><a href="https://github.com/coder/coder/commit/774792476c0c7eb7eb35dcad81e339325a02c80b"><code>7747924</code></a> fix: stop tearing down non-TTY processes on SSH session end (cherry-pick <a href="https://redirect.github.com/coder/coder/issues/186">#186</a>...</li> <li><a href="https://github.com/coder/coder/commit/4a61bbeae40ae47e15d158de4dbf19e862fd5e98"><code>4a61bbe</code></a> chore: bump github.com/go-viper/mapstructure/v2 from 2.2.1 to 2.3.0 (cherry-p...</li> <li><a href="https://github.com/coder/coder/commit/79c666bf08f820c3d78967bf6de91eff22405d5b"><code>79c666b</code></a> fix(vpn): avoid setting session token header twice (<a href="https://redirect.github.com/coder/coder/issues/18524">#18524</a>)</li> <li><a href="https://github.com/coder/coder/commit/288ec7709ddc5c500967cd645086397bcbf84267"><code>288ec77</code></a> feat: add workspace build status to task page (<a href="https://redirect.github.com/coder/coder/issues/18520">#18520</a>)</li> <li><a href="https://github.com/coder/coder/commit/a8e2c75239b8d98ad87b06225c4dfe4bc403ccae"><code>a8e2c75</code></a> chore: update Coder icons to reflect new branding (<a href="https://redirect.github.com/coder/coder/issues/18517">#18517</a>)</li> <li><a href="https://github.com/coder/coder/commit/fe22b2cc92447252edb18be49f0dca49c5ab2d5e"><code>fe22b2c</code></a> chore: update coder/preview dependency to v1.0.1 (<a href="https://redirect.github.com/coder/coder/issues/18550">#18550</a>)</li> <li>Additional commits viewable in <a href="https://github.com/coder/coder/compare/v2.23.1...v2.24.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.23.1&new-version=2.24.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 7fa7b7a commit 6243aac

File tree

2 files changed

+101
-187
lines changed

2 files changed

+101
-187
lines changed

go.mod

Lines changed: 32 additions & 49 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.2
3+
go 1.24.4
44

55
require (
66
cdr.dev/slog v1.6.2-0.20241112041820-0ec81e6e67bb
7-
github.com/coder/coder/v2 v2.23.1
7+
github.com/coder/coder/v2 v2.24.1
88
github.com/docker/docker v28.3.0+incompatible
99
github.com/docker/go-connections v0.5.0
1010
github.com/google/uuid v1.6.0
@@ -19,35 +19,32 @@ require (
1919
)
2020

2121
require (
22-
cloud.google.com/go v0.120.0 // indirect
23-
cloud.google.com/go/auth v0.16.1 // indirect
24-
cloud.google.com/go/compute/metadata v0.7.0 // indirect
2522
github.com/BurntSushi/toml v1.4.1-0.20240526193622-a339e1f7089c // indirect
26-
github.com/DataDog/appsec-internal-go v1.9.0 // indirect
27-
github.com/DataDog/datadog-agent/comp/core/tagger/origindetection v0.64.0-rc.1 // indirect
28-
github.com/DataDog/datadog-agent/pkg/obfuscate v0.64.0-rc.1 // indirect
29-
github.com/DataDog/datadog-agent/pkg/proto v0.64.0-rc.1 // indirect
30-
github.com/DataDog/datadog-agent/pkg/remoteconfig/state v0.64.0-rc.1 // indirect
31-
github.com/DataDog/datadog-agent/pkg/trace v0.64.0-rc.1 // indirect
32-
github.com/DataDog/datadog-agent/pkg/util/log v0.64.0-rc.1 // indirect
33-
github.com/DataDog/datadog-agent/pkg/util/scrubber v0.64.0-rc.1 // indirect
34-
github.com/DataDog/datadog-agent/pkg/version v0.64.0-rc.1 // indirect
23+
github.com/DataDog/appsec-internal-go v1.11.2 // indirect
24+
github.com/DataDog/datadog-agent/comp/core/tagger/origindetection v0.64.2 // indirect
25+
github.com/DataDog/datadog-agent/pkg/obfuscate v0.64.2 // indirect
26+
github.com/DataDog/datadog-agent/pkg/proto v0.64.2 // indirect
27+
github.com/DataDog/datadog-agent/pkg/remoteconfig/state v0.64.2 // indirect
28+
github.com/DataDog/datadog-agent/pkg/trace v0.64.2 // indirect
29+
github.com/DataDog/datadog-agent/pkg/util/log v0.64.2 // indirect
30+
github.com/DataDog/datadog-agent/pkg/util/scrubber v0.64.2 // indirect
31+
github.com/DataDog/datadog-agent/pkg/version v0.64.2 // indirect
3532
github.com/DataDog/datadog-go/v5 v5.6.0 // indirect
36-
github.com/DataDog/go-libddwaf/v3 v3.5.3 // indirect
37-
github.com/DataDog/go-runtime-metrics-internal v0.0.4-0.20241206090539-a14610dc22b6 // indirect
38-
github.com/DataDog/go-sqllexer v0.1.0 // indirect
33+
github.com/DataDog/dd-trace-go/v2 v2.0.0 // indirect
34+
github.com/DataDog/go-libddwaf/v3 v3.5.4 // indirect
35+
github.com/DataDog/go-runtime-metrics-internal v0.0.4-0.20250319104955-81009b9bad14 // indirect
36+
github.com/DataDog/go-sqllexer v0.1.3 // indirect
3937
github.com/DataDog/go-tuf v1.1.0-0.5.2 // indirect
4038
github.com/DataDog/gostackparse v0.7.0 // indirect
4139
github.com/DataDog/opentelemetry-mapping-go/pkg/otlp/attributes v0.26.0 // indirect
4240
github.com/DataDog/sketches-go v1.4.7 // indirect
4341
github.com/Kunde21/markdownfmt/v3 v3.1.0 // indirect
4442
github.com/Masterminds/goutils v1.1.1 // indirect
45-
github.com/Masterminds/semver/v3 v3.2.1 // indirect
43+
github.com/Masterminds/semver/v3 v3.3.1 // indirect
4644
github.com/Masterminds/sprig/v3 v3.2.3 // indirect
4745
github.com/Microsoft/go-winio v0.6.2 // indirect
4846
github.com/ProtonMail/go-crypto v1.1.6 // indirect
4947
github.com/agext/levenshtein v1.2.3 // indirect
50-
github.com/anthropics/anthropic-sdk-go v0.2.0-beta.3 // indirect
5148
github.com/apparentlymart/go-textseg/v15 v15.0.0 // indirect
5249
github.com/armon/go-radix v1.0.1-0.20221118154546-54df44f2176c // indirect
5350
github.com/aymanbagabas/go-osc52/v2 v2.0.1 // indirect
@@ -60,7 +57,7 @@ require (
6057
github.com/cloudflare/circl v1.6.1 // indirect
6158
github.com/coder/pretty v0.0.0-20230908205945-e89ba86370e0 // indirect
6259
github.com/coder/serpent v0.10.0 // indirect
63-
github.com/coder/terraform-provider-coder/v2 v2.5.2 // indirect
60+
github.com/coder/terraform-provider-coder/v2 v2.8.0 // indirect
6461
github.com/coder/websocket v1.8.13 // indirect
6562
github.com/containerd/errdefs v1.0.0 // indirect
6663
github.com/containerd/errdefs/pkg v0.3.0 // indirect
@@ -70,22 +67,19 @@ require (
7067
github.com/docker/go-units v0.5.0 // indirect
7168
github.com/dustin/go-humanize v1.0.1 // indirect
7269
github.com/eapache/queue/v2 v2.0.0-20230407133247-75960ed334e4 // indirect
73-
github.com/ebitengine/purego v0.8.2 // indirect
70+
github.com/ebitengine/purego v0.8.3 // indirect
7471
github.com/fatih/color v1.18.0 // indirect
7572
github.com/felixge/httpsnoop v1.0.4 // indirect
7673
github.com/go-chi/chi/v5 v5.2.2 // indirect
7774
github.com/go-jose/go-jose/v4 v4.1.0 // indirect
7875
github.com/go-logr/logr v1.4.2 // indirect
7976
github.com/go-logr/stdr v1.2.2 // indirect
8077
github.com/go-ole/go-ole v1.3.0 // indirect
78+
github.com/go-viper/mapstructure/v2 v2.3.0 // indirect
8179
github.com/gogo/protobuf v1.3.2 // indirect
8280
github.com/golang/protobuf v1.5.4 // indirect
8381
github.com/google/go-cmp v0.7.0 // indirect
84-
github.com/google/pprof v0.0.0-20241029153458-d1b30febd7db // indirect
85-
github.com/google/s2a-go v0.1.9 // indirect
86-
github.com/googleapis/enterprise-certificate-proxy v0.3.6 // indirect
87-
github.com/googleapis/gax-go/v2 v2.14.1 // indirect
88-
github.com/gorilla/websocket v1.5.4-0.20250319132907-e064f32e3674 // indirect
82+
github.com/google/pprof v0.0.0-20250403155104-27863c87afa6 // indirect
8983
github.com/grpc-ecosystem/grpc-gateway/v2 v2.26.1 // indirect
9084
github.com/hashicorp/cli v1.1.7 // indirect
9185
github.com/hashicorp/errwrap v1.1.0 // indirect
@@ -96,9 +90,6 @@ require (
9690
github.com/hashicorp/go-multierror v1.1.1 // indirect
9791
github.com/hashicorp/go-plugin v1.6.3 // indirect
9892
github.com/hashicorp/go-retryablehttp v0.7.7 // indirect
99-
github.com/hashicorp/go-secure-stdlib/parseutil v0.1.7 // indirect
100-
github.com/hashicorp/go-secure-stdlib/strutil v0.1.2 // indirect
101-
github.com/hashicorp/go-sockaddr v1.0.2 // indirect
10293
github.com/hashicorp/go-uuid v1.0.3 // indirect
10394
github.com/hashicorp/go-version v1.7.0 // indirect
10495
github.com/hashicorp/hc-install v0.9.2 // indirect
@@ -113,9 +104,8 @@ require (
113104
github.com/huandu/xstrings v1.5.0 // indirect
114105
github.com/imdario/mergo v0.3.16 // indirect
115106
github.com/json-iterator/go v1.1.12 // indirect
116-
github.com/kylecarbs/aisdk-go v0.0.8 // indirect
117107
github.com/lucasb-eyer/go-colorful v1.2.0 // indirect
118-
github.com/lufia/plan9stats v0.0.0-20240226150601-1dcf7310316a // indirect
108+
github.com/lufia/plan9stats v0.0.0-20250317134145-8bc96cf8fc35 // indirect
119109
github.com/mattn/go-colorable v0.1.14 // indirect
120110
github.com/mattn/go-isatty v0.0.20 // indirect
121111
github.com/mattn/go-runewidth v0.0.16 // indirect
@@ -125,14 +115,13 @@ require (
125115
github.com/mitchellh/mapstructure v1.5.1-0.20231216201459-8508981c8b6c // indirect
126116
github.com/mitchellh/reflectwalk v1.0.2 // indirect
127117
github.com/moby/docker-image-spec v1.3.1 // indirect
128-
github.com/moby/moby v28.1.1+incompatible // indirect
118+
github.com/moby/moby v28.2.2+incompatible // indirect
129119
github.com/moby/sys/atomicwriter v0.1.0 // indirect
130120
github.com/modern-go/concurrent v0.0.0-20180306012644-bacd9c7ef1dd // indirect
131121
github.com/modern-go/reflect2 v1.0.2 // indirect
132122
github.com/muesli/termenv v0.16.0 // indirect
133123
github.com/munnerz/goautoneg v0.0.0-20191010083416-a7dc8b61c822 // indirect
134124
github.com/oklog/run v1.1.0 // indirect
135-
github.com/openai/openai-go v0.1.0-beta.10 // indirect
136125
github.com/opencontainers/go-digest v1.0.0 // indirect
137126
github.com/opencontainers/image-spec v1.1.1 // indirect
138127
github.com/otiai10/mint v1.6.3 // indirect
@@ -153,21 +142,16 @@ require (
153142
github.com/richardartoul/molecule v1.0.1-0.20240531184615-7ca0df43c0b3 // indirect
154143
github.com/rivo/uniseg v0.4.7 // indirect
155144
github.com/robfig/cron/v3 v3.0.1 // indirect
156-
github.com/ryanuber/go-glob v1.0.0 // indirect
157145
github.com/secure-systems-lab/go-securesystemslib v0.9.0 // indirect
158-
github.com/shirou/gopsutil/v4 v4.25.2 // indirect
146+
github.com/shirou/gopsutil/v4 v4.25.4 // indirect
159147
github.com/shopspring/decimal v1.3.1 // indirect
160148
github.com/spaolacci/murmur3 v1.1.0 // indirect
161149
github.com/spf13/afero v1.14.0 // indirect
162150
github.com/spf13/cast v1.8.0 // indirect
163151
github.com/spf13/pflag v1.0.6 // indirect
164-
github.com/tidwall/gjson v1.18.0 // indirect
165-
github.com/tidwall/match v1.1.1 // indirect
166-
github.com/tidwall/pretty v1.2.1 // indirect
167-
github.com/tidwall/sjson v1.2.5 // indirect
168152
github.com/tinylib/msgp v1.2.5 // indirect
169-
github.com/tklauser/go-sysconf v0.3.14 // indirect
170-
github.com/tklauser/numcpus v0.8.0 // indirect
153+
github.com/tklauser/go-sysconf v0.3.15 // indirect
154+
github.com/tklauser/numcpus v0.10.0 // indirect
171155
github.com/valyala/fasthttp v1.62.0 // indirect
172156
github.com/vmihailenco/msgpack v4.0.4+incompatible // indirect
173157
github.com/vmihailenco/msgpack/v5 v5.4.1 // indirect
@@ -180,10 +164,10 @@ require (
180164
go.abhg.dev/goldmark/frontmatter v0.2.0 // indirect
181165
go.nhat.io/otelsql v0.15.0 // indirect
182166
go.opentelemetry.io/auto/sdk v1.1.0 // indirect
183-
go.opentelemetry.io/collector/component v0.120.0 // indirect
184-
go.opentelemetry.io/collector/pdata v1.26.0 // indirect
185-
go.opentelemetry.io/collector/pdata/pprofile v0.120.0 // indirect
186-
go.opentelemetry.io/collector/semconv v0.120.0 // indirect
167+
go.opentelemetry.io/collector/component v1.27.0 // indirect
168+
go.opentelemetry.io/collector/pdata v1.27.0 // indirect
169+
go.opentelemetry.io/collector/pdata/pprofile v0.121.0 // indirect
170+
go.opentelemetry.io/collector/semconv v0.123.0 // indirect
187171
go.opentelemetry.io/contrib/instrumentation/net/http/otelhttp v0.60.0 // indirect
188172
go.opentelemetry.io/otel v1.35.0 // indirect
189173
go.opentelemetry.io/otel/exporters/otlp/otlptrace v1.35.0 // indirect
@@ -208,12 +192,11 @@ require (
208192
golang.org/x/tools v0.33.0 // indirect
209193
golang.org/x/xerrors v0.0.0-20240903120638-7835f813f4da // indirect
210194
google.golang.org/appengine v1.6.8 // indirect
211-
google.golang.org/genai v0.7.0 // indirect
212-
google.golang.org/genproto/googleapis/api v0.0.0-20250303144028-a0af3efb3deb // indirect
195+
google.golang.org/genproto/googleapis/api v0.0.0-20250324211829-b45e905df463 // indirect
213196
google.golang.org/genproto/googleapis/rpc v0.0.0-20250425173222-7b384671a197 // indirect
214-
google.golang.org/grpc v1.72.1 // indirect
197+
google.golang.org/grpc v1.73.0 // indirect
215198
google.golang.org/protobuf v1.36.6 // indirect
216-
gopkg.in/DataDog/dd-trace-go.v1 v1.73.0 // indirect
199+
gopkg.in/DataDog/dd-trace-go.v1 v1.74.0 // indirect
217200
gopkg.in/ini.v1 v1.67.0 // indirect
218201
gopkg.in/yaml.v2 v2.4.0 // indirect
219202
gopkg.in/yaml.v3 v3.0.1 // indirect

0 commit comments

Comments
 (0)
0