chore(deps): update helm release coder to v2.14.0 #244

Merged
prskr merged 1 commit from renovate/coder-2.x into main 2024-08-07 09:46:37 +00:00
Owner

This PR contains the following updates:

Package Type Update Change
coder (source) HelmChart minor 2.13.3 -> 2.14.0

Release Notes

coder/coder (coder)

v2.14.0

Compare Source

Changelog

[!NOTE]
This is a mainline Coder release. We advise enterprise customers without a staging environment to install our latest stable release while we refine this version. Learn more about our Release Schedule.

BREAKING CHANGES
  • Remove TLS_ECDHE_RSA_WITH_3DES_EDE_CBC_SHA cipher by default (#​13837, af00177) (@​coadler)

    This cipher is included by default in Go as a fallback, but is marked as an insecure cipher. This removes the 3des cipher by default.

Features
Bug fixes
Changes to hidden experiments

These changes are hidden behind an unsafe experiment and will be made available in a future release. Follow progress in our issue tracker on Organizations + Custom Roles and Notifications.

Documentation
Chores
Other changes

Compare: v2.13.3...v2.14.0

Container image

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

Install/upgrade

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

v2.13.4

Compare Source

Stable (since August 06, 2024)

Changelog

Bug fixes

Compare: v2.13.3...v2.13.4

Container image

  • docker pull ghcr.io/coder/coder:v2.13.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 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.13.3` -> `2.14.0` | --- ### Release Notes <details> <summary>coder/coder (coder)</summary> ### [`v2.14.0`](https://github.com/coder/coder/releases/tag/v2.14.0) [Compare Source](https://github.com/coder/coder/compare/v2.13.4...v2.14.0) #### Changelog > \[!NOTE] > This is a mainline Coder release. We advise enterprise customers without a staging environment to install our [latest stable release](https://github.com/coder/coder/releases/latest) while we refine this version. Learn more about our [Release Schedule](https://coder.com/docs/install/releases). ##### BREAKING CHANGES - Remove `TLS_ECDHE_RSA_WITH_3DES_EDE_CBC_SHA` cipher by default ([#&#8203;13837](https://github.com/coder/coder/issues/13837), [`af00177`](https://github.com/coder/coder/commit/af001773d)) ([@&#8203;coadler](https://github.com/coadler)) > This cipher is included by default in Go as a fallback, but is marked as an insecure cipher. This removes the 3des cipher by default. ##### Features - Add ConnectRPC variants for older Agent API versions ([#&#8203;13778](https://github.com/coder/coder/issues/13778), [`f6639b7`](https://github.com/coder/coder/commit/f6639b788)) ([@&#8203;spikecurtis](https://github.com/spikecurtis)) - Autostop workspaces owned by suspended users ([#&#8203;13790](https://github.com/coder/coder/issues/13790), [`7c41f95`](https://github.com/coder/coder/commit/7c41f957d)) ([@&#8203;mtojek](https://github.com/mtojek)) - Added [`whomai`](https://coder.com/docs/cli/whoami) to coder CLI ([#&#8203;13814](https://github.com/coder/coder/issues/13814), [`b07e306`](https://github.com/coder/coder/commit/b07e3069d)) ([@&#8203;BRAVO68WEB](https://github.com/BRAVO68WEB)) - Add meticulous recorder ([#&#8203;13886](https://github.com/coder/coder/issues/13886), [`8d4bccc`](https://github.com/coder/coder/commit/8d4bccc61)) ([@&#8203;sreya](https://github.com/sreya)) - Add SMTP auth & TLS support ([#&#8203;13902](https://github.com/coder/coder/issues/13902), [`943ea7c`](https://github.com/coder/coder/commit/943ea7c52)) ([@&#8203;dannykopping](https://github.com/dannykopping)) - Implement disabling oidc issuer checks ([#&#8203;13991](https://github.com/coder/coder/issues/13991), [`4f01372`](https://github.com/coder/coder/commit/4f0137217)) ([@&#8203;Emyrk](https://github.com/Emyrk)) - CLI: Show information about --wait=no for ssh ([#&#8203;13847](https://github.com/coder/coder/issues/13847), [`ac6db5e`](https://github.com/coder/coder/commit/ac6db5edf)) ([@&#8203;mafredri](https://github.com/mafredri)) - SDK: Export template variable parser ([#&#8203;13984](https://github.com/coder/coder/issues/13984), [`7028ff7`](https://github.com/coder/coder/commit/7028ff79c)) ([@&#8203;ethanndickson](https://github.com/ethanndickson)) - SDK: Export LogDest interface ([#&#8203;13792](https://github.com/coder/coder/issues/13792), [`c2d44d1`](https://github.com/coder/coder/commit/c2d44d16a)) ([@&#8203;johnstcn](https://github.com/johnstcn)) - Dashboard: Support match option for auto create workspace flow ([#&#8203;13836](https://github.com/coder/coder/issues/13836), [`6bf7e5a`](https://github.com/coder/coder/commit/6bf7e5af9)) ([@&#8203;BrunoQuaresma](https://github.com/BrunoQuaresma)) - Dashboard: Display tooltip in bars for app usage chart ([#&#8203;13854](https://github.com/coder/coder/issues/13854), [`879c61c`](https://github.com/coder/coder/commit/879c61ce2)) ([@&#8203;BrunoQuaresma](https://github.com/BrunoQuaresma)) > ![Tooltips](https://github.com/coder/coder/assets/3165839/107edcd6-2956-499c-8757-2cede8a8674c) - Dashboard: Add jetbrains fleet icon ([#&#8203;14021](https://github.com/coder/coder/issues/14021), [`ce6ee9c`](https://github.com/coder/coder/commit/ce6ee9c6c)) ([@&#8203;michaelbrewer](https://github.com/michaelbrewer)) ##### Bug fixes - Add policy.go as dependency of Makefile rbac target ([#&#8203;13757](https://github.com/coder/coder/issues/13757), [`98c09bf`](https://github.com/coder/coder/commit/98c09bf5d)) ([@&#8203;dannykopping](https://github.com/dannykopping)) - Let workspace pages download partial logs for unhealthy workspaces ([#&#8203;13761](https://github.com/coder/coder/issues/13761), [`940afa1`](https://github.com/coder/coder/commit/940afa1ab)) ([@&#8203;Parkreiner](https://github.com/Parkreiner)) - Dbpurge: disable parallel tests ([#&#8203;13848](https://github.com/coder/coder/issues/13848), [`5489803`](https://github.com/coder/coder/commit/54898033b)) ([@&#8203;mtojek](https://github.com/mtojek)) - Remove deprecated `templates plan` docs ([#&#8203;13824](https://github.com/coder/coder/issues/13824), [`266913a`](https://github.com/coder/coder/commit/266913a35)) ([@&#8203;ericpaulsen](https://github.com/ericpaulsen)) - Exit reset password request before passwords are compared ([#&#8203;13856](https://github.com/coder/coder/issues/13856), [`d50ffa7`](https://github.com/coder/coder/commit/d50ffa78f)) ([@&#8203;coadler](https://github.com/coadler)) - Missing nolint comment ([#&#8203;13862](https://github.com/coder/coder/issues/13862), [`70046ea`](https://github.com/coder/coder/commit/70046ea08)) ([@&#8203;mtojek](https://github.com/mtojek)) - Change audit descriptions to indicate unsuccessful attempts ([#&#8203;13897](https://github.com/coder/coder/issues/13897), [`1f24ace`](https://github.com/coder/coder/commit/1f24aceea)) ([@&#8203;spikecurtis](https://github.com/spikecurtis)) - Stop blocking fake Agent API channel writes after context expires ([#&#8203;13908](https://github.com/coder/coder/issues/13908), [`70c5c47`](https://github.com/coder/coder/commit/70c5c47ef)) ([@&#8203;spikecurtis](https://github.com/spikecurtis)) - Fix heartbeat select to prevent leak ([#&#8203;13909](https://github.com/coder/coder/issues/13909), [`f21f2dc`](https://github.com/coder/coder/commit/f21f2dce5)) ([@&#8203;spikecurtis](https://github.com/spikecurtis)) - Hardcode default organization id in `DashboardProvider` ([#&#8203;13940](https://github.com/coder/coder/issues/13940), [`4dcbd71`](https://github.com/coder/coder/commit/4dcbd7179)) ([@&#8203;aslilac](https://github.com/aslilac)) - TestPendingUpdatesMetric flake ([#&#8203;13944](https://github.com/coder/coder/issues/13944), [`c88e416`](https://github.com/coder/coder/commit/c88e4162d)) ([@&#8203;dannykopping](https://github.com/dannykopping)) - Avoid vscodessh exit when server restarts ([#&#8203;13970](https://github.com/coder/coder/issues/13970), [`38c7dcd`](https://github.com/coder/coder/commit/38c7dcda9)) ([@&#8203;deansheather](https://github.com/deansheather)) - Address TestPendingUpdatesMetric flake ([`695afb8`](https://github.com/coder/coder/commit/695afb80e)) ([@&#8203;dannykopping](https://github.com/dannykopping)) - Use correct group url in multi-org experiment ([#&#8203;13986](https://github.com/coder/coder/issues/13986), [`a61c09e`](https://github.com/coder/coder/commit/a61c09e4d)) ([@&#8203;Emyrk](https://github.com/Emyrk)) - Use static port number for prometheus test ([#&#8203;14000](https://github.com/coder/coder/issues/14000), [`b3a3671`](https://github.com/coder/coder/commit/b3a3671c6)) ([@&#8203;mtojek](https://github.com/mtojek)) - Notifications: use username in workspace URLs ([#&#8203;14011](https://github.com/coder/coder/issues/14011), [`d488853`](https://github.com/coder/coder/commit/d48885339)) ([@&#8203;mtojek](https://github.com/mtojek)) - Resolve text overflow issues for workspace empty state ([#&#8203;14015](https://github.com/coder/coder/issues/14015), [`9f3c1c7`](https://github.com/coder/coder/commit/9f3c1c736)) ([@&#8203;Parkreiner](https://github.com/Parkreiner)) - Handle legacy licenses missing feature_set field ([#&#8203;14025](https://github.com/coder/coder/issues/14025), [`96011e1`](https://github.com/coder/coder/commit/96011e1b2)) ([@&#8203;Emyrk](https://github.com/Emyrk)) - Fix dormancy notifications ([#&#8203;14029](https://github.com/coder/coder/issues/14029), [`58b810f`](https://github.com/coder/coder/commit/58b810fb0)) ([@&#8203;BrunoQuaresma](https://github.com/BrunoQuaresma)) - Duplicate tags map in mutation to resolve race ([#&#8203;14047](https://github.com/coder/coder/issues/14047), [`893169c`](https://github.com/coder/coder/commit/893169c83)) ([@&#8203;kylecarbs](https://github.com/kylecarbs)) - Don't highlight inactive org in management settings sidebar ([#&#8203;14059](https://github.com/coder/coder/issues/14059), [`56dfc64`](https://github.com/coder/coder/commit/56dfc64bb)) ([@&#8203;aslilac](https://github.com/aslilac)) - Run update-flake with PAT to allow workflow runs ([#&#8203;14067](https://github.com/coder/coder/issues/14067), [`5d42f4a`](https://github.com/coder/coder/commit/5d42f4aa7)) ([@&#8203;kylecarbs](https://github.com/kylecarbs)) - Block creating oidc users when oidc has not been configured ([#&#8203;14064](https://github.com/coder/coder/issues/14064), [`956d0cb`](https://github.com/coder/coder/commit/956d0cb04)) ([@&#8203;ethanndickson](https://github.com/ethanndickson)) - Check for io.EOF error in derpmap to resolve flake ([#&#8203;14125](https://github.com/coder/coder/issues/14125), [`e2cec45`](https://github.com/coder/coder/commit/e2cec454b)) ([@&#8203;kylecarbs](https://github.com/kylecarbs)) - Don't require `organization_id` in body when updating a custom role ([#&#8203;14102](https://github.com/coder/coder/issues/14102), [`166467c`](https://github.com/coder/coder/commit/166467caf)) ([@&#8203;aslilac](https://github.com/aslilac)) - CLI: Do not overwrite repeated SSH options in config-ssh ([#&#8203;13819](https://github.com/coder/coder/issues/13819), [`978364b`](https://github.com/coder/coder/commit/978364bd3)) ([@&#8203;mafredri](https://github.com/mafredri)) - CLI: Prevent asynchronous print of version mismatch in config-ssh ([#&#8203;13845](https://github.com/coder/coder/issues/13845), [`54055dc`](https://github.com/coder/coder/commit/54055dc4c)) ([@&#8203;mafredri](https://github.com/mafredri)) - CLI: Follow logs only when agent is starting ([#&#8203;13864](https://github.com/coder/coder/issues/13864), [`c8484b4`](https://github.com/coder/coder/commit/c8484b4fc)) ([@&#8203;mafredri](https://github.com/mafredri)) - Server: Set `ReadyAt` for start timeout ([#&#8203;13846](https://github.com/coder/coder/issues/13846), [`35a808f`](https://github.com/coder/coder/commit/35a808f08)) ([@&#8203;mafredri](https://github.com/mafredri)) - Provisioner: Handle multiple agents, apps, scripts and envs ([#&#8203;13741](https://github.com/coder/coder/issues/13741), [`07d4171`](https://github.com/coder/coder/commit/07d41716a)) ([@&#8203;mtojek](https://github.com/mtojek)) - Dashboard: Enable dormant workspace to be deleted ([#&#8203;13850](https://github.com/coder/coder/issues/13850), [`01b30ea`](https://github.com/coder/coder/commit/01b30eaa3)) ([@&#8203;BrunoQuaresma](https://github.com/BrunoQuaresma)) - Dashboard: Select default organization on /organizations page ([#&#8203;13992](https://github.com/coder/coder/issues/13992), [`0d45343`](https://github.com/coder/coder/commit/0d453437d)) ([@&#8203;aslilac](https://github.com/aslilac)) ##### Changes to hidden experiments These changes are hidden behind an unsafe experiment and will be made available in a future release. Follow progress in our issue tracker on [Organizations + Custom Roles](https://github.com/coder/coder/milestone/31) and [Notifications](https://github.com/coder/coder/milestone/35). - Unify organization and deployment management settings ([#&#8203;13602](https://github.com/coder/coder/issues/13602), [`d977654`](https://github.com/coder/coder/commit/d977654f0)) ([@&#8203;aslilac](https://github.com/aslilac)) - Implement thin vertical slice of system-generated notifications ([#&#8203;13537](https://github.com/coder/coder/issues/13537), [`bdd2caf`](https://github.com/coder/coder/commit/bdd2caf95)) ([@&#8203;dannykopping](https://github.com/dannykopping)) - Add killswitch for notifications ([#&#8203;13794](https://github.com/coder/coder/issues/13794), [`bf392ff`](https://github.com/coder/coder/commit/bf392ffea)) ([@&#8203;mtojek](https://github.com/mtojek)) - Implement observability of notifications subsystem ([#&#8203;13799](https://github.com/coder/coder/issues/13799), [`b2dab33`](https://github.com/coder/coder/commit/b2dab3308)) ([@&#8203;dannykopping](https://github.com/dannykopping)) - Notify owner about failed autobuild ([#&#8203;13891](https://github.com/coder/coder/issues/13891), [`a5e4bf3`](https://github.com/coder/coder/commit/a5e4bf38f)) ([@&#8203;mtojek](https://github.com/mtojek)) - Add members settings page for organizations ([#&#8203;13817](https://github.com/coder/coder/issues/13817), [`a3f40d5`](https://github.com/coder/coder/commit/a3f40d5ef)) ([@&#8203;aslilac](https://github.com/aslilac)) - Notify on successful autoupdate ([#&#8203;13903](https://github.com/coder/coder/issues/13903), [`fbd1d7f`](https://github.com/coder/coder/commit/fbd1d7f9a)) ([@&#8203;mtojek](https://github.com/mtojek)) - Add provisioner key cli commands ([#&#8203;13875](https://github.com/coder/coder/issues/13875), [`f975701`](https://github.com/coder/coder/commit/f975701b3)) ([@&#8203;f0ssel](https://github.com/f0ssel)) - Implement multi-org template gallery ([#&#8203;13784](https://github.com/coder/coder/issues/13784), [`554c4ab`](https://github.com/coder/coder/commit/554c4ab1e)) ([@&#8203;jaaydenh](https://github.com/jaaydenh)) - Create and modify organization groups ([#&#8203;13887](https://github.com/coder/coder/issues/13887), [`0a71c34`](https://github.com/coder/coder/commit/0a71c34d4)) ([@&#8203;aslilac](https://github.com/aslilac)) - Add organization details to audit log response ([#&#8203;13961](https://github.com/coder/coder/issues/13961), [`a8e6e89`](https://github.com/coder/coder/commit/a8e6e89f6)) ([@&#8203;code-asher](https://github.com/code-asher)) - Get org scoped provisioners ([#&#8203;13953](https://github.com/coder/coder/issues/13953), [`0a07c7e`](https://github.com/coder/coder/commit/0a07c7e55)) ([@&#8203;f0ssel](https://github.com/f0ssel)) - Update licensing to support multiple tiers ([#&#8203;13907](https://github.com/coder/coder/issues/13907), [`15fda23`](https://github.com/coder/coder/commit/15fda232b)) ([@&#8203;Emyrk](https://github.com/Emyrk)) - Add organizations filter to audit table ([#&#8203;13978](https://github.com/coder/coder/issues/13978), [`e8b3db8`](https://github.com/coder/coder/commit/e8b3db8c7)) ([@&#8203;code-asher](https://github.com/code-asher)) - Accept provisioner keys for provisioner auth ([#&#8203;13972](https://github.com/coder/coder/issues/13972), [`ca83017`](https://github.com/coder/coder/commit/ca83017dc)) ([@&#8203;f0ssel](https://github.com/f0ssel)) - Add tags to provisioner keys api ([#&#8203;13989](https://github.com/coder/coder/issues/13989), [`6161d17`](https://github.com/coder/coder/commit/6161d173d)) ([@&#8203;f0ssel](https://github.com/f0ssel)) - Add --key flag to provisionerd start ([#&#8203;14002](https://github.com/coder/coder/issues/14002), [`2279441`](https://github.com/coder/coder/commit/227944151)) ([@&#8203;f0ssel](https://github.com/f0ssel)) - Manage groups from deployment settings for single-org deployments ([#&#8203;14016](https://github.com/coder/coder/issues/14016), [`d68340b`](https://github.com/coder/coder/commit/d68340b12)) ([@&#8203;aslilac](https://github.com/aslilac)) - Notify when a user account is deleted ([#&#8203;14113](https://github.com/coder/coder/issues/14113), [`6428a76`](https://github.com/coder/coder/commit/6428a766a)) ([@&#8203;mtojek](https://github.com/mtojek)) - CLI: Pause notifications ([#&#8203;13873](https://github.com/coder/coder/issues/13873), [`bee913a`](https://github.com/coder/coder/commit/bee913ac4)) ([@&#8203;mtojek](https://github.com/mtojek)) - Server: Notify when workspace is marked as dormant ([#&#8203;13868](https://github.com/coder/coder/issues/13868), [`0d9615b`](https://github.com/coder/coder/commit/0d9615b4f)) ([@&#8203;BrunoQuaresma](https://github.com/BrunoQuaresma)) - Dashboard: Edit organization member roles ([#&#8203;13977](https://github.com/coder/coder/issues/13977), [`38b5738`](https://github.com/coder/coder/commit/38b573857)) ([@&#8203;aslilac](https://github.com/aslilac)) - Dashboard: Allow selecting an organization when creating a template ([#&#8203;14061](https://github.com/coder/coder/issues/14061), [`7125b37`](https://github.com/coder/coder/commit/7125b3754)) ([@&#8203;aslilac](https://github.com/aslilac)) - Route groups by name instead of id ([#&#8203;13692](https://github.com/coder/coder/issues/13692), [`f26f123`](https://github.com/coder/coder/commit/f26f12339)) ([@&#8203;jaaydenh](https://github.com/jaaydenh)) - Webhook endpoint YAML attribute ([#&#8203;13983](https://github.com/coder/coder/issues/13983), [`b817c86`](https://github.com/coder/coder/commit/b817c863e)) ([@&#8203;dannykopping](https://github.com/dannykopping)) - Wrong notification group ([#&#8203;14112](https://github.com/coder/coder/issues/14112), [`4242fd9`](https://github.com/coder/coder/commit/4242fd9c1)) ([@&#8203;mtojek](https://github.com/mtojek)) - Dashboard: Embed users page in management settings ([#&#8203;14006](https://github.com/coder/coder/issues/14006), [`615bb94`](https://github.com/coder/coder/commit/615bb94ec)) ([@&#8203;aslilac](https://github.com/aslilac)) - Notify about created user account ([#&#8203;14010](https://github.com/coder/coder/issues/14010), [`cf1fcab`](https://github.com/coder/coder/commit/cf1fcab51)) ([@&#8203;mtojek](https://github.com/mtojek)) ##### Documentation - Move [architecture](https://coder.com/docs/architecture/architecture) to top level ([#&#8203;13722](https://github.com/coder/coder/issues/13722), [`d8d86b1`](https://github.com/coder/coder/commit/d8d86b16d)) ([@&#8203;ericpaulsen](https://github.com/ericpaulsen)) - Update [workspace filtering](https://coder.com/docs/workspaces#workspace-filtering) docs ([#&#8203;13725](https://github.com/coder/coder/issues/13725), [`9b1d8f7`](https://github.com/coder/coder/commit/9b1d8f79a)) ([@&#8203;jaaydenh](https://github.com/jaaydenh)) - Clarify [envbox](https://coder.com/docs/templates/docker-in-workspaces#envbox) version pinning ([#&#8203;13773](https://github.com/coder/coder/issues/13773), [`80a2a5d`](https://github.com/coder/coder/commit/80a2a5d6a)) ([@&#8203;ericpaulsen](https://github.com/ericpaulsen)) - Remove mention of built-in remote desktop on the roadmap ([#&#8203;13459](https://github.com/coder/coder/issues/13459), [`464e797`](https://github.com/coder/coder/commit/464e7979c)) ([@&#8203;sreya](https://github.com/sreya)) - Fix VSCode web module reference ([#&#8203;13785](https://github.com/coder/coder/issues/13785), [`2a297b0`](https://github.com/coder/coder/commit/2a297b073)) ([@&#8203;ericpaulsen](https://github.com/ericpaulsen)) - Replace `coder_git_auth` with `coder_external_auth` ([#&#8203;13936](https://github.com/coder/coder/issues/13936), [`88d2dbd`](https://github.com/coder/coder/commit/88d2dbd99)) ([@&#8203;matifali](https://github.com/matifali)) - Update Caddy config example & guide ([#&#8203;13964](https://github.com/coder/coder/issues/13964), [`40b70db`](https://github.com/coder/coder/commit/40b70dbdb)) ([@&#8203;nanospearing](https://github.com/nanospearing)) - Add preview image to [release schedule](https://coder.com/docs/install/releases#release-schedule) ([#&#8203;13948](https://github.com/coder/coder/issues/13948), [`652827f`](https://github.com/coder/coder/commit/652827f0e)) ([@&#8203;matifali](https://github.com/matifali)) - Add proxmox coder template in list of community templates ([#&#8203;14022](https://github.com/coder/coder/issues/14022), [`5b35f65`](https://github.com/coder/coder/commit/5b35f6530)) ([@&#8203;raulsh](https://github.com/raulsh)) ##### Chores - Update emoji-mart data ([#&#8203;13746](https://github.com/coder/coder/issues/13746), [`4a0fd74`](https://github.com/coder/coder/commit/4a0fd7466)) ([@&#8203;aslilac](https://github.com/aslilac)) > Resolves an issue causing emojis to use the wrong code. - Upgrade Go to 1.22.5 ([#&#8203;13820](https://github.com/coder/coder/issues/13820), [`f9ca9c7`](https://github.com/coder/coder/commit/f9ca9c7a2)) ([@&#8203;coadler](https://github.com/coadler)) - Add additional network telemetry stats & events ([#&#8203;13800](https://github.com/coder/coder/issues/13800), [`e8db21c`](https://github.com/coder/coder/commit/e8db21c89)) ([@&#8203;ethanndickson](https://github.com/ethanndickson)) - Upgrade terraform to 1.9.2 ([#&#8203;13895](https://github.com/coder/coder/issues/13895), [`7a34a70`](https://github.com/coder/coder/commit/7a34a70cb)) ([@&#8203;coadler](https://github.com/coadler)) - Documentation: Add missing author to support bundle guide ([#&#8203;13918](https://github.com/coder/coder/issues/13918), [`3c2c5ab`](https://github.com/coder/coder/commit/3c2c5ab7f)) ([@&#8203;stirby](https://github.com/stirby)) - chore(scripts): add script to update list of experiments after release ([#&#8203;13872](https://github.com/coder/coder/issues/13872), [`fd10ea1`](https://github.com/coder/coder/commit/fd10ea1dc)) ([@&#8203;mafredri](https://github.com/mafredri)) - Dashboard: Remove proxy menu warnings about using fragment as child ([#&#8203;14121](https://github.com/coder/coder/issues/14121), [`500a789`](https://github.com/coder/coder/commit/500a789e0)) ([@&#8203;BrunoQuaresma](https://github.com/BrunoQuaresma)) - Bump github.com/docker/docker ([#&#8203;14185](https://github.com/coder/coder/issues/14185), [`a0411a3`](https://github.com/coder/coder/commit/a0411a3)) ([@&#8203;coadler](https://github.com/coadler)) > Resolves a critical CVE which **does not** affect Coder. ##### Other changes - Added Coder packages to the Snap store (coder/packages [#&#8203;160](https://github.com/coder/packages/pull/160)) ([@&#8203;matifali](https://github.com/matifali)) Compare: [`v2.13.3...v2.14.0`](https://github.com/coder/coder/compare/v2.13.3...v2.14.0) #### Container image - `docker pull ghcr.io/coder/coder:v2.14.0` #### Install/upgrade Refer to our docs to [install](https://coder.com/docs/install) or [upgrade](https://coder.com/docs/admin/upgrade) Coder, or use a release asset below. ### [`v2.13.4`](https://github.com/coder/coder/releases/tag/v2.13.4) [Compare Source](https://github.com/coder/coder/compare/v2.13.3...v2.13.4) > ## Stable (since August 06, 2024) #### Changelog ##### Bug fixes - Update emoji-mart data ([#&#8203;13746](https://github.com/coder/coder/issues/13746), [`4a0fd74`](https://github.com/coder/coder/commit/4a0fd74)) ([@&#8203;aslilac](https://github.com/aslilac)) > Resolves an issue ([#&#8203;14105](https://github.com/coder/coder/issues/14105)) causing emojis to use the wrong code in the picker. Compare: [`v2.13.3...v2.13.4`](https://github.com/coder/coder/compare/v2.13.3...v2.13.4) #### Container image - `docker pull ghcr.io/coder/coder:v2.13.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 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:eyJjcmVhdGVkSW5WZXIiOiIzOC4xOC4xMiIsInVwZGF0ZWRJblZlciI6IjM4LjE4LjEyIiwidGFyZ2V0QnJhbmNoIjoibWFpbiIsImxhYmVscyI6W119-->
prskr force-pushed renovate/coder-2.x from ad7ac3cca5 to 6d912bd045 2024-08-07 03:34:37 +00:00 Compare
prskr merged commit 6d912bd045 into main 2024-08-07 09:46:37 +00:00
prskr deleted branch renovate/coder-2.x 2024-08-07 09:46:37 +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#244
No description provided.