@@ -9,34 +9,75 @@ There are no breaking changes in 1.23.0.
99
1010### Features ✨
1111
12- - Doctor: Doctor assess a Kubernetes cluster to determine its readiness for
12+ - Doctor: Doctor assesses a Kubernetes cluster to determine its readiness for
1313 Coder installation; if there are issues, Doctor provides information on why.
1414- Terraform: Coder has released the first of a series of
1515 [ Terraform scripts] ( https://github.com/cdr/enterprise-terraform ) to facilitate
1616 one-click Coder deployment.
1717
18- - web: Added integrated live chat user so that hosted beta users can reach the
19- Coder support team.
20- - web: Added in-product changelog.
21- - web: Added dark mode for the Coder UI.
22- - web: Added support for generic applications; users can provide images with
18+ - web: added support for generic applications; users can provide images with
2319 custom applications, instead of only using applications that have been built
2420 into the container image ` PATH ` .
25- - web: Added input validation for dev URLs.
26- - web: Added support for the shell to be set from the UI
27- - cli: Added ` run coder update ` command, allowing users to update the CLI
28- without using ` homebrew ` or manually downloaded new releases.
29- - api: Added ability to use the Coder API to create workspaces.
30- - infra: Coder will log an error to ` stdout ` if it's unable to write to the
31- in-product audit log.
21+ - web: added support for DataSpell.
22+ - web: improved input validation for dev URLs.
23+ - web: added ability to get access token returned by OIDC providers on login.
24+ - web: added usage statistics for individual workspaces to the Organizations
25+ section of the UI.
26+ - web: renamed "decommissioned" state to "deleting" when referring to the
27+ process of deleting a workspace and freeing up its resources.
28+ - web: added integrated live chat user so that hosted beta users can reach the
29+ Coder support team.
30+ - web: added in-product changelog.
31+ - web: added dark mode for the Coder UI.
32+ - web: added ability to provide a shell command to be run when starting a
33+ terminal in Coder.
34+ - web: updated default workspace resource allocation from 1 core and 1 GB of
35+ memory to 4 cores and 4 GB of memory.
36+ - web: updated audit log to include information about workspace stop actions.
37+ - web: added ability to specify the Kubernetes service account name when editing
38+ a workspace provider.
39+ - cli: added ` run coder update ` command; users can now update the Coder CLI
40+ directly.
41+ - api: added ability to use the Coder API to create workspaces.
42+ - infra: updated logging so that Coder will send an error to ` stdout ` if unable
43+ to write to the in-product audit log.
44+ - infra: add support for containerd for cached CVMs.
3245- infra: updated Coder to always use the latest stable version of JetBrains
3346 Projector.
34- - infra: updated Next.js 10 to 11 .
47+ - infra: updated Next.js ` 10 ` to ` 11 ` .
3548
3649### Bug fixes 🐛
3750
38- - web: fixed issue with ellipses buttons obscured by lengthy environment names.
51+ - web: fixed inconsistent color scheming in UI.
52+ - web: fixed issues related to the rendering of UI components.
53+ - web: fixed issues in the UI with longer strings of text.
54+ - web: updated build log to show elapsed time for the final step.
55+ - web: fixed issue with Coder networking agent hanging when certificates are
56+ missing.
57+ - web: fixed issue where STUN URI field in the admin panel could not be left
58+ empty.
59+ - web: fixed issue with session cookies not persisting in Safari.
60+ - web: fixed issue preventing users from signing out of Coder.
61+ - web: fixed intermittent workspace build and build log errors when using cached
62+ CVMs.
63+ - infra: fixed issue with SSH connections immediately closing when using cached
64+ CVMs.
65+ - infra: fixed issue with cached CVMs not having internet connectivity when
66+ network policies are enabled on GKE.
67+ - infra: fixed issue with cached CVMs not preserving environment variables
68+ passed from the image.
69+ - infra: consolidated requests sent when to get dev URL status, lessening server
70+ load.
71+ - infra: fixed goroutine/memory leaks.
72+ - infra: fixed issue with inability to delete workspace provider if its cluster
73+ - has been deleted.
3974
4075### Security updates 🔐
4176
42- There are no security updates in 1.23.0.
77+ - api: the admin-only authentication API no longer returns the OIDC client
78+ secret.
79+ - infra: added ` X-Content-Type-Options ` to headers returned by Coder so that
80+ browsers avoid automatically detecting MIME types based on content.
81+ - infra: added CSP ` frame-ancestors ` directive to prevent click-jacking.
82+ - infra: reduced session cookie expiration time from seven days to twenty-four
83+ hours.
0 commit comments