Skip to content

Commit 4f87f3a

Browse files
committed
docs: add v2.5.0 changelog
1 parent b7ea330 commit 4f87f3a

File tree

2 files changed

+120
-3
lines changed

2 files changed

+120
-3
lines changed

docs/changelogs/README.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -13,8 +13,8 @@ git checkout main; git pull; git fetch --all
1313
export CODER_IGNORE_MISSING_COMMIT_METADATA=1
1414
export BRANCH=main
1515
./scripts/release/generate_release_notes.sh \
16-
--old-version=v2.4.0 \
17-
--new-version=v2.4.1 \
16+
--old-version=v2.5.0 \
17+
--new-version=v2.5.1 \
1818
--ref=$(git rev-parse --short "${ref:-origin/$BRANCH}") \
19-
> ./docs/changelogs/v2.4.1.md
19+
> ./docs/changelogs/v2.5.0.md
2020
```

docs/changelogs/v2.5.0.md

Lines changed: 117 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,117 @@
1+
## Changelog
2+
3+
### Features
4+
5+
- Templates can now be deprecated in "template settings" to warn new users and prevent new workspaces from being created (#10745) (@Emyrk)
6+
![Deprecated template](https://gist.github.com/assets/22407953/5883ff54-11a6-4af0-afd3-ad77be1c4dc2)
7+
> This is an [Enterprise feature](https://coder.com/docs/v2/latest/enterprise).
8+
- Add user/settings page for managing external auth (#10945) (@Emyrk)
9+
![External auth settings](https://gist.github.com/assets/22407953/99252719-7255-426e-ba88-55d08dd04586)
10+
- Allow auditors to read template insights (#10860) (@johnstcn)
11+
- Add support for custom permissions in Helm chart `rbac.yaml` file (#10590) (@lbi22)
12+
- Add `workspace_id`, `owner_name`` to agent manifest (#10199) (@szab100)
13+
- Allow identity provider to return single string for roles/groups claim (#10993) (@Emyrk)
14+
- Add endpoints to list all auth-ed external apps (#10944) (@Emyrk)
15+
- Support v2 Tailnet API in AGPL coordinator (#11010) (@spikecurtis)
16+
- Dormant workspaces now appear in the default workspaces list (#11053) (@sreya)
17+
- Include server agent API version in buildinfo (#11057) (@spikecurtis)
18+
- Restart stopped workspaces on `coder ssh` command (#11050) (@Emyrk)
19+
- Add group allowlist for oidc (#11070) (@Emyrk)
20+
- Display 'Deprecated' warning for agents using old API version (#11058) (@spikecurtis)
21+
- Add support for `coder_env` resource to set environment variables within modules (#11102) (@mafredri)
22+
- Handle session signals (#10842) (@mafredri)
23+
- Allow specifying names of provisioner daemons (#11077) (@johnstcn)
24+
- Preserve old agent logs (#10776) (@ammario)
25+
- Store workspace proxy version in the database (#10790) (@johnstcn)
26+
- Add `last_seen_at` and version to provisioner_daemons table (#11033) (@johnstcn)
27+
- New layout for web-based template editor (#10912) (@BrunoQuaresma)
28+
- Add `arm64` and `amd64` portable binaries to `winget` (#11030) (@matifali)
29+
- Add claims to oauth link in db for debug (#10827) (@Emyrk)
30+
- Change login screen layout (#10768) (@BrunoQuaresma)
31+
32+
### Bug fixes
33+
34+
- Automatically purge inactive provisioner daemons after 7 days (#10949) (@mtojek)
35+
- All migrations run in a transaction to avoid broken migrations (#10966) (@coadler)
36+
- Set `ignore_changes` on EC2 example templates (#10773) (@ericpaulsen)
37+
- Stop redirecting DERP and replicasync http requests (#10752) (@spikecurtis)
38+
- Prevent alt text from appearing if OIDC icon fail to load (#10792) (@Parkreiner)
39+
- Fix insights metrics comparison (#10800) (@mtojek)
40+
- Clarify language in orphan section of delete modal (#10764) (@Kira-Pilot)
41+
- Prevent change in defaults if user unsets in template edit (#10793) (@Emyrk)
42+
- Only update last_used_at when connection count > 0 (#10808) (@sreya)
43+
- Updte workspace cleanup flag names for template cmds (#10805) (@sreya)
44+
- Give SSH stdio sessions a chance to close before closing netstack (#10815) (@spikecurtis)
45+
- Preserve order of node reports in healthcheck (#10835) (@mtojek)
46+
- Enable FeatureHighAvailability if it is licensed (#10834) (@spikecurtis)
47+
- Skip autostart for suspended/dormant users (#10771) (@coadler)
48+
- Display explicit 'retry' button(s) when a workspace fails (#10720) (@Parkreiner)
49+
- Improve exit codes for agent/agentssh and cli/ssh (#10850) (@mafredri)
50+
- Detect and retry reverse port forward on used port (#10844) (@spikecurtis)
51+
- Document workspace filter query param correctly (#10894) (@Kira-Pilot)
52+
- Hide groups in account page if not enabled (#10898) (@Parkreiner)
53+
- Add spacing for yes/no prompts (#10907) (@f0ssel)
54+
- Numerical validation grammer (#10924) (@ericpaulsen)
55+
- Insert replica when removed by cleanup (#10917) (@f0ssel)
56+
- Update autostart context to include querying users (#10929) (@sreya)
57+
- Clear workspace name validation on field dirty (#10927) (@Kira-Pilot)
58+
- Redirect to new url after template name update (#10926) (@Kira-Pilot)
59+
- Do not allow selection of unsuccessful versions (#10941) (@f0ssel)
60+
- Parse username/workspace correctly on `coder state pull --build` (#10973) (#10974) (@spikecurtis)
61+
- Handle 404 on unknown top level routes (#10964) (@f0ssel)
62+
- FIX `UpdateWorkspaceDormantDeletingAt` interval out of range (#11000) (@coadler)
63+
- Create centralized PaginationContainer component (#10967) (@Parkreiner)
64+
- Use database for user creation to prevent flake (#10992) (@f0ssel)
65+
- Pass in time parameter to prevent flakes (#11023) (@f0ssel)
66+
- Respect header flags in wsproxy server (#10985) (@deansheather)
67+
- Update tailscale to include fix to prevent race (#11032) (@spikecurtis)
68+
- Disable prefetches for audits table (#11040) (@Parkreiner)
69+
- Increase default staleTime for paginated data (#11041) (@Parkreiner)
70+
- Display app templates correctly in build preview (#10994) (@Kira-Pilot)
71+
- Redirect unauthorized git users to login screen (#10995) (@Kira-Pilot)
72+
- Use unique workspace owners over unique users (#11044) (@f0ssel)
73+
- Stop updating agent stats from deleted workspaces (#11026) (@f0ssel)
74+
- Track JetBrains connections (#10968) (@code-asher)
75+
- Handle no memory limit in `coder stat mem` (#11107) (@f0ssel)
76+
- Provide helpful error when no login url specified (#11110) (@f0ssel)
77+
- Return 403 when rebuilding workspace with require_active_version (#11114) (@sreya)
78+
- Use provisionerd context when failing job on canceled acquire (#11118) (@spikecurtis)
79+
- Ensure we are talking to coder on first user check (#11130) (@f0ssel)
80+
- Prevent logging error for query cancellation in `watchWorkspaceAgentMetadata` (#10843) (@mafredri)
81+
- Keep workspace agent connection open after dial context (#10863) (@mafredri)
82+
- Fix a broken link (#10783) (@matifali)
83+
- Disable CODER_DERP_SERVER_STUN_ADDRESSES correctly (#10840) (@strike)
84+
- Remove anchor links from headings in admin/healthcheck.md (#10975) (@johnstcn)
85+
- Run helm dependency update (#10982) (@johnstcn)
86+
- Use mtime instead of atime (#10893) (#10892) (@johnstcn)
87+
- Correctly interpret timezone based on offset in `formatOffset` (#10797) (@mafredri)
88+
- Use correct default insights time for day interval (#10837) (@mafredri)
89+
- Fix filter font size (#11028) (@BrunoQuaresma)
90+
- Fix padding for loader (#11046) (@BrunoQuaresma)
91+
- Fix template editor route (#11063) (@BrunoQuaresma)
92+
- Hide ws proxy on menu when disabled (#11101) (@BrunoQuaresma)
93+
94+
### Documentation
95+
96+
- Align CODER_HTTP_ADDRESS with document (#10779) (@JounQin)
97+
- Migrate all deprecated `CODER_ADDRESS `to `CODER_HTTP_ADDRESS` (#10780) (@JounQin)
98+
- Add documentation for template update policies (experimental) (#10804) (@sreya)
99+
- Fix typo in additional-clusters.md (#10868) (@bpmct)
100+
- Update FE guide (#10942) (@BrunoQuaresma)
101+
- Add warning about Sysbox before installation (#10619) (@bartonip)
102+
- Add license and template insights prometheus metrics (#11109) (@ericpaulsen)
103+
104+
### Other changes
105+
106+
- Document suspended users not consuming seat (#11045) (@ericpaulsen)
107+
- Fix small typo in docs/admin/configure (#11135) (@stirby)
108+
109+
Compare: [`v2.4.0...v2.5.0`](https://github.com/coder/coder/compare/v2.4.0...v2.5.0)
110+
111+
## Container image
112+
113+
- `docker pull ghcr.io/coder/coder:v2.5.0`
114+
115+
## Install/upgrade
116+
117+
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.

0 commit comments

Comments
 (0)