Skip to content

docs: add v2.3.1 changelog #10313

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 13 commits into from
Oct 17, 2023
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
Update v2.3.1.md
cleanup
  • Loading branch information
matifali authored Oct 17, 2023
commit ff629cdf8aaa4f778e63cee332ac5338a21715a1
36 changes: 4 additions & 32 deletions docs/changelogs/v2.3.1.md
Original file line number Diff line number Diff line change
Expand Up @@ -27,41 +27,13 @@

### Documentation

- 5fc9ff29d docs: mention /icons in the template documentation (#10230) (@aslilac)
- a49e6b88f docs: reorganize template docs (#10297) (@matifali)

### Tests

- 782c22a29 test(coderd/database/dbtestutil): allow access to `*sql.DB` (#10238) (@mafredri)

### Continuous integration

- ab7dd24d9 ci: bump the github-actions group with 2 updates (#10250) (@app/dependabot)

### Chores

- 6ef1beec1 chore: recrop some icons for more consistent sizing (#10229) (@aslilac)
- 5f0457f16 chore: bump golang.org/x/net from 0.16.0 to 0.17.0 (#10232) (@app/dependabot)
- 88605b9d0 chore: add display name to member role (#10239) (@Emyrk)
- 13036dd08 chore: bump google.golang.org/api from 0.145.0 to 0.147.0 (#10249) (@app/dependabot)
- 1b1ab97c2 chore: bump github.com/google/go-cmp from 0.5.9 to 0.6.0 (#10248) (@app/dependabot)
- 9a0aac88e chore: fix broken links in docs (#10291) (@bpmct)
- eaea918a5 chore: use emotion for styling (pt. 5) (#10261) (@aslilac)
- 2acf195b1 chore: bump @babel/traverse from 7.22.11 to 7.23.2 in /site (#10295) (@app/dependabot)
- b5e5b39de chore: bump @babel/traverse from 7.22.8 to 7.23.2 in /offlinedocs (#10294) (@app/dependabot)
- 98b6c8bcb chore(coderd): report full license in telemetry (#10258) (@ammario)
- 7df40b85f chore(coderd/coderdtest): use `testing.TB` for use in benchmarks (#10237) (@mafredri)
- def980b97 chore(docs): fix syntax highlighting (#10247) (@matifali)
- 3adf86b60 chore(dogfood): use `coder_extrenal_auth` over deprecated `coder_git_auth` (#10208) (@matifali)
- 59ae69b7f chore(enterprise/cli): fix test flake in TestServerDBCrypt (#10222) (@johnstcn)
- 5be4b1237 chore(site): refactor AuthProvider to not use authXService (#10184) (@BrunoQuaresma)
- 301c045aa chore(site): remove create workspace xservice (#10217) (@BrunoQuaresma)
- 2029543eb chore(site): clarify autostop description (#10260) (@stirby)
- Mention /icons in the template documentation (#10230) (@aslilac)
- Reorganize template docs (#10297) (@matifali)

### Other changes

- 570f963ae clarify external auth regex (#10243) (@ericpaulsen)
- a67a5a810 Prevent terminal being created twice (#10200) (@code-asher)
- Clarify external auth regex (#10243) (@ericpaulsen)
- Prevent terminal being created twice (#10200) (@code-asher)

Compare: [`v2.3.0...v2.3.1`](https://github.com/coder/coder/compare/v2.3.0...v2.3.1)

Expand Down