From 2520d0ae57dd25a36761db723f3069df90ad294e Mon Sep 17 00:00:00 2001 From: roboquat Date: Tue, 21 Jun 2022 00:18:59 +0000 Subject: [PATCH] [changelog] updated changelog --- CHANGELOG.md | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index cb6ce1b97c145f..6e6ced024cf2c6 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,6 +1,11 @@ # Change Log ## June 2022 +- Fix I/O limiting when cgroups v2 is enabled ([#10669](https://github.com/gitpod-io/gitpod/pull/10669)) - [@aledbf](https://github.com/aledbf) +- Fixed quota size regex allowing false positives ([#10744](https://github.com/gitpod-io/gitpod/pull/10744)) - [@CuriousCorrelation](https://github.com/CuriousCorrelation) +- [preview-install] Add user-friendly output ([#10695](https://github.com/gitpod-io/gitpod/pull/10695)) - [@Pothulapati](https://github.com/Pothulapati) +- Update description of `gp timeout` ([#10723](https://github.com/gitpod-io/gitpod/pull/10723)) - [@mustard-mh](https://github.com/mustard-mh) +- [SSH Gateway] remove priavte key requirement when ownerToken is provide ([#10704](https://github.com/gitpod-io/gitpod/pull/10704)) - [@iQQBot](https://github.com/iQQBot) - [dev] Use gke-gcloud-auth-plugin for kubectl ([#10687](https://github.com/gitpod-io/gitpod/pull/10687)) - [@andrew-farries](https://github.com/andrew-farries) - [self-hosted] Add new local preview installation method ([#10532](https://github.com/gitpod-io/gitpod/pull/10532)) - [@Pothulapati](https://github.com/Pothulapati) - Added action to delete all inactive workspaces ([#10676](https://github.com/gitpod-io/gitpod/pull/10676)) - [@svenefftinge](https://github.com/svenefftinge)