From 3beba4cf7f7b310f509e7347408ddad6165c9665 Mon Sep 17 00:00:00 2001 From: Ben Date: Mon, 28 Aug 2023 22:33:56 +0000 Subject: [PATCH 1/6] docs: add v2.1.4 changelog --- docs/changelogs/README.md | 6 +++--- docs/changelogs/v2.1.4.md | 35 +++++++++++++++++++++++++++++++++++ 2 files changed, 38 insertions(+), 3 deletions(-) create mode 100644 docs/changelogs/v2.1.4.md diff --git a/docs/changelogs/README.md b/docs/changelogs/README.md index b0ffdbd4218b0..7e2493d7a3c3e 100644 --- a/docs/changelogs/README.md +++ b/docs/changelogs/README.md @@ -12,8 +12,8 @@ Run this command to generate release notes: export CODER_IGNORE_MISSING_COMMIT_METADATA=1 export BRANCH=main ./scripts/release/generate_release_notes.sh \ - --old-version=v2.1.3 \ - --new-version=v2.1.4 \ + --old-version=v2.1.4 \ + --new-version=v2.1.5 \ --ref=$(git rev-parse --short "${ref:-origin/$BRANCH}") \ - > ./docs/changelogs/v2.1.4.md + > ./docs/changelogs/v2.1.5.md ``` diff --git a/docs/changelogs/v2.1.4.md b/docs/changelogs/v2.1.4.md new file mode 100644 index 0000000000000..b80c562fab2f6 --- /dev/null +++ b/docs/changelogs/v2.1.4.md @@ -0,0 +1,35 @@ +## Changelog + +### Features + +- Add `template_active_version_id` to workspaces (#9226) (@kylecarbs) +- Show entity name in DeleteDialog (#9347) (@ammario) +- Improve template publishing flow (#9346) (@aslilac) + +### Bug fixes + +- Fix `coder template pull`` on Windows (#9327) (@spikecurtis) +- Truncate websocket close error (#9360) (@kylecarbs) +- Avoid derp-map updates endpoint leak (#9390) (@deansheather) +- Add `--max-ttl`` to template create (#9319) (@ammario) +- Remove rate limits from agent metadata (#9308) (@ammario) +- Send updated workspace data adter ws connection (#9392) (@BrunoQuaresma) +- Allow `workspaceAgentLogs` follow to return on non-latest-build (#9382) (@mafredri) +- Use `websocketNetConn` in `workspaceProxyCoordinate` to bind context (#9395) (@mafredri) +- Fox default ephemeral parameter value on parameters page (#9314) (@BrunoQuaresma) +- Render variable width unicode characters in terminal (#9259) (@ammario) +- Use WebGL renderer for terminal (#9320) (@ammario) +- 80425c32b fix(site): workaround: reload page every 3sec (#9387) (@mtojek) +- Make right panel scrollable on template editor (#9344) (@BrunoQuaresma) +- Use more reasonable restart limit for systemd service (#9355) (@bpmct) + +Compare: [`v2.1.3...v2.1.4`](https://github.com/coder/coder/compare/v2.1.3...v2.1.4) + +## Container image + +- `docker pull ghcr.io/coder/coder:v2.1.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. + From 2c97ae106b14c60b8444679cae70394ce0fd2195 Mon Sep 17 00:00:00 2001 From: Ben Date: Mon, 28 Aug 2023 22:34:14 +0000 Subject: [PATCH 2/6] fmt --- docs/changelogs/v2.1.4.md | 17 +++++++++++------ 1 file changed, 11 insertions(+), 6 deletions(-) diff --git a/docs/changelogs/v2.1.4.md b/docs/changelogs/v2.1.4.md index b80c562fab2f6..51a090f79d90b 100644 --- a/docs/changelogs/v2.1.4.md +++ b/docs/changelogs/v2.1.4.md @@ -14,16 +14,20 @@ - Add `--max-ttl`` to template create (#9319) (@ammario) - Remove rate limits from agent metadata (#9308) (@ammario) - Send updated workspace data adter ws connection (#9392) (@BrunoQuaresma) -- Allow `workspaceAgentLogs` follow to return on non-latest-build (#9382) (@mafredri) -- Use `websocketNetConn` in `workspaceProxyCoordinate` to bind context (#9395) (@mafredri) -- Fox default ephemeral parameter value on parameters page (#9314) (@BrunoQuaresma) +- Allow `workspaceAgentLogs` follow to return on non-latest-build (#9382) + (@mafredri) +- Use `websocketNetConn` in `workspaceProxyCoordinate` to bind context (#9395) + (@mafredri) +- Fox default ephemeral parameter value on parameters page (#9314) + (@BrunoQuaresma) - Render variable width unicode characters in terminal (#9259) (@ammario) - Use WebGL renderer for terminal (#9320) (@ammario) - 80425c32b fix(site): workaround: reload page every 3sec (#9387) (@mtojek) - Make right panel scrollable on template editor (#9344) (@BrunoQuaresma) - Use more reasonable restart limit for systemd service (#9355) (@bpmct) -Compare: [`v2.1.3...v2.1.4`](https://github.com/coder/coder/compare/v2.1.3...v2.1.4) +Compare: +[`v2.1.3...v2.1.4`](https://github.com/coder/coder/compare/v2.1.3...v2.1.4) ## Container image @@ -31,5 +35,6 @@ Compare: [`v2.1.3...v2.1.4`](https://github.com/coder/coder/compare/v2.1.3...v2. ## 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. - +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. From 619379ecd880d0707c0d1fef3706914df8781ae8 Mon Sep 17 00:00:00 2001 From: Ben Date: Mon, 28 Aug 2023 22:37:34 +0000 Subject: [PATCH 3/6] reorder --- docs/changelogs/v2.1.4.md | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/docs/changelogs/v2.1.4.md b/docs/changelogs/v2.1.4.md index 51a090f79d90b..3528fe769153a 100644 --- a/docs/changelogs/v2.1.4.md +++ b/docs/changelogs/v2.1.4.md @@ -8,14 +8,14 @@ ### Bug fixes +- Fixed 2 bugs contributing to a memory leak in `coderd` + - Allow `workspaceAgentLogs` follow to return on non-latest-build (#9382) (@mafredri) + - Avoid derp-map updates endpoint leak (#9390) (@deansheather) +- Send updated workspace data adter ws connection (#9392) (@BrunoQuaresma) - Fix `coder template pull`` on Windows (#9327) (@spikecurtis) - Truncate websocket close error (#9360) (@kylecarbs) -- Avoid derp-map updates endpoint leak (#9390) (@deansheather) - Add `--max-ttl`` to template create (#9319) (@ammario) - Remove rate limits from agent metadata (#9308) (@ammario) -- Send updated workspace data adter ws connection (#9392) (@BrunoQuaresma) -- Allow `workspaceAgentLogs` follow to return on non-latest-build (#9382) - (@mafredri) - Use `websocketNetConn` in `workspaceProxyCoordinate` to bind context (#9395) (@mafredri) - Fox default ephemeral parameter value on parameters page (#9314) From dfe7c3c6ccbf619fa85208e56936866565612586 Mon Sep 17 00:00:00 2001 From: Ben Date: Mon, 28 Aug 2023 22:40:04 +0000 Subject: [PATCH 4/6] clarify --- docs/changelogs/v2.1.4.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/docs/changelogs/v2.1.4.md b/docs/changelogs/v2.1.4.md index 3528fe769153a..ca7a371d2f631 100644 --- a/docs/changelogs/v2.1.4.md +++ b/docs/changelogs/v2.1.4.md @@ -8,11 +8,11 @@ ### Bug fixes -- Fixed 2 bugs contributing to a memory leak in `coderd` +- Fixed 2 bugs contributing to a memory leak in `coderd` (#9364): - Allow `workspaceAgentLogs` follow to return on non-latest-build (#9382) (@mafredri) - Avoid derp-map updates endpoint leak (#9390) (@deansheather) - Send updated workspace data adter ws connection (#9392) (@BrunoQuaresma) -- Fix `coder template pull`` on Windows (#9327) (@spikecurtis) +- Fix `coder template pull` on Windows (#9327) (@spikecurtis) - Truncate websocket close error (#9360) (@kylecarbs) - Add `--max-ttl`` to template create (#9319) (@ammario) - Remove rate limits from agent metadata (#9308) (@ammario) From 1b947c9db903c75f207a847a223eef10f33e7a01 Mon Sep 17 00:00:00 2001 From: Ben Date: Mon, 28 Aug 2023 22:41:52 +0000 Subject: [PATCH 5/6] fmt --- docs/changelogs/v2.1.4.md | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/docs/changelogs/v2.1.4.md b/docs/changelogs/v2.1.4.md index ca7a371d2f631..d08e99bcf9ff1 100644 --- a/docs/changelogs/v2.1.4.md +++ b/docs/changelogs/v2.1.4.md @@ -9,7 +9,8 @@ ### Bug fixes - Fixed 2 bugs contributing to a memory leak in `coderd` (#9364): - - Allow `workspaceAgentLogs` follow to return on non-latest-build (#9382) (@mafredri) + - Allow `workspaceAgentLogs` follow to return on non-latest-build (#9382) + (@mafredri) - Avoid derp-map updates endpoint leak (#9390) (@deansheather) - Send updated workspace data adter ws connection (#9392) (@BrunoQuaresma) - Fix `coder template pull` on Windows (#9327) (@spikecurtis) From 9550ff88850745f33d8a0674f574940ed5970b86 Mon Sep 17 00:00:00 2001 From: Ben Date: Mon, 28 Aug 2023 22:49:51 +0000 Subject: [PATCH 6/6] rename --- docs/changelogs/v2.1.4.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/changelogs/v2.1.4.md b/docs/changelogs/v2.1.4.md index d08e99bcf9ff1..f2abe83d2fc10 100644 --- a/docs/changelogs/v2.1.4.md +++ b/docs/changelogs/v2.1.4.md @@ -12,7 +12,7 @@ - Allow `workspaceAgentLogs` follow to return on non-latest-build (#9382) (@mafredri) - Avoid derp-map updates endpoint leak (#9390) (@deansheather) -- Send updated workspace data adter ws connection (#9392) (@BrunoQuaresma) +- Send updated workspace data after ws connection (#9392) (@BrunoQuaresma) - Fix `coder template pull` on Windows (#9327) (@spikecurtis) - Truncate websocket close error (#9360) (@kylecarbs) - Add `--max-ttl`` to template create (#9319) (@ammario) pFad - Phonifier reborn

Pfad - The Proxy pFad of © 2024 Garber Painting. All rights reserved.

Note: This service is not intended for secure transactions such as banking, social media, email, or purchasing. Use at your own risk. We assume no liability whatsoever for broken pages.


Alternative Proxies:

Alternative Proxy

pFad Proxy

pFad v3 Proxy

pFad v4 Proxy