Skip to content

chore: add changelog for 1.39.2 #1223

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 2 commits into from
Feb 16, 2023
Merged
Show file tree
Hide file tree
Changes from all commits
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
19 changes: 19 additions & 0 deletions changelog/1.39.2.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,19 @@
# 1.39.2

### Breaking changes ❗

There are no breaking changes in 1.39.2.

### Features ✨

There are no features in 1.39.2.

### Bug fixes 🐛

- Fixed an issue where updates to the 'CVM Internal Network' field in a workspace provider
do not propagate to coderd replicas for workspace builds.

### Security updates 🔐

There are no security updates in 1.39.2.

5 changes: 5 additions & 0 deletions manifest.json
Original file line number Diff line number Diff line change
Expand Up @@ -951,6 +951,11 @@
{
"path": "./changelog/1.39.0.md",
"children": [
{
"path": "./changelog/1.39.2.md",
"title": "1.39.2",
"description": "Released on 02/16/2023"
},
{
"path": "./changelog/1.39.1.md",
"title": "1.39.1",
Expand Down