-
Notifications
You must be signed in to change notification settings - Fork 887
chore: add v2.2.0 changelog #9889
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
Changes from all commits
Commits
File filter
Filter by extension
Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
There are no files selected for viewing
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,76 @@ | ||
## Changelog | ||
|
||
### Features | ||
|
||
- Add support for `coder_script`. This allows different sources (such as [modules](http://registry.coder.com/modules)) to provide their own scripts (#9584) (@kylecarbs) | ||
 | ||
- The template editor lets you create a workspace for a version when published, even if it is not promoted (#9475) (@aslilac) | ||
- Add `template_id` and `template_name` to [workspace data source](https://registry.terraform.io/providers/coder/coder/latest/docs/data-sources/workspace) (#9655) (@sreya) | ||
- Implement agent process management. This will ensure the agent stays running when the workspace is under high load in Linux (#9461) (@sreya) | ||
- Show update messages on workspace page (#9705) (@aslilac) | ||
- Show version messages in version lists (#9708) (@aslilac) | ||
- Add `envFrom` value to Helm chart (#9587) (@ericpaulsen) | ||
- Add Hashicorp Nomad template (#9786) (@matifali) | ||
- Add middle click support for workspace rows (#9834) (@Parkreiner) | ||
- Create a workspace from any template version (#9861) (@aslilac) | ||
- Add `…` to actions that require confirmation (#9862) (@aslilac) | ||
- Colorize CLI help page (#9589) (@ammario) | ||
- Add simple healthcheck formatting option (#9864) (@coadler) | ||
- Log `start` timestamp for http requests (#9776) (@mafredri) | ||
- Render .sh and .tpl files in the template editor (#9674) (@BrunoQuaresma) | ||
- Show CLI flags and env variables for the options (#9757) (@BrunoQuaresma) | ||
- Linux builds of Coder can optionally be built with boringcrypto (#9543) (@spikecurtis) | ||
|
||
### Bug fixes | ||
|
||
- Use `$coder_version` instead of hardcoded version in release script (#9539) (@aslilac) | ||
- Remove tf provider versions in examples/ (#9586) (@ericpaulsen) | ||
- Stop inserting provisioner daemons into the database (#9108) (@spikecurtis) | ||
- Use CRC32 to shorten app subdomain (#9645) (@mtojek) | ||
- Update autostart/autostop text (#9650) (@aslilac) | ||
- Fix case insensitive agent ssh session env var (#9675) (@Emyrk) | ||
- Fix wait for build job (#9680) (@mtojek) | ||
- Prevent workspace search bar text from getting garbled (#9703) (@Parkreiner) | ||
- Remove broken fly.io template from starter templates (#9711) (@bpmct) | ||
- Reconnect terminal on non-modified key presses (#9686) (@code-asher) | ||
- Make sure fly_app name is lower case (#9771) (@pi3ch) | ||
- User should always belong to an organization (#9781) (@mtojek) | ||
- Use terminal emulator that keeps state in ReconnectingPTY tests (#9765) (@spikecurtis) | ||
- Hide empty update message box (#9784) (@aslilac) | ||
- Call agent directly in cli tests (#9789) (@spikecurtis) | ||
- Use AlwaysEnable for licenses with all features (#9808) (@spikecurtis) | ||
- Give more room to lonely resource metadata items (#9832) (@aslilac) | ||
- Consider all 'devel' builds as 'dev' builds (#9794) (@Emyrk) | ||
- Resolve flake in log sender by checking context (#9865) (@kylecarbs) | ||
- Add case for logs without a source (#9866) (@kylecarbs) | ||
- Allow expansion from `log_path` for `coder_script` (#9868) (@kylecarbs) | ||
- Remove pinned version for dogfood (#9872) (@kylecarbs) | ||
- Wait for bash prompt before commands (#9882) (@spikecurtis) | ||
- Avoid logging env in unit tests (#9885) (@johnstcn) | ||
- Specify IgnoreErrors in slogtest options for scaletest cli tests (#9751) (@johnstcn) | ||
- Display pasted session token (#9710) (@ericpaulsen) | ||
- Emit CollectedAt as UTC in convertWorkspaceAgentMetadata (#9700) (@johnstcn) | ||
- Subscribe to workspace when streaming agent logs to detect outdated build (#9729) (@mafredri) | ||
- Remove troublesome test case (#9874) (@johnstcn) | ||
- Use debug log on context cancellation in flush (#9777) (@mafredri) | ||
- Use debug log on query cancellation in flush (#9778) (@mafredri) | ||
- Migrate workspaces.last_used_at to timestamptz (#9699) (@johnstcn) | ||
- 8d8402da0 fix(coderd/database): avoid clobbering workspace build state (#9826) (@johnstcn) | ||
- Avoid truncating inserts that span multiple lines (#9756) (@johnstcn) | ||
- Fix manifest of gcp docs (#9559) (@matifali) | ||
- Do not skip deleted users when encrypting or deleting (#9694) (@johnstcn) | ||
- Fix typo in examples.gen.json (#9718) (@johnstcn) | ||
- Wait for non-zero metrics before cancelling in TestRun (#9663) (@johnstcn) | ||
- wget terraform directly from releases.hashicorp.com (#9594) (@johnstcn) | ||
- Modify logic for determining terraform arch (#9595) (@johnstcn) | ||
- Fix frontend renderer error (#9653) (@BrunoQuaresma) | ||
|
||
Compare: [`v2.1.5...v2.2.0`](https://github.com/coder/coder/compare/v2.1.5...v2.2.0) | ||
|
||
## Container image | ||
|
||
- `docker pull ghcr.io/coder/coder:v2.2.0` | ||
|
||
## 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. |
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
the image was not looking great, so I fixed the width
you can play with different width to see what looks better