Skip to content

Commit b7e268e

Browse files
authored
chore: update changelog for 1.43.0, add note regarding bitbucket perms (#1274)
1 parent 4d5f83b commit b7e268e

File tree

2 files changed

+8
-1
lines changed

2 files changed

+8
-1
lines changed

admin/git.md

+3-1
Original file line numberDiff line numberDiff line change
@@ -103,7 +103,9 @@ Click _Continue_.
103103
- Enter a unique name for the link, e.g. "Coder"
104104
- Set **Redirect URL** to `[your-coder-domain]/oauth/callback` (e.g.
105105
`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)
107109

108110
Click _Save_ and enter the generated **Client ID** and **Client Secret**.
109111

changelog/1.43.0.md

+5
Original file line numberDiff line numberDiff line change
@@ -21,6 +21,11 @@ There are no breaking changes in 1.43.0.
2121
in a 500.
2222
- infra: Improved SSH PTY handling.
2323
- infra: Added cgroup-v2 support for setting CPU quota and period in envbox.
24+
- infra: Fixed an issue with the Bitbucket Server (v7.20+) integration where
25+
Coder would fail to fetch a workspace template with a 401 error.
26+
> Note: users will need to re-link their Bitbucket Server account to Coder for
27+
> this fix to take effect. If you do not use workspace templates, you can
28+
> ignore this message.
2429
2530
### Security updates 🔐
2631

0 commit comments

Comments
 (0)