- Notifications
You must be signed in to change notification settings - Fork3
Commitbbf2514
authored
chore(deps): bump github.com/coder/coder/v2 from 2.18.3 to 2.18.4 (#169)
Bumps [github.com/coder/coder/v2](https://github.com/coder/coder) from2.18.3 to 2.18.4.<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.18.4</h2><blockquote><h2>Stable (since January 23, 2025)</h2></blockquote><h2>Changelog</h2><h3>Bug fixes</h3><ul><li>Return first workspace agent script timing per script (<ahref="https://redirect.github.com/coder/coder/issues/16203">#16203</a>,bd6f4266a) (<ahref="https://github.com/DanielleMaywood"><code>@DanielleMaywood</code></a>)<blockquote><p>Fixes a <ahref="https://redirect.github.com/coder/coder/issues/15921">memoryleak</a> in the dashboard and prevents startup scripts from running ifthe agent crashes.</p></blockquote></li><li>Change precedence order between coder_workspace_tags andrequest_tags (<ahref="https://redirect.github.com/coder/coder/issues/16119">#16119</a>,803e2c767) (<ahref="https://github.com/johnstcn"><code>@johnstcn</code></a>)<blockquote><p>Fixes an issue where setting workspace tags using variables wouldfail.</p></blockquote></li><li>Fetch custom roles from workspace agent context to fix brokenendpoints (<ahref="https://redirect.github.com/coder/coder/issues/16237">#16237</a>,612535856) (<ahref="https://github.com/Emyrk"><code>@Emyrk</code></a>)</li><li>Examples: Persist <code>/home/coder</code> instead of<code>/home/${local.user}</code> on Docker template (<ahref="https://redirect.github.com/coder/coder/issues/16190">#16190</a>,075269a94) (<ahref="https://github.com/phorcys420"><code>@phorcys420</code></a>)</li></ul><p>Compare: <ahref="https://github.com/coder/coder/compare/v2.18.3...v2.18.4"><code>v2.18.3...v2.18.4</code></a></p><h2>Container image</h2><ul><li><code>docker pull ghcr.io/coder/coder:v2.18.4</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></blockquote></details><details><summary>Commits</summary><ul><li><ahref="https://github.com/coder/coder/commit/6125358569071babaf36a7d4ff976429387df8da"><code>6125358</code></a>fix: fetch custom roles from workspace agent context (cherry-pick <ahref="https://redirect.github.com/coder/coder/issues/16237">#16237</a>)(<ahref="https://redirect.github.com/coder/coder/issues/1">#1</a>...</li><li><ahref="https://github.com/coder/coder/commit/803e2c76793b2f05d3a08ac1719797e051942737"><code>803e2c7</code></a>fix: change precedence order between coder_workspace_tags andrequest_tags (#...</li><li><ahref="https://github.com/coder/coder/commit/bd6f4266a7bc0deb5c2bb5f6c053ef5d7196b44f"><code>bd6f426</code></a>fix: return first workspace agent script timing per script (cherry-pick<ahref="https://redirect.github.com/coder/coder/issues/1620">#1620</a>...</li><li><ahref="https://github.com/coder/coder/commit/075269a94e41ff7b65f79ba4df6058db1977a7a8"><code>075269a</code></a>fix(examples/templates/docker): persist <code>/home/coder</code> insteadof `/home/${loc...</li><li>See full diff in <ahref="https://github.com/coder/coder/compare/v2.18.3...v2.18.4">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 parent3206dec commitbbf2514
2 files changed
+3
-3
lines changedLines changed: 1 addition & 1 deletion
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
4 | 4 |
| |
5 | 5 |
| |
6 | 6 |
| |
7 |
| - | |
| 7 | + | |
8 | 8 |
| |
9 | 9 |
| |
10 | 10 |
| |
|
Lines changed: 2 additions & 2 deletions
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
85 | 85 |
| |
86 | 86 |
| |
87 | 87 |
| |
88 |
| - | |
89 |
| - | |
| 88 | + | |
| 89 | + | |
90 | 90 |
| |
91 | 91 |
| |
92 | 92 |
| |
|
0 commit comments
Comments
(0)