Movatterモバイル変換


[0]ホーム

URL:


Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

Commiteb68684

Browse files
authored
docs: add v2.1.4 changelog (#9398)
* docs: add v2.1.4 changelog* fmt* reorder* clarify
1 parentbe47cc5 commiteb68684

File tree

2 files changed

+44
-3
lines changed

2 files changed

+44
-3
lines changed

‎docs/changelogs/README.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -12,8 +12,8 @@ Run this command to generate release notes:
1212
export CODER_IGNORE_MISSING_COMMIT_METADATA=1
1313
export BRANCH=main
1414
./scripts/release/generate_release_notes.sh \
15-
--old-version=v2.1.3 \
16-
--new-version=v2.1.4 \
15+
--old-version=v2.1.4 \
16+
--new-version=v2.1.5 \
1717
--ref=$(git rev-parse --short"${ref:-origin/$BRANCH}") \
18-
> ./docs/changelogs/v2.1.4.md
18+
> ./docs/changelogs/v2.1.5.md
1919
```

‎docs/changelogs/v2.1.4.md

Lines changed: 41 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,41 @@
1+
##Changelog
2+
3+
###Features
4+
5+
- Add`template_active_version_id` to workspaces (#9226) (@kylecarbs)
6+
- Show entity name in DeleteDialog (#9347) (@ammario)
7+
- Improve template publishing flow (#9346) (@aslilac)
8+
9+
###Bug fixes
10+
11+
- Fixed 2 bugs contributing to a memory leak in`coderd` (#9364):
12+
- Allow`workspaceAgentLogs` follow to return on non-latest-build (#9382)
13+
(@mafredri)
14+
- Avoid derp-map updates endpoint leak (#9390) (@deansheather)
15+
- Send updated workspace data after ws connection (#9392) (@BrunoQuaresma)
16+
- Fix`coder template pull` on Windows (#9327) (@spikecurtis)
17+
- Truncate websocket close error (#9360) (@kylecarbs)
18+
- Add `--max-ttl`` to template create (#9319) (@ammario)
19+
- Remove rate limits from agent metadata (#9308) (@ammario)
20+
- Use`websocketNetConn` in`workspaceProxyCoordinate` to bind context (#9395)
21+
(@mafredri)
22+
- Fox default ephemeral parameter value on parameters page (#9314)
23+
(@BrunoQuaresma)
24+
- Render variable width unicode characters in terminal (#9259) (@ammario)
25+
- Use WebGL renderer for terminal (#9320) (@ammario)
26+
- 80425c32b fix(site): workaround: reload page every 3sec (#9387) (@mtojek)
27+
- Make right panel scrollable on template editor (#9344) (@BrunoQuaresma)
28+
- Use more reasonable restart limit for systemd service (#9355) (@bpmct)
29+
30+
Compare:
31+
[`v2.1.3...v2.1.4`](https://github.com/coder/coder/compare/v2.1.3...v2.1.4)
32+
33+
##Container image
34+
35+
-`docker pull ghcr.io/coder/coder:v2.1.4`
36+
37+
##Install/upgrade
38+
39+
Refer to our docs to[install](https://coder.com/docs/v2/latest/install) or
40+
[upgrade](https://coder.com/docs/v2/latest/admin/upgrade) Coder, or use a
41+
release asset below.

0 commit comments

Comments
 (0)

[8]ページ先頭

©2009-2025 Movatter.jp