- Notifications
You must be signed in to change notification settings - Fork4
Commitf1ec468
authored
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) from2.24.1 to 2.25.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.25.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>Upgrade to 1.24.6 to fix race in lib/pq queries (<ahref="https://redirect.github.com/coder/coder/issues/19214">#19214</a>)(<ahref="https://redirect.github.com/coder/coder/issues/19218">#19218</a>,079328d87)<blockquote><p>⚠ ResolvesCVE-2025-47907, details can be found <ahref="https://redirect.github.com/golang/go/issues/74831">here ingolang/go</a>. Additionally, see <ahref="https://coder.com/blog/query-mutating-data-race-in-go">our blogabout this vulnerability</a>.</p></blockquote></li></ul><p>Compare: <ahref="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 <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.25.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>Route connection logs to Connection log instead of Audit log (<ahref="https://redirect.github.com/coder/coder/issues/18340">#18340</a>,08e17a07f) (<ahref="https://github.com/ethanndickson"><code>@ethanndickson</code></a>)<blockquote><p>Connections to workspaces (via SSH, workspace apps, or browserport-forwarding) will no longer create entries in the audit log. Thoseevents will now be included in the '<a href="">Connection Log</a>'.Please see the 'Connection Log' page in the dashboard, and theConnection Log documentation for details. Those with permission to viewthe Audit Log will also be able to view the Connection Log. The newConnection Log has the same licensing restrictions as the Audit Log, andrequires a Premium Coder deployment.</p></blockquote></li><li>Delete old connection events from audit log (<ahref="https://redirect.github.com/coder/coder/issues/18735">#18735</a>,f42de9fe1) (<ahref="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 AuditLog. If you require this legacy data, we recommend querying it from theREST API or making a backup of the database/these events beforeupgrading your Coder deployment. Please see the PR for details on whatexactly will be deleted.Note: There are currently no plans to delete connection events from theConnection Log.</p></blockquote></li><li>Add ability to cancel pending workspace build (<ahref="https://redirect.github.com/coder/coder/issues/18713">#18713</a>,8202514ce) (<ahref="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 (<ahref="https://redirect.github.com/coder/coder/issues/18604">#18604</a>,f2d229eed) (<ahref="https://github.com/DanielleMaywood"><code>@DanielleMaywood</code></a>)<blockquote><p>Minor breaking change for workspaces enabled by our devcontainerintegration.Allows rebuilding a devcontainer without a valid devcontainer ID.</p></blockquote></li><li>CLI: Add CLI support for creating workspace with presets (<ahref="https://redirect.github.com/coder/coder/issues/18912">#18912</a>,b975d6d9b) (<ahref="https://github.com/ssncferreira"><code>@ssncferreira</code></a>)<blockquote><p>This breaking change impacts the <code>coder create</code> CLIcommand 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 defaultwill be automatically applied. The user will be notified, but notprompted.</li><li>If the template includes presets without a default, the user will beprompted 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 willnow 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><ahref="https://github.com/coder/coder/commit/3bf6a008763e2dd1e8829c75d91a0c36c49007c0"><code>3bf6a00</code></a>chore: revert CLI binary publishing for releases.coder.com (<ahref="https://redirect.github.com/coder/coder/issues/19236">#19236</a>)</li><li><ahref="https://github.com/coder/coder/commit/9eb5fc695e2ec534c8faddaa292f17c3661af96d"><code>9eb5fc6</code></a>chore: fix CLI binary publishing for releases.coder.com (<ahref="https://redirect.github.com/coder/coder/issues/19230">#19230</a>)</li><li><ahref="https://github.com/coder/coder/commit/079328d8742ef6bcdb1fc2bf36babeb2d48251ff"><code>079328d</code></a>fix: upgrade to 1.24.6 to fix race in lib/pq queries (<ahref="https://redirect.github.com/coder/coder/issues/19214">#19214</a>)(<ahref="https://redirect.github.com/coder/coder/issues/19218">#19218</a>)</li><li><ahref="https://github.com/coder/coder/commit/e68ffe85b7e42e7c4991145c87472a1930c74f54"><code>e68ffe8</code></a>ci: bump xcode version to 16.1.0 (<ahref="https://redirect.github.com/coder/coder/issues/19125">#19125</a>)(<ahref="https://redirect.github.com/coder/coder/issues/19221">#19221</a>)</li><li><ahref="https://github.com/coder/coder/commit/e6ec95757ab9772b1f5f1ed8a49e6d2640927318"><code>e6ec957</code></a>Cherry-pick for release 2.25 (<ahref="https://redirect.github.com/coder/coder/issues/19169">#19169</a>)</li><li><ahref="https://github.com/coder/coder/commit/f1cf81c10b63575fc8c18671e66c47032f171b06"><code>f1cf81c</code></a>chore: add openai icon (cherry-pick <ahref="https://redirect.github.com/coder/coder/issues/19118">#19118</a>)(<ahref="https://redirect.github.com/coder/coder/issues/19176">#19176</a>)</li><li><ahref="https://github.com/coder/coder/commit/4bced62bf17c9081e8a9289405474861c4535ee3"><code>4bced62</code></a>chore: add site/ CODEOWNERS (<ahref="https://redirect.github.com/coder/coder/issues/19086">#19086</a>)</li><li><ahref="https://github.com/coder/coder/commit/3a3972c44d0a079c0ebbcc30ba8a4a72f7e45a2d"><code>3a3972c</code></a>chore: add catalog-info.yaml for backstage integration (<ahref="https://redirect.github.com/coder/coder/issues/19085">#19085</a>)</li><li><ahref="https://github.com/coder/coder/commit/558e25d591a657473c3b49763ae8a087f601e8be"><code>558e25d</code></a>feat: support shift+enter in terminal (<ahref="https://redirect.github.com/coder/coder/issues/19021">#19021</a>)</li><li><ahref="https://github.com/coder/coder/commit/71738f6db985418a9a0295401d7a1425a76d41d6"><code>71738f6</code></a>feat(site): support icon and description in preset (<ahref="https://redirect.github.com/coder/coder/issues/19063">#19063</a>)</li><li>Additional commits viewable in <ahref="https://github.com/coder/coder/compare/v2.24.1...v2.25.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 parent5b6a769 commitf1ec468
2 files changed
+98
-98
lines changedOriginal file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
1 | 1 |
| |
2 | 2 |
| |
3 |
| - | |
| 3 | + | |
4 | 4 |
| |
5 | 5 |
| |
6 |
| - | |
7 |
| - | |
| 6 | + | |
| 7 | + | |
8 | 8 |
| |
9 | 9 |
| |
10 | 10 |
| |
| |||
57 | 57 |
| |
58 | 58 |
| |
59 | 59 |
| |
60 |
| - | |
| 60 | + | |
61 | 61 |
| |
62 | 62 |
| |
63 | 63 |
| |
| |||
72 | 72 |
| |
73 | 73 |
| |
74 | 74 |
| |
75 |
| - | |
| 75 | + | |
76 | 76 |
| |
77 | 77 |
| |
78 | 78 |
| |
| |||
93 | 93 |
| |
94 | 94 |
| |
95 | 95 |
| |
96 |
| - | |
| 96 | + | |
97 | 97 |
| |
98 | 98 |
| |
99 | 99 |
| |
| |||
115 | 115 |
| |
116 | 116 |
| |
117 | 117 |
| |
118 |
| - | |
| 118 | + | |
119 | 119 |
| |
120 | 120 |
| |
121 | 121 |
| |
| |||
147 | 147 |
| |
148 | 148 |
| |
149 | 149 |
| |
150 |
| - | |
| 150 | + | |
151 | 151 |
| |
152 | 152 |
| |
153 | 153 |
| |
154 | 154 |
| |
155 |
| - | |
| 155 | + | |
156 | 156 |
| |
157 | 157 |
| |
158 | 158 |
| |
159 |
| - | |
| 159 | + | |
160 | 160 |
| |
161 | 161 |
| |
162 | 162 |
| |
163 | 163 |
| |
164 | 164 |
| |
165 |
| - | |
| 165 | + | |
166 | 166 |
| |
167 | 167 |
| |
168 | 168 |
| |
169 | 169 |
| |
170 | 170 |
| |
171 |
| - | |
172 |
| - | |
| 171 | + | |
| 172 | + | |
173 | 173 |
| |
174 | 174 |
| |
175 |
| - | |
176 |
| - | |
177 |
| - | |
| 175 | + | |
| 176 | + | |
| 177 | + | |
178 | 178 |
| |
179 | 179 |
| |
180 | 180 |
| |
181 | 181 |
| |
182 |
| - | |
| 182 | + | |
183 | 183 |
| |
184 |
| - | |
185 |
| - | |
186 |
| - | |
187 |
| - | |
188 |
| - | |
189 |
| - | |
190 |
| - | |
191 |
| - | |
192 |
| - | |
| 184 | + | |
| 185 | + | |
| 186 | + | |
| 187 | + | |
| 188 | + | |
| 189 | + | |
| 190 | + | |
| 191 | + | |
| 192 | + | |
193 | 193 |
| |
194 | 194 |
| |
195 |
| - | |
196 |
| - | |
| 195 | + | |
| 196 | + | |
197 | 197 |
| |
198 | 198 |
| |
199 | 199 |
| |
|
0 commit comments
Comments
(0)