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

Merged
prskr merged 1 commit from renovate/ghcr.io-coder-coder-2.x into main 2024-03-27 19:20:58 +00:00
Owner

This PR contains the following updates:

Package Type Update Change
ghcr.io/coder/coder docker minor v2.8.3-arm64 -> v2.9.1-arm64
ghcr.io/coder/coder docker minor v2.8.3 -> v2.9.1

Release Notes

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

v2.9.1

Compare Source

Changelog
Features
  • Add separate signals for shutdown handling on Coder server and provisionerd.
    (#​12358) (@​kylecarbs)

    SIGTERM will stop accepting new provisioner jobs and wait running jobs to
    finish before shutting down.

    SIGINT (existing behavior) will cancel in-flight jobs then shut down.

Bug fixes
  • Fixed an issue where single-replica workspace proxy deployments may enter an
    unhealthy state due to replica management errors. (#​12641) (@​deansheather)

  • Fixed an issue preventing upgrade to v2.9.0 due to a migration that hard a
    hardcoded schema name. (#​12620) (@​95gabor)

Compare: v2.9.0...v2.9.1

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

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

v2.9.0

Compare Source

Changelog
BREAKING CHANGES
Features
Templates
CLI
Dashboard
Backend
Experimental features

The following features are hidden or disabled by default as we don't guarantee stability. Learn more about experiments in our documentation.

  • The coder support command generates a ZIP with deployment information, agent logs, and server config values for troubleshooting purposes. We will publish documentation on how it works (and un-hide the feature) in a future release (#​12328) (@​johnstcn)
  • Port sharing: Allow users to share ports running in their workspace with other Coder users (#​11939) (#​12119) (#​12383) (@​deansheather) (@​f0ssel)
    Port Sharing
Bug fixes
Documentation

Compare: v2.8.5...v2.9.0

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

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

v2.8.5

Compare Source

Changelog
  • Fixed an issue where some template updates caused workspaces to stop after 2 hours, even while in use (#​12446)
  • Add DERP mesh health checking to workspace proxies (#​12220) (#​12222)
  • Improve clipboard support on HTTP connections and older browsers (#​12178)

Compare: v2.8.4...v2.8.5

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

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

v2.8.4

Compare Source

Changelog

All users are recommended to upgrade to a version that patches GHSA-7cc2-r658-7xpf as soon as possible if they are using OIDC authentication with the CODER_OIDC_EMAIL_DOMAIN setting.

Security

Compare: v2.8.3...v2.8.4

Container image
  • docker pull ghcr.io/coder/coder:v2.8.4
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.8.3-arm64` -> `v2.9.1-arm64` | | [ghcr.io/coder/coder](https://github.com/coder/coder) | docker | minor | `v2.8.3` -> `v2.9.1` | --- ### Release Notes <details> <summary>coder/coder (ghcr.io/coder/coder)</summary> ### [`v2.9.1`](https://github.com/coder/coder/releases/tag/v2.9.1) [Compare Source](https://github.com/coder/coder/compare/v2.9.0...v2.9.1) ##### Changelog ##### Features - Add separate signals for shutdown handling on Coder server and provisionerd. ([#&#8203;12358](https://github.com/coder/coder/issues/12358)) ([@&#8203;kylecarbs](https://github.com/kylecarbs)) > `SIGTERM` will stop accepting new provisioner jobs and wait running jobs to > finish before shutting down. > > `SIGINT` (existing behavior) will cancel in-flight jobs then shut down. ##### Bug fixes - Fixed an issue where single-replica workspace proxy deployments may enter an unhealthy state due to replica management errors. ([#&#8203;12641](https://github.com/coder/coder/issues/12641)) ([@&#8203;deansheather](https://github.com/deansheather)) - Fixed an issue preventing upgrade to `v2.9.0` due to a migration that hard a hardcoded schema name. ([#&#8203;12620](https://github.com/coder/coder/issues/12620)) ([@&#8203;95gabor](https://github.com/95gabor)) Compare: [`v2.9.0...v2.9.1`](https://github.com/coder/coder/compare/v2.9.0...v2.9.1) ##### Container image - `docker pull ghcr.io/coder/coder:v2.9.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.9.0`](https://github.com/coder/coder/releases/tag/v2.9.0) [Compare Source](https://github.com/coder/coder/compare/v2.8.5...v2.9.0) ##### Changelog ##### BREAKING CHANGES - Remove prometheus-http port declaration from coderd service spec ([#&#8203;12214](https://github.com/coder/coder/issues/12214)) ([@&#8203;johnstcn](https://github.com/johnstcn)) - Provisioners: only allow untagged provisioners to pick up untagged jobs ([#&#8203;12269](https://github.com/coder/coder/issues/12269)) ([@&#8203;johnstcn](https://github.com/johnstcn)) ##### Features ##### Templates - `coder_script` can to add binaries and files to `PATH` with a bin directory ([#&#8203;12205](https://github.com/coder/coder/issues/12205)) ([@&#8203;mafredri](https://github.com/mafredri)) - Add support for marking external auth providers as optional ([#&#8203;12021](https://github.com/coder/coder/issues/12021)) ([#&#8203;12251](https://github.com/coder/coder/issues/12251)) ([@&#8203;aslilac](https://github.com/aslilac)) > This is done via a [Terraform property](https://registry.terraform.io/providers/coder/coder/latest/docs/data-sources/external_auth#optional) in the template. - Support custom order of agent metadata ([#&#8203;12066](https://github.com/coder/coder/issues/12066)) ([@&#8203;mtojek](https://github.com/mtojek)) - Support `order` property of `coder_app` resource ([#&#8203;12077](https://github.com/coder/coder/issues/12077)) ([@&#8203;mtojek](https://github.com/mtojek)) - Support `order` property of `coder_agent` ([#&#8203;12121](https://github.com/coder/coder/issues/12121)) ([@&#8203;mtojek](https://github.com/mtojek)) - Support custom validation errors for number-typed parameters ([#&#8203;12224](https://github.com/coder/coder/issues/12224)) ([@&#8203;mtojek](https://github.com/mtojek)) ##### CLI - Support `--header` and `--header-command` in config-ssh ([#&#8203;10413](https://github.com/coder/coder/issues/10413)) ([@&#8203;JoshVee](https://github.com/JoshVee)) - Make URL optional for `coder login` ([#&#8203;10925](https://github.com/coder/coder/issues/10925)) ([#&#8203;12466](https://github.com/coder/coder/issues/12466)) ([@&#8203;elasticspoon](https://github.com/elasticspoon)) ##### Dashboard - Add activity status and autostop reason to workspace overview ([#&#8203;11987](https://github.com/coder/coder/issues/11987)) ([@&#8203;aslilac](https://github.com/aslilac)) ![Autostop Cause Display](https://raw.githubusercontent.com/coder/coder/main/docs/changelogs/images/autostop-visibility.png) - Support any file extension in the template editor ([#&#8203;12000](https://github.com/coder/coder/issues/12000)) ([@&#8203;BrunoQuaresma](https://github.com/BrunoQuaresma)) - Support creating templates from scratch ([#&#8203;12082](https://github.com/coder/coder/issues/12082)) ([@&#8203;BrunoQuaresma](https://github.com/BrunoQuaresma)) - Show previous agent scripts logs ([#&#8203;12233](https://github.com/coder/coder/issues/12233)) ([@&#8203;BrunoQuaresma](https://github.com/BrunoQuaresma)) - Show build logs on template creation ([#&#8203;12271](https://github.com/coder/coder/issues/12271)) ([@&#8203;BrunoQuaresma](https://github.com/BrunoQuaresma)) - Support zip archives for template files ([#&#8203;12323](https://github.com/coder/coder/issues/12323)) ([@&#8203;BrunoQuaresma](https://github.com/BrunoQuaresma)) - Show client errors in DERP Region health page ([#&#8203;12318](https://github.com/coder/coder/issues/12318)) ([@&#8203;BrunoQuaresma](https://github.com/BrunoQuaresma)) - Display error messages on ws and access url health pages ([#&#8203;12430](https://github.com/coder/coder/issues/12430)) ([@&#8203;BrunoQuaresma](https://github.com/BrunoQuaresma)) - Warn users if they leave the template editor without publishing ([#&#8203;12406](https://github.com/coder/coder/issues/12406)) ([@&#8203;BrunoQuaresma](https://github.com/BrunoQuaresma)) - Add Confluence, NET, and MS Teams icons as static files ([#&#8203;12500](https://github.com/coder/coder/issues/12500)) ([#&#8203;12512](https://github.com/coder/coder/issues/12512)) ([#&#8203;12513](https://github.com/coder/coder/issues/12513)) ([@&#8203;michaelbrewer](https://github.com/michaelbrewer)) - Render markdown in template update messages ([#&#8203;12273](https://github.com/coder/coder/issues/12273)) ([@&#8203;aslilac](https://github.com/aslilac)) ##### Backend - Expose DERP server debug metrics ([#&#8203;12135](https://github.com/coder/coder/issues/12135)) ([@&#8203;spikecurtis](https://github.com/spikecurtis)) - Add logSender for sending logs on agent v2 API ([#&#8203;12046](https://github.com/coder/coder/issues/12046)) ([@&#8203;spikecurtis](https://github.com/spikecurtis)) - Clean up organization handling ([#&#8203;12142](https://github.com/coder/coder/issues/12142)) ([#&#8203;12143](https://github.com/coder/coder/issues/12143)) ([#&#8203;12146](https://github.com/coder/coder/issues/12146)) ([@&#8203;Emyrk](https://github.com/Emyrk)) - Change agent to use v2 API for reporting stats ([#&#8203;12024](https://github.com/coder/coder/issues/12024)) ([@&#8203;spikecurtis](https://github.com/spikecurtis)) - Send log limit exceeded in response, not error ([#&#8203;12078](https://github.com/coder/coder/issues/12078)) ([@&#8203;spikecurtis](https://github.com/spikecurtis)) - Add template activity_bump property ([#&#8203;11734](https://github.com/coder/coder/issues/11734)) ([@&#8203;deansheather](https://github.com/deansheather)) ![Activity Bump](https://raw.githubusercontent.com/coder/coder/main/docs/changelogs/images/activity-bump.png) - Add WaitUntilEmpty to LogSender ([#&#8203;12159](https://github.com/coder/coder/issues/12159)) ([@&#8203;spikecurtis](https://github.com/spikecurtis)) - Disable directory listings for static files ([#&#8203;12229](https://github.com/coder/coder/issues/12229)) ([@&#8203;Emyrk](https://github.com/Emyrk)) - Switch agent to use v2 API for sending logs ([#&#8203;12068](https://github.com/coder/coder/issues/12068)) ([@&#8203;spikecurtis](https://github.com/spikecurtis)) - Use v2 API for agent lifecycle updates ([#&#8203;12278](https://github.com/coder/coder/issues/12278)) ([@&#8203;spikecurtis](https://github.com/spikecurtis)) - Use v2 API for agent metadata updates ([#&#8203;12281](https://github.com/coder/coder/issues/12281)) ([@&#8203;spikecurtis](https://github.com/spikecurtis)) - Show tailnet peer diagnostics after coder ping ([#&#8203;12314](https://github.com/coder/coder/issues/12314)) ([@&#8203;spikecurtis](https://github.com/spikecurtis)) - Add derp mesh health checking in workspace proxies ([#&#8203;12222](https://github.com/coder/coder/issues/12222)) ([@&#8203;deansheather](https://github.com/deansheather)) - Make agent stats' cardinality configurable ([#&#8203;12468](https://github.com/coder/coder/issues/12468)) ([@&#8203;dannykopping](https://github.com/dannykopping)) - Server: Set sane default for gitea external auth ([#&#8203;12306](https://github.com/coder/coder/issues/12306)) ([@&#8203;Emyrk](https://github.com/Emyrk)) - Server: Enable Prometheus endpoint for external provisioner ([#&#8203;12320](https://github.com/coder/coder/issues/12320)) ([@&#8203;mtojek](https://github.com/mtojek)) - Implement provisioner auth middleware and proper org params ([#&#8203;12330](https://github.com/coder/coder/issues/12330)) ([@&#8203;Emyrk](https://github.com/Emyrk)) ##### Experimental features The following features are hidden or disabled by default as we don't guarantee stability. Learn more about experiments in [our documentation](https://coder.com/docs/v2/latest/contributing/feature-stages#experimental-features). - The `coder support` command generates a ZIP with deployment information, agent logs, and server config values for troubleshooting purposes. We will publish documentation on how it works (and un-hide the feature) in a future release ([#&#8203;12328](https://github.com/coder/coder/issues/12328)) ([@&#8203;johnstcn](https://github.com/johnstcn)) - Port sharing: Allow users to share ports running in their workspace with other Coder users ([#&#8203;11939](https://github.com/coder/coder/issues/11939)) ([#&#8203;12119](https://github.com/coder/coder/issues/12119)) ([#&#8203;12383](https://github.com/coder/coder/issues/12383)) ([@&#8203;deansheather](https://github.com/deansheather)) ([@&#8203;f0ssel](https://github.com/f0ssel)) ![Port Sharing](https://raw.githubusercontent.com/coder/coder/main/docs/changelogs/images/sharable-ports.png) ##### Bug fixes - SSH: Allow scp to exit with zero status ([#&#8203;12028](https://github.com/coder/coder/issues/12028)) ([@&#8203;mafredri](https://github.com/mafredri)) - Web Terminal: Fix screen startup speed by disabling messages ([#&#8203;12190](https://github.com/coder/coder/issues/12190)) ([@&#8203;mafredri](https://github.com/mafredri)) - CLI: Avoid panic when external auth name isn't provided ([#&#8203;12177](https://github.com/coder/coder/issues/12177)) ([@&#8203;coadler](https://github.com/coadler)) - CLI: Do not screenshot with `coder scaletest` if verbose=false ([#&#8203;12317](https://github.com/coder/coder/issues/12317)) ([@&#8203;johnstcn](https://github.com/johnstcn)) - CLI: Generate correctly named file in DumpHandler ([#&#8203;12409](https://github.com/coder/coder/issues/12409)) ([@&#8203;mafredri](https://github.com/mafredri)) - CLI: Don't error on required flags with `--help` ([#&#8203;12181](https://github.com/coder/coder/issues/12181)) ([@&#8203;coadler](https://github.com/coadler)) - Server: Do not redirect /healthz ([#&#8203;12080](https://github.com/coder/coder/issues/12080)) ([@&#8203;johnstcn](https://github.com/johnstcn)) - SSH: Prevent reads/writes to stdin/stdout in stdio mode ([#&#8203;12045](https://github.com/coder/coder/issues/12045)) ([@&#8203;mafredri](https://github.com/mafredri)) - Server: Mark provisioner daemon psk as secret ([#&#8203;12322](https://github.com/coder/coder/issues/12322)) ([@&#8203;johnstcn](https://github.com/johnstcn)) - Server: Use database.IsQueryCanceledError instead of xerrors.Is(err, context.Canceled) ([#&#8203;12325](https://github.com/coder/coder/issues/12325)) ([@&#8203;johnstcn](https://github.com/johnstcn)) - Server: Pass block endpoints into servertailnet ([#&#8203;12149](https://github.com/coder/coder/issues/12149)) ([@&#8203;coadler](https://github.com/coadler)) - Server: Prevent nil err deref ([#&#8203;12475](https://github.com/coder/coder/issues/12475)) ([@&#8203;johnstcn](https://github.com/johnstcn)) - Server: Correctly handle tar dir entries with missing path separator ([#&#8203;12479](https://github.com/coder/coder/issues/12479)) ([@&#8203;johnstcn](https://github.com/johnstcn)) - codersdk: Correctly log coordination error ([#&#8203;12176](https://github.com/coder/coder/issues/12176)) ([@&#8203;coadler](https://github.com/coadler)) - Server: Add ability to synchronize with startup script via done file ([#&#8203;12058](https://github.com/coder/coder/issues/12058)) ([@&#8203;mafredri](https://github.com/mafredri)) - Server: Check provisionerd API version on connection ([#&#8203;12191](https://github.com/coder/coder/issues/12191)) ([@&#8203;johnstcn](https://github.com/johnstcn)) - Dashboard: Print API backend calls for e2e tests ([#&#8203;12051](https://github.com/coder/coder/issues/12051)) ([@&#8203;mtojek](https://github.com/mtojek)) - Dashboard: Enable submit when auto start and stop are both disabled ([#&#8203;12055](https://github.com/coder/coder/issues/12055)) ([@&#8203;BrunoQuaresma](https://github.com/BrunoQuaresma)) - Dashboard: Fix infinite loading when template has no previous version ([#&#8203;12059](https://github.com/coder/coder/issues/12059)) ([@&#8203;BrunoQuaresma](https://github.com/BrunoQuaresma)) - Dashboard: Ignore fileInfo if file is missing ([#&#8203;12154](https://github.com/coder/coder/issues/12154)) ([@&#8203;mtojek](https://github.com/mtojek)) - Dashboard: Match activity bump text with template settings ([#&#8203;12170](https://github.com/coder/coder/issues/12170)) ([@&#8203;BrunoQuaresma](https://github.com/BrunoQuaresma)) - Dashboard: Fix language detection for Dockerfile ([#&#8203;12188](https://github.com/coder/coder/issues/12188)) ([@&#8203;BrunoQuaresma](https://github.com/BrunoQuaresma)) - Dashboard: Fix parameters field size ([#&#8203;12231](https://github.com/coder/coder/issues/12231)) ([@&#8203;BrunoQuaresma](https://github.com/BrunoQuaresma)) - Dashboard: Fix bottom overflow on web terminal ([#&#8203;12228](https://github.com/coder/coder/issues/12228)) ([@&#8203;BrunoQuaresma](https://github.com/BrunoQuaresma)) - Dashboard: Fix error when typing long number on ttl ([#&#8203;12249](https://github.com/coder/coder/issues/12249)) ([@&#8203;BrunoQuaresma](https://github.com/BrunoQuaresma)) - Dashboard: Fix form layout for tablet viewports ([#&#8203;12369](https://github.com/coder/coder/issues/12369)) ([@&#8203;BrunoQuaresma](https://github.com/BrunoQuaresma)) - Dashboard: Retry and debug passing build parameters options ([#&#8203;12384](https://github.com/coder/coder/issues/12384)) ([@&#8203;BrunoQuaresma](https://github.com/BrunoQuaresma)) - Dashboard: Fix terminal size when displaying alerts ([#&#8203;12444](https://github.com/coder/coder/issues/12444)) ([@&#8203;BrunoQuaresma](https://github.com/BrunoQuaresma)) - Dashboard: TemplateVersionEditor: allow triggering builds on non-dirtied template version ([#&#8203;12547](https://github.com/coder/coder/issues/12547)) ([@&#8203;johnstcn](https://github.com/johnstcn)) - Dashboard: Warn when user leaves template editor with un-built changes ([#&#8203;12548](https://github.com/coder/coder/issues/12548)) ([@&#8203;johnstcn](https://github.com/johnstcn)) - Tailnet: Enforce valid agent and client addresses ([#&#8203;12197](https://github.com/coder/coder/issues/12197)) ([@&#8203;coadler](https://github.com/coadler)) - Server: Copy app ID in healthcheck ([#&#8203;12087](https://github.com/coder/coder/issues/12087)) ([@&#8203;deansheather](https://github.com/deansheather)) - Dashboard: Allow access to unhealthy/initializing apps ([#&#8203;12086](https://github.com/coder/coder/issues/12086)) ([@&#8203;deansheather](https://github.com/deansheather)) - Server: Do not query user_link for deleted accounts ([#&#8203;12112](https://github.com/coder/coder/issues/12112)) ([@&#8203;Emyrk](https://github.com/Emyrk)) - Tailnet: Set node callback each time we reinit the coordinator in servertailnet ([#&#8203;12140](https://github.com/coder/coder/issues/12140)) ([@&#8203;spikecurtis](https://github.com/spikecurtis)) - Tailnet: Change servertailnet to register the DERP dialer before setting DERP map ([#&#8203;12137](https://github.com/coder/coder/issues/12137)) ([@&#8203;spikecurtis](https://github.com/spikecurtis)) - Server: Fix pgcoord to delete coordinator row last ([#&#8203;12155](https://github.com/coder/coder/issues/12155)) ([@&#8203;spikecurtis](https://github.com/spikecurtis)) - Dashboard: Improve clipboard support on HTTP connections and older browsers ([#&#8203;12178](https://github.com/coder/coder/issues/12178)) ([@&#8203;Parkreiner](https://github.com/Parkreiner)) - Server: Add postgres triggers to remove deleted users from user_links ([#&#8203;12117](https://github.com/coder/coder/issues/12117)) ([@&#8203;Emyrk](https://github.com/Emyrk)) - Dashboard: Add tests and improve accessibility for useClickable ([#&#8203;12218](https://github.com/coder/coder/issues/12218)) ([@&#8203;Parkreiner](https://github.com/Parkreiner)) - Server: Ignore surronding whitespace for cli config ([#&#8203;12250](https://github.com/coder/coder/issues/12250)) ([@&#8203;Emyrk](https://github.com/Emyrk)) - Tailnet: Stop waiting for Agent in a goroutine in ssh test ([#&#8203;12268](https://github.com/coder/coder/issues/12268)) ([@&#8203;spikecurtis](https://github.com/spikecurtis)) - [`d4d8424`](https://github.com/coder/coder/commit/d4d8424ce) fix: fix GetOrganizationsByUserID error when multiple organizations exist ([#&#8203;12257](https://github.com/coder/coder/issues/12257)) ([@&#8203;Emyrk](https://github.com/Emyrk)) - Server: Refresh entitlements after creating first user ([#&#8203;12285](https://github.com/coder/coder/issues/12285)) ([@&#8203;mtojek](https://github.com/mtojek)) - Server: Use default org over index \[0] for new scim ([#&#8203;12284](https://github.com/coder/coder/issues/12284)) ([@&#8203;Emyrk](https://github.com/Emyrk)) - Server: Avoid race between replicas on start ([#&#8203;12344](https://github.com/coder/coder/issues/12344)) ([@&#8203;deansheather](https://github.com/deansheather)) - Server: Use flag to enable Prometheus ([#&#8203;12345](https://github.com/coder/coder/issues/12345)) ([@&#8203;mtojek](https://github.com/mtojek)) - Dashboard: Increase license key rows ([#&#8203;12352](https://github.com/coder/coder/issues/12352)) ([@&#8203;kylecarbs](https://github.com/kylecarbs)) - Server: External auth device flow, check both queries for errors ([#&#8203;12367](https://github.com/coder/coder/issues/12367)) ([@&#8203;Emyrk](https://github.com/Emyrk)) - Dashboard: Add service banner to workspace page ([#&#8203;12381](https://github.com/coder/coder/issues/12381)) ([@&#8203;michaelbrewer](https://github.com/michaelbrewer)) - SDK: Always return count of workspaces ([#&#8203;12407](https://github.com/coder/coder/issues/12407)) ([@&#8203;mtojek](https://github.com/mtojek)) - SDK: Improve pagination parser ([#&#8203;12422](https://github.com/coder/coder/issues/12422)) ([@&#8203;mtojek](https://github.com/mtojek)) - SDK: Use timestamptz instead of timestamp ([#&#8203;12425](https://github.com/coder/coder/issues/12425)) ([@&#8203;mtojek](https://github.com/mtojek)) - Dashboard: Ensure auto-workspace creation waits until all parameters are ready ([#&#8203;12419](https://github.com/coder/coder/issues/12419)) ([@&#8203;Parkreiner](https://github.com/Parkreiner)) - CLI: Ensure ssh cleanup happens on cmd error ([@&#8203;spikecurtis](https://github.com/spikecurtis)) - Dashboard: Display tooltip when selection is disabled ([#&#8203;12439](https://github.com/coder/coder/issues/12439)) ([@&#8203;f0ssel](https://github.com/f0ssel)) - Server: Add `--block-direct-connections` to wsproxies ([#&#8203;12182](https://github.com/coder/coder/issues/12182)) ([@&#8203;coadler](https://github.com/coadler)) - Examples: Fix directory for devcontainer-docker template ([#&#8203;12453](https://github.com/coder/coder/issues/12453)) ([@&#8203;alv67](https://github.com/alv67)) - Dashboard: Make public menu item selectable ([#&#8203;12484](https://github.com/coder/coder/issues/12484)) ([@&#8203;f0ssel](https://github.com/f0ssel)) - Server: Stop holding Pubsub mutex while calling pq.Listener ([#&#8203;12518](https://github.com/coder/coder/issues/12518)) ([@&#8203;spikecurtis](https://github.com/spikecurtis)) ##### Documentation - Fix /audit & /insights params ([#&#8203;12043](https://github.com/coder/coder/issues/12043)) ([@&#8203;ericpaulsen](https://github.com/ericpaulsen)) - Fix jetbrains reconnect faq ([#&#8203;12073](https://github.com/coder/coder/issues/12073)) ([@&#8203;ericpaulsen](https://github.com/ericpaulsen)) - Update modules documentation ([#&#8203;11911](https://github.com/coder/coder/issues/11911)) ([@&#8203;matifali](https://github.com/matifali)) - Add kubevirt coder template in list of community templates ([#&#8203;12113](https://github.com/coder/coder/issues/12113)) ([@&#8203;sulo1337](https://github.com/sulo1337)) - Describe resource ordering in UI ([#&#8203;12185](https://github.com/coder/coder/issues/12185)) ([@&#8203;mtojek](https://github.com/mtojek)) - Simplify docker installation docs ([#&#8203;12187](https://github.com/coder/coder/issues/12187)) ([@&#8203;matifali](https://github.com/matifali)) - Fix header font ([#&#8203;12193](https://github.com/coder/coder/issues/12193)) ([@&#8203;mtojek](https://github.com/mtojek)) - Document Terraform variables ([#&#8203;12270](https://github.com/coder/coder/issues/12270)) ([@&#8203;mtojek](https://github.com/mtojek)) - Add steps for postgres server verification ([#&#8203;12072](https://github.com/coder/coder/issues/12072)) ([@&#8203;ericpaulsen](https://github.com/ericpaulsen)) - Add gitlab self-managed example ([#&#8203;12295](https://github.com/coder/coder/issues/12295)) ([@&#8203;michaelbrewer](https://github.com/michaelbrewer)) - Add k8s security reference ([#&#8203;12334](https://github.com/coder/coder/issues/12334)) ([@&#8203;ericpaulsen](https://github.com/ericpaulsen)) - Simplify install docs ([#&#8203;11946](https://github.com/coder/coder/issues/11946)) ([@&#8203;bpmct](https://github.com/bpmct)) Compare: [`v2.8.5...v2.9.0`](https://github.com/coder/coder/compare/v2.8.5...v2.9.0) ##### Container image - `docker pull ghcr.io/coder/coder:v2.9.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. ### [`v2.8.5`](https://github.com/coder/coder/releases/tag/v2.8.5) [Compare Source](https://github.com/coder/coder/compare/v2.8.4...v2.8.5) ##### Changelog - Fixed an issue where some template updates caused workspaces to stop after 2 hours, even while in use ([#&#8203;12446](https://github.com/coder/coder/issues/12446)) - Add DERP mesh health checking to workspace proxies ([#&#8203;12220](https://github.com/coder/coder/issues/12220)) ([#&#8203;12222](https://github.com/coder/coder/issues/12222)) - Improve clipboard support on HTTP connections and older browsers ([#&#8203;12178](https://github.com/coder/coder/issues/12178)) Compare: [`v2.8.4...v2.8.5`](https://github.com/coder/coder/compare/v2.8.4...v2.8.5) ##### Container image - `docker pull ghcr.io/coder/coder:v2.8.5` ##### 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.4`](https://github.com/coder/coder/releases/tag/v2.8.4) [Compare Source](https://github.com/coder/coder/compare/v2.8.3...v2.8.4) ##### Changelog All users are recommended to upgrade to a version that patches [GHSA-7cc2-r658-7xpf](https://github.com/coder/coder/security/advisories/GHSA-7cc2-r658-7xpf) as soon as possible if they are using OIDC authentication with the `CODER_OIDC_EMAIL_DOMAIN` setting. ##### Security - Fixes [GHSA-7cc2-r658-7xpf](https://github.com/coder/coder/security/advisories/GHSA-7cc2-r658-7xpf) Compare: [`v2.8.3...v2.8.4`](https://github.com/coder/coder/compare/v2.8.3...v2.8.4) ##### Container image - `docker pull ghcr.io/coder/coder:v2.8.4` ##### 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:eyJjcmVhdGVkSW5WZXIiOiIzNy4yMjQuMCIsInVwZGF0ZWRJblZlciI6IjM3LjI1Mi4wIiwidGFyZ2V0QnJhbmNoIjoibWFpbiJ9-->
prskr force-pushed renovate/ghcr.io-coder-coder-2.x from 15722b072f to 92f03def6c 2024-03-09 04:11:37 +00:00 Compare
prskr changed title from chore(deps): update ghcr.io/coder/coder docker tag to v2.8.4 to chore(deps): update ghcr.io/coder/coder docker tag to v2.8.5 2024-03-09 04:11:38 +00:00
prskr force-pushed renovate/ghcr.io-coder-coder-2.x from 92f03def6c to aca69bf0ef 2024-03-13 04:11:40 +00:00 Compare
prskr changed title from chore(deps): update ghcr.io/coder/coder docker tag to v2.8.5 to chore(deps): update ghcr.io/coder/coder docker tag to v2.9.0 2024-03-13 04:11:40 +00:00
prskr force-pushed renovate/ghcr.io-coder-coder-2.x from aca69bf0ef to 367533dd60 2024-03-20 04:11:30 +00:00 Compare
prskr changed title from chore(deps): update ghcr.io/coder/coder docker tag to v2.9.0 to chore(deps): update ghcr.io/coder/coder docker tag to v2.9.1 2024-03-20 04:11:32 +00:00
prskr merged commit 3f2d9e253d into main 2024-03-27 19:20:58 +00:00
prskr deleted branch renovate/ghcr.io-coder-coder-2.x 2024-03-27 19:20:58 +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#13
No description provided.