- Notifications
You must be signed in to change notification settings - Fork4
Commitd722318
authored
chore(deps): bump github.com/coder/coder/v2 from 2.21.0 to 2.21.3 (#217)
Bumps [github.com/coder/coder/v2](https://github.com/coder/coder) from2.21.0 to 2.21.3.<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.21.3</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>Remove site wide perms from creating a workspace (<ahref="https://redirect.github.com/coder/coder/issues/17296">#17296</a>,3fa1030b7) (<ahref="https://github.com/Emyrk"><code>@Emyrk</code></a>)</li><li>Add path & method labels to prometheus metrics for currentrequests (<ahref="https://redirect.github.com/coder/coder/issues/17362">#17362</a>,1d2af9ccc) (<ahref="https://github.com/ibetitsmike"><code>@ibetitsmike</code></a>)</li><li>Log long-lived connections acceptance (<ahref="https://redirect.github.com/coder/coder/issues/17219">#17219</a>,991d38c53) (<ahref="https://github.com/ibetitsmike"><code>@ibetitsmike</code></a>)</li><li>Extend request logs with auth & DB info (<ahref="https://redirect.github.com/coder/coder/issues/17497">#17497</a>,f8d3fbf53) (<ahref="https://github.com/ibetitsmike"><code>@ibetitsmike</code></a>)</li><li>Reduce excessive logging when database is unreachable (<ahref="https://redirect.github.com/coder/coder/issues/17363">#17363</a>,9ea3910b2) (<ahref="https://github.com/dannykopping"><code>@dannykopping</code></a>)</li><li>Log correct error on drpc connection close error (<ahref="https://redirect.github.com/coder/coder/issues/17265">#17265</a>,b1ccf4800) (<ahref="https://github.com/aaronlehmann"><code>@aaronlehmann</code></a>)</li><li>Don't attempt to insert empty terraform plans into the database(cherry-pick <ahref="https://redirect.github.com/coder/coder/issues/17426">#17426</a>)(<ahref="https://redirect.github.com/coder/coder/issues/17486">#17486</a>,9b3c7d7af) (<ahref="https://github.com/aslilac"><code>@aslilac</code></a>)</li><li>Don't show promote button for members (<ahref="https://redirect.github.com/coder/coder/issues/17511">#17511</a>,1e8ac6c26) (<ahref="https://github.com/BrunoQuaresma"><code>@BrunoQuaresma</code></a>)</li><li>Prevent null loading sync settings (<ahref="https://redirect.github.com/coder/coder/issues/17430">#17430</a>,b760f1d3a) (<a href="https://github.com/Emyrk"><code>@Emyrk</code></a>)<blockquote><p>Fixes an issue causing front end to not load under certaincondition.</p></blockquote></li></ul><p>Compare: <ahref="https://github.com/coder/coder/compare/v2.21.0...v2.21.3"><code>v2.21.0...v2.21.3</code></a></p><h2>Container image</h2><ul><li><code>docker pull ghcr.io/coder/coder:v2.21.3</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/bd1ef88b0a0090e19552ec493457d69c45d326c4"><code>bd1ef88</code></a>chore: apply Dockerfile architecture fix (<ahref="https://redirect.github.com/coder/coder/issues/17603">#17603</a>)</li><li><ahref="https://github.com/coder/coder/commit/1e8ac6c264cdd25923e30acb89386c2679c52f43"><code>1e8ac6c</code></a>fix: don't show promote button for members (cherry-pick <ahref="https://redirect.github.com/coder/coder/issues/17511">#17511</a>)(<ahref="https://redirect.github.com/coder/coder/issues/17513">#17513</a>)</li><li><ahref="https://github.com/coder/coder/commit/b8ffc298507a89957c56b083509dd7025e7f1080"><code>b8ffc29</code></a>fix(examples/templates/kubernetes-devcontainer): update coder provider(cherr...</li><li><ahref="https://github.com/coder/coder/commit/edb0b0b0eb57ce51b5eee0bb9b2a4e98adc27254"><code>edb0b0b</code></a>fix(examples/templates/docker-devcontainer): update folder path andprovider ...</li><li><ahref="https://github.com/coder/coder/commit/2d5d5ad1f789ed0facc710d0114162b6809bd461"><code>2d5d5ad</code></a>fix(examples/templates/kubernetes-devcontainer): update coder provider(cherr...</li><li><ahref="https://github.com/coder/coder/commit/2d622ee2ebe10aaca7d2e5357e401f763bb2db6f"><code>2d622ee</code></a>revert: "feat(coderd/notifications): group workspace build failurereport (ch...</li><li><ahref="https://github.com/coder/coder/commit/6f799bb3355cbb017e63ec9426d49d206819ab13"><code>6f799bb</code></a>fix(scripts/release): handle cherry-pick bot titles in check commitmetadata ...</li><li><ahref="https://github.com/coder/coder/commit/9b3c7d7af7b99f1dcc9d50b20b07950c2e61e7b6"><code>9b3c7d7</code></a>fix: don't attempt to insert empty terraform plans into the database(cherry-...</li><li><ahref="https://github.com/coder/coder/commit/b760f1d3aa74eb5b9d49779b1b958936873f38f6"><code>b760f1d</code></a>chore: prevent null loading sync settings (cherry-pick <ahref="https://redirect.github.com/coder/coder/issues/17430">#17430</a>)(<ahref="https://redirect.github.com/coder/coder/issues/17433">#17433</a>)</li><li><ahref="https://github.com/coder/coder/commit/f8d3fbf532feaefc2fa8db90ba22ed43292d3734"><code>f8d3fbf</code></a>feat: extend request logs with auth & DB info (<ahref="https://redirect.github.com/coder/coder/issues/17497">#17497</a>)</li><li>Additional commits viewable in <ahref="https://github.com/coder/coder/compare/v2.21.0...v2.21.3">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 parent1fe914c commitd722318
2 files changed
+3
-3
lines changedOriginal file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
4 | 4 |
| |
5 | 5 |
| |
6 | 6 |
| |
7 |
| - | |
| 7 | + | |
8 | 8 |
| |
9 | 9 |
| |
10 | 10 |
| |
|
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
101 | 101 |
| |
102 | 102 |
| |
103 | 103 |
| |
104 |
| - | |
105 |
| - | |
| 104 | + | |
| 105 | + | |
106 | 106 |
| |
107 | 107 |
| |
108 | 108 |
| |
|
0 commit comments
Comments
(0)