Skip to content

chore: add changelog for 1.26.1 #780

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
Jan 6, 2022
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
29 changes: 29 additions & 0 deletions changelog/1.26.1.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,29 @@
---
title: "1.26.1"
description: "Released on 01/06/2022"
---

### Breaking changes ❗

There are no breaking changes in 1.26.1.

### Features ✨

There are no new features in 1.26.1.

### Bug fixes 🐛

- web: fixed issue where enabling a feature flag disables all other feature
flags currently enabled.
- web: fixed issue with workspace templates on GitHub Enterprise.
- infra: fixed issue where workspaces created with CVM caching _enabled_ that
are then rebuilt with CVM caching _disabled_ causes the Docker daemon to not
start.
- infra: improve Kubernetes workspace provider logging and update error messages
to be more informative.
- infra: fixed issue where using an identically named image in two different
registries would prevent the creation of a workspace via template.

### Security updates 🔐

There are no security updates in 1.26.1
7 changes: 6 additions & 1 deletion manifest.json
Original file line number Diff line number Diff line change
Expand Up @@ -505,7 +505,12 @@
"path": "./changelog/index.md",
"children": [
{
"path": "./changelog/1.26.0.md"
"path": "./changelog/1.26.0.md",
"children": [
{
"path": "./changelog/1.26.1.md"
}
]
},
{
"path": "./changelog/1.25.0.md"
Expand Down