We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 60da934 commit 2d8f257Copy full SHA for 2d8f257
changelog/1.19.1.md
@@ -0,0 +1,21 @@
1
+---
2
+title: "1.19.1"
3
+description: "Released on 06/23/2021"
4
5
+
6
+### Breaking changes ❗
7
8
+There are no breaking changes in 1.19.1.
9
10
+### Features ✨
11
12
+- infra: Added verbose logging around workspace provider startup process.
13
14
+### Bug fixes 🐛
15
16
+- infra: Updated Sysbox container runtime version to ensure that containerd runs
17
+properly.
18
19
+### Security updates 🔐
20
21
+There are no security updates in 1.19.1.
manifest.json
@@ -374,6 +374,9 @@
374
{
375
"path": "./changelog/1.20.0.md"
376
},
377
+ {
378
+ "path": "./changelog/1.19.1.md"
379
+ },
380
381
"path": "./changelog/1.19.0.md"
382
0 commit comments