chore(deps): update helm release coder to v2.7.1 #33

Merged
prskr merged 1 commit from renovate/coder-2.x into main 2024-01-22 18:49:59 +00:00
Owner

This PR contains the following updates:

Package Type Update Change
coder (source) HelmChart minor 2.6.0 -> 2.7.1

Warning

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


Release Notes

coder/coder (coder)

v2.7.1

Compare Source

Changelog

Bug fixes
  • Fixed an issue in v2.7.0 where Coder now properly reports direct connections to workspaces (#​11744) (@​spikecurtis)

    Users that upgraded to v2.7.0 will need to update their local CLI to v2.7.1. Previous CLI versions should be unaffected.

Compare: v2.7.0...v2.7.1

Container image

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

Install/upgrade

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

v2.7.0

Compare Source

Changelog

⚠️ Warning: This release includes a bug (https://github.com/coder/coder/issues/11732) that improperly reports when a direct peer-to-peer connection to their workspace is established. We recommend upgrading directly to v2.7.1 instead.

Important changes
New "Workspace" page design

Workspace-page

Tailnet v2 / PG Coordinator

This release includes two significant changes to our networking stack: PG Coordinator and Tailnet v2. The changes
aim to improve network reliability, code quality, session control, and stable versioning/backward compatibility.

Features
Bug fixes
Documentation

Compare: v2.6.0...v2.7.0

Container image

  • docker pull ghcr.io/coder/coder:v2.7.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.6.0` -> `2.7.1` | --- > ⚠ **Warning** > > Some dependencies could not be looked up. Check the warning logs for more information. --- ### Release Notes <details> <summary>coder/coder (coder)</summary> ### [`v2.7.1`](https://github.com/coder/coder/releases/tag/v2.7.1) [Compare Source](https://github.com/coder/coder/compare/v2.7.0...v2.7.1) #### Changelog ##### Bug fixes - Fixed an issue in v2.7.0 where Coder now properly reports direct connections to workspaces ([#&#8203;11744](https://github.com/coder/coder/issues/11744)) ([@&#8203;spikecurtis](https://github.com/spikecurtis)) > Users that upgraded to v2.7.0 will need to update their local CLI to v2.7.1. Previous CLI versions should be unaffected. Compare: [`v2.7.0...v2.7.1`](https://github.com/coder/coder/compare/v2.7.0...v2.7.1) #### Container image - `docker pull ghcr.io/coder/coder:v2.7.1` #### Install/upgrade Refer to our docs to [install](https://coder.com/docs/v2/latest/install) or [upgrade](https://coder.com/docs/v2/latest/admin/upgrade) Coder, or use a release asset below. ### [`v2.7.0`](https://github.com/coder/coder/releases/tag/v2.7.0) [Compare Source](https://github.com/coder/coder/compare/v2.6.0...v2.7.0) #### Changelog > ⚠️ **Warning**: This release includes a bug (https://github.com/coder/coder/issues/11732) that improperly reports when a direct peer-to-peer connection to their workspace is established. We recommend upgrading directly to v2.7.1 instead. ##### Important changes ##### New "Workspace" page design ![Workspace-page](https://raw.githubusercontent.com/coder/coder/main/docs/changelogs/images/workspace-page.png) - Workspace header is more slim ([#&#8203;11327](https://github.com/coder/coder/issues/11327)) ([#&#8203;11370](https://github.com/coder/coder/issues/11370)) ([@&#8203;BrunoQuaresma](https://github.com/BrunoQuaresma)) - Build history is in the sidebar ([#&#8203;11413](https://github.com/coder/coder/issues/11413)) ([#&#8203;11597](https://github.com/coder/coder/issues/11597)) ([@&#8203;BrunoQuaresma](https://github.com/BrunoQuaresma)) - Resources is in the sidebar ([#&#8203;11456](https://github.com/coder/coder/issues/11456)) ([@&#8203;BrunoQuaresma](https://github.com/BrunoQuaresma)) ##### Tailnet v2 / PG Coordinator This release includes two significant changes to our networking stack: PG Coordinator and Tailnet v2. The changes aim to improve network reliability, code quality, session control, and stable versioning/backward compatibility. ##### Features - The "Health Check" page can help admins to troubleshoot common deployment/network issues ([#&#8203;11494](https://github.com/coder/coder/issues/11494)) ([@&#8203;johnstcn](https://github.com/johnstcn)) ![Health Check](https://raw.githubusercontent.com/coder/coder/main/docs/changelogs/images/health-check.png) - Added support for bulk workspace updates ([#&#8203;11583](https://github.com/coder/coder/issues/11583)) ([@&#8203;aslilac](https://github.com/aslilac)) ![Bulk updates](https://raw.githubusercontent.com/coder/coder/main/docs/changelogs/images/bulk-updates.png) - Expose `owner_name` in `coder_workspace` resource ([#&#8203;11639](https://github.com/coder/coder/issues/11639)) ([#&#8203;11683](https://github.com/coder/coder/issues/11683)) ([@&#8203;mtojek](https://github.com/mtojek)) ![Owner name](https://raw.githubusercontent.com/coder/coder/main/docs/changelogs/images/owner-name.png) > This is currently only managed in account settings. In a future release, we may capture this from the identity provider or "New user" form: [#&#8203;11704](https://github.com/coder/coder/issues/11704) - Add logging to agent stats and JetBrains tracking ([#&#8203;11364](https://github.com/coder/coder/issues/11364)) ([@&#8203;spikecurtis](https://github.com/spikecurtis)) - Group avatars can be selected with the emoji picker ([#&#8203;11395](https://github.com/coder/coder/issues/11395)) ([@&#8203;aslilac](https://github.com/aslilac)) - Display current workspace version on `coder list` ([#&#8203;11450](https://github.com/coder/coder/issues/11450)) ([@&#8203;f0ssel](https://github.com/f0ssel)) - Display application name over sign in form instead of `Sign In` ([#&#8203;11500](https://github.com/coder/coder/issues/11500)) ([@&#8203;f0ssel](https://github.com/f0ssel)) - 🧹 Workspace Cleanup: Coder can flag or even auto-delete workspaces that are not in use ([#&#8203;11427](https://github.com/coder/coder/issues/11427)) ([@&#8203;sreya](https://github.com/sreya)) ![Workspace cleanup](http://raw.githubusercontent.com/coder/coder/main/docs/changelogs/images/workspace-cleanup.png) > Template admins can manage the cleanup policy in template settings. This is an [Enterprise feature](https://coder.com/docs/v2/latest/enterprise) - Add a character counter for fields with length limits ([#&#8203;11558](https://github.com/coder/coder/issues/11558)) ([@&#8203;aslilac](https://github.com/aslilac)) - Add markdown support for template deprecation messages ([#&#8203;11562](https://github.com/coder/coder/issues/11562)) ([@&#8203;aslilac](https://github.com/aslilac)) - Add support for loading template variables from tfvars files ([#&#8203;11549](https://github.com/coder/coder/issues/11549)) ([@&#8203;mtojek](https://github.com/mtojek)) - Expose support links as [env variables](https://coder.com/docs/v2/latest/cli/server#--support-links) ([#&#8203;11697](https://github.com/coder/coder/issues/11697)) ([@&#8203;mtojek](https://github.com/mtojek)) - Allow custom icons in the "support links" navbar ([#&#8203;11629](https://github.com/coder/coder/issues/11629)) ([@&#8203;mtojek](https://github.com/mtojek)) - Add additional fields to first time setup trial flow ([#&#8203;11533](https://github.com/coder/coder/issues/11533)) ([@&#8203;coadler](https://github.com/coadler)) - Manage provisioner tags in template editor ([#&#8203;11600](https://github.com/coder/coder/issues/11600)) ([@&#8203;f0ssel](https://github.com/f0ssel)) - Add `coder open vscode` CLI command ([#&#8203;11191](https://github.com/coder/coder/issues/11191)) ([@&#8203;mafredri](https://github.com/mafredri)) - Add app testing to scaletest workspace-traffic ([#&#8203;11633](https://github.com/coder/coder/issues/11633)) ([@&#8203;mafredri](https://github.com/mafredri)) - Allow multiple remote forwards and allow missing local file ([#&#8203;11648](https://github.com/coder/coder/issues/11648)) ([@&#8203;mafredri](https://github.com/mafredri)) - Add provisioner build version and api_version on serve ([#&#8203;11369](https://github.com/coder/coder/issues/11369)) ([@&#8203;johnstcn](https://github.com/johnstcn)) - Add provisioner_daemons to /debug/health endpoint ([#&#8203;11393](https://github.com/coder/coder/issues/11393)) ([@&#8203;johnstcn](https://github.com/johnstcn)) - Improve icon compatibility across themes ([#&#8203;11457](https://github.com/coder/coder/issues/11457)) ([@&#8203;aslilac](https://github.com/aslilac)) - Add docs links on health page ([#&#8203;11582](https://github.com/coder/coder/issues/11582)) ([@&#8203;johnstcn](https://github.com/johnstcn)) - Show version files diff based on active version ([#&#8203;11686](https://github.com/coder/coder/issues/11686)) ([@&#8203;BrunoQuaresma](https://github.com/BrunoQuaresma)) ##### Bug fixes - Prevent UI from jumping around when selecting workspaces ([#&#8203;11321](https://github.com/coder/coder/issues/11321)) ([@&#8203;Parkreiner](https://github.com/Parkreiner)) - Test for expiry 3 months on Azure certs ([#&#8203;11362](https://github.com/coder/coder/issues/11362)) ([@&#8203;spikecurtis](https://github.com/spikecurtis)) - Use TSMP for pings and checking reachability ([#&#8203;11306](https://github.com/coder/coder/issues/11306)) ([@&#8203;spikecurtis](https://github.com/spikecurtis)) - Correct wording on logo url field ([#&#8203;11377](https://github.com/coder/coder/issues/11377)) ([@&#8203;f0ssel](https://github.com/f0ssel)) - Change coder start to be a no-op if workspace is started ([@&#8203;spikecurtis](https://github.com/spikecurtis)) - Create tempdir prior to cleanup ([#&#8203;11394](https://github.com/coder/coder/issues/11394)) ([@&#8203;kylecarbs](https://github.com/kylecarbs)) - Send end of logs when dbfake completes job ([#&#8203;11402](https://github.com/coder/coder/issues/11402)) ([@&#8203;spikecurtis](https://github.com/spikecurtis)) - Handle unescaped userinfo in postgres url ([#&#8203;11396](https://github.com/coder/coder/issues/11396)) ([@&#8203;f0ssel](https://github.com/f0ssel)) - Fix GCP federation guide formatting ([#&#8203;11432](https://github.com/coder/coder/issues/11432)) ([@&#8203;ericpaulsen](https://github.com/ericpaulsen)) - Fix workspace proxy command app link href ([#&#8203;11423](https://github.com/coder/coder/issues/11423)) ([@&#8203;Emyrk](https://github.com/Emyrk)) - Make ProxyMenu more accessible to screen readers ([#&#8203;11312](https://github.com/coder/coder/issues/11312)) ([@&#8203;Parkreiner](https://github.com/Parkreiner)) - Generate new random username to prevent flake ([#&#8203;11501](https://github.com/coder/coder/issues/11501)) ([@&#8203;f0ssel](https://github.com/f0ssel)) - Relax CSRF to exclude path based apps ([#&#8203;11430](https://github.com/coder/coder/issues/11430)) ([@&#8203;Emyrk](https://github.com/Emyrk)) - Stop logging error on canceled query ([#&#8203;11506](https://github.com/coder/coder/issues/11506)) ([@&#8203;spikecurtis](https://github.com/spikecurtis)) - Fix MetricsAggregator check for metric sameness ([#&#8203;11508](https://github.com/coder/coder/issues/11508)) ([@&#8203;spikecurtis](https://github.com/spikecurtis)) - Force node version v18 ([#&#8203;11510](https://github.com/coder/coder/issues/11510)) ([@&#8203;mtojek](https://github.com/mtojek)) - Carry tags to new templateversions ([#&#8203;11502](https://github.com/coder/coder/issues/11502)) ([@&#8203;f0ssel](https://github.com/f0ssel)) - Use background context for inmem provisionerd ([#&#8203;11545](https://github.com/coder/coder/issues/11545)) ([@&#8203;spikecurtis](https://github.com/spikecurtis)) - Stop logging errors on canceled cleanup queries ([#&#8203;11547](https://github.com/coder/coder/issues/11547)) ([@&#8203;spikecurtis](https://github.com/spikecurtis)) - Correct app url format in comment ([#&#8203;11523](https://github.com/coder/coder/issues/11523)) ([@&#8203;f0ssel](https://github.com/f0ssel)) - Correct flag name ([#&#8203;11525](https://github.com/coder/coder/issues/11525)) ([@&#8203;f0ssel](https://github.com/f0ssel)) - Return a more sophisticated error for device failure on 429 ([#&#8203;11554](https://github.com/coder/coder/issues/11554)) ([@&#8203;Emyrk](https://github.com/Emyrk)) - Ensure wsproxy `MultiAgent` is closed when websocket dies ([#&#8203;11414](https://github.com/coder/coder/issues/11414)) ([@&#8203;coadler](https://github.com/coadler)) - Apply appropriate artifactory defaults for external auth ([#&#8203;11580](https://github.com/coder/coder/issues/11580)) ([@&#8203;Emyrk](https://github.com/Emyrk)) - Remove cancel button if user cannot cancel job ([#&#8203;11553](https://github.com/coder/coder/issues/11553)) ([@&#8203;f0ssel](https://github.com/f0ssel)) - Publish workspace update on quota failure ([#&#8203;11559](https://github.com/coder/coder/issues/11559)) ([@&#8203;f0ssel](https://github.com/f0ssel)) - Fix template edit overriding with flag defaults ([#&#8203;11564](https://github.com/coder/coder/issues/11564)) ([@&#8203;sreya](https://github.com/sreya)) - Improve wsproxy error when proxyurl is set to a primary ([#&#8203;11586](https://github.com/coder/coder/issues/11586)) ([@&#8203;Emyrk](https://github.com/Emyrk)) - Show error when creating a new group fails ([#&#8203;11560](https://github.com/coder/coder/issues/11560)) ([@&#8203;aslilac](https://github.com/aslilac)) - Refresh all oauth links on external auth page ([#&#8203;11646](https://github.com/coder/coder/issues/11646)) ([@&#8203;Emyrk](https://github.com/Emyrk)) - Detect JetBrains running on local ipv6 ([#&#8203;11653](https://github.com/coder/coder/issues/11653)) ([@&#8203;code-asher](https://github.com/code-asher)) - Avoid returning 500 on apps when workspace stopped ([#&#8203;11656](https://github.com/coder/coder/issues/11656)) ([@&#8203;sreya](https://github.com/sreya)) - Detect JetBrains running on local ipv6 ([#&#8203;11676](https://github.com/coder/coder/issues/11676)) ([@&#8203;code-asher](https://github.com/code-asher)) - Close pg PubSub listener to avoid race ([#&#8203;11640](https://github.com/coder/coder/issues/11640)) ([@&#8203;spikecurtis](https://github.com/spikecurtis)) - Use raw syscalls to write binary we execute ([#&#8203;11684](https://github.com/coder/coder/issues/11684)) ([@&#8203;spikecurtis](https://github.com/spikecurtis)) - Allow ports in wildcard url configuration ([#&#8203;11657](https://github.com/coder/coder/issues/11657)) ([@&#8203;Emyrk](https://github.com/Emyrk)) - Make workspace tooltips actionable ([#&#8203;11700](https://github.com/coder/coder/issues/11700)) ([@&#8203;mtojek](https://github.com/mtojek)) - Fix X11 forwarding by improving Xauthority management ([#&#8203;11550](https://github.com/coder/coder/issues/11550)) ([@&#8203;mafredri](https://github.com/mafredri)) - Allow remote forwarding a socket multiple times ([#&#8203;11631](https://github.com/coder/coder/issues/11631)) ([@&#8203;mafredri](https://github.com/mafredri)) - Correctly show warning when no provisioner daemons are registered ([#&#8203;11591](https://github.com/coder/coder/issues/11591)) ([@&#8203;johnstcn](https://github.com/johnstcn)) - Update last_used_at when workspace app reports stats ([#&#8203;11603](https://github.com/coder/coder/issues/11603)) ([@&#8203;johnstcn](https://github.com/johnstcn)) - Add missing v prefix to provisioner_daemons.api_version ([#&#8203;11385](https://github.com/coder/coder/issues/11385)) ([@&#8203;johnstcn](https://github.com/johnstcn)) - Revert addition of v prefix to provisioner_daemons.api_version ([#&#8203;11403](https://github.com/coder/coder/issues/11403)) ([@&#8203;johnstcn](https://github.com/johnstcn)) - Add daemon-specific warnings to healthcheck output ([#&#8203;11490](https://github.com/coder/coder/issues/11490)) ([@&#8203;johnstcn](https://github.com/johnstcn)) - Ignore deleted wsproxies in wsproxy healthcheck ([#&#8203;11515](https://github.com/coder/coder/issues/11515)) ([@&#8203;johnstcn](https://github.com/johnstcn)) - Add missing scoped token resource to JFrog docs ([#&#8203;11334](https://github.com/coder/coder/issues/11334)) ([@&#8203;matifali](https://github.com/matifali)) - Make primary workspace proxy always be updatd now ([#&#8203;11499](https://github.com/coder/coder/issues/11499)) ([@&#8203;johnstcn](https://github.com/johnstcn)) - Ignore `NOMAD_NAMESPACE` and `NOMAD_REGION` when Coder is running in nomad ([#&#8203;11341](https://github.com/coder/coder/issues/11341)) ([@&#8203;FourLeafTec](https://github.com/FourLeafTec)) - Fix workspace topbar back button ([#&#8203;11371](https://github.com/coder/coder/issues/11371)) ([@&#8203;BrunoQuaresma](https://github.com/BrunoQuaresma)) - Fix pill spinner size ([#&#8203;11368](https://github.com/coder/coder/issues/11368)) ([@&#8203;BrunoQuaresma](https://github.com/BrunoQuaresma)) - Fix external auth button loading state ([#&#8203;11373](https://github.com/coder/coder/issues/11373)) ([@&#8203;BrunoQuaresma](https://github.com/BrunoQuaresma)) - Fix insights picker and disable animation ([#&#8203;11391](https://github.com/coder/coder/issues/11391)) ([@&#8203;BrunoQuaresma](https://github.com/BrunoQuaresma)) - Fix loading spinner on template version status badge ([#&#8203;11392](https://github.com/coder/coder/issues/11392)) ([@&#8203;BrunoQuaresma](https://github.com/BrunoQuaresma)) - Display github login config ([#&#8203;11488](https://github.com/coder/coder/issues/11488)) ([@&#8203;BrunoQuaresma](https://github.com/BrunoQuaresma)) - HealthPage/WorkspaceProxyPage: adjust border colour for unhealthy regions ([#&#8203;11516](https://github.com/coder/coder/issues/11516)) ([@&#8203;johnstcn](https://github.com/johnstcn)) - Show wsproxy errors in context in WorkspaceProxyPage ([#&#8203;11556](https://github.com/coder/coder/issues/11556)) ([@&#8203;johnstcn](https://github.com/johnstcn)) - Fix loading indicator alignment ([#&#8203;11573](https://github.com/coder/coder/issues/11573)) ([@&#8203;BrunoQuaresma](https://github.com/BrunoQuaresma)) - Remove refetch on windows focus ([#&#8203;11574](https://github.com/coder/coder/issues/11574)) ([@&#8203;BrunoQuaresma](https://github.com/BrunoQuaresma)) - Improve rendering of provisioner tags ([#&#8203;11575](https://github.com/coder/coder/issues/11575)) ([@&#8203;johnstcn](https://github.com/johnstcn)) - Fix resource selection when workspace resources change ([#&#8203;11581](https://github.com/coder/coder/issues/11581)) ([@&#8203;BrunoQuaresma](https://github.com/BrunoQuaresma)) - Fix resource selection when workspace has no prev resources ([#&#8203;11594](https://github.com/coder/coder/issues/11594)) ([@&#8203;BrunoQuaresma](https://github.com/BrunoQuaresma)) - Fix workspace resource width on ultra wide screens ([#&#8203;11596](https://github.com/coder/coder/issues/11596)) ([@&#8203;BrunoQuaresma](https://github.com/BrunoQuaresma)) - Remove search menu vertical padding ([#&#8203;11599](https://github.com/coder/coder/issues/11599)) ([@&#8203;BrunoQuaresma](https://github.com/BrunoQuaresma)) - Fix sidebar scroll ([#&#8203;11671](https://github.com/coder/coder/issues/11671)) ([@&#8203;BrunoQuaresma](https://github.com/BrunoQuaresma)) - Fix search menu for creating workspace and templates filter ([#&#8203;11674](https://github.com/coder/coder/issues/11674)) ([@&#8203;BrunoQuaresma](https://github.com/BrunoQuaresma)) ##### Documentation - Fix broken link to JFrog module ([#&#8203;11322](https://github.com/coder/coder/issues/11322)) ([@&#8203;yonarbel](https://github.com/yonarbel)) - Update FE fetching data docs ([#&#8203;11376](https://github.com/coder/coder/issues/11376)) ([@&#8203;BrunoQuaresma](https://github.com/BrunoQuaresma)) - Add template autostop requirement docs ([#&#8203;11235](https://github.com/coder/coder/issues/11235)) ([@&#8203;deansheather](https://github.com/deansheather)) - Add guide for Google to AWS federation ([#&#8203;11429](https://github.com/coder/coder/issues/11429)) ([@&#8203;ericpaulsen](https://github.com/ericpaulsen)) - Escape enum pipe ([#&#8203;11513](https://github.com/coder/coder/issues/11513)) ([@&#8203;mtojek](https://github.com/mtojek)) - Add guide for template ImagePullSecret ([#&#8203;11608](https://github.com/coder/coder/issues/11608)) ([@&#8203;ericpaulsen](https://github.com/ericpaulsen)) - Add steps to configure supportLinks in Helm chart ([#&#8203;11612](https://github.com/coder/coder/issues/11612)) ([@&#8203;ericpaulsen](https://github.com/ericpaulsen)) - Add workspace cleanup docs ([#&#8203;11146](https://github.com/coder/coder/issues/11146)) ([@&#8203;sreya](https://github.com/sreya)) - Add FAQ regarding unsupported base image for VS Code Server ([#&#8203;11543](https://github.com/coder/coder/issues/11543)) ([@&#8203;matifali](https://github.com/matifali)) Compare: [`v2.6.0...v2.7.0`](https://github.com/coder/coder/compare/v2.6.0...v2.7.0) #### Container image - `docker pull ghcr.io/coder/coder:v2.7.0` #### Install/upgrade Refer to our docs to [install](https://coder.com/docs/v2/latest/install) or [upgrade](https://coder.com/docs/v2/latest/admin/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:eyJjcmVhdGVkSW5WZXIiOiIzNy4xNDAuNCIsInVwZGF0ZWRJblZlciI6IjM3LjE0MC4xNSIsInRhcmdldEJyYW5jaCI6Im1haW4ifQ==-->
prskr force-pushed renovate/coder-2.x from de94b64406 to dc401176d9 2024-01-22 18:48:15 +00:00 Compare
prskr changed title from chore(deps): update helm release coder to v2.7.0 to chore(deps): update helm release coder to v2.7.1 2024-01-22 18:48:17 +00:00
prskr merged commit 6af2cc4f17 into main 2024-01-22 18:49:59 +00:00
prskr deleted branch renovate/coder-2.x 2024-01-22 18:49: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#33
No description provided.