Skip to content

chore: update change log to v2.10.0 and install docs for release channels #12863

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 9 commits into from
Apr 3, 2024
Merged
Show file tree
Hide file tree
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
Next Next commit
added disclaimer on MAX_TTL, support bundle info
  • Loading branch information
stirby committed Apr 3, 2024
commit a120ff5d19bcca7deb89e2820de86b36453c960f
Binary file added docs/changelogs/images/support-bundle.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
11 changes: 10 additions & 1 deletion docs/changelogs/v2.10.0.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,13 @@
### BREAKING CHANGES

- Removed `max_ttl` from templates (#12644) (@Emyrk)
> Maximum Workspace Lifetime, or `MAX_TTL`, has been removed from the product in favor of Autostop Requirement. Max Lifetime was designed to automate workspace shutdowns to enable security policy enforcement, enforce routine updates, and reduce idle resource costs.
>
> If you use Maximum Lifetime in your templates, they will no longer be required to shutdown at the end of this timer. Instead, we advise migrating to Autostop Requirement.
>
> Autostop Requirement shares the benefits of `MAX_TTL`, but also respects user-configured quiet hours to avoid forcing shutdowns while developers are connected.
>
> We only completely deprecate features after a 2-month heads up in the UI.

### Features

Expand All @@ -20,7 +27,9 @@
- Support adjusting child proc OOM scores (#12655) (@sreya)
- Expose HTTP debug server over tailnet API (#12582) (@johnstcn)
- Show queue position during workspace builds (#12606) (@dannykopping)
- Unhide support bundle cmd (#12745) (@johnstcn)
- Unhide support bundle command (#12745) (@johnstcn)
> The Coder support bundle grabs a variety of deployment health information to improve and expedite the debugging experience.
![Coder Support Bundle](https://raw.githubusercontent.com/coder/coder/main/docs/changelogs/images/support-bundle.png)
- Add golden tests for errors (#11588) (#12698) (@elasticspoon)
- Enforce confirmation before creating bundle (#12684) (@johnstcn)
- Add enabled experiments to telemetry (#12656) (@dannykopping)
Expand Down