Skip to content

Commit da60671

Browse files
committed
formatting + add TF version
1 parent 963a140 commit da60671

File tree

1 file changed

+11
-22
lines changed

1 file changed

+11
-22
lines changed

docs/changelogs/v2.8.0.md

Lines changed: 11 additions & 22 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,7 @@
44

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

8284
### Documentation
8385

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

9293
### Code refactoring
9394

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

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

0 commit comments

Comments
 (0)