|
4 | 4 |
|
5 | 5 | - Coder will now autofill parameters in the "create workspace" page based on the previous value (#11731) (@ammario)
|
6 | 6 | 
|
| 7 | +- Change default Terraform version to v1.6 and relax max version constraint (#12027) (@johnstcn) |
7 | 8 | - Show workspace name suggestions below the name field (#12001) (@aslilac)
|
8 | 9 | - Add favorite/unfavorite commands (@johnstcn)
|
9 | 10 | - Add .zip support for Coder templates (#11839) (#12032) (@mtojek)
|
|
78 | 79 | - Use dark background in terminal, even when a light theme is selected (#12004) (@aslilac)
|
79 | 80 | - Fix graceful disconnect in DialWorkspaceAgent (#11993) (@spikecurtis)
|
80 | 81 | - Stop logging error on query canceled (#12017) (@spikecurtis)
|
| 82 | +- Only display quota if it is higher than 0 (#11979) (@BrunoQuaresma) |
81 | 83 |
|
82 | 84 | ### Documentation
|
83 | 85 |
|
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) |
91 | 92 |
|
92 | 93 | ### Code refactoring
|
93 | 94 |
|
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) |
109 | 98 |
|
110 | 99 | Compare: [`v2.7.2...v2.7.3`](https://github.com/coder/coder/compare/v2.7.2...v2.7.3)
|
111 | 100 |
|
|
0 commit comments