- Notifications
You must be signed in to change notification settings - Fork4
Commit6243aac
authored
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 "update" 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>[](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
2 files changed
+101
-187
lines changedOriginal file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
1 | 1 |
| |
2 | 2 |
| |
3 |
| - | |
| 3 | + | |
4 | 4 |
| |
5 | 5 |
| |
6 | 6 |
| |
7 |
| - | |
| 7 | + | |
8 | 8 |
| |
9 | 9 |
| |
10 | 10 |
| |
| |||
19 | 19 |
| |
20 | 20 |
| |
21 | 21 |
| |
22 |
| - | |
23 |
| - | |
24 |
| - | |
25 | 22 |
| |
26 |
| - | |
27 |
| - | |
28 |
| - | |
29 |
| - | |
30 |
| - | |
31 |
| - | |
32 |
| - | |
33 |
| - | |
34 |
| - | |
| 23 | + | |
| 24 | + | |
| 25 | + | |
| 26 | + | |
| 27 | + | |
| 28 | + | |
| 29 | + | |
| 30 | + | |
| 31 | + | |
35 | 32 |
| |
36 |
| - | |
37 |
| - | |
38 |
| - | |
| 33 | + | |
| 34 | + | |
| 35 | + | |
| 36 | + | |
39 | 37 |
| |
40 | 38 |
| |
41 | 39 |
| |
42 | 40 |
| |
43 | 41 |
| |
44 | 42 |
| |
45 |
| - | |
| 43 | + | |
46 | 44 |
| |
47 | 45 |
| |
48 | 46 |
| |
49 | 47 |
| |
50 |
| - | |
51 | 48 |
| |
52 | 49 |
| |
53 | 50 |
| |
| |||
60 | 57 |
| |
61 | 58 |
| |
62 | 59 |
| |
63 |
| - | |
| 60 | + | |
64 | 61 |
| |
65 | 62 |
| |
66 | 63 |
| |
| |||
70 | 67 |
| |
71 | 68 |
| |
72 | 69 |
| |
73 |
| - | |
| 70 | + | |
74 | 71 |
| |
75 | 72 |
| |
76 | 73 |
| |
77 | 74 |
| |
78 | 75 |
| |
79 | 76 |
| |
80 | 77 |
| |
| 78 | + | |
81 | 79 |
| |
82 | 80 |
| |
83 | 81 |
| |
84 |
| - | |
85 |
| - | |
86 |
| - | |
87 |
| - | |
88 |
| - | |
| 82 | + | |
89 | 83 |
| |
90 | 84 |
| |
91 | 85 |
| |
| |||
96 | 90 |
| |
97 | 91 |
| |
98 | 92 |
| |
99 |
| - | |
100 |
| - | |
101 |
| - | |
102 | 93 |
| |
103 | 94 |
| |
104 | 95 |
| |
| |||
113 | 104 |
| |
114 | 105 |
| |
115 | 106 |
| |
116 |
| - | |
117 | 107 |
| |
118 |
| - | |
| 108 | + | |
119 | 109 |
| |
120 | 110 |
| |
121 | 111 |
| |
| |||
125 | 115 |
| |
126 | 116 |
| |
127 | 117 |
| |
128 |
| - | |
| 118 | + | |
129 | 119 |
| |
130 | 120 |
| |
131 | 121 |
| |
132 | 122 |
| |
133 | 123 |
| |
134 | 124 |
| |
135 |
| - | |
136 | 125 |
| |
137 | 126 |
| |
138 | 127 |
| |
| |||
153 | 142 |
| |
154 | 143 |
| |
155 | 144 |
| |
156 |
| - | |
157 | 145 |
| |
158 |
| - | |
| 146 | + | |
159 | 147 |
| |
160 | 148 |
| |
161 | 149 |
| |
162 | 150 |
| |
163 | 151 |
| |
164 |
| - | |
165 |
| - | |
166 |
| - | |
167 |
| - | |
168 | 152 |
| |
169 |
| - | |
170 |
| - | |
| 153 | + | |
| 154 | + | |
171 | 155 |
| |
172 | 156 |
| |
173 | 157 |
| |
| |||
180 | 164 |
| |
181 | 165 |
| |
182 | 166 |
| |
183 |
| - | |
184 |
| - | |
185 |
| - | |
186 |
| - | |
| 167 | + | |
| 168 | + | |
| 169 | + | |
| 170 | + | |
187 | 171 |
| |
188 | 172 |
| |
189 | 173 |
| |
| |||
208 | 192 |
| |
209 | 193 |
| |
210 | 194 |
| |
211 |
| - | |
212 |
| - | |
| 195 | + | |
213 | 196 |
| |
214 |
| - | |
| 197 | + | |
215 | 198 |
| |
216 |
| - | |
| 199 | + | |
217 | 200 |
| |
218 | 201 |
| |
219 | 202 |
| |
|
0 commit comments
Comments
(0)