chore(deps): update ghcr.io/coder/coder docker tag to v2.8.2 #10

Merged
prskr merged 1 commit from renovate/ghcr.io-coder-coder-2.x into main 2024-02-14 20:57:28 +00:00
Owner

This PR contains the following updates:

Package Type Update Change
ghcr.io/coder/coder docker minor v2.6.0-arm64 -> v2.8.2-arm64
ghcr.io/coder/coder docker minor v2.6.0 -> v2.8.2

Release Notes

coder/coder (ghcr.io/coder/coder)

v2.8.2

Compare Source

Changelog
Bug fixes
  • Fixed an issue where workspace apps may never be marked as healthy.

Compare: v2.8.1...v2.8.2

Container image
  • docker pull ghcr.io/coder/coder:v2.8.2
Install/upgrade

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

v2.8.1

Compare Source

Changelog

Bug fixes

Compare: v2.8.0...v2.8.1

Container image

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

Install/upgrade

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

v2.8.0

Compare Source

Changelog

Features
Bug fixes
Documentation
Code refactoring

Compare: v2.7.2...v2.7.3

Container image

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

Install/upgrade

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

v2.7.2

Compare Source

Changelog

Bug fixes

Compare: v2.7.1...v2.7.2

Container image

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

Install/upgrade

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

v2.7.1

Compare Source

Changelog

[!Warning]
This release includes an issue with connection caching, potentially causing workspace apps sharing the same port to be accessed by other users. We recommend upgrading directly to v2.7.2 or above.

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.

This release includes an issue with connection caching potentially causing workspace apps sharing the same port to be accessed by other users.

We recommend upgrading directly to v2.7.2 or above.

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 these updates 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 | |---|---|---|---| | [ghcr.io/coder/coder](https://github.com/coder/coder) | docker | minor | `v2.6.0-arm64` -> `v2.8.2-arm64` | | [ghcr.io/coder/coder](https://github.com/coder/coder) | docker | minor | `v2.6.0` -> `v2.8.2` | --- ### Release Notes <details> <summary>coder/coder (ghcr.io/coder/coder)</summary> ### [`v2.8.2`](https://github.com/coder/coder/releases/tag/v2.8.2) [Compare Source](https://github.com/coder/coder/compare/v2.8.1...v2.8.2) ##### Changelog ##### Bug fixes - Fixed an issue where workspace apps may never be marked as healthy. Compare: [`v2.8.1...v2.8.2`](https://github.com/coder/coder/compare/v2.8.1...v2.8.2) ##### Container image - `docker pull ghcr.io/coder/coder:v2.8.2` ##### 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.8.1`](https://github.com/coder/coder/releases/tag/v2.8.1) [Compare Source](https://github.com/coder/coder/compare/v2.8.0...v2.8.1) #### Changelog ##### Bug fixes - Enable submit button when auto start and stop are both disabled (https://github.com/coder/coder/pull/12055) - Allow startup scripts larger than 32K (https://github.com/coder/coder/pull/12060) Compare: [`v2.8.0...v2.8.1`](https://github.com/coder/coder/compare/v2.8.0...v2.8.1) #### Container image - `docker pull ghcr.io/coder/coder:v2.8.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.8.0`](https://github.com/coder/coder/releases/tag/v2.8.0) [Compare Source](https://github.com/coder/coder/compare/v2.7.2...v2.8.0) #### Changelog ##### Features - Coder will now autofill parameters in the "create workspace" page based on the previous value ([#&#8203;11731](https://github.com/coder/coder/issues/11731)) ([@&#8203;ammario](https://github.com/ammario)) ![Parameter autofill](https://raw.githubusercontent.com/coder/coder/main/docs/changelogs/images/parameter-autofill.png) - Change default Terraform version to v1.6 and relax max version constraint ([#&#8203;12027](https://github.com/coder/coder/issues/12027)) ([@&#8203;johnstcn](https://github.com/johnstcn)) - Show workspace name suggestions below the name field ([#&#8203;12001](https://github.com/coder/coder/issues/12001)) ([@&#8203;aslilac](https://github.com/aslilac)) - Add favorite/unfavorite commands ([@&#8203;johnstcn](https://github.com/johnstcn)) - Add .zip support for Coder templates ([#&#8203;11839](https://github.com/coder/coder/issues/11839)) ([#&#8203;12032](https://github.com/coder/coder/issues/12032)) ([@&#8203;mtojek](https://github.com/mtojek)) - Add support for `--wait` and scripts that block login ([#&#8203;10473](https://github.com/coder/coder/issues/10473)) ([@&#8203;mafredri](https://github.com/mafredri)) - Users can mark workspaces as favorite to show up at the top of their list ([#&#8203;11875](https://github.com/coder/coder/issues/11875)) ([#&#8203;11793](https://github.com/coder/coder/issues/11793)) ([#&#8203;11878](https://github.com/coder/coder/issues/11878)) ([#&#8203;11791](https://github.com/coder/coder/issues/11791)) ([@&#8203;johnstcn](https://github.com/johnstcn)) ![Favorite workspaces](https://raw.githubusercontent.com/coder/coder/main/docs/changelogs/images/favorite_workspace.png) - Add Prometheus metrics to servertailnet ([#&#8203;11988](https://github.com/coder/coder/issues/11988)) ([@&#8203;coadler](https://github.com/coadler)) - Add support for concurrent scenarios ([#&#8203;11753](https://github.com/coder/coder/issues/11753)) ([@&#8203;mafredri](https://github.com/mafredri)) - Display user avatar on workspace page ([#&#8203;11893](https://github.com/coder/coder/issues/11893)) ([@&#8203;BrunoQuaresma](https://github.com/BrunoQuaresma)) - Do not show popover on update deadline ([#&#8203;11921](https://github.com/coder/coder/issues/11921)) ([@&#8203;BrunoQuaresma](https://github.com/BrunoQuaresma)) - Simplify "Create Template" form by removing advanced settings ([#&#8203;11918](https://github.com/coder/coder/issues/11918)) ([@&#8203;BrunoQuaresma](https://github.com/BrunoQuaresma)) - Show deprecation message on template page ([#&#8203;11996](https://github.com/coder/coder/issues/11996)) ([@&#8203;BrunoQuaresma](https://github.com/BrunoQuaresma)) - Check agent API version on connection ([#&#8203;11696](https://github.com/coder/coder/issues/11696)) - Add "updated" search param to workspaces ([#&#8203;11714](https://github.com/coder/coder/issues/11714)) - Add option to speedtest to dump a pcap of network traffic ([#&#8203;11848](https://github.com/coder/coder/issues/11848)) ([@&#8203;coadler](https://github.com/coadler)) - Add logging to client tailnet yamux ([#&#8203;11908](https://github.com/coder/coder/issues/11908)) ([@&#8203;spikecurtis](https://github.com/spikecurtis)) - Add customizable upgrade message on client/server version mismatch ([#&#8203;11587](https://github.com/coder/coder/issues/11587)) ([@&#8203;sreya](https://github.com/sreya)) - Add logging to pgcoord subscribe/unsubscribe ([#&#8203;11952](https://github.com/coder/coder/issues/11952)) ([@&#8203;spikecurtis](https://github.com/spikecurtis)) - Add logging to pgPubsub ([#&#8203;11953](https://github.com/coder/coder/issues/11953)) ([@&#8203;spikecurtis](https://github.com/spikecurtis)) - Add logging to agent yamux session ([#&#8203;11912](https://github.com/coder/coder/issues/11912)) ([@&#8203;spikecurtis](https://github.com/spikecurtis)) - Move agent v2 API connection monitoring to yamux layer ([#&#8203;11910](https://github.com/coder/coder/issues/11910)) ([@&#8203;spikecurtis](https://github.com/spikecurtis)) - Add statsReporter for reporting stats on agent v2 API ([#&#8203;11920](https://github.com/coder/coder/issues/11920)) ([@&#8203;spikecurtis](https://github.com/spikecurtis)) - Add metrics to PGPubsub ([#&#8203;11971](https://github.com/coder/coder/issues/11971)) ([@&#8203;spikecurtis](https://github.com/spikecurtis)) - Add custom error message on signups disabled page ([#&#8203;11959](https://github.com/coder/coder/issues/11959)) ([@&#8203;mtojek](https://github.com/mtojek)) ##### Bug fixes - Make ServerTailnet set peers lost when it reconnects to the coordinator ([#&#8203;11682](https://github.com/coder/coder/issues/11682)) - Properly auto-update workspace on SSH if template policy is set ([#&#8203;11773](https://github.com/coder/coder/issues/11773)) - Allow template name length of 32 in template push and create ([#&#8203;11915](https://github.com/coder/coder/issues/11915)) ([@&#8203;mafredri](https://github.com/mafredri)) - Alter return signature of convertWorkspace, add check for requesterID ([#&#8203;11796](https://github.com/coder/coder/issues/11796)) ([@&#8203;johnstcn](https://github.com/johnstcn)) - Fix limit in `GetUserWorkspaceBuildParameters` ([#&#8203;11954](https://github.com/coder/coder/issues/11954)) ([@&#8203;mafredri](https://github.com/mafredri)) - Fix test flake in TestHeartbeat ([#&#8203;11808](https://github.com/coder/coder/issues/11808)) ([@&#8203;johnstcn](https://github.com/johnstcn)) - Do not cache context cancellation errors ([#&#8203;11840](https://github.com/coder/coder/issues/11840)) ([@&#8203;johnstcn](https://github.com/johnstcn)) - Fix startup script on workspace creation ([#&#8203;11958](https://github.com/coder/coder/issues/11958)) ([@&#8203;matifali](https://github.com/matifali)) - Fix startup script looping ([#&#8203;11972](https://github.com/coder/coder/issues/11972)) ([@&#8203;code-asher](https://github.com/code-asher)) - Add ID to default columns in licenses list output ([#&#8203;11823](https://github.com/coder/coder/issues/11823)) ([@&#8203;johnstcn](https://github.com/johnstcn)) - Handle query canceled error in sendBeat() ([#&#8203;11794](https://github.com/coder/coder/issues/11794)) ([@&#8203;johnstcn](https://github.com/johnstcn)) - Fix proxy settings link ([#&#8203;11817](https://github.com/coder/coder/issues/11817)) ([@&#8203;BrunoQuaresma](https://github.com/BrunoQuaresma)) - Disable autostart and autostop according to template settings ([#&#8203;11809](https://github.com/coder/coder/issues/11809)) ([@&#8203;Kira-Pilot](https://github.com/Kira-Pilot)) - Fix capitalized username ([#&#8203;11891](https://github.com/coder/coder/issues/11891)) ([@&#8203;BrunoQuaresma](https://github.com/BrunoQuaresma)) - Fix parameters' request upon template variables update ([#&#8203;11898](https://github.com/coder/coder/issues/11898)) ([@&#8203;BrunoQuaresma](https://github.com/BrunoQuaresma)) - Fix text overflow on batch ws deletion ([#&#8203;11981](https://github.com/coder/coder/issues/11981)) ([@&#8203;BrunoQuaresma](https://github.com/BrunoQuaresma)) - Fix parameter input icon shrink ([#&#8203;11995](https://github.com/coder/coder/issues/11995)) ([@&#8203;BrunoQuaresma](https://github.com/BrunoQuaresma)) - Use TSMP ping for reachability, not latency ([#&#8203;11749](https://github.com/coder/coder/issues/11749)) - Display error when fetching OAuth2 provider apps ([#&#8203;11713](https://github.com/coder/coder/issues/11713)) - Fix code-server path based forwarding, defer to code-server ([#&#8203;11759](https://github.com/coder/coder/issues/11759)) - Use correct logger for lifecycle_executor ([#&#8203;11763](https://github.com/coder/coder/issues/11763)) - Disable keepalives in workspaceapps transport ([#&#8203;11789](https://github.com/coder/coder/issues/11789)) ([@&#8203;coadler](https://github.com/coadler)) - Accept agent RPC connection without version query parameter ([#&#8203;11790](https://github.com/coder/coder/issues/11790)) ([@&#8203;spikecurtis](https://github.com/spikecurtis)) - Stop spamming DERP map updates for equivalent maps ([#&#8203;11792](https://github.com/coder/coder/issues/11792)) ([@&#8203;spikecurtis](https://github.com/spikecurtis)) - Check update permission to start workspace ([#&#8203;11798](https://github.com/coder/coder/issues/11798)) ([@&#8203;mtojek](https://github.com/mtojek)) - Always attempt external auth refresh when fetching ([#&#8203;11762](https://github.com/coder/coder/issues/11762)) ([@&#8203;Emyrk](https://github.com/Emyrk)) - Stop running tests that exec sh scripts in parallel ([#&#8203;11834](https://github.com/coder/coder/issues/11834)) ([@&#8203;spikecurtis](https://github.com/spikecurtis)) - Fix type error from theme update ([#&#8203;11844](https://github.com/coder/coder/issues/11844)) ([@&#8203;aslilac](https://github.com/aslilac)) - Use new context after t.Parallel in TestOAuthAppSecrets ([@&#8203;spikecurtis](https://github.com/spikecurtis)) - Always attempt external auth refresh when fetching ([#&#8203;11762](https://github.com/coder/coder/issues/11762)) ([#&#8203;11830](https://github.com/coder/coder/issues/11830)) ([@&#8203;Emyrk](https://github.com/Emyrk)) - Wait for new template version before promoting ([#&#8203;11874](https://github.com/coder/coder/issues/11874)) ([@&#8203;spikecurtis](https://github.com/spikecurtis)) - Respect wait flag on ping ([#&#8203;11896](https://github.com/coder/coder/issues/11896)) ([@&#8203;f0ssel](https://github.com/f0ssel)) - Fix cliui prompt styling ([#&#8203;11899](https://github.com/coder/coder/issues/11899)) ([@&#8203;aslilac](https://github.com/aslilac)) - Fix prevent agent_test.go from failing on error logs ([#&#8203;11909](https://github.com/coder/coder/issues/11909)) ([@&#8203;spikecurtis](https://github.com/spikecurtis)) - Add timeout to listening ports request ([#&#8203;11935](https://github.com/coder/coder/issues/11935)) ([@&#8203;coadler](https://github.com/coadler)) - Only delete expired agents on success ([#&#8203;11940](https://github.com/coder/coder/issues/11940)) ([@&#8203;coadler](https://github.com/coadler)) - Close MultiAgentConn when coordinator closes ([#&#8203;11941](https://github.com/coder/coder/issues/11941)) ([@&#8203;spikecurtis](https://github.com/spikecurtis)) - Strip timezone information from a date in dau response ([#&#8203;11962](https://github.com/coder/coder/issues/11962)) ([@&#8203;Emyrk](https://github.com/Emyrk)) - Improve click UX and styling for Auth Token page ([#&#8203;11863](https://github.com/coder/coder/issues/11863)) ([@&#8203;Parkreiner](https://github.com/Parkreiner)) - Rewrite url to agent ip in single tailnet ([#&#8203;11810](https://github.com/coder/coder/issues/11810)) ([@&#8203;coadler](https://github.com/coadler)) - Avoid race in TestPGPubsub_Metrics by using Eventually ([#&#8203;11973](https://github.com/coder/coder/issues/11973)) ([@&#8203;spikecurtis](https://github.com/spikecurtis)) - Always return a clean http client for promoauth ([#&#8203;11963](https://github.com/coder/coder/issues/11963)) ([@&#8203;Emyrk](https://github.com/Emyrk)) - Change build status colors ([#&#8203;11985](https://github.com/coder/coder/issues/11985)) ([@&#8203;aslilac](https://github.com/aslilac)) - Only display xray results if vulns > 0 ([#&#8203;11989](https://github.com/coder/coder/issues/11989)) ([@&#8203;sreya](https://github.com/sreya)) - Use dark background in terminal, even when a light theme is selected ([#&#8203;12004](https://github.com/coder/coder/issues/12004)) ([@&#8203;aslilac](https://github.com/aslilac)) - Fix graceful disconnect in DialWorkspaceAgent ([#&#8203;11993](https://github.com/coder/coder/issues/11993)) ([@&#8203;spikecurtis](https://github.com/spikecurtis)) - Stop logging error on query canceled ([#&#8203;12017](https://github.com/coder/coder/issues/12017)) ([@&#8203;spikecurtis](https://github.com/spikecurtis)) - Only display quota if it is higher than 0 ([#&#8203;11979](https://github.com/coder/coder/issues/11979)) ([@&#8203;BrunoQuaresma](https://github.com/BrunoQuaresma)) ##### Documentation - Using coder modules in offline deployments ([#&#8203;11788](https://github.com/coder/coder/issues/11788)) ([@&#8203;matifali](https://github.com/matifali)) - Simplify JFrog integration docs ([#&#8203;11787](https://github.com/coder/coder/issues/11787)) ([@&#8203;matifali](https://github.com/matifali)) - Add guide for azure federation ([#&#8203;11864](https://github.com/coder/coder/issues/11864)) ([@&#8203;ericpaulsen](https://github.com/ericpaulsen)) - Fix example template README 404s and semantics ([#&#8203;11903](https://github.com/coder/coder/issues/11903)) ([@&#8203;ericpaulsen](https://github.com/ericpaulsen)) - Update remote docker host docs ([#&#8203;11919](https://github.com/coder/coder/issues/11919)) ([@&#8203;matifali](https://github.com/matifali)) - Add FAQ for gateway reconnects ([#&#8203;12007](https://github.com/coder/coder/issues/12007)) ([@&#8203;ericpaulsen](https://github.com/ericpaulsen)) ##### Code refactoring - Apply cosmetic changes and remove ExternalAuth from settings page ([#&#8203;11756](https://github.com/coder/coder/issues/11756)) - Minor improvements create workspace form ([#&#8203;11771](https://github.com/coder/coder/issues/11771)) - Verify external auth before displaying workspace form ([#&#8203;11777](https://github.com/coder/coder/issues/11777)) ([@&#8203;BrunoQuaresma](https://github.com/BrunoQuaresma)) Compare: [`v2.7.2...v2.7.3`](https://github.com/coder/coder/compare/v2.7.2...v2.7.3) #### Container image - `docker pull ghcr.io/coder/coder:v2.7.3` #### 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.2`](https://github.com/coder/coder/releases/tag/v2.7.2) [Compare Source](https://github.com/coder/coder/compare/v2.7.1...v2.7.2) #### Changelog ##### Bug fixes - [`a82a8c7`](https://github.com/coder/coder/commit/a82a8c7b0) fix: disable keepalives in workspaceapps transport ([#&#8203;11789](https://github.com/coder/coder/issues/11789)) Compare: [`v2.7.1...v2.7.2`](https://github.com/coder/coder/compare/v2.7.1...v2.7.2) #### Container image - `docker pull ghcr.io/coder/coder:v2.7.2` #### 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.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 > \[!Warning] > This release includes an issue with connection caching, potentially causing workspace apps sharing the same port to be accessed by other users. We recommend upgrading directly to v2.7.2 or above. ##### 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. > > This release includes an issue with connection caching potentially causing workspace apps sharing the same port to be accessed by other users. > > We recommend upgrading directly to v2.7.2 or above. ##### 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 these updates 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:eyJjcmVhdGVkSW5WZXIiOiIzNy4xNDAuNCIsInVwZGF0ZWRJblZlciI6IjM3LjE3NS4xIiwidGFyZ2V0QnJhbmNoIjoibWFpbiJ9-->
prskr force-pushed renovate/ghcr.io-coder-coder-2.x from 966e4498d1 to 6ef8394b0c 2024-01-23 04:12:00 +00:00 Compare
prskr changed title from chore(deps): update ghcr.io/coder/coder docker tag to v2.7.0 to chore(deps): update ghcr.io/coder/coder docker tag to v2.7.1 2024-01-23 04:12:01 +00:00
prskr force-pushed renovate/ghcr.io-coder-coder-2.x from 6ef8394b0c to 69bbfd9e60 2024-01-25 04:12:00 +00:00 Compare
prskr changed title from chore(deps): update ghcr.io/coder/coder docker tag to v2.7.1 to chore(deps): update ghcr.io/coder/coder docker tag to v2.7.2 2024-01-25 04:12:01 +00:00
prskr force-pushed renovate/ghcr.io-coder-coder-2.x from 69bbfd9e60 to 67b90ee7de 2024-02-07 04:11:58 +00:00 Compare
prskr changed title from chore(deps): update ghcr.io/coder/coder docker tag to v2.7.2 to chore(deps): update ghcr.io/coder/coder docker tag to v2.8.0 2024-02-07 04:12:00 +00:00
prskr force-pushed renovate/ghcr.io-coder-coder-2.x from 67b90ee7de to f752d0a408 2024-02-08 04:12:00 +00:00 Compare
prskr changed title from chore(deps): update ghcr.io/coder/coder docker tag to v2.8.0 to chore(deps): update ghcr.io/coder/coder docker tag to v2.8.1 2024-02-08 04:12:01 +00:00
prskr force-pushed renovate/ghcr.io-coder-coder-2.x from f752d0a408 to ad258e1078 2024-02-13 04:11:59 +00:00 Compare
prskr changed title from chore(deps): update ghcr.io/coder/coder docker tag to v2.8.1 to chore(deps): update ghcr.io/coder/coder docker tag to v2.8.2 2024-02-13 04:12:01 +00:00
prskr merged commit 94d43ac680 into main 2024-02-14 20:57:28 +00:00
prskr deleted branch renovate/ghcr.io-coder-coder-2.x 2024-02-14 20:57:28 +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: prskr/coder-template#10
No description provided.