Skip to content

Commit 66f119b

Browse files
authored
docs: add v2.7.1 changelog (#11747)
1 parent 7ffd99c commit 66f119b

File tree

2 files changed

+20
-3
lines changed

2 files changed

+20
-3
lines changed

docs/changelogs/README.md

+3-3
Original file line numberDiff line numberDiff line change
@@ -13,8 +13,8 @@ git checkout main; git pull; git fetch --all
1313
export CODER_IGNORE_MISSING_COMMIT_METADATA=1
1414
export BRANCH=main
1515
./scripts/release/generate_release_notes.sh \
16-
--old-version=v2.6.0 \
17-
--new-version=v2.7.0 \
16+
--old-version=v2.7.1 \
17+
--new-version=v2.7.2 \
1818
--ref=$(git rev-parse --short "${ref:-origin/$BRANCH}") \
19-
> ./docs/changelogs/v2.7.0.md
19+
> ./docs/changelogs/v2.7.2.md
2020
```

docs/changelogs/v2.7.1.md

+17
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,17 @@
1+
## Changelog
2+
3+
### Bug fixes
4+
5+
- Fixed an issue in v2.7.0 that prevented users from establishing direct connections to their workspaces (#11744) (@spikecurtis)
6+
7+
> Users that upgraded to v2.7.0 will need to update their local CLI to v2.7.1. Previous CLI versions should be unaffected.
8+
9+
Compare: [`v2.7.0...v2.7.1`](https://github.com/coder/coder/compare/v2.7.0...v2.7.1)
10+
11+
## Container image
12+
13+
- `docker pull ghcr.io/coder/coder:v2.7.1`
14+
15+
## Install/upgrade
16+
17+
Refer to our docs to [install](https://coder.com/docs/v2/latest/install) or [upgrade](https://coder.com/docs/v2/latest/admin/upgrade) Coder, or use a release asset below.

0 commit comments

Comments
 (0)