From 13cf5a7982c8280f2a14f57fc63035e88b78e061 Mon Sep 17 00:00:00 2001 From: roboquat Date: Sat, 4 Jun 2022 00:19:11 +0000 Subject: [PATCH] [changelog] updated changelog --- CHANGELOG.md | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index a7bd1d775a8be9..daad207767e956 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,6 +1,11 @@ # Change Log ## June 2022 +- [docker-up] Check docker-compose download ([#10469](https://github.com/gitpod-io/gitpod/pull/10469)) - [@aledbf](https://github.com/aledbf) +- [docker-up] Update docker compose to v2.6.0 ([#10458](https://github.com/gitpod-io/gitpod/pull/10458)) - [@aledbf](https://github.com/aledbf) +- Update PhpStorm IDE image to version 221.5787.33. ([#10452](https://github.com/gitpod-io/gitpod/pull/10452)) - [@roboquat](https://github.com/roboquat) +- Simplify configuration of KubeRBACProxyContainerWithConfig and remove collision ([#10443](https://github.com/gitpod-io/gitpod/pull/10443)) - [@aledbf](https://github.com/aledbf) +- Update GoLand IDE image to version 221.5787.30. ([#10453](https://github.com/gitpod-io/gitpod/pull/10453)) - [@roboquat](https://github.com/roboquat) - Revert "[baseserver] Change default metrics port to 9502 to not clash with kube-rbac-proxy" ([#10442](https://github.com/gitpod-io/gitpod/pull/10442)) - [@aledbf](https://github.com/aledbf) - workspackit: put the workspace id into logs to trace. ([#10420](https://github.com/gitpod-io/gitpod/pull/10420)) - [@utam0k](https://github.com/utam0k) - [ws-manager] show why pod entered completed state ([#10414](https://github.com/gitpod-io/gitpod/pull/10414)) - [@sagor999](https://github.com/sagor999)