Skip to content

Commit 642b8f9

Browse files
authored
chore: add release 1.21.7 changelog (#782)
1 parent d59c52b commit 642b8f9

File tree

3 files changed

+27
-1
lines changed

3 files changed

+27
-1
lines changed

changelog/archive/1.21.7.md

+22
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,22 @@
1+
---
2+
title: "1.21.7"
3+
description: "Released on 01/05/2022"
4+
---
5+
6+
### Breaking changes ❗
7+
8+
There are no breaking changes in 1.21.7.
9+
10+
### Features ✨
11+
12+
There are no new features in 1.21.7.
13+
14+
### Bug fixes 🐛
15+
16+
- web: fixed issue with workspace templates on GitHub Enterprise.
17+
- infra: fixed issue where using an identically named image in two different
18+
registries would prevent the creation of a workspace via template.
19+
20+
### Security updates 🔐
21+
22+
There are no security updates in 1.21.7.

changelog/archive/index.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
---
22
title: "Archives"
3-
Description: "For release 1.20.x and earlier."
3+
Description: "For release 1.21.x and earlier."
44
---
55

66
<children></children>

manifest.json

+4
Original file line numberDiff line numberDiff line change
@@ -544,6 +544,10 @@
544544
"path": "./changelog/archive/index.md",
545545
"navigable": false,
546546
"children": [
547+
{
548+
"path": "./changelog/archive/1.21.7.md",
549+
"navigable": false
550+
},
547551
{
548552
"path": "./changelog/archive/1.21.6.md",
549553
"navigable": false

0 commit comments

Comments
 (0)