chore(deps): update helm release coder to v2.18.0 #391

Merged
prskr merged 1 commit from renovate/coder-2.x into main 2024-12-04 19:39:12 +00:00
Owner

This PR contains the following updates:

Package Type Update Change
coder (source) HelmChart minor 2.17.2 -> 2.18.0

Release Notes

coder/coder (coder)

v2.18.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.

BREAKING CHANGES
  • Allow disabling notifications (#​15509, 576e1f4) (@​DanielleMaywood)

    Disables notifications when both $CODER_NOTIFICATIONS_WEBHOOK_ENDPOINT and $CODER_EMAIL_SMARTHOST are unset.
    Drops the default value for $CODER_EMAIL_SMARTHOST.

  • Extract provisioner tags from coder_workspace_tags data source (#​15578, 1cdc3e8) (@​johnstcn)

    As this effectively blocks template creation if coder_workspace_tags is malformed or references anything other than a Terraform variable or coder_parameter, this is marked as a breaking change.

Features
Bug fixes
Documentation
Code refactoring
Chores

Compare: v2.17.2...v2.18.0

Container image

  • docker pull ghcr.io/coder/coder:v2.18.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.17.2` -> `2.18.0` | --- ### Release Notes <details> <summary>coder/coder (coder)</summary> ### [`v2.18.0`](https://github.com/coder/coder/releases/tag/v2.18.0) [Compare Source](https://github.com/coder/coder/compare/v2.17.2...v2.18.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). ##### BREAKING CHANGES - Allow disabling notifications ([#&#8203;15509](https://github.com/coder/coder/issues/15509), [`576e1f4`](https://github.com/coder/coder/commit/576e1f48f)) ([@&#8203;DanielleMaywood](https://github.com/DanielleMaywood)) > Disables notifications when both $CODER_NOTIFICATIONS_WEBHOOK_ENDPOINT and $CODER_EMAIL_SMARTHOST are unset. > Drops the default value for $CODER_EMAIL_SMARTHOST. - Extract provisioner tags from coder_workspace_tags data source ([#&#8203;15578](https://github.com/coder/coder/issues/15578), [`1cdc3e8`](https://github.com/coder/coder/commit/1cdc3e892)) ([@&#8203;johnstcn](https://github.com/johnstcn)) > As this effectively blocks template creation if `coder_workspace_tags` is malformed or references anything other than a Terraform variable or `coder_parameter`, this is marked as a breaking change. ##### Features - Add prometheus metric for tracking user statuses ([#&#8203;15281](https://github.com/coder/coder/issues/15281), [`3de98c2`](https://github.com/coder/coder/commit/3de98c25d)) ([@&#8203;coadler](https://github.com/coadler)) > Adds the ability to track total users in the platform by status; admins can track license consumption over time by scraping this endpoint (`coderd_api_total_user_count`). - Add audit logs for user dormancy events ([#&#8203;15298](https://github.com/coder/coder/issues/15298), [`088f219`](https://github.com/coder/coder/commit/088f21965)) ([@&#8203;coadler](https://github.com/coadler)) - Add user-scoped tailnet API endpoint (`api/v2/tailnet`) with a new RPC stream for receiving updates on workspaces owned by a specific user 0([#&#8203;14847](https://github.com/coder/coder/issues/14847), [`b1298a3`](https://github.com/coder/coder/commit/b1298a3c1)) ([@&#8203;ethanndickson](https://github.com/ethanndickson)) - Add Premium features page in deployment settings ([#&#8203;15094](https://github.com/coder/coder/issues/15094), [`d4131ba`](https://github.com/coder/coder/commit/d4131badb)) ([@&#8203;jaaydenh](https://github.com/jaaydenh)) > Adds a page in deployment settings to preview features available under our [Premium license](https://coder.com/pricing#compare-plans). Some features were previously undiscoverable. > ![Image](https://github.com/user-attachments/assets/1f9db199-ccad-48c0-b1a7-c684687be811) - Add support for multiple tunnel destinations in tailnet for [CoderVPN](https://github.com/coder/coder/issues/14859) ([#&#8203;15409](https://github.com/coder/coder/issues/15409), [`e5661c2`](https://github.com/coder/coder/commit/e5661c274)) ([@&#8203;spikecurtis](https://github.com/spikecurtis)) - Add workspace updates controller ([#&#8203;15506](https://github.com/coder/coder/issues/15506), [`08216aa`](https://github.com/coder/coder/commit/08216aaad)) ([@&#8203;spikecurtis](https://github.com/spikecurtis)) - Set DNS hostnames in workspace updates controller ([#&#8203;15507](https://github.com/coder/coder/issues/15507), [`916df4d`](https://github.com/coder/coder/commit/916df4d41)) ([@&#8203;spikecurtis](https://github.com/spikecurtis)) - Add support for WorkspaceUpdates to WebsocketDialer ([#&#8203;15534](https://github.com/coder/coder/issues/15534), [`747f7ce`](https://github.com/coder/coder/commit/747f7ce17)) ([@&#8203;spikecurtis](https://github.com/spikecurtis)) - Change port-forward to opportunistically listen on IPv6 ([#&#8203;15640](https://github.com/coder/coder/issues/15640), [`e6506f0`](https://github.com/coder/coder/commit/e6506f067)) ([@&#8203;spikecurtis](https://github.com/spikecurtis)) - Add agent exec pkg to enable later replacement of agent process priority management ([#&#8203;15577](https://github.com/coder/coder/issues/15577), [`bbc549d`](https://github.com/coder/coder/commit/bbc549d2d)) ([@&#8203;sreya](https://github.com/sreya)) - CLI: Rotate file logs for coderd ([#&#8203;15438](https://github.com/coder/coder/issues/15438), [`d6442db`](https://github.com/coder/coder/commit/d6442db25)) ([@&#8203;defelmnq](https://github.com/defelmnq)) > We already rotated agent logs, this uses the same logic for `CODER_LOGGING_HUMAN`. - Server: Update API to allow filtering provisioner daemons by tags ([#&#8203;15448](https://github.com/coder/coder/issues/15448), [`814dd6f`](https://github.com/coder/coder/commit/814dd6f85)) ([@&#8203;SasSwart](https://github.com/SasSwart)) > Prerequisite for several improvements to the UX when no provisioner is available for a job. - Server: Add endpoint ([`/organizations/{org}/provisionerkeys`](https://coder.com/docs/reference/api/enterprise#list-provisioner-key)) to fetch provisioner key details ([#&#8203;15505](https://github.com/coder/coder/issues/15505), [`a518017`](https://github.com/coder/coder/commit/a518017a8)) ([@&#8203;defelmnq](https://github.com/defelmnq)) - Examples: Promote module usage in [example templates](https://github.com/coder/coder/tree/main/examples/templates) ([#&#8203;15517](https://github.com/coder/coder/issues/15517), [`f9d6698`](https://github.com/coder/coder/commit/f9d669838)) ([@&#8203;phorcys420](https://github.com/phorcys420)) - Helm: Support deploying multiple provisioners in same namespace ([#&#8203;15637](https://github.com/coder/coder/issues/15637), [`7876dc5`](https://github.com/coder/coder/commit/7876dc5fb)) ([@&#8203;johnstcn](https://github.com/johnstcn)) - Provisioner: Add support for `workspace_owner_login_type` ([#&#8203;15499](https://github.com/coder/coder/issues/15499), [`4a6b28f`](https://github.com/coder/coder/commit/4a6b28f5d)) ([@&#8203;johnstcn](https://github.com/johnstcn)) > Enables `login_type` to be added to the [`coder_workspace_owner`](https://registry.terraform.io/providers/coder/coder/latest/docs/data-sources/workspace_owner) data source in the Coder Terraform provider ([terraform-provider-coder/#&#8203;235](https://github.com/coder/terraform-provider-coder/issues/235)). - Provisioner: Allow variadic tags in provisionersdk.MutateTags ([#&#8203;15518](https://github.com/coder/coder/issues/15518), [`aca5be5`](https://github.com/coder/coder/commit/aca5be5e5)) ([@&#8203;johnstcn](https://github.com/johnstcn)) - Provisioner: Implement WorkspaceTagDefaultsFromFile ([#&#8203;15236](https://github.com/coder/coder/issues/15236), [`bebc38e`](https://github.com/coder/coder/commit/bebc38ee9)) ([@&#8203;johnstcn](https://github.com/johnstcn)) - Dashboard: Add agent connection timings to workspace build timings UI ([#&#8203;15276](https://github.com/coder/coder/issues/15276), [`e232aee`](https://github.com/coder/coder/commit/e232aee01)) ([@&#8203;BrunoQuaresma](https://github.com/BrunoQuaresma)) > Workspace build timing UI now shows agent connection time in `main` step of startup. > ![Image](https://github.com/user-attachments/assets/2af5f528-e1e8-4374-a62a-ed4be1f1fb67) - Dashboard: Warn on provisioner health during builds > Previously, there was no clean method to diagnose template create issues caused by provisioners. > This Adds warning alerts to log drawers for templates and template versions when provisioner health issues are encountered. > > Updating a template version with no provisioners: > ![Image](https://github.com/user-attachments/assets/91b1e34c-de84-4cc4-af73-ac03db34db29) > > Build Errors for template versions now show tags: > ![Image](https://github.com/user-attachments/assets/6181261e-8ce2-451d-9882-b778e86df322) > > Updating a template version with provisioners that are busy or unresponsive: > ![Image](https://github.com/user-attachments/assets/2fb79d90-6ab0-4da8-b11a-1eb060efba77) > > Creating a new template with provisioners that are busy or unresponsive: > ![Image](https://github.com/user-attachments/assets/db94b01b-0177-4175-aefb-b16c65aa6e5c) > > Creating a new template when there are no provisioners to do the build: > ![Image](https://github.com/user-attachments/assets/4723cfc3-a35d-483d-af97-cd89cbe8adb2) - Dashboard: Add current license consumption to general deplyoment settings > Shows point-in-time license utilization. Later, we will be adding seat utilization over time. > ![Image](https://github.com/user-attachments/assets/13605adc-458d-47b5-93a7-f6c7cf003c9f) - Networking: Add workspace updates support to Controller ([#&#8203;15529](https://github.com/coder/coder/issues/15529), [`16992ee`](https://github.com/coder/coder/commit/16992ee54)) ([@&#8203;spikecurtis](https://github.com/spikecurtis)) - Networking: Add alias with username and short alias to DNS ([#&#8203;15585](https://github.com/coder/coder/issues/15585), [`85c3c4c`](https://github.com/coder/coder/commit/85c3c4c02)) ([@&#8203;spikecurtis](https://github.com/spikecurtis)) ##### Bug fixes - Show template name on workspace page when template display name is unset ([#&#8203;15262](https://github.com/coder/coder/issues/15262), [`bbd2dd8`](https://github.com/coder/coder/commit/bbd2dd80e)) ([@&#8203;aslilac](https://github.com/aslilac)) - Check correct default during `template push` from stdin ([#&#8203;15293](https://github.com/coder/coder/issues/15293), [`371a2e1`](https://github.com/coder/coder/commit/371a2e12a)) ([@&#8203;ethanndickson](https://github.com/ethanndickson)) - Fix an 500 response when querying workspaces by user name ([#&#8203;15305](https://github.com/coder/coder/issues/15305), [`9d03e04`](https://github.com/coder/coder/commit/9d03e0429)) ([@&#8203;Emyrk](https://github.com/Emyrk)) - Fix Listen/Unlisten race on Pubsub ([#&#8203;15315](https://github.com/coder/coder/issues/15315), [`005ea53`](https://github.com/coder/coder/commit/005ea536a)) ([@&#8203;spikecurtis](https://github.com/spikecurtis)) - Allow workspace owners to read build timings ([#&#8203;15364](https://github.com/coder/coder/issues/15364), [`8024c1d`](https://github.com/coder/coder/commit/8024c1dff)) ([@&#8203;Emyrk](https://github.com/Emyrk)) - Improve password validation flow by reducing complexity ([#&#8203;15132](https://github.com/coder/coder/issues/15132), [`4fe2c5f`](https://github.com/coder/coder/commit/4fe2c5f09)) ([@&#8203;defelmnq](https://github.com/defelmnq)) - Fix broken flow when uploading template zip file in the UI ([#&#8203;15410](https://github.com/coder/coder/issues/15410), [`1736309`](https://github.com/coder/coder/commit/17363098e)) ([@&#8203;mtojek](https://github.com/mtojek)) - Fix loss of buffered input on cliui.Prompt ([#&#8203;15421](https://github.com/coder/coder/issues/15421), [`71dc91e`](https://github.com/coder/coder/commit/71dc91e49)) ([@&#8203;spikecurtis](https://github.com/spikecurtis)) - Set content type when uploading edited template to avoid missing type ([#&#8203;15440](https://github.com/coder/coder/issues/15440), [`d2e4969`](https://github.com/coder/coder/commit/d2e496901)) ([@&#8203;ethanndickson](https://github.com/ethanndickson)) - Support windows specific zip mime type for template uploads ([#&#8203;15442](https://github.com/coder/coder/issues/15442), [`f7cbf5d`](https://github.com/coder/coder/commit/f7cbf5dd7)) ([@&#8203;ethanndickson](https://github.com/ethanndickson)) - Stop logging error when template schedule query is canceled ([#&#8203;15402](https://github.com/coder/coder/issues/15402), [`d1305ac`](https://github.com/coder/coder/commit/d1305ac25)) ([@&#8203;spikecurtis](https://github.com/spikecurtis)) - Make GetWorkspacesEligibleForTransition return less false-positives to reduce DB load ([#&#8203;15429](https://github.com/coder/coder/issues/15429), [`f2fe379`](https://github.com/coder/coder/commit/f2fe379bd)) ([@&#8203;DanielleMaywood](https://github.com/DanielleMaywood)) - Remove hardcoded built-in image for Docker template ([#&#8203;15504](https://github.com/coder/coder/issues/15504), [`d3eb896`](https://github.com/coder/coder/commit/d3eb89654)) ([@&#8203;bpmct](https://github.com/bpmct)) - Use explicit API versions for agent and tailnet ([#&#8203;15508](https://github.com/coder/coder/issues/15508), [`4080295`](https://github.com/coder/coder/commit/40802958e)) ([@&#8203;spikecurtis](https://github.com/spikecurtis)) - Add error that provisionerkeys require the externalprovisioners feature, replacing previously misleading message ([#&#8203;15541](https://github.com/coder/coder/issues/15541), [`968c52b`](https://github.com/coder/coder/commit/968c52bc3)) ([@&#8203;aslilac](https://github.com/aslilac)) - Fix tailnet resume using incorrect DB reference ([#&#8203;15522](https://github.com/coder/coder/issues/15522), [`48bb452`](https://github.com/coder/coder/commit/48bb45282)) ([@&#8203;sreya](https://github.com/sreya)) > Fixes an issue where failing to instantiate unrelated keycaches does not fatally error out. - Fix panic while tearing down reconnecting PTY ([#&#8203;15615](https://github.com/coder/coder/issues/15615), [`103824f`](https://github.com/coder/coder/commit/103824f72)) ([@&#8203;spikecurtis](https://github.com/spikecurtis)) - Fix hang in teardown of TestConn_CoordinatorRollingRestart ([#&#8203;15624](https://github.com/coder/coder/issues/15624), [`b5fbfd7`](https://github.com/coder/coder/commit/b5fbfd727)) ([@&#8203;spikecurtis](https://github.com/spikecurtis)) - Deduplicate agent script timings ([#&#8203;15631](https://github.com/coder/coder/issues/15631), [`f3e1dd8`](https://github.com/coder/coder/commit/f3e1dd8d1)) ([@&#8203;BrunoQuaresma](https://github.com/BrunoQuaresma)) - Fix external auth provider logos not displaying on light theme by using `ExternalImage` ([#&#8203;15572](https://github.com/coder/coder/issues/15572), [`32b4b77`](https://github.com/coder/coder/commit/32b4b77c4)) ([@&#8203;aslilac](https://github.com/aslilac)) - Improve log on provisioner daemon started with provisioner key ([#&#8203;15588](https://github.com/coder/coder/issues/15588), [`a8becfb`](https://github.com/coder/coder/commit/a8becfb7a)) ([@&#8203;defelmnq](https://github.com/defelmnq)) - Fix parsing of IPv6 addresses in coder port-forward ([#&#8203;15627](https://github.com/coder/coder/issues/15627), [`648cdd0`](https://github.com/coder/coder/commit/648cdd006)) ([@&#8203;spikecurtis](https://github.com/spikecurtis)) - Fix goroutine memory leak in log streaming over websocket ([#&#8203;15709](https://github.com/coder/coder/issues/15709), [`148a5a3`](https://github.com/coder/coder/commit/148a5a35)) ([@&#8203;SpikeCurtis](https://github.com/SpikeCurtis)) - CLI: Properly handle build log streaming during `coder ping` ([#&#8203;15600](https://github.com/coder/coder/issues/15600), [`6e7f65b`](https://github.com/coder/coder/commit/6e7f65bc5)) ([@&#8203;ethanndickson](https://github.com/ethanndickson)) - Server: Ensure correct RBAC when enqueueing notifications ([#&#8203;15478](https://github.com/coder/coder/issues/15478), [`30e6fbd`](https://github.com/coder/coder/commit/30e6fbd35)) ([@&#8203;johnstcn](https://github.com/johnstcn)) - Server: Prevent NPE if no user link exists ([#&#8203;15289](https://github.com/coder/coder/issues/15289), [`591cefa`](https://github.com/coder/coder/commit/591cefa42)) ([@&#8203;johnstcn](https://github.com/johnstcn)) - Server: Ensure that clearing invalid oauth refresh tokens works with dbcrypt ([#&#8203;15721](https://github.com/coder/coder/issues/15721), [`e744cde`](https://github.com/coder/coder/commit/e744cde8)) ([@&#8203;johnstcn](https://github.com/johnstcn)) > Fixes an issue introduced in [PR #&#8203;15608](https://github.com/coder/coder/pull/15608) which locked users out of their workspaces. This bug was not released into our mainline or stable channels. - Helm: Prefer provisioner key if both provisioner shared key and key are set ([#&#8203;15417](https://github.com/coder/coder/issues/15417), [`6781b0f`](https://github.com/coder/coder/commit/6781b0fc8)) ([@&#8203;johnstcn](https://github.com/johnstcn)) - Installer: Fix failing installation script for remote hosts ([#&#8203;15288](https://github.com/coder/coder/issues/15288), [`df6afd3`](https://github.com/coder/coder/commit/df6afd335)) ([@&#8203;matifali](https://github.com/matifali)) - Dashboard: Show error on duplicate template rename attempt ([#&#8203;15348](https://github.com/coder/coder/issues/15348), [`3c60dc3`](https://github.com/coder/coder/commit/3c60dc3bb)) ([@&#8203;ethanndickson](https://github.com/ethanndickson)) - Dashboard: Watch build logs while job is pending or running ([#&#8203;15341](https://github.com/coder/coder/issues/15341), [`8b5a18c`](https://github.com/coder/coder/commit/8b5a18cad)) ([@&#8203;ethanndickson](https://github.com/ethanndickson)) - Dashboard: Show error on template upload failure ([#&#8203;15558](https://github.com/coder/coder/issues/15558), [`a35c01d`](https://github.com/coder/coder/commit/a35c01de5)) ([@&#8203;ethanndickson](https://github.com/ethanndickson)) - Dashboard: Remove hard-coded activity bump label in workspace schedule settings([#&#8203;15583](https://github.com/coder/coder/issues/15583), [`45f7d77`](https://github.com/coder/coder/commit/45f7d77d6)) ([@&#8203;ethanndickson](https://github.com/ethanndickson)) - Dashboard: Set min and max attributes for workspace number parameters ([#&#8203;15182](https://github.com/coder/coder/issues/15182), [`e87b0bb`](https://github.com/coder/coder/commit/e87b0bb45)) ([@&#8203;toshikish](https://github.com/toshikish)) - Networking: Prevent redial after Coord graceful restart ([#&#8203;15586](https://github.com/coder/coder/issues/15586), [`029cd5d`](https://github.com/coder/coder/commit/029cd5d06)) ([@&#8203;spikecurtis](https://github.com/spikecurtis)) ##### Documentation - Add new best practice doc to [speed up templates and workspaces](https://coder.com/docs/tutorials/best-practices/speed-up-templates) ([#&#8203;15296](https://github.com/coder/coder/issues/15296), [`18ef954`](https://github.com/coder/coder/commit/18ef954a0)) ([@&#8203;EdwardAngert](https://github.com/EdwardAngert)) - Provide example regexes to properly escape . characters in [external authentication page](https://coder.com/docs/admin/external-auth) ([#&#8203;14983](https://github.com/coder/coder/issues/14983), [`040e5cf`](https://github.com/coder/coder/commit/040e5cf9f)) ([@&#8203;bcpeinhardt](https://github.com/bcpeinhardt)) - Add deploymetn ID location to [licensing page](https://coder.com/docs/admin/licensing) ([#&#8203;15415](https://github.com/coder/coder/issues/15415), [`e688ff7`](https://github.com/coder/coder/commit/e688ff723)) ([@&#8203;EdwardAngert](https://github.com/EdwardAngert)) - Add hidden [workplace scheduling page](https://coder.com/docs/admin/templates/managing-templates/schedule) to manifest ([#&#8203;15384](https://github.com/coder/coder/issues/15384), [`f769456`](https://github.com/coder/coder/commit/f7694568e)) ([@&#8203;EdwardAngert](https://github.com/EdwardAngert)) - Fix mention of incorrect env var to enable/disable telemetry ([#&#8203;15467](https://github.com/coder/coder/issues/15467), [`78b4967`](https://github.com/coder/coder/commit/78b496757)) ([@&#8203;mafredri](https://github.com/mafredri)) > The `CODER_TELEMETRY_ENABLE` flag is used to disable telemetry. The documentation previously showed this as the deprecated `CODER_TELEMETRY` variable. - Update [template-from-scratch](https://coder.com/docs/tutorials/template-from-scratch) guide ([#&#8203;15101](https://github.com/coder/coder/issues/15101), [`56e219b`](https://github.com/coder/coder/commit/56e219b50)) ([@&#8203;EdwardAngert](https://github.com/EdwardAngert)) - Add [guide](https://coder.com/docs/admin/templates/extending-templates/provider-authentication#use-a-remote-docker-host-for-authentication) on using Docker host as external authentication provider ([#&#8203;15494](https://github.com/coder/coder/issues/15494), [`6ff302b`](https://github.com/coder/coder/commit/6ff302b74)) ([@&#8203;matifali](https://github.com/matifali)) - Add crypto_keys to list of [dbcrypt fields](https://coder.com/docs/admin/security/database-encryption#how-it-works) ([#&#8203;15602](https://github.com/coder/coder/issues/15602), [`9e63caf`](https://github.com/coder/coder/commit/9e63caf59)) ([@&#8203;spikecurtis](https://github.com/spikecurtis)) - Add [guide for CI/CD template testing](https://coder.com/docs/tutorials/testing-templates) ([#&#8203;15528](https://github.com/coder/coder/issues/15528), [`dcbcf67`](https://github.com/coder/coder/commit/dcbcf6740)) ([@&#8203;matifali](https://github.com/matifali)) - Create a markdown code snippet file to make it easier for contributors ([#&#8203;15611](https://github.com/coder/coder/issues/15611), [`684e75e`](https://github.com/coder/coder/commit/684e75e2a)) ([@&#8203;EdwardAngert](https://github.com/EdwardAngert)) - Add [Amazon DCV Windows module](https://registry.coder.com/modules/amazon-dcv-windows) to [remote desktop guides](https://coder.com/docs/user-guides/workspace-access/remote-desktops#amazon-dcv-windows) ([#&#8203;15610](https://github.com/coder/coder/issues/15610), [`a9195bf`](https://github.com/coder/coder/commit/a9195bfe7)) ([@&#8203;matifali](https://github.com/matifali)) - Add root-level code of conduct link ([#&#8203;15386](https://github.com/coder/coder/issues/15386), [`0961468`](https://github.com/coder/coder/commit/096146839)) ([@&#8203;EdwardAngert](https://github.com/EdwardAngert)) - API: Correct [API reference example](https://coder.com/docs/reference#workspace-agents) for schedule `/extend` endpoint ([#&#8203;15521](https://github.com/coder/coder/issues/15521), [`f1cb3a5`](https://github.com/coder/coder/commit/f1cb3a5b1)) ([@&#8203;aaronlehmann](https://github.com/aaronlehmann)) - API: Update [`/builds` create transition](https://coder.com/docs/reference/api/builds#create-workspace-build) example ([#&#8203;15657](https://github.com/coder/coder/issues/15657), [`d60b588`](https://github.com/coder/coder/commit/d60b58874)) ([@&#8203;ericpaulsen](https://github.com/ericpaulsen)) - Document how to correctly override list(string) parameters ([#&#8203;15497](https://github.com/coder/coder/issues/15497), [`55dccae`](https://github.com/coder/coder/commit/55dccae5a)) ([@&#8203;johnstcn](https://github.com/johnstcn)) - Update documentation for coder_workspace_tags ([#&#8203;15620](https://github.com/coder/coder/issues/15620), [`e550365`](https://github.com/coder/coder/commit/e550365e3)) ([@&#8203;johnstcn](https://github.com/johnstcn)) - Clarify template provisioning speed doc ([#&#8203;15383](https://github.com/coder/coder/issues/15383), [`111029e`](https://github.com/coder/coder/commit/111029ec0)) ([@&#8203;dannykopping](https://github.com/dannykopping)) ##### Code refactoring - Increase group name character limit to 255 ([#&#8203;15377](https://github.com/coder/coder/issues/15377), [`7f51005`](https://github.com/coder/coder/commit/7f510051f)) ([@&#8203;BrunoQuaresma](https://github.com/BrunoQuaresma)) - Server: Use quartz.Clock instead of TimeNowFn ([#&#8203;15642](https://github.com/coder/coder/issues/15642), [`0896f33`](https://github.com/coder/coder/commit/0896f339c)) ([@&#8203;DanielleMaywood](https://github.com/DanielleMaywood)) - Dashboard: Refactor DAU chart to avoid seat consumption focus ([#&#8203;15307](https://github.com/coder/coder/issues/15307), [`4849b4d`](https://github.com/coder/coder/commit/4849b4d8a)) ([@&#8203;BrunoQuaresma](https://github.com/BrunoQuaresma)) ##### Chores - Record workspace lifecycle duration metric to prometheus ([#&#8203;15279](https://github.com/coder/coder/issues/15279), [`144d3f3`](https://github.com/coder/coder/commit/144d3f3e3)) ([@&#8203;Emyrk](https://github.com/Emyrk)) - Tweak e2e test timeouts ([#&#8203;15275](https://github.com/coder/coder/issues/15275), [`85ff8e0`](https://github.com/coder/coder/commit/85ff8e026)) ([@&#8203;aslilac](https://github.com/aslilac)) - Fix concurrent `CommitQuota` transactions for unrelated users/orgs ([#&#8203;15261](https://github.com/coder/coder/issues/15261), [`854044e`](https://github.com/coder/coder/commit/854044e81)) ([@&#8203;Emyrk](https://github.com/Emyrk)) - Refactor coordination ([#&#8203;15343](https://github.com/coder/coder/issues/15343), [`886dcbe`](https://github.com/coder/coder/commit/886dcbec8)) ([@&#8203;spikecurtis](https://github.com/spikecurtis)) > Refactors the way clients of the Tailnet API (clients of the API, which include both workspace "agents" and "clients") interact with the API. Introduces the idea of abstract "controllers" for each of the RPCs in the API, and implements a Coordination controller by refactoring from workspacesdk. - Refactor tailnetAPIConnector to tailnet.Controller ([#&#8203;15361](https://github.com/coder/coder/issues/15361), [`718722a`](https://github.com/coder/coder/commit/718722af1)) ([@&#8203;spikecurtis](https://github.com/spikecurtis)) - Refactor ServerTailnet to use tailnet.Controllers ([#&#8203;15408](https://github.com/coder/coder/issues/15408), [`8c00ebc`](https://github.com/coder/coder/commit/8c00ebc6e)) ([@&#8203;spikecurtis](https://github.com/spikecurtis)) - Support adding dns hosts to `tailnet.Conn` ([#&#8203;15419](https://github.com/coder/coder/issues/15419), [`5d853fc`](https://github.com/coder/coder/commit/5d853fcfd)) ([@&#8203;ethanndickson](https://github.com/ethanndickson)) - Move organizatinon sync to runtime configuration ([#&#8203;15431](https://github.com/coder/coder/issues/15431), [`782214b`](https://github.com/coder/coder/commit/782214bcd)) ([@&#8203;Emyrk](https://github.com/Emyrk)) - Increase autostop requirement leeway to two hours ([#&#8203;15445](https://github.com/coder/coder/issues/15445), [`a5d1977`](https://github.com/coder/coder/commit/a5d19776a)) ([@&#8203;ethanndickson](https://github.com/ethanndickson)) - Include if direct connection is over private network in ping diagnostics ([#&#8203;15313](https://github.com/coder/coder/issues/15313), [`6117f46`](https://github.com/coder/coder/commit/6117f4670)) ([@&#8203;ethanndickson](https://github.com/ethanndickson)) - Add cli command to update organization sync settings ([#&#8203;15459](https://github.com/coder/coder/issues/15459), [`99dd13d`](https://github.com/coder/coder/commit/99dd13d4c)) ([@&#8203;Emyrk](https://github.com/Emyrk)) - Track terraform modules in telemetry ([#&#8203;15450](https://github.com/coder/coder/issues/15450), [`aa0dc2d`](https://github.com/coder/coder/commit/aa0dc2daa)) ([@&#8203;hugodutka](https://github.com/hugodutka)) Compare: [`v2.17.2...v2.18.0`](https://github.com/coder/coder/compare/v2.17.2...v2.18.0) #### Container image - `docker pull ghcr.io/coder/coder:v2.18.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:eyJjcmVhdGVkSW5WZXIiOiIzOS40MC4xIiwidXBkYXRlZEluVmVyIjoiMzkuNDAuMSIsInRhcmdldEJyYW5jaCI6Im1haW4iLCJsYWJlbHMiOltdfQ==-->
prskr added 1 commit 2024-12-04 03:34:15 +00:00
chore(deps): update helm release coder to v2.18.0
All checks were successful
Renovate / renovate (push) Successful in 1m33s
34fdc97f85
prskr merged commit 34fdc97f85 into main 2024-12-04 19:39:12 +00:00
prskr deleted branch renovate/coder-2.x 2024-12-04 19:39:13 +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#391
No description provided.