chore(deps): update helm release coder to v2.17.0 #363

Merged
prskr merged 1 commit from renovate/coder-2.x into main 2024-11-08 07:32:17 +00:00
Owner

This PR contains the following updates:

Package Type Update Change
coder (source) HelmChart minor 2.16.1 -> 2.17.0

Release Notes

coder/coder (coder)

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

Features
Bug fixes
Documentation
Chores
Reverts

Compare: v2.16.1...v2.17.0

Container image

  • docker pull ghcr.io/coder/coder:v2.17.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.16.1` -> `2.17.0` | --- ### Release Notes <details> <summary>coder/coder (coder)</summary> ### [`v2.17.0`](https://github.com/coder/coder/releases/tag/v2.17.0) [Compare Source](https://github.com/coder/coder/compare/v2.16.1...v2.17.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). ##### Features - Allow Owners to create a token on behalf of another user in the cli ([#&#8203;14813](https://github.com/coder/coder/issues/14813), [`ba90bb0`](https://github.com/coder/coder/commit/ba90bb0ab)) ([@&#8203;joobisb](https://github.com/joobisb)) > Extends [`coder tokens create`](https://coder.com/docs/reference/cli/tokens_create) with the [`--user`](https://coder.com/docs/reference/cli/tokens_create#-u---user) flag to describe the owner of the created token. - Add CoderVPN protocol definition & implementation ([#&#8203;14855](https://github.com/coder/coder/issues/14855), [`f7ddbb7`](https://github.com/coder/coder/commit/f7ddbb744)) ([@&#8203;spikecurtis](https://github.com/spikecurtis)) > This is a component of the ongoing implementation of CoderVPN, aka Coder Desktop. To learn about the project use cases, provide feedback, and track progress, see our [public proposal in Github](https://github.com/coder/coder/issues/14859). - Add cache abstraction for fetching signing keys ([#&#8203;14777](https://github.com/coder/coder/issues/14777), [`21b92ef`](https://github.com/coder/coder/commit/21b92ef89)) ([@&#8203;sreya](https://github.com/sreya)) - Show user-auth grouped provisioners in the dashboard ([#&#8203;14883](https://github.com/coder/coder/issues/14883), [`533d655`](https://github.com/coder/coder/commit/533d655ac)) ([@&#8203;f0ssel](https://github.com/f0ssel)) > ![user-auth provisioners](https://github.com/user-attachments/assets/335657e9-d0e6-4a78-ae1b-61b49687010e) - Expose Markdown fields in webhook payload for notification parsing ([#&#8203;14931](https://github.com/coder/coder/issues/14931), [`0aa84b1`](https://github.com/coder/coder/commit/0aa84b18a)) ([@&#8203;mtojek](https://github.com/mtojek)) - Remove dark blue theme ([#&#8203;14890](https://github.com/coder/coder/issues/14890), [`d0a8424`](https://github.com/coder/coder/commit/d0a842481)) ([@&#8203;zxt-tzx](https://github.com/zxt-tzx)) > Any users on this removed theme will automatically move to the latest default. We have no intentions to change the default theme or add new native themes in the near future. - Add `jwtutils` JWT package for standardization ([#&#8203;14928](https://github.com/coder/coder/issues/14928), [`68ec532`](https://github.com/coder/coder/commit/68ec532ca)) ([@&#8203;sreya](https://github.com/sreya)) - Include Coder service prefix on agents to enable desktop-native VPN connections ([#&#8203;14944](https://github.com/coder/coder/issues/14944), [`8785a51`](https://github.com/coder/coder/commit/8785a51b0)) ([@&#8203;spikecurtis](https://github.com/spikecurtis)) - Allow for different docker socket path in docker-based templates to resolve [#&#8203;15035](https://github.com/coder/coder/issues/15035) ([#&#8203;15049](https://github.com/coder/coder/issues/15049), [`79d24d2`](https://github.com/coder/coder/commit/79d24d210)) ([@&#8203;phorcys420](https://github.com/phorcys420)) - Add wsproxy implementation for key fetching ([#&#8203;14917](https://github.com/coder/coder/issues/14917), [`384873a`](https://github.com/coder/coder/commit/384873a11)) ([@&#8203;sreya](https://github.com/sreya)) - Notify users on template deprecation ([#&#8203;15195](https://github.com/coder/coder/issues/15195), [`095c979`](https://github.com/coder/coder/commit/095c9797c)) ([@&#8203;DanielleMaywood](https://github.com/DanielleMaywood)) - Enable automatic key rotation ([#&#8203;15066](https://github.com/coder/coder/issues/15066), [`cd890aa`](https://github.com/coder/coder/commit/cd890aa3a)) ([@&#8203;sreya](https://github.com/sreya)) > Implements a new key rotation system to improve our security posture on a few authentication payloads that previously leveraged pre-shared keys. Some users may encounter one-off errors when in the middle of an authentication flow *only* during the upgrade process. For more info, read our [2.17 release blog](coder.com/blog/release-recap-2-17-0). - Use `hashicorp/cloud-init` provider in AWS devcontainer template ([#&#8203;15050](https://github.com/coder/coder/issues/15050), [`91c337a`](https://github.com/coder/coder/commit/91c337a2f)) ([@&#8203;phorcys420](https://github.com/phorcys420)) - Use `hashicorp/cloud-init` provider for AWS-linux example ([#&#8203;15240](https://github.com/coder/coder/issues/15240), [`c8f68cb`](https://github.com/coder/coder/commit/c8f68cbc4)) ([@&#8203;phorcys420](https://github.com/phorcys420)) - Expose premium trial form via CLI ([#&#8203;15054](https://github.com/coder/coder/issues/15054), [`7982ad7`](https://github.com/coder/coder/commit/7982ad765)) ([@&#8203;joobisb](https://github.com/joobisb)) - Add [Prometheus metric](https://coder.com/docs/admin/integrations/prometheus) for tracking user statuses ([#&#8203;15281](https://github.com/coder/coder/issues/15281), [`3de98c2`](https://github.com/coder/coder/commit/3de98c25)) ([@&#8203;coadler](https://github.com/coadler)) > Allows admins to track total users on the deployment [by status](https://coder.com/docs/admin/users#user-status) using the `coderd_api_total_user_count` metric. - Add audit logs for dormancy events ([#&#8203;15298](https://github.com/coder/coder/issues/15298), [`088f219`](https://github.com/coder/coder/commit/088f2196)) ([@&#8203;coadler](https://github.com/coadler)) - CLI: Extend duration to longer units ([#&#8203;15040](https://github.com/coder/coder/issues/15040), [`ccbb687`](https://github.com/coder/coder/commit/ccbb687ca)) ([@&#8203;defelmnq](https://github.com/defelmnq)) - CLI: Allow passing template version while creating workspaces in the CLI ([#&#8203;14880](https://github.com/coder/coder/issues/14880), [`1914490`](https://github.com/coder/coder/commit/191449078)) ([@&#8203;joobisb](https://github.com/joobisb)) - CLI: Allow promoting an existing template version to active from CLI ([#&#8203;15051](https://github.com/coder/coder/issues/15051), [`5ebc748`](https://github.com/coder/coder/commit/5ebc748e9)) ([@&#8203;joobisb](https://github.com/joobisb)) - Server: Return agent script timings ([#&#8203;14923](https://github.com/coder/coder/issues/14923), [`9c8ecb8`](https://github.com/coder/coder/commit/9c8ecb82a)) ([@&#8203;BrunoQuaresma](https://github.com/BrunoQuaresma)) - Server: Add company logo when available for email notifications ([#&#8203;14935](https://github.com/coder/coder/issues/14935), [`297089e`](https://github.com/coder/coder/commit/297089e94)) ([@&#8203;defelmnq](https://github.com/defelmnq)) > Allows [SMTP notifications](https://coder.com/docs/admin/monitoring/notifications#smtp-email) to be customized with your company logo and name from the deployment appearance settings. - Server: Improve notification format consistency ([#&#8203;14967](https://github.com/coder/coder/issues/14967), [`9d02269`](https://github.com/coder/coder/commit/9d0226919)) ([@&#8203;SasSwart](https://github.com/SasSwart)) - Enterprise: Support bearer tokens in SCIM authentication ([#&#8203;15233](https://github.com/coder/coder/issues/15233), [`487b37b`](https://github.com/coder/coder/commit/487b37b22)) ([@&#8203;coadler](https://github.com/coadler)) - Helm: Add setting to disable service account creation ([#&#8203;14817](https://github.com/coder/coder/issues/14817), [`cd92220`](https://github.com/coder/coder/commit/cd92220ab)) ([@&#8203;MaxTNielsen](https://github.com/MaxTNielsen)) - Helm: Add topologySpreadConstraints value ([#&#8203;15168](https://github.com/coder/coder/issues/15168), [`b62f3e6`](https://github.com/coder/coder/commit/b62f3e6af)) ([@&#8203;ericpaulsen](https://github.com/ericpaulsen)) - Helm: Add support for provisioner keys, add note re psk ([#&#8203;15122](https://github.com/coder/coder/issues/15122), [`413928b`](https://github.com/coder/coder/commit/413928b57)) ([@&#8203;johnstcn](https://github.com/johnstcn)) - Implement api for "forgot password?" flow ([#&#8203;14915](https://github.com/coder/coder/issues/14915), [`4369f2b`](https://github.com/coder/coder/commit/4369f2b4b)) ([@&#8203;DanielleMaywood](https://github.com/DanielleMaywood)) - Log when attempted password resets fail ([#&#8203;15267](https://github.com/coder/coder/issues/15267), [`78ff375`](https://github.com/coder/coder/commit/78ff375fe)) ([@&#8203;DanielleMaywood](https://github.com/DanielleMaywood)) - Dashboard: Add forgot password link ([#&#8203;15108](https://github.com/coder/coder/issues/15108), [`aaa1223`](https://github.com/coder/coder/commit/aaa122340)) ([@&#8203;BrunoQuaresma](https://github.com/BrunoQuaresma)) > Adds a new "Forgot Password" email flow for users with simple authentication to autonomously reset their passwords. Note that this feature requires [SMTP notifcations](https://coder.com/docs/admin/monitoring/notifications#smtp-email) to be configured on your deployment. > ![Forgot Password?](https://github.com/user-attachments/assets/a90d1b74-fcb1-4e9c-91e1-a6104790b227) > ![Forgot password prompt](https://github.com/user-attachments/assets/1a6a5415-2fd9-4fc0-afce-c5eeafa2825f) - Dashboard: Add workspace timings ([#&#8203;15068](https://github.com/coder/coder/issues/15068), [`d89eceb`](https://github.com/coder/coder/commit/d89ecebb4)) ([@&#8203;BrunoQuaresma](https://github.com/BrunoQuaresma)) > Adds a breakdown of startup timing (provisioning and agent startup) in the workpsace UI. Additionally available per workspace via [the API endpoint](https://coder.com/docs/reference/api/builds#get-workspace-build-timings-by-id). > ![Image](https://github.com/user-attachments/assets/45b2bebd-c00b-46ec-8c7c-1276ed3def65) - 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/4849b4d8)) ([@&#8203;BrunoQuaresma](https://github.com/BrunoQuaresma)) > Some customers noted that the "Active Users" graph in the main deployment settings seems to measure license usage. This graph is exclusively for understanding daily user activity in the deployment and is entirely unrelated to seat consumption. Seat usage can be evaluated in the license settings of your deployment. We've removed any mention of licenses in this graph for clarity. > ![DAU Chart](https://github.com/user-attachments/assets/aaecc0ef-915b-43f5-9f86-2ec44ab99fd9) ##### Bug fixes - Always show upload and scratch in create template gallery ([#&#8203;14327](https://github.com/coder/coder/issues/14327), [`e70ad2b`](https://github.com/coder/coder/commit/e70ad2b4b)) ([@&#8203;aslilac](https://github.com/aslilac)) > Fixes a leftover issue from the Organizations UI migration. - Sort provisioner key tags in cli output ([#&#8203;14875](https://github.com/coder/coder/issues/14875), [`d6766f7`](https://github.com/coder/coder/commit/d6766f706)) ([@&#8203;spikecurtis](https://github.com/spikecurtis)) - Display workspace avatars correctly when URLs fail to load ([#&#8203;14814](https://github.com/coder/coder/issues/14814), [`680e28b`](https://github.com/coder/coder/commit/680e28bdc)) ([@&#8203;Parkreiner](https://github.com/Parkreiner)) - Fix bug with trailing version info not being properly stripped ([#&#8203;14963](https://github.com/coder/coder/issues/14963), [`20bfd1f`](https://github.com/coder/coder/commit/20bfd1f87)) ([@&#8203;bcpeinhardt](https://github.com/bcpeinhardt)) > Fixes some broken documentation links in the dashboard due to version picker incompatibility. - Replace double-negative in message when trying to update a workspace that is already up-to-date ([#&#8203;14975](https://github.com/coder/coder/issues/14975), [`0ef5340`](https://github.com/coder/coder/commit/0ef5340d2)) ([@&#8203;defelmnq](https://github.com/defelmnq)) - Fix error handling to prevent spam in process priority management ([#&#8203;15071](https://github.com/coder/coder/issues/15071), [`7da231b`](https://github.com/coder/coder/commit/7da231bc9)) ([@&#8203;sreya](https://github.com/sreya)) - Correct default wsproxy table columns to resolve broken CLI command `coder wsproxy edit` ([#&#8203;15124](https://github.com/coder/coder/issues/15124), [`c81fd1d`](https://github.com/coder/coder/commit/c81fd1d86)) ([@&#8203;ethanndickson](https://github.com/ethanndickson)) - Correct `connection_median_latency_ms` in query to prevent incorrectly reported latency under template insights ([#&#8203;15086](https://github.com/coder/coder/issues/15086), [`5f640eb`](https://github.com/coder/coder/commit/5f640eb21)) ([@&#8203;f0ssel](https://github.com/f0ssel)) - Order provisioner keys by creation date when returned from the API ([#&#8203;15125](https://github.com/coder/coder/issues/15125), [`b54950c`](https://github.com/coder/coder/commit/b54950cc6)) ([@&#8203;f0ssel](https://github.com/f0ssel)) - Include custom agent headers in tailnet to support DERP connections ([#&#8203;15145](https://github.com/coder/coder/issues/15145), [`c5a4095`](https://github.com/coder/coder/commit/c5a409561)) ([@&#8203;ethanndickson](https://github.com/ethanndickson)) - Urlencode email in reset password link ([#&#8203;15167](https://github.com/coder/coder/issues/15167), [`23f61c6`](https://github.com/coder/coder/commit/23f61c68b)) ([@&#8203;DanielleMaywood](https://github.com/DanielleMaywood)) - Show audit logs for forgot password flow ([#&#8203;15181](https://github.com/coder/coder/issues/15181), [`5076161`](https://github.com/coder/coder/commit/507616107)) ([@&#8203;DanielleMaywood](https://github.com/DanielleMaywood)) - Wait for server tailnet background routines to exit on Close ([#&#8203;15183](https://github.com/coder/coder/issues/15183), [`32d5875`](https://github.com/coder/coder/commit/32d5875fa)) ([@&#8203;spikecurtis](https://github.com/spikecurtis)) - Fix build in security workflow ([#&#8203;15209](https://github.com/coder/coder/issues/15209), [`bcd68ee`](https://github.com/coder/coder/commit/bcd68ee24)) ([@&#8203;sreya](https://github.com/sreya)) - Close server PTY connections on client disconnect ([#&#8203;15201](https://github.com/coder/coder/issues/15201), [`81e99be`](https://github.com/coder/coder/commit/81e99bec6)) ([@&#8203;f0ssel](https://github.com/f0ssel)) - Stop logging errors on cancel in notifier ([#&#8203;15186](https://github.com/coder/coder/issues/15186), [`d9f1aaf`](https://github.com/coder/coder/commit/d9f1aafa9)) ([@&#8203;spikecurtis](https://github.com/spikecurtis)) - Stop incrementing activity on empty agent stats ([#&#8203;15204](https://github.com/coder/coder/issues/15204), [`0dd942e`](https://github.com/coder/coder/commit/0dd942e19)) ([@&#8203;f0ssel](https://github.com/f0ssel)) - Stop activity bump if no tracked sessions ([#&#8203;15237](https://github.com/coder/coder/issues/15237), [`d83f4eb`](https://github.com/coder/coder/commit/d83f4eb07)) ([@&#8203;f0ssel](https://github.com/f0ssel)) > Blocked behind the `workspace-usage` experiment, which will be shipped in a future release. [#&#8203;15204](https://github.com/coder/coder/issues/15204) and [#&#8203;14237](https://github.com/coder/coder/issues/14237) fix a bug that caused user activity to be reported by the agent when no active session is present, extending the workspace autostop. - Ensure user admins can always see users table ([#&#8203;15226](https://github.com/coder/coder/issues/15226), [`1d925ab`](https://github.com/coder/coder/commit/1d925ab04)) ([@&#8203;Parkreiner](https://github.com/Parkreiner)) > Resolves an issue on `main` that prevented user admins from seeing the users table in the dashboard and some user-related API routes. - Workspaces query to correctly user username from users table ([#&#8203;15305](https://github.com/coder/coder/issues/15305), [`9d03e04`](https://github.com/coder/coder/commit/9d03e042)) ([@&#8203;Emyrk](https://github.com/Emyrk)) > Resolves a bug preventing users from querying workspaces by owner name. - CLI: Fix potential panic in traceError if unwrapped err is nil ([#&#8203;15166](https://github.com/coder/coder/issues/15166), [`212aeff`](https://github.com/coder/coder/commit/212aeff72)) ([@&#8203;johnstcn](https://github.com/johnstcn)) - Server: Exclude unset fields from notifications ([#&#8203;15110](https://github.com/coder/coder/issues/15110), [`dfb6bfa`](https://github.com/coder/coder/commit/dfb6bfa4d)) ([@&#8203;SasSwart](https://github.com/SasSwart)) > Fixes an issue where some fields would appear as asterisks when missing from a notification. - Documentation: Fix a typo in the devcontainer documentation ([#&#8203;15102](https://github.com/coder/coder/issues/15102), [`75b5d71`](https://github.com/coder/coder/commit/75b5d7121)) ([@&#8203;SasSwart](https://github.com/SasSwart)) - Helm: Set serviceAccount.disableCreate=false by default, add tests ([#&#8203;15197](https://github.com/coder/coder/issues/15197), [`fed70bd`](https://github.com/coder/coder/commit/fed70bdeb)) ([@&#8203;johnstcn](https://github.com/johnstcn)) - Helm: Fail if psk and key are both set ([#&#8203;15157](https://github.com/coder/coder/issues/15157), [`c42f487`](https://github.com/coder/coder/commit/c42f48766)) ([@&#8203;johnstcn](https://github.com/johnstcn)) - Dashboard: Fix build logs scrolling not on safari ([#&#8203;14884](https://github.com/coder/coder/issues/14884), [`52f03db`](https://github.com/coder/coder/commit/52f03dbdf)) ([@&#8203;BrunoQuaresma](https://github.com/BrunoQuaresma)) - Dashboard: Fix validation server error on change password form ([#&#8203;15170](https://github.com/coder/coder/issues/15170), [`76bfa9b`](https://github.com/coder/coder/commit/76bfa9ba1)) ([@&#8203;BrunoQuaresma](https://github.com/BrunoQuaresma)) - Dashboard: Sanitize login redirect ([#&#8203;15208](https://github.com/coder/coder/issues/15208), [`69c1d98`](https://github.com/coder/coder/commit/69c1d981e)) ([@&#8203;coadler](https://github.com/coadler)) > Resolves an issue which allows attackers to craft a Coder URL that when clicked by a logged in user, could redirect them to a website the attacker controls, e.g. google.com. For details on resolution see [this advisory on Github](https://github.com/coder/coder/security/advisories/GHSA-wcx9-ccpj-hx3c). - Dashboard: Update workspace timings to use theme colors ([#&#8203;15269](https://github.com/coder/coder/issues/15269), [`3c7808c`](https://github.com/coder/coder/commit/3c7808c57)) ([@&#8203;BrunoQuaresma](https://github.com/BrunoQuaresma)) - Dashboard: Add static filebrowser icon to remove external dependency ([#&#8203;15367](https://github.com/coder/coder/issues/15367), [`dc29b81`](https://github.com/coder/coder/commit/dc29b81)) ([@&#8203;johnstcn](https://github.com/johnstcn)) ##### Documentation - Overhaul content hierarchy of the documentation ([#&#8203;14421](https://github.com/coder/coder/issues/14421), [`419eba5`](https://github.com/coder/coder/commit/419eba5fb)) ([@&#8203;matifali](https://github.com/matifali)) > As you may have already seen, we've fully overhauled [our documentation](https://coder.com/docs). We believe this massively improves the navigability of our content and opens a clear path for future contribution from our community and team. Please share your feedback in [GitHub discussions](https://github.com/coder/coder/discussions) with the `docs` label. - Add statement about minimum network quality ([#&#8203;14745](https://github.com/coder/coder/issues/14745), [`3d87f78`](https://github.com/coder/coder/commit/3d87f78ce)) ([@&#8203;spikecurtis](https://github.com/spikecurtis)) > We've had some reports about difficulty connecting to workspaces under very challenging networking conditions. This [adds minimum networking requirements](https://coder.com/docs/admin/networking#requirements) for a healthy deployment to our documentation. - Explain [`--rich-parameter-file`](https://coder.com/docs/reference/cli/update#--rich-parameter-file) format ([#&#8203;14941](https://github.com/coder/coder/issues/14941), [`26df33a`](https://github.com/coder/coder/commit/26df33ac8)) ([@&#8203;joobisb](https://github.com/joobisb)) - Reorganize and edit docs [README](https://github.com/coder/coder/tree/main/docs#about) (aka the [About page](https://coder.com/docs/about)) ([#&#8203;14706](https://github.com/coder/coder/issues/14706), [`88c6a75`](https://github.com/coder/coder/commit/88c6a75d4)) ([@&#8203;EdwardAngert](https://github.com/EdwardAngert)) - Add `primary` to `wsproxy ls` output in [Networking docs](https://coder.com/docs/admin/networking/workspace-proxies#step-2-deploy-the-proxy) ([#&#8203;15185](https://github.com/coder/coder/issues/15185), [`d7baa49`](https://github.com/coder/coder/commit/d7baa49d6)) ([@&#8203;EdwardAngert](https://github.com/EdwardAngert)) - Re-add [custom roles](https://coder.com/docs/admin/users/groups-roles#custom-roles-premium-beta) documentation ([#&#8203;15280](https://github.com/coder/coder/issues/15280), [`2573838`](https://github.com/coder/coder/commit/25738388)) ([@&#8203;stirby](https://github.com/stirby)) > During the documentation restructure, these were lost. You can now see how to add and manage custom roles, as well as some example roles to get started. - Add new best practices [guide 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/18ef954a)) ([@&#8203;EdwardAngert](https://github.com/EdwardAngert)) - Add notes regarding [provisioner tags](https://coder.com/docs/admin/provisioners#provisioner-tags) and untagged jobs ([#&#8203;15081](https://github.com/coder/coder/issues/15081), [`29763b1`](https://github.com/coder/coder/commit/29763b1b4)) ([@&#8203;johnstcn](https://github.com/johnstcn)) - Update [external provisioners](https://coder.com/docs/admin/provisioners) helm docs ([#&#8203;15155](https://github.com/coder/coder/issues/15155), [`84f0cf2`](https://github.com/coder/coder/commit/84f0cf215)) ([@&#8203;johnstcn](https://github.com/johnstcn)) - Remove workspace proxy map ([#&#8203;15070](https://github.com/coder/coder/issues/15070), [`20a9e9b`](https://github.com/coder/coder/commit/20a9e9bdf)) ([@&#8203;EdwardAngert](https://github.com/EdwardAngert)) - Add [Quickstart guide](https://coder.com/docs/tutorials/quickstart) to tutorials ([#&#8203;14744](https://github.com/coder/coder/issues/14744), [`ed5da65`](https://github.com/coder/coder/commit/ed5da65a5)) ([@&#8203;EdwardAngert](https://github.com/EdwardAngert)) - Add documentation on new workspace build timings to [workspace lifecycle](https://coder.com/docs/user-guides/workspace-lifecycle#workspace-build-times) and [template troubleshooting](https://coder.com/docs/admin/templates/troubleshooting#slow-workspace-startup-times) ([#&#8203;15310](https://github.com/coder/coder/issues/15310), [`399c830`](https://github.com/coder/coder/commit/399c830b)) ([@&#8203;stirby](https://github.com/stirby)) ##### Chores - Remove notifications experiment ([#&#8203;14869](https://github.com/coder/coder/issues/14869), [`11f7b1b`](https://github.com/coder/coder/commit/11f7b1b3f)) ([@&#8203;dannykopping](https://github.com/dannykopping)) > Notifications has been out of experimental (in Beta) since 2.16.0. This is simply a cleanup that does not impact functionality. - Join owner, template, and org in new workspace view ([#&#8203;15116](https://github.com/coder/coder/issues/15116), [`343f8ec`](https://github.com/coder/coder/commit/343f8ec9a)) ([@&#8203;Emyrk](https://github.com/Emyrk)) > Improves RBAC codebase management on these resources in the organization scope. - Fix concurrent CommitQuota transactions for unrelated users/orgs ([#&#8203;15261](https://github.com/coder/coder/issues/15261), [`854044e`](https://github.com/coder/coder/commit/854044e8)) ([@&#8203;Emyrk](https://github.com/Emyrk)) - Update Go to 1.22.8 ([#&#8203;15255](https://github.com/coder/coder/issues/15255), [`516ba9e`](https://github.com/coder/coder/commit/516ba9e28)) ([@&#8203;coadler](https://github.com/coadler)) - Update Terraform to 1.9.8 ([#&#8203;15256](https://github.com/coder/coder/issues/15256), [`074faec`](https://github.com/coder/coder/commit/074faec7d)) ([@&#8203;coadler](https://github.com/coadler)) - Examples: Add missing devcontainer templates to examples.go ([#&#8203;15080](https://github.com/coder/coder/issues/15080), [`06a4018`](https://github.com/coder/coder/commit/06a40185c)) ([@&#8203;johnstcn](https://github.com/johnstcn)) - README: add openssf best practices badge ([#&#8203;14938](https://github.com/coder/coder/issues/14938), [`61a4102`](https://github.com/coder/coder/commit/61a41027f)) ([@&#8203;matifali](https://github.com/matifali)) ##### Reverts - "chore: bump [@&#8203;types/lodash](https://github.com/types/lodash) from 4.14.196 to 4.17.9 in /offlinedocs" ([#&#8203;14922](https://github.com/coder/coder/issues/14922), [`302b7fa`](https://github.com/coder/coder/commit/302b7fa04)) ([@&#8203;bcpeinhardt](https://github.com/bcpeinhardt)) Compare: [`v2.16.1...v2.17.0`](https://github.com/coder/coder/compare/v2.16.1...v2.17.0) #### Container image - `docker pull ghcr.io/coder/coder:v2.17.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:eyJjcmVhdGVkSW5WZXIiOiIzOS42LjAiLCJ1cGRhdGVkSW5WZXIiOiIzOS42LjAiLCJ0YXJnZXRCcmFuY2giOiJtYWluIiwibGFiZWxzIjpbXX0=-->
prskr added 1 commit 2024-11-07 03:34:49 +00:00
prskr merged commit 1be94f4508 into main 2024-11-08 07:32:17 +00:00
prskr deleted branch renovate/coder-2.x 2024-11-08 07:32:18 +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#363
No description provided.