Skip to content

chore(deps): bump github.com/coder/coder/v2 from 2.32.1 to 2.33.2#346

Merged
johnstcn merged 1 commit into
mainfrom
dependabot/go_modules/github.com/coder/coder/v2-2.33.2
May 12, 2026
Merged

chore(deps): bump github.com/coder/coder/v2 from 2.32.1 to 2.33.2#346
johnstcn merged 1 commit into
mainfrom
dependabot/go_modules/github.com/coder/coder/v2-2.33.2

Conversation

@dependabot
Copy link
Copy Markdown
Contributor

@dependabot dependabot Bot commented on behalf of github May 11, 2026

Bumps github.com/coder/coder/v2 from 2.32.1 to 2.33.2.

Release notes

Sourced from github.com/coder/coder/v2's releases.

v2.33.2

Changelog

[!NOTE] This is a mainline Coder release. We advise enterprise customers without a staging environment to install our latest stable release while we refine this version. Learn more about our Release Schedule.

Bug fixes

  • Backport 11 Coder Agents docs PRs to release/2.33 (#25047, d622e86fa0)

Compare: v2.33.1...v2.33.2

Container image

  • docker pull ghcr.io/coder/coder:2.33.2

Install/upgrade

Refer to our docs to install or upgrade Coder, or use a release asset below.

v2.33.1

Changelog

[!NOTE] This is a mainline Coder release. We advise enterprise customers without a staging environment to install our latest stable release while we refine this version. Learn more about our Release Schedule.

Chores

  • Remove agents experiment flag and mark feature as beta (#24432, 3e34ba7bf0)

Compare: v2.33.0...v2.33.1

Container image

  • docker pull ghcr.io/coder/coder:2.33.1

Install/upgrade

Refer to our docs to install or upgrade Coder, or use a release asset below.

v2.33.0

Changelog

BREAKING CHANGES

  • chore!: remove api.ts unnecessary calls (#22168, 4caa52844d) (@​jakehwll)
  • Dashboard: Require confirmation before executing terminal command from URL (#24650, 66abd8a271) (@​Shelnutt2)

SECURITY

... (truncated)

Commits
  • d622e86 fix: backport 11 Coder Agents docs PRs to release/2.33 (#25047)
  • 3e34ba7 chore: remove agents experiment flag and mark feature as beta (#24432) (#25003)
  • f009c17 fix(coderd): cut DB fan-out on agent instance-identity auth (backport #24973)...
  • 17635dd chore: include pgcoordinator schema changes in 2.33 (#24931)
  • e67d027 fix(coderd/externalauth): detect concurrent refresh race to prevent cache poi...
  • eabb68d fix: add preset support to MCP tools (#24694) (#24889)
  • 75fc13d feat(site): remove visible text from copy/download logs buttons (#24852) (#24...
  • df1bfe6 feat: audit user secret create, update, and delete (#24756) (#24849)
  • feca4c2 fix(site): remove Request Logs from admin menu, redirect /aibridge to session...
  • 76242f8 feat: add hostAliases support to Coder helm chart (#24729)
  • Additional commits viewable in compare view

Most Recent Ignore Conditions Applied to This Pull Request
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]

Dependabot compatibility score

Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting @dependabot rebase.


Dependabot commands and options

You can trigger Dependabot actions by commenting on this PR:

  • @dependabot rebase will rebase this PR
  • @dependabot recreate will recreate this PR, overwriting any edits that have been made to it
  • @dependabot show <dependency name> ignore conditions will show all of the ignore conditions of the specified dependency
  • @dependabot ignore this major version will close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself)
  • @dependabot ignore this minor version will close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself)
  • @dependabot ignore this dependency will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)

Bumps [github.com/coder/coder/v2](https://github.com/coder/coder) from 2.32.1 to 2.33.2.
- [Release notes](https://github.com/coder/coder/releases)
- [Changelog](https://github.com/coder/coder/blob/main/release.key)
- [Commits](coder/coder@v2.32.1...v2.33.2)

---
updated-dependencies:
- dependency-name: github.com/coder/coder/v2
  dependency-version: 2.33.2
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot dependabot Bot added dependencies Pull requests that update a dependency file go Pull requests that update Go code labels May 11, 2026
@johnstcn johnstcn merged commit 39683f4 into main May 12, 2026
25 of 26 checks passed
@johnstcn johnstcn deleted the dependabot/go_modules/github.com/coder/coder/v2-2.33.2 branch May 12, 2026 10:02
@johnstcn johnstcn self-assigned this May 12, 2026
jatcod3r pushed a commit to jatcod3r/terraform-provider-coderd that referenced this pull request May 13, 2026
…der#346)

Bumps [github.com/coder/coder/v2](https://github.com/coder/coder) from
2.32.1 to 2.33.2.
<details>
<summary>Release notes</summary>
<p><em>Sourced from <a
href="https://github.com/coder/coder/releases">github.com/coder/coder/v2's
releases</a>.</em></p>
<blockquote>
<h2>v2.33.2</h2>
<h2>Changelog</h2>
<blockquote>
<p>[!NOTE]
This is a mainline Coder release. We advise enterprise customers without
a staging environment to install our <a
href="https://github.com/coder/coder/releases/latest">latest stable
release</a> while we refine this version. Learn more about our <a
href="https://coder.com/docs/install/releases">Release Schedule</a>.</p>
</blockquote>
<h3>Bug fixes</h3>
<ul>
<li>Backport 11 Coder Agents docs PRs to release/2.33 (<a
href="https://redirect.github.com/coder/coder/issues/25047">#25047</a>,
d622e86fa0)</li>
</ul>
<p>Compare: <a
href="https://github.com/coder/coder/compare/v2.33.1...v2.33.2"><code>v2.33.1...v2.33.2</code></a></p>
<h2>Container image</h2>
<ul>
<li><code>docker pull ghcr.io/coder/coder:2.33.2</code></li>
</ul>
<h2>Install/upgrade</h2>
<p>Refer to our docs to <a
href="https://coder.com/docs/install">install</a> or <a
href="https://coder.com/docs/install/upgrade">upgrade</a> Coder, or use
a release asset below.</p>
<h2>v2.33.1</h2>
<h2>Changelog</h2>
<blockquote>
<p>[!NOTE]
This is a mainline Coder release. We advise enterprise customers without
a staging environment to install our <a
href="https://github.com/coder/coder/releases/latest">latest stable
release</a> while we refine this version. Learn more about our <a
href="https://coder.com/docs/install/releases">Release Schedule</a>.</p>
</blockquote>
<h3>Chores</h3>
<ul>
<li>Remove agents experiment flag and mark feature as beta (<a
href="https://redirect.github.com/coder/coder/issues/24432">#24432</a>,
3e34ba7bf0)</li>
</ul>
<p>Compare: <a
href="https://github.com/coder/coder/compare/v2.33.0...v2.33.1"><code>v2.33.0...v2.33.1</code></a></p>
<h2>Container image</h2>
<ul>
<li><code>docker pull ghcr.io/coder/coder:2.33.1</code></li>
</ul>
<h2>Install/upgrade</h2>
<p>Refer to our docs to <a
href="https://coder.com/docs/install">install</a> or <a
href="https://coder.com/docs/install/upgrade">upgrade</a> Coder, or use
a release asset below.</p>
<h2>v2.33.0</h2>
<h2>Changelog</h2>
<h3>BREAKING CHANGES</h3>
<ul>
<li>chore!: remove <code>api.ts</code> unnecessary calls (<a
href="https://redirect.github.com/coder/coder/issues/22168">#22168</a>,
4caa52844d) (<a
href="https://github.com/jakehwll"><code>@​jakehwll</code></a>)</li>
<li>Dashboard: Require confirmation before executing terminal command
from URL (<a
href="https://redirect.github.com/coder/coder/issues/24650">#24650</a>,
66abd8a271) (<a
href="https://github.com/Shelnutt2"><code>@​Shelnutt2</code></a>)</li>
</ul>
<h3>SECURITY</h3>
<!-- raw HTML omitted -->
</blockquote>
<p>... (truncated)</p>
</details>
<details>
<summary>Commits</summary>
<ul>
<li><a
href="https://github.com/coder/coder/commit/d622e86fa0b3a9c5d3014480e926217ebed20a43"><code>d622e86</code></a>
fix: backport 11 Coder Agents docs PRs to release/2.33 (<a
href="https://redirect.github.com/coder/coder/issues/25047">#25047</a>)</li>
<li><a
href="https://github.com/coder/coder/commit/3e34ba7bf029394b642bced1428af2d94a99f55a"><code>3e34ba7</code></a>
chore: remove agents experiment flag and mark feature as beta (<a
href="https://redirect.github.com/coder/coder/issues/24432">#24432</a>)
(<a
href="https://redirect.github.com/coder/coder/issues/25003">#25003</a>)</li>
<li><a
href="https://github.com/coder/coder/commit/f009c17217e6bad9a61ba511d23735bc1ce94da0"><code>f009c17</code></a>
fix(coderd): cut DB fan-out on agent instance-identity auth (backport <a
href="https://redirect.github.com/coder/coder/issues/24973">#24973</a>)...</li>
<li><a
href="https://github.com/coder/coder/commit/17635dde5c99612b4aaf80970d49a116ed3fa29c"><code>17635dd</code></a>
chore: include pgcoordinator schema changes in 2.33 (<a
href="https://redirect.github.com/coder/coder/issues/24931">#24931</a>)</li>
<li><a
href="https://github.com/coder/coder/commit/e67d0277862becac25e36bcda631aa28e5f678c1"><code>e67d027</code></a>
fix(coderd/externalauth): detect concurrent refresh race to prevent
cache poi...</li>
<li><a
href="https://github.com/coder/coder/commit/eabb68d89eafa556b3a919566a4b6d66fb4c2e5d"><code>eabb68d</code></a>
fix: add preset support to MCP tools (<a
href="https://redirect.github.com/coder/coder/issues/24694">#24694</a>)
(<a
href="https://redirect.github.com/coder/coder/issues/24889">#24889</a>)</li>
<li><a
href="https://github.com/coder/coder/commit/75fc13d889e219411d206356fa8cff2b05731526"><code>75fc13d</code></a>
feat(site): remove visible text from copy/download logs buttons (<a
href="https://redirect.github.com/coder/coder/issues/24852">#24852</a>)
(<a
href="https://redirect.github.com/coder/coder/issues/24">#24</a>...</li>
<li><a
href="https://github.com/coder/coder/commit/df1bfe64796f102aabcaa7d8b11bf5572a51ecd8"><code>df1bfe6</code></a>
feat: audit user secret create, update, and delete (<a
href="https://redirect.github.com/coder/coder/issues/24756">#24756</a>)
(<a
href="https://redirect.github.com/coder/coder/issues/24849">#24849</a>)</li>
<li><a
href="https://github.com/coder/coder/commit/feca4c25d8e1faef311e8377d8d1537df5ea6a85"><code>feca4c2</code></a>
fix(site): remove Request Logs from admin menu, redirect /aibridge to
session...</li>
<li><a
href="https://github.com/coder/coder/commit/76242f82024d85f8603dcbaab38fdcfd49575f46"><code>76242f8</code></a>
feat: add hostAliases support to Coder helm chart (<a
href="https://redirect.github.com/coder/coder/issues/24729">#24729</a>)</li>
<li>Additional commits viewable in <a
href="https://github.com/coder/coder/compare/v2.32.1...v2.33.2">compare
view</a></li>
</ul>
</details>
<br />

<details>
<summary>Most Recent Ignore Conditions Applied to This Pull
Request</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 compatibility
score](https://dependabot-badges.githubapp.com/badges/compatibility_score?dependency-name=github.com/coder/coder/v2&package-manager=go_modules&previous-version=2.32.1&new-version=2.33.2)](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't
alter 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 edits
that have been made to it
- `@dependabot show <dependency name> ignore conditions` will show all
of the ignore conditions of the specified dependency
- `@dependabot ignore this major version` will close this PR and stop
Dependabot creating any more for this major version (unless you reopen
the PR or upgrade to it yourself)
- `@dependabot ignore this minor version` will close this PR and stop
Dependabot creating any more for this minor version (unless you reopen
the PR or upgrade to it yourself)
- `@dependabot ignore this dependency` will close this PR and stop
Dependabot creating any more for this dependency (unless you reopen the
PR 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>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

dependencies Pull requests that update a dependency file go Pull requests that update Go code

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant