Skip to content

Commit 9c882aa

Browse files
johnstcnsreya
andauthored
chore: merge v1.43 into main (#1275)
* chore: add changelog for 1.43.0 * chore: update changelog for 1.43.0, add note regarding bitbucket perms (#1274) * call out changes to bitbucket requirements --------- Co-authored-by: Jon Ayers <jon@coder.com>
1 parent b2bef05 commit 9c882aa

File tree

3 files changed

+43
-1
lines changed

3 files changed

+43
-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

+33
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,33 @@
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).

manifest.json

+7
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,6 @@
11
{
22
"versions": [
3+
"v1.43",
34
"v1.42",
45
"v1.41",
56
"v1.40",
@@ -1125,6 +1126,12 @@
11251126
"path": "./changelog/index.md",
11261127
"icon_path": "./assets/images/icons/paper.svg",
11271128
"children": [
1129+
{
1130+
"path": "./changelog/1.43.0.md",
1131+
"title": "1.43.0",
1132+
"description": "Released on 05/24/2023",
1133+
"children": []
1134+
},
11281135
{
11291136
"path": "./changelog/1.42.0.md",
11301137
"title": "1.42.0",

0 commit comments

Comments
 (0)