File tree 3 files changed +43
-1
lines changed
3 files changed +43
-1
lines changed Original file line number Diff line number Diff line change @@ -103,7 +103,9 @@ Click _Continue_.
103
103
- Enter a unique name for the link, e.g. "Coder"
104
104
- Set ** Redirect URL** to ` [your-coder-domain]/oauth/callback ` (e.g.
105
105
` https://coder.domain.com/oauth/callback ` )
106
- - In ** Application permissions** , under ** Account** , enable _ Write_ permission
106
+ - In ** Application permissions** , enable the following:
107
+ - ** Account: Write** (required to add SSH keys)
108
+ - ** Repositories: Admin** (required to clone repositories and create webhooks)
107
109
108
110
Click _ Save_ and enter the generated ** Client ID** and ** Client Secret** .
109
111
Original file line number Diff line number Diff line change
1
+ ---
2
+ title : " 1.43.0"
3
+ description : " Released on 05/24/2023"
4
+ ---
5
+
6
+ ### Breaking changes ❗
7
+
8
+ - The Bitbucket Server integration for version 7.20 and above now requires the
9
+ ` REPO_ADMIN ` permission. See [ Git integration] ( ../admin/git.md ) for more
10
+ information. Users will need to re-link their Bitbucket Server account to
11
+ Coder for this fix to take effect.
12
+
13
+ ### Features ✨
14
+
15
+ - web: Added the ability to modify the default role for new users in an
16
+ organization. The default role can be updated in the "Edit Organization" page.
17
+
18
+ ### Bug fixes 🐛
19
+
20
+ - web: Fixed an issue where the autostart time was getting misinterpreted due to
21
+ a timezone conversion.
22
+ - web: Fixed some styling issues in the "Edit Organization" page.
23
+ - infra: Fixed an issue where attempting to access a public Dev URL could result
24
+ in a 500.
25
+ - infra: Improved SSH PTY handling.
26
+ - infra: Added cgroup-v2 support for setting CPU quota and period in envbox.
27
+ - infra: Fixed an issue with the Bitbucket Server (v7.20+) integration where
28
+ Coder would fail to fetch a workspace template with a 401 error.
29
+
30
+ ### Security updates 🔐
31
+
32
+ - Updated code-server to 4.13.0 to fix some vulnerabilities in transitive
33
+ dependencies (CVE-2023 -30547, CVE-2023 -29199, CVE-2023 -29017).
Original file line number Diff line number Diff line change 1
1
{
2
2
"versions" : [
3
+ " v1.43" ,
3
4
" v1.42" ,
4
5
" v1.41" ,
5
6
" v1.40" ,
1125
1126
"path" : " ./changelog/index.md" ,
1126
1127
"icon_path" : " ./assets/images/icons/paper.svg" ,
1127
1128
"children" : [
1129
+ {
1130
+ "path" : " ./changelog/1.43.0.md" ,
1131
+ "title" : " 1.43.0" ,
1132
+ "description" : " Released on 05/24/2023" ,
1133
+ "children" : []
1134
+ },
1128
1135
{
1129
1136
"path" : " ./changelog/1.42.0.md" ,
1130
1137
"title" : " 1.42.0" ,
You can’t perform that action at this time.
0 commit comments