File tree Expand file tree Collapse file tree 4 files changed +90
-0
lines changed Expand file tree Collapse file tree 4 files changed +90
-0
lines changed Original file line number Diff line number Diff line change
1
+ ---
2
+ title : " 1.30.4"
3
+ description : " Released on 07/20/2022"
4
+ ---
5
+
6
+ ### Breaking changes ❗
7
+
8
+ - infra: the "Getting default user from image" build step now spawns a container
9
+ that consumes 100m CPU and 250mb of memory. Previously these were unset, which
10
+ can cause issues with some Kubernetes variants.
11
+
12
+ ### Features ✨
13
+
14
+ There are no new features in 1.30.4.
15
+
16
+ ### Bug fixes 🐛
17
+
18
+ - web: fixed an issue where users that never interacted with workspaces would
19
+ not be counted as an active user.
20
+ - web: fixed an issue preventing the metrics UI from displaying the graph.
21
+ - infra: fixed a memory leak triggered by DevURL requests.
22
+
23
+ ### Security updates 🔐
24
+
25
+ There are no security updates in 1.30.4.
Original file line number Diff line number Diff line change
1
+ ---
2
+ title : " 1.31.2"
3
+ description : " Released on 07/20/2022"
4
+ ---
5
+
6
+ ### Breaking changes ❗
7
+
8
+ - infra: the "Getting default user from image" build step now spawns a container
9
+ that consumes 100m CPU and 250mb of memory. Previously these were unset, which
10
+ can cause issues with some Kubernetes variants.
11
+
12
+ ### Features ✨
13
+
14
+ There are no new features in 1.31.2.
15
+
16
+ ### Bug fixes 🐛
17
+
18
+ - web: fixed an issue where users that never interacted with workspaces would
19
+ not be counted as an active user.
20
+ - web: fixed an issue preventing the metrics UI from displaying the graph.
21
+ - infra: fixed a memory leak triggered by DevURL requests.
22
+
23
+ ### Security updates 🔐
24
+
25
+ There are no security updates in 1.31.2.
Original file line number Diff line number Diff line change
1
+ ---
2
+ title : " 1.32.2"
3
+ description : " Released on 07/20/2022"
4
+ ---
5
+
6
+ ### Breaking changes ❗
7
+
8
+ - infra: the "Getting default user from image" build step now spawns a container
9
+ that consumes 100m CPU and 250mb of memory. Previously these were unset, which
10
+ can cause issues with some Kubernetes variants.
11
+
12
+ ### Features ✨
13
+
14
+ - infra: updated code-server to 4.5.1.
15
+ - cli: added usernames to the workspaces list command.
16
+
17
+ ### Bug fixes 🐛
18
+
19
+ - infra: fixed an issue where P2P connections used the wrong access URL for some
20
+ workspace providers.
21
+ - infra: fixed an issue where site admins lacked permissions to query user
22
+ DevURLs.
23
+ - web: fixed an issue where users that never interacted with workspaces would
24
+ not be counted as an active user.
25
+ - web: fixed an issue preventing the metrics UI from displaying the graph.
26
+ - infra: fixed a memory leak triggered by DevURL requests.
27
+ - infra: fixed an issue which made workspaces unable to be built in Rancher.
28
+
29
+ ### Security updates 🔐
30
+
31
+ There are no security updates in 1.32.2.
Original file line number Diff line number Diff line change 566
566
{
567
567
"path" : " ./changelog/1.32.0.md" ,
568
568
"children" : [
569
+ {
570
+ "path" : " ./changelog/1.32.2.md"
571
+ },
569
572
{
570
573
"path" : " ./changelog/1.32.1.md"
571
574
}
574
577
{
575
578
"path" : " ./changelog/1.31.0.md" ,
576
579
"children" : [
580
+ {
581
+ "path" : " ./changelog/1.31.2.md"
582
+ },
577
583
{
578
584
"path" : " ./changelog/1.31.1.md"
579
585
}
582
588
{
583
589
"path" : " ./changelog/1.30.0.md" ,
584
590
"children" : [
591
+ {
592
+ "path" : " ./changelog/1.30.4.md"
593
+ },
585
594
{
586
595
"path" : " ./changelog/1.30.3.md"
587
596
},
You can’t perform that action at this time.
0 commit comments