chore(deps): update helm release coder to v2.21.0 #572

Merged
prskr merged 1 commit from renovate/coder-2.x into main 2025-04-04 09:16:59 +00:00
Owner

This PR contains the following updates:

Package Type Update Change
coder (source) HelmChart minor 2.20.2 -> 2.21.0

⚠️ Warning

Some dependencies could not be looked up. Check the warning logs for more information.


Release Notes

coder/coder (coder)

v2.21.0

Compare Source

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.

Use AI coding agents in Coder

With Coder, you can self-host AI coding agents in isolated development environments. To learn more, read our documentation on running AI agents in Coder.

AI Agents and Coder

Features
Bug fixes
Documentation
Chores

Compare: v2.20.2...v2.21.0

Container image

  • docker pull ghcr.io/coder/coder:v2.21.0

Install/upgrade

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


Configuration

📅 Schedule: Branch creation - At any time (no schedule defined), Automerge - At any time (no schedule defined).

🚦 Automerge: Disabled by config. Please merge this manually once you are satisfied.

Rebasing: Whenever PR becomes conflicted, or you tick the rebase/retry checkbox.

🔕 Ignore: Close this PR and you won't be reminded about this update again.


  • If you want to rebase/retry this PR, check this box

This PR has been generated by Renovate Bot.

This PR contains the following updates: | Package | Type | Update | Change | |---|---|---|---| | [coder](https://github.com/coder/coder) ([source](https://github.com/coder/coder/tree/HEAD/helm/coder)) | HelmChart | minor | `2.20.2` -> `2.21.0` | --- > ⚠️ **Warning** > > Some dependencies could not be looked up. Check the warning logs for more information. --- ### Release Notes <details> <summary>coder/coder (coder)</summary> ### [`v2.21.0`](https://github.com/coder/coder/releases/tag/v2.21.0) [Compare Source](https://github.com/coder/coder/compare/v2.20.2...v2.21.0) #### Changelog > \[!NOTE] > This is a mainline Coder release. We advise enterprise customers without a staging environment to install our [latest stable release](https://github.com/coder/coder/releases/latest) while we refine this version. Learn more about our [Release Schedule](https://coder.com/docs/install/releases). ##### Use AI coding agents in Coder With Coder, you can self-host AI coding agents in isolated development environments. To learn more, read our [documentation on running AI agents in Coder](https://coder.com/docs/tutorials/ai-agents). ![AI Agents and Coder](https://i.imgur.com/IYHztAy.png) ##### Features - Support user session tracking in the audit log ([#&#8203;16703](https://github.com/coder/coder/issues/16703), [`f1b357d`](https://github.com/coder/coder/commit/f1b357d6f)) ([@&#8203;BrunoQuaresma](https://github.com/BrunoQuaresma)) - Add support for workspace app audit ([#&#8203;16801](https://github.com/coder/coder/issues/16801), [`de41bd6`](https://github.com/coder/coder/commit/de41bd6b9)) ([@&#8203;mafredri](https://github.com/mafredri)) > User sessions are now recorded in the audit log. - Implement `WorkspaceCreationBan` org role ([#&#8203;16686](https://github.com/coder/coder/issues/16686), [`cccdf1e`](https://github.com/coder/coder/commit/cccdf1eca)) ([@&#8203;Emyrk](https://github.com/Emyrk)) > Adds a native role that prevents users from creating workspaces in an organization. - Add notifications inbox database ([#&#8203;16599](https://github.com/coder/coder/issues/16599), [`c074f77`](https://github.com/coder/coder/commit/c074f77a4)) ([@&#8203;defelmnq](https://github.com/defelmnq)) - Add notifications widget in the navbar ([#&#8203;16983](https://github.com/coder/coder/issues/16983), [`ab8ba96`](https://github.com/coder/coder/commit/ab8ba9670)) ([@&#8203;BrunoQuaresma](https://github.com/BrunoQuaresma)) - Server: Add new dispatch logic for coder inbox ([#&#8203;16764](https://github.com/coder/coder/issues/16764), [`522181f`](https://github.com/coder/coder/commit/522181fea)) ([@&#8203;defelmnq](https://github.com/defelmnq)) > New notifications inbox shows alerts in the dashboard. Can be used in isolation or with SMTP/Webhook notifications. > ![Inbox](https://i.imgur.com/0LoJE1F.png) - Add devcontainer in the UI ([#&#8203;16800](https://github.com/coder/coder/issues/16800), [`861c4b1`](https://github.com/coder/coder/commit/861c4b140)) ([@&#8203;BrunoQuaresma](https://github.com/BrunoQuaresma)) - Check for .ps1 dotfiles scripts on windows ([#&#8203;16785](https://github.com/coder/coder/issues/16785), [`edf2889`](https://github.com/coder/coder/commit/edf28895c)) ([@&#8203;aslilac](https://github.com/aslilac)) > Allows [`coder dotfiles`](https://coder.com/docs/reference/cli/dotfiles) to use the correct binary on Windows machines. - Allow selecting the initial organization for new users ([#&#8203;16829](https://github.com/coder/coder/issues/16829), [`32c36d5`](https://github.com/coder/coder/commit/32c36d533)) ([@&#8203;aslilac](https://github.com/aslilac)) - Add provisioner jobs into the UI ([#&#8203;16867](https://github.com/coder/coder/issues/16867), [`564b387`](https://github.com/coder/coder/commit/564b38726)) ([@&#8203;BrunoQuaresma](https://github.com/BrunoQuaresma)) > Adds dashboard page to view a log of provisioner jobs. > ![Image](https://i.imgur.com/jfNsFzr.png) - Display error if a workspace app is not installed ([#&#8203;16980](https://github.com/coder/coder/issues/16980), [`13d0dac`](https://github.com/coder/coder/commit/13d0dac79)) ([@&#8203;mtojek](https://github.com/mtojek)) - Filter users by github user id in the [users list](https://coder.com/docs/reference/cli/users_list) CLI command ([#&#8203;17029](https://github.com/coder/coder/issues/17029), [`a71aa20`](https://github.com/coder/coder/commit/a71aa202d)) ([@&#8203;hugodutka](https://github.com/hugodutka)) - Agent: Set additional login vars, LOGNAME and SHELL ([#&#8203;16874](https://github.com/coder/coder/issues/16874), [`3005cb4`](https://github.com/coder/coder/commit/3005cb459)) ([@&#8203;mafredri](https://github.com/mafredri)) - CLI: Preserve table column order ([#&#8203;16843](https://github.com/coder/coder/issues/16843), [`4b1da9b`](https://github.com/coder/coder/commit/4b1da9b89)) ([@&#8203;mtojek](https://github.com/mtojek)) - CLI: Add [`coder open app <workspace> <app-slug>`](https://coder.com/docs/reference/cli/open_app) command ([#&#8203;17032](https://github.com/coder/coder/issues/17032), [`0474888`](https://github.com/coder/coder/commit/0474888eb)) ([@&#8203;johnstcn](https://github.com/johnstcn)) - CLI: Start workspace in no-wait mode ([#&#8203;17087](https://github.com/coder/coder/issues/17087), [`56082f3`](https://github.com/coder/coder/commit/56082f3b8)) ([@&#8203;mtojek](https://github.com/mtojek)) > Allows workspace builds to be run without awaiting user input via the CLI. Helps with executing bulk operations. ##### Bug fixes - Return provisioners in desc order and add limit to CLI ([#&#8203;16720](https://github.com/coder/coder/issues/16720), [`7cd6e9c`](https://github.com/coder/coder/commit/7cd6e9cdd)) ([@&#8203;mafredri](https://github.com/mafredri)) - Add org role read permissions to site wide template admins and auditors ([#&#8203;16733](https://github.com/coder/coder/issues/16733), [`bf5b002`](https://github.com/coder/coder/commit/bf5b00282)) ([@&#8203;jaaydenh](https://github.com/jaaydenh)) - Handle undefined job while updating build progress to fix "Cannot read properties of undefined" dashboard error ([#&#8203;16732](https://github.com/coder/coder/issues/16732), [`0ea0601`](https://github.com/coder/coder/commit/0ea06012f)) ([@&#8203;mtojek](https://github.com/mtojek)) - Allow orgs with default github provider ([#&#8203;16755](https://github.com/coder/coder/issues/16755), [`95347b2`](https://github.com/coder/coder/commit/95347b2b9)) ([@&#8203;hugodutka](https://github.com/hugodutka)) - Display all available settings in deployment page ([#&#8203;16798](https://github.com/coder/coder/issues/16798), [`975ea23`](https://github.com/coder/coder/commit/975ea23d6)) ([@&#8203;mtojek](https://github.com/mtojek)) - Hide "last seen" from users page when user is suspended ([#&#8203;16813](https://github.com/coder/coder/issues/16813), [`77479cd`](https://github.com/coder/coder/commit/77479cdd5)) ([@&#8203;mtojek](https://github.com/mtojek)) - Select default org in template form if only one exists ([#&#8203;16639](https://github.com/coder/coder/issues/16639), [`191b0ef`](https://github.com/coder/coder/commit/191b0efb8)) ([@&#8203;Kira-Pilot](https://github.com/Kira-Pilot)) - Apply autofocus to workspace button search ([#&#8203;16905](https://github.com/coder/coder/issues/16905), [`30179ae`](https://github.com/coder/coder/commit/30179aeaa)) ([@&#8203;mtojek](https://github.com/mtojek)) - Prevent audit log search from breaking with invalid query ([#&#8203;16944](https://github.com/coder/coder/issues/16944), [`f01ee96`](https://github.com/coder/coder/commit/f01ee963b)) ([@&#8203;aslilac](https://github.com/aslilac)) - Add notifications back to desktop ([#&#8203;17021](https://github.com/coder/coder/issues/17021), [`bf59c7c`](https://github.com/coder/coder/commit/bf59c7ca0)) ([@&#8203;BrunoQuaresma](https://github.com/BrunoQuaresma)) - Display force-tty flag ([#&#8203;17067](https://github.com/coder/coder/issues/17067), [`081679f`](https://github.com/coder/coder/commit/081679f43)) ([@&#8203;mtojek](https://github.com/mtojek)) - Implement device auth rate limit handling ([#&#8203;17079](https://github.com/coder/coder/issues/17079), [`d5557fc`](https://github.com/coder/coder/commit/d5557fcbf)) ([@&#8203;hugodutka](https://github.com/hugodutka)) - Improve error message when deleting organization with resources ([#&#8203;17049](https://github.com/coder/coder/issues/17049), [`cf10d98`](https://github.com/coder/coder/commit/cf10d98aa)) ([@&#8203;brettkolodny](https://github.com/brettkolodny)) - Agent: Ensure RSA key generation always produces valid keys ([#&#8203;16694](https://github.com/coder/coder/issues/16694), [`38c0e8a`](https://github.com/coder/coder/commit/38c0e8a08)) ([@&#8203;ThomasK33](https://github.com/ThomasK33)) - CLI: Replace $SESSION_TOKEN placeholder for external apps ([#&#8203;17048](https://github.com/coder/coder/issues/17048), [`674f60f`](https://github.com/coder/coder/commit/674f60fc5)) ([@&#8203;johnstcn](https://github.com/johnstcn)) - Database: Consider tag sets when calculating queue position ([#&#8203;16685](https://github.com/coder/coder/issues/16685), [`b85ba58`](https://github.com/coder/coder/commit/b85ba586e)) ([@&#8203;evgeniy-scherbina](https://github.com/evgeniy-scherbina)) - Dashboard: Gracefully handle reselection of the same preset ([#&#8203;17014](https://github.com/coder/coder/issues/17014), [`38b21ab`](https://github.com/coder/coder/commit/38b21ab35)) ([@&#8203;SasSwart](https://github.com/SasSwart)) ##### Documentation - Document new [feature stages](https://coder.com/docs/about/feature-stages) ([#&#8203;16719](https://github.com/coder/coder/issues/16719), [`81ef9e9`](https://github.com/coder/coder/commit/81ef9e9e8)) ([@&#8203;EdwardAngert](https://github.com/EdwardAngert)) - Add [Coder Desktop early preview documentation](https://coder.com/docs/user-guides/desktop) ([#&#8203;16544](https://github.com/coder/coder/issues/16544), [`73057eb`](https://github.com/coder/coder/commit/73057eb7b)) ([@&#8203;EdwardAngert](https://github.com/EdwardAngert)) - Add OOM/OOD to [notifications](https://coder.com/docs/admin/monitoring/notifications) ([#&#8203;16582](https://github.com/coder/coder/issues/16582), [`9251e0d`](https://github.com/coder/coder/commit/9251e0d64)) ([@&#8203;EdwardAngert](https://github.com/EdwardAngert)) - Document [workspace presets](https://coder.com/docs/admin/templates/extending-templates/parameters#workspace-presets-beta) ([#&#8203;16612](https://github.com/coder/coder/issues/16612), [`0913594`](https://github.com/coder/coder/commit/0913594bf)) ([@&#8203;EdwardAngert](https://github.com/EdwardAngert)) - Convert alerts to use GitHub Flavored Markdown (GFM) ([#&#8203;16850](https://github.com/coder/coder/issues/16850), [`101b62d`](https://github.com/coder/coder/commit/101b62dc3)) ([@&#8203;EdwardAngert](https://github.com/EdwardAngert)) - Add cgroup memory troubleshooting to [installation docs](https://coder.com/docs/install/other) ([#&#8203;16920](https://github.com/coder/coder/issues/16920), [`a2131a7`](https://github.com/coder/coder/commit/a2131a761)) ([@&#8203;EdwardAngert](https://github.com/EdwardAngert)) - Document steps for [adding cert to JetBrains plugin](https://coder.com/docs/user-guides/workspace-access/jetbrains) settings ([#&#8203;16882](https://github.com/coder/coder/issues/16882), [`8ca52a8`](https://github.com/coder/coder/commit/8ca52a835)) ([@&#8203;EdwardAngert](https://github.com/EdwardAngert)) - Add [AWS AMI upgrade instructions](https://coder.com/docs/install/upgrade) ([#&#8203;16973](https://github.com/coder/coder/issues/16973), [`bd243c1`](https://github.com/coder/coder/commit/bd243c17f)) ([@&#8203;EdwardAngert](https://github.com/EdwardAngert)) - Add new doc on how to [deploy Coder on Rancher](https://coder.com/docs/install/rancher) ([#&#8203;16534](https://github.com/coder/coder/issues/16534), [`c88d86b`](https://github.com/coder/coder/commit/c88d86bf5)) ([@&#8203;EdwardAngert](https://github.com/EdwardAngert)) - Document [definition of workspace activity](https://coder.com/docs/user-guides/workspace-scheduling#what-counts-as-workspace-activity) ([#&#8203;16941](https://github.com/coder/coder/issues/16941), [`bbe7dac`](https://github.com/coder/coder/commit/bbe7dacd3)) ([@&#8203;EdwardAngert](https://github.com/EdwardAngert)) ##### Chores - Add an unassign action for roles ([#&#8203;16728](https://github.com/coder/coder/issues/16728), [`91a4a98`](https://github.com/coder/coder/commit/91a4a98c2)) ([@&#8203;aslilac](https://github.com/aslilac)) - Update Terraform to [v1.11.2](https://github.com/hashicorp/terraform/releases/tag/v1.11.2) ([#&#8203;17081](https://github.com/coder/coder/issues/17081), [`8da568b`](https://github.com/coder/coder/commit/8da568b13)) ([@&#8203;sreya](https://github.com/sreya)) - Update go to 1.24.1 ([#&#8203;17194](https://github.com/coder/coder/issues/17194), [`338439c`](https://github.com/coder/coder/commit/338439cd3)) ([@&#8203;sreya](https://github.com/sreya)) Compare: [`v2.20.2...v2.21.0`](https://github.com/coder/coder/compare/v2.20.2...v2.21.0) #### Container image - `docker pull ghcr.io/coder/coder:v2.21.0` #### Install/upgrade Refer to our docs to [install](https://coder.com/docs/install) or [upgrade](https://coder.com/docs/install/upgrade) Coder, or use a release asset below. </details> --- ### Configuration 📅 **Schedule**: Branch creation - At any time (no schedule defined), Automerge - At any time (no schedule defined). 🚦 **Automerge**: Disabled by config. Please merge this manually once you are satisfied. ♻ **Rebasing**: Whenever PR becomes conflicted, or you tick the rebase/retry checkbox. 🔕 **Ignore**: Close this PR and you won't be reminded about this update again. --- - [ ] <!-- rebase-check -->If you want to rebase/retry this PR, check this box --- This PR has been generated by [Renovate Bot](https://github.com/renovatebot/renovate). <!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiIzOS4yMzAuMSIsInVwZGF0ZWRJblZlciI6IjM5LjIzMC4xIiwidGFyZ2V0QnJhbmNoIjoibWFpbiIsImxhYmVscyI6W119-->
prskr added 1 commit 2025-04-02 03:35:13 +00:00
prskr merged commit d03d65d937 into main 2025-04-04 09:16:59 +00:00
Sign in to join this conversation.
No reviewers
No labels
No milestone
No project
No assignees
1 participant
Notifications
Due date
The due date is invalid or out of range. Please use the format "yyyy-mm-dd".

No due date set.

Dependencies

No dependencies set.

Reference: infrastructure/apps#572
No description provided.