Skip to content

docs: add v2.8.0 changelog #12042

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 4 commits into from
Feb 7, 2024
Merged
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
formatting + add TF version
  • Loading branch information
bpmct committed Feb 7, 2024
commit da60671b334783a9740d4b97af61f8b74341cdbb
33 changes: 11 additions & 22 deletions docs/changelogs/v2.8.0.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,7 @@

- Coder will now autofill parameters in the "create workspace" page based on the previous value (#11731) (@ammario)
![Parameter autofill](./images/parameter-autofill.png)
- Change default Terraform version to v1.6 and relax max version constraint (#12027) (@johnstcn)
- Show workspace name suggestions below the name field (#12001) (@aslilac)
- Add favorite/unfavorite commands (@johnstcn)
- Add .zip support for Coder templates (#11839) (#12032) (@mtojek)
Expand Down Expand Up @@ -78,34 +79,22 @@
- Use dark background in terminal, even when a light theme is selected (#12004) (@aslilac)
- Fix graceful disconnect in DialWorkspaceAgent (#11993) (@spikecurtis)
- Stop logging error on query canceled (#12017) (@spikecurtis)
- Only display quota if it is higher than 0 (#11979) (@BrunoQuaresma)

### Documentation

- 6b0e1291d docs: add v2.7.3 changelog (#11811) (@bpmct)
- 979a92083 docs: use coder modules in offline deployments (#11788) (@matifali)
- 541154b74 docs: simplify JFrog integration docs (#11787) (@matifali)
- be4d5221b docs: add guide for azure federation (#11864) (@ericpaulsen)
- d8a3ebef3 docs: fix example template README 404s and semantics (#11903) (@ericpaulsen)
- 21237d96a docs: update remote docker host docs (#11919) (@matifali)
- f57ce97b5 docs: add faq for gateway reconnects (#12007) (@ericpaulsen)
- Using coder modules in offline deployments (#11788) (@matifali)
- Simplify JFrog integration docs (#11787) (@matifali)
- Add guide for azure federation (#11864) (@ericpaulsen)
- Fix example template README 404s and semantics (#11903) (@ericpaulsen)
- Update remote docker host docs (#11919) (@matifali)
- Add FAQ for gateway reconnects (#12007) (@ericpaulsen)

### Code refactoring

- a31d19d53 refactor(site): apply cosmetic changes and remove ExternalAuth from settings page (#11756)
- 910f17f4e refactor(site): refactor external auth component (#11758)
- e828daba6 refactor(site): simplify create workspace form (#11771)
- 6145da8a9 refactor(site): verify external auth before display ws form (#11777) (@BrunoQuaresma)
- 8bc91b489 refactor(site): increase form fields gap (#11803) (@BrunoQuaresma)
- e371716b3 refactor(site): add minor workspace improvements (#11822) (@BrunoQuaresma)
- 0ba035a16 refactor(site): improve parameters field (#11802) (@BrunoQuaresma)
- 1a9468692 refactor(site): add table chosmetic changes (#11977) (@BrunoQuaresma)
- 6c9f60a9c refactor(site): only display quota if it is higher than 0 (#11979) (@BrunoQuaresma)
- f74ef142d refactor: reorganize auth components and hooks (#11717)
- 69e963b1a refactor: move dashboard functionality to modules/dashboard/ (#11721)
- c85fc3c8f refactor: add more `fill` variants to the experimental theme (#11827) (@aslilac)
- 619bdd1e7 refactor: redesign `Paywall` component (#11907) (@aslilac)
- 76e73287a refactor: add modules/templates and modules/workspaces (#11947) (@aslilac)
- e070a5514 refactor: stabilize `theme.roles` (#11969) (@aslilac)
- Apply cosmetic changes and remove ExternalAuth from settings page (#11756)
- Minor improvements create workspace form (#11771)
- Verify external auth before displaying workspace form (#11777) (@BrunoQuaresma)

Compare: [`v2.7.2...v2.7.3`](https://github.com/coder/coder/compare/v2.7.2...v2.7.3)

Expand Down