Movatterモバイル変換


[0]ホーム

URL:


Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

Commit6243aac

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) from2.23.1 to 2.24.1.<details><summary>Release notes</summary><p><em>Sourced from <ahref="https://github.com/coder/coder/releases">github.com/coder/coder/v2'sreleases</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 withouta staging environment to install our <ahref="https://github.com/coder/coder/releases/latest">latest stablerelease</a> while we refine this version. Learn more about our <ahref="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 incorresponding template (<ahref="https://redirect.github.com/coder/coder/issues/18723">#18723</a>,5059c23b4) (<ahref="https://github.com/hugodutka"><code>@​hugodutka</code></a>)</li><li>Fix task sidebar not displaying apps without health check (<ahref="https://redirect.github.com/coder/coder/issues/18687">#18687</a>,f97bd76bb) (<ahref="https://github.com/hugodutka"><code>@​hugodutka</code></a>)</li></ul><p>Compare: <ahref="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 <ahref="https://coder.com/docs/install">install</a> or <ahref="https://coder.com/docs/install/upgrade">upgrade</a> Coder, or usea 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 withouta staging environment to install our <ahref="https://github.com/coder/coder/releases/latest">latest stablerelease</a> while we refine this version. Learn more about our <ahref="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(<ahref="https://redirect.github.com/coder/coder/issues/18425">#18425</a>,49fcffc26) (<ahref="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 anyexisting compute resources in-place. This change has workspace updatesexplicitly trigger a <code>stop</code> build with a subsequent<code>start</code> build. This was implemented to fix pre-builds andimprove consistency. <ahref="https://redirect.github.com/coder/coder/issues/17840">Read morehere</a>.</p><ul><li>CLI: Modifies <code>coder update</code> to stop the workspace ifalready running.</li><li>Dashboard: Modifies &quot;update&quot; button to always stop theworkspace if already running.</li></ul></blockquote></li><li>CLI: enforce selection for multiple agents rather than userandomness (<ahref="https://redirect.github.com/coder/coder/issues/18427">#18427</a>,bacdc2888) (<ahref="https://github.com/mafredri"><code>@​mafredri</code></a>)<blockquote><p>This only impacts the flow for our new devcontainer integration, andexisting 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 (<ahref="https://redirect.github.com/coder/coder/issues/17878">#17878</a>).If users are being logged out of OIDC after short intervals (e.g. 1hour), ensure you <ahref="https://coder.com/docs/admin/users/oidc-auth/refresh-tokens">haveproperly configured OIDC refresh tokens</a></li></ul><h3>Features</h3><p>We'll be exploring the details of major features included in thisrelease in our first <a href="https://launch.coder.com/">product launchevent</a> next week. Subscribe using <ahref="https://launch.coder.com/">this link</a> to learn more.</p><blockquote><p>Coder tasks allow users to execute long-running jobs using templatesin the Coder dashboard. This is often used to manage agentic tasks withtools like Claude Code. See more in our <ahref="https://coder.com/docs/ai-coder/create-template#3-confirm-tasks-are-streaming-in-the-coder-ui">agenticAI 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><ahref="https://github.com/coder/coder/commit/f97bd76bb53b07093d7ecb62d731e7bf0adb4120"><code>f97bd76</code></a>fix: handle task sidebar app health check disabled correctly(cherry-pick <ahref="https://redirect.github.com/coder/coder/issues/18">#18</a>...</li><li><ahref="https://github.com/coder/coder/commit/5059c23b434348806605f11b92c4d3bc13a21c72"><code>5059c23</code></a>fix: handle null response from the template presets endpoint(cherry-pick <ahref="https://redirect.github.com/coder/coder/issues/18">#18</a>...</li><li><ahref="https://github.com/coder/coder/commit/e5a74a775db34d6be3276d7d4f0ab5e7e1c07ec9"><code>e5a74a7</code></a>chore: pull in cherry picks for v2.24 (<ahref="https://redirect.github.com/coder/coder/issues/18674">#18674</a>)</li><li><ahref="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><ahref="https://github.com/coder/coder/commit/774792476c0c7eb7eb35dcad81e339325a02c80b"><code>7747924</code></a>fix: stop tearing down non-TTY processes on SSH session end (cherry-pick<ahref="https://redirect.github.com/coder/coder/issues/186">#186</a>...</li><li><ahref="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><ahref="https://github.com/coder/coder/commit/79c666bf08f820c3d78967bf6de91eff22405d5b"><code>79c666b</code></a>fix(vpn): avoid setting session token header twice (<ahref="https://redirect.github.com/coder/coder/issues/18524">#18524</a>)</li><li><ahref="https://github.com/coder/coder/commit/288ec7709ddc5c500967cd645086397bcbf84267"><code>288ec77</code></a>feat: add workspace build status to task page (<ahref="https://redirect.github.com/coder/coder/issues/18520">#18520</a>)</li><li><ahref="https://github.com/coder/coder/commit/a8e2c75239b8d98ad87b06225c4dfe4bc403ccae"><code>a8e2c75</code></a>chore: update Coder icons to reflect new branding (<ahref="https://redirect.github.com/coder/coder/issues/18517">#18517</a>)</li><li><ahref="https://github.com/coder/coder/commit/fe22b2cc92447252edb18be49f0dca49c5ab2d5e"><code>fe22b2c</code></a>chore: update coder/preview dependency to v1.0.1 (<ahref="https://redirect.github.com/coder/coder/issues/18550">#18550</a>)</li><li>Additional commits viewable in <ahref="https://github.com/coder/coder/compare/v2.23.1...v2.24.1">compareview</a></li></ul></details><br /><details><summary>Most Recent Ignore Conditions Applied to This PullRequest</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 compatibilityscore](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'talter 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 editsthat 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 afteryour CI passes on it- `@dependabot cancel merge` will cancel a previously requested mergeand block automerging- `@dependabot reopen` will reopen this PR if it is closed- `@dependabot close` will close this PR and stop Dependabot recreatingit. You can achieve the same result by closing it manually- `@dependabot show <dependency name> ignore conditions` will show allof the ignore conditions of the specified dependency- `@dependabot ignore this major version` will close this PR and stopDependabot creating any more for this major version (unless you reopenthe PR or upgrade to it yourself)- `@dependabot ignore this minor version` will close this PR and stopDependabot creating any more for this minor version (unless you reopenthe PR or upgrade to it yourself)- `@dependabot ignore this dependency` will close this PR and stopDependabot creating any more for this dependency (unless you reopen thePR 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 parent7fa7b7a commit6243aac

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
modulegithub.com/coder/terraform-provider-coderd
22

3-
go1.24.2
3+
go1.24.4
44

55
require (
66
cdr.dev/slogv1.6.2-0.20241112041820-0ec81e6e67bb
7-
github.com/coder/coder/v2v2.23.1
7+
github.com/coder/coder/v2v2.24.1
88
github.com/docker/dockerv28.3.0+incompatible
99
github.com/docker/go-connectionsv0.5.0
1010
github.com/google/uuidv1.6.0
@@ -19,35 +19,32 @@ require (
1919
)
2020

2121
require (
22-
cloud.google.com/gov0.120.0// indirect
23-
cloud.google.com/go/authv0.16.1// indirect
24-
cloud.google.com/go/compute/metadatav0.7.0// indirect
2522
github.com/BurntSushi/tomlv1.4.1-0.20240526193622-a339e1f7089c// indirect
26-
github.com/DataDog/appsec-internal-gov1.9.0// indirect
27-
github.com/DataDog/datadog-agent/comp/core/tagger/origindetectionv0.64.0-rc.1// indirect
28-
github.com/DataDog/datadog-agent/pkg/obfuscatev0.64.0-rc.1// indirect
29-
github.com/DataDog/datadog-agent/pkg/protov0.64.0-rc.1// indirect
30-
github.com/DataDog/datadog-agent/pkg/remoteconfig/statev0.64.0-rc.1// indirect
31-
github.com/DataDog/datadog-agent/pkg/tracev0.64.0-rc.1// indirect
32-
github.com/DataDog/datadog-agent/pkg/util/logv0.64.0-rc.1// indirect
33-
github.com/DataDog/datadog-agent/pkg/util/scrubberv0.64.0-rc.1// indirect
34-
github.com/DataDog/datadog-agent/pkg/versionv0.64.0-rc.1// indirect
23+
github.com/DataDog/appsec-internal-gov1.11.2// indirect
24+
github.com/DataDog/datadog-agent/comp/core/tagger/origindetectionv0.64.2// indirect
25+
github.com/DataDog/datadog-agent/pkg/obfuscatev0.64.2// indirect
26+
github.com/DataDog/datadog-agent/pkg/protov0.64.2// indirect
27+
github.com/DataDog/datadog-agent/pkg/remoteconfig/statev0.64.2// indirect
28+
github.com/DataDog/datadog-agent/pkg/tracev0.64.2// indirect
29+
github.com/DataDog/datadog-agent/pkg/util/logv0.64.2// indirect
30+
github.com/DataDog/datadog-agent/pkg/util/scrubberv0.64.2// indirect
31+
github.com/DataDog/datadog-agent/pkg/versionv0.64.2// indirect
3532
github.com/DataDog/datadog-go/v5v5.6.0// indirect
36-
github.com/DataDog/go-libddwaf/v3v3.5.3// indirect
37-
github.com/DataDog/go-runtime-metrics-internalv0.0.4-0.20241206090539-a14610dc22b6// indirect
38-
github.com/DataDog/go-sqllexerv0.1.0// indirect
33+
github.com/DataDog/dd-trace-go/v2v2.0.0// indirect
34+
github.com/DataDog/go-libddwaf/v3v3.5.4// indirect
35+
github.com/DataDog/go-runtime-metrics-internalv0.0.4-0.20250319104955-81009b9bad14// indirect
36+
github.com/DataDog/go-sqllexerv0.1.3// indirect
3937
github.com/DataDog/go-tufv1.1.0-0.5.2// indirect
4038
github.com/DataDog/gostackparsev0.7.0// indirect
4139
github.com/DataDog/opentelemetry-mapping-go/pkg/otlp/attributesv0.26.0// indirect
4240
github.com/DataDog/sketches-gov1.4.7// indirect
4341
github.com/Kunde21/markdownfmt/v3v3.1.0// indirect
4442
github.com/Masterminds/goutilsv1.1.1// indirect
45-
github.com/Masterminds/semver/v3v3.2.1// indirect
43+
github.com/Masterminds/semver/v3v3.3.1// indirect
4644
github.com/Masterminds/sprig/v3v3.2.3// indirect
4745
github.com/Microsoft/go-winiov0.6.2// indirect
4846
github.com/ProtonMail/go-cryptov1.1.6// indirect
4947
github.com/agext/levenshteinv1.2.3// indirect
50-
github.com/anthropics/anthropic-sdk-gov0.2.0-beta.3// indirect
5148
github.com/apparentlymart/go-textseg/v15v15.0.0// indirect
5249
github.com/armon/go-radixv1.0.1-0.20221118154546-54df44f2176c// indirect
5350
github.com/aymanbagabas/go-osc52/v2v2.0.1// indirect
@@ -60,7 +57,7 @@ require (
6057
github.com/cloudflare/circlv1.6.1// indirect
6158
github.com/coder/prettyv0.0.0-20230908205945-e89ba86370e0// indirect
6259
github.com/coder/serpentv0.10.0// indirect
63-
github.com/coder/terraform-provider-coder/v2v2.5.2// indirect
60+
github.com/coder/terraform-provider-coder/v2v2.8.0// indirect
6461
github.com/coder/websocketv1.8.13// indirect
6562
github.com/containerd/errdefsv1.0.0// indirect
6663
github.com/containerd/errdefs/pkgv0.3.0// indirect
@@ -70,22 +67,19 @@ require (
7067
github.com/docker/go-unitsv0.5.0// indirect
7168
github.com/dustin/go-humanizev1.0.1// indirect
7269
github.com/eapache/queue/v2v2.0.0-20230407133247-75960ed334e4// indirect
73-
github.com/ebitengine/puregov0.8.2// indirect
70+
github.com/ebitengine/puregov0.8.3// indirect
7471
github.com/fatih/colorv1.18.0// indirect
7572
github.com/felixge/httpsnoopv1.0.4// indirect
7673
github.com/go-chi/chi/v5v5.2.2// indirect
7774
github.com/go-jose/go-jose/v4v4.1.0// indirect
7875
github.com/go-logr/logrv1.4.2// indirect
7976
github.com/go-logr/stdrv1.2.2// indirect
8077
github.com/go-ole/go-olev1.3.0// indirect
78+
github.com/go-viper/mapstructure/v2v2.3.0// indirect
8179
github.com/gogo/protobufv1.3.2// indirect
8280
github.com/golang/protobufv1.5.4// indirect
8381
github.com/google/go-cmpv0.7.0// indirect
84-
github.com/google/pprofv0.0.0-20241029153458-d1b30febd7db// indirect
85-
github.com/google/s2a-gov0.1.9// indirect
86-
github.com/googleapis/enterprise-certificate-proxyv0.3.6// indirect
87-
github.com/googleapis/gax-go/v2v2.14.1// indirect
88-
github.com/gorilla/websocketv1.5.4-0.20250319132907-e064f32e3674// indirect
82+
github.com/google/pprofv0.0.0-20250403155104-27863c87afa6// indirect
8983
github.com/grpc-ecosystem/grpc-gateway/v2v2.26.1// indirect
9084
github.com/hashicorp/cliv1.1.7// indirect
9185
github.com/hashicorp/errwrapv1.1.0// indirect
@@ -96,9 +90,6 @@ require (
9690
github.com/hashicorp/go-multierrorv1.1.1// indirect
9791
github.com/hashicorp/go-pluginv1.6.3// indirect
9892
github.com/hashicorp/go-retryablehttpv0.7.7// indirect
99-
github.com/hashicorp/go-secure-stdlib/parseutilv0.1.7// indirect
100-
github.com/hashicorp/go-secure-stdlib/strutilv0.1.2// indirect
101-
github.com/hashicorp/go-sockaddrv1.0.2// indirect
10293
github.com/hashicorp/go-uuidv1.0.3// indirect
10394
github.com/hashicorp/go-versionv1.7.0// indirect
10495
github.com/hashicorp/hc-installv0.9.2// indirect
@@ -113,9 +104,8 @@ require (
113104
github.com/huandu/xstringsv1.5.0// indirect
114105
github.com/imdario/mergov0.3.16// indirect
115106
github.com/json-iterator/gov1.1.12// indirect
116-
github.com/kylecarbs/aisdk-gov0.0.8// indirect
117107
github.com/lucasb-eyer/go-colorfulv1.2.0// indirect
118-
github.com/lufia/plan9statsv0.0.0-20240226150601-1dcf7310316a// indirect
108+
github.com/lufia/plan9statsv0.0.0-20250317134145-8bc96cf8fc35// indirect
119109
github.com/mattn/go-colorablev0.1.14// indirect
120110
github.com/mattn/go-isattyv0.0.20// indirect
121111
github.com/mattn/go-runewidthv0.0.16// indirect
@@ -125,14 +115,13 @@ require (
125115
github.com/mitchellh/mapstructurev1.5.1-0.20231216201459-8508981c8b6c// indirect
126116
github.com/mitchellh/reflectwalkv1.0.2// indirect
127117
github.com/moby/docker-image-specv1.3.1// indirect
128-
github.com/moby/mobyv28.1.1+incompatible// indirect
118+
github.com/moby/mobyv28.2.2+incompatible// indirect
129119
github.com/moby/sys/atomicwriterv0.1.0// indirect
130120
github.com/modern-go/concurrentv0.0.0-20180306012644-bacd9c7ef1dd// indirect
131121
github.com/modern-go/reflect2v1.0.2// indirect
132122
github.com/muesli/termenvv0.16.0// indirect
133123
github.com/munnerz/goautonegv0.0.0-20191010083416-a7dc8b61c822// indirect
134124
github.com/oklog/runv1.1.0// indirect
135-
github.com/openai/openai-gov0.1.0-beta.10// indirect
136125
github.com/opencontainers/go-digestv1.0.0// indirect
137126
github.com/opencontainers/image-specv1.1.1// indirect
138127
github.com/otiai10/mintv1.6.3// indirect
@@ -153,21 +142,16 @@ require (
153142
github.com/richardartoul/moleculev1.0.1-0.20240531184615-7ca0df43c0b3// indirect
154143
github.com/rivo/unisegv0.4.7// indirect
155144
github.com/robfig/cron/v3v3.0.1// indirect
156-
github.com/ryanuber/go-globv1.0.0// indirect
157145
github.com/secure-systems-lab/go-securesystemslibv0.9.0// indirect
158-
github.com/shirou/gopsutil/v4v4.25.2// indirect
146+
github.com/shirou/gopsutil/v4v4.25.4// indirect
159147
github.com/shopspring/decimalv1.3.1// indirect
160148
github.com/spaolacci/murmur3v1.1.0// indirect
161149
github.com/spf13/aferov1.14.0// indirect
162150
github.com/spf13/castv1.8.0// indirect
163151
github.com/spf13/pflagv1.0.6// indirect
164-
github.com/tidwall/gjsonv1.18.0// indirect
165-
github.com/tidwall/matchv1.1.1// indirect
166-
github.com/tidwall/prettyv1.2.1// indirect
167-
github.com/tidwall/sjsonv1.2.5// indirect
168152
github.com/tinylib/msgpv1.2.5// indirect
169-
github.com/tklauser/go-sysconfv0.3.14// indirect
170-
github.com/tklauser/numcpusv0.8.0// indirect
153+
github.com/tklauser/go-sysconfv0.3.15// indirect
154+
github.com/tklauser/numcpusv0.10.0// indirect
171155
github.com/valyala/fasthttpv1.62.0// indirect
172156
github.com/vmihailenco/msgpackv4.0.4+incompatible// indirect
173157
github.com/vmihailenco/msgpack/v5v5.4.1// indirect
@@ -180,10 +164,10 @@ require (
180164
go.abhg.dev/goldmark/frontmatterv0.2.0// indirect
181165
go.nhat.io/otelsqlv0.15.0// indirect
182166
go.opentelemetry.io/auto/sdkv1.1.0// indirect
183-
go.opentelemetry.io/collector/componentv0.120.0// indirect
184-
go.opentelemetry.io/collector/pdatav1.26.0// indirect
185-
go.opentelemetry.io/collector/pdata/pprofilev0.120.0// indirect
186-
go.opentelemetry.io/collector/semconvv0.120.0// indirect
167+
go.opentelemetry.io/collector/componentv1.27.0// indirect
168+
go.opentelemetry.io/collector/pdatav1.27.0// indirect
169+
go.opentelemetry.io/collector/pdata/pprofilev0.121.0// indirect
170+
go.opentelemetry.io/collector/semconvv0.123.0// indirect
187171
go.opentelemetry.io/contrib/instrumentation/net/http/otelhttpv0.60.0// indirect
188172
go.opentelemetry.io/otelv1.35.0// indirect
189173
go.opentelemetry.io/otel/exporters/otlp/otlptracev1.35.0// indirect
@@ -208,12 +192,11 @@ require (
208192
golang.org/x/toolsv0.33.0// indirect
209193
golang.org/x/xerrorsv0.0.0-20240903120638-7835f813f4da// indirect
210194
google.golang.org/appenginev1.6.8// indirect
211-
google.golang.org/genaiv0.7.0// indirect
212-
google.golang.org/genproto/googleapis/apiv0.0.0-20250303144028-a0af3efb3deb// indirect
195+
google.golang.org/genproto/googleapis/apiv0.0.0-20250324211829-b45e905df463// indirect
213196
google.golang.org/genproto/googleapis/rpcv0.0.0-20250425173222-7b384671a197// indirect
214-
google.golang.org/grpcv1.72.1// indirect
197+
google.golang.org/grpcv1.73.0// indirect
215198
google.golang.org/protobufv1.36.6// indirect
216-
gopkg.in/DataDog/dd-trace-go.v1v1.73.0// indirect
199+
gopkg.in/DataDog/dd-trace-go.v1v1.74.0// indirect
217200
gopkg.in/ini.v1v1.67.0// indirect
218201
gopkg.in/yaml.v2v2.4.0// indirect
219202
gopkg.in/yaml.v3v3.0.1// indirect

0 commit comments

Comments
 (0)

[8]ページ先頭

©2009-2025 Movatter.jp