Skip to content

Commit d59c52b

Browse files
author
Katie Horne
authored
chore: add changelog for 1.26.1 (#780)
1 parent c716fe5 commit d59c52b

File tree

2 files changed

+35
-1
lines changed

2 files changed

+35
-1
lines changed

changelog/1.26.1.md

+29
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,29 @@
1+
---
2+
title: "1.26.1"
3+
description: "Released on 01/06/2022"
4+
---
5+
6+
### Breaking changes ❗
7+
8+
There are no breaking changes in 1.26.1.
9+
10+
### Features ✨
11+
12+
There are no new features in 1.26.1.
13+
14+
### Bug fixes 🐛
15+
16+
- web: fixed issue where enabling a feature flag disables all other feature
17+
flags currently enabled.
18+
- web: fixed issue with workspace templates on GitHub Enterprise.
19+
- infra: fixed issue where workspaces created with CVM caching _enabled_ that
20+
are then rebuilt with CVM caching _disabled_ causes the Docker daemon to not
21+
start.
22+
- infra: improve Kubernetes workspace provider logging and update error messages
23+
to be more informative.
24+
- infra: fixed issue where using an identically named image in two different
25+
registries would prevent the creation of a workspace via template.
26+
27+
### Security updates 🔐
28+
29+
There are no security updates in 1.26.1

manifest.json

+6-1
Original file line numberDiff line numberDiff line change
@@ -505,7 +505,12 @@
505505
"path": "./changelog/index.md",
506506
"children": [
507507
{
508-
"path": "./changelog/1.26.0.md"
508+
"path": "./changelog/1.26.0.md",
509+
"children": [
510+
{
511+
"path": "./changelog/1.26.1.md"
512+
}
513+
]
509514
},
510515
{
511516
"path": "./changelog/1.25.0.md"

0 commit comments

Comments
 (0)