Skip to content

Commit 6bef70e

Browse files
corneliusludmannMike Nikles
authored and
Mike Nikles
committed
Add CHANGELOG.md
/werft no-preview
1 parent 52a79bc commit 6bef70e

File tree

1 file changed

+66
-0
lines changed

1 file changed

+66
-0
lines changed

CHANGELOG.md

Lines changed: 66 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,66 @@
1+
# Changelog
2+
3+
All notable changes to this project will be documented in this file.
4+
5+
6+
## May 2021
7+
8+
- Support multiple “Recent” projects with the same title in the dashboard ([#4312](https://github.com/gitpod-io/gitpod/pull/4312))
9+
- Add `imagebuild/` context URL prefix that triggers a re-build of the workspace image([#4261](https://github.com/gitpod-io/gitpod/pull/4261))
10+
- Add incremental prebuilds feature ([#4167](https://github.com/gitpod-io/gitpod/pull/4167))
11+
- Update VSCode to version 1.56.2 ([#4257](https://github.com/gitpod-io/gitpod/pull/4257))
12+
- Add OAuth server to manage access to Gitpod workspaces ([#4222](https://github.com/gitpod-io/gitpod/pull/4222))
13+
- Allow setting customTimeoutAnnotation for headless workspace pods ([#4239](https://github.com/gitpod-io/gitpod/pull/4239))
14+
- Replace nginx proxy with Caddy ([#3964](https://github.com/gitpod-io/gitpod/pull/3964))
15+
- Update `runc` version in ws-deamon ([#4250](https://github.com/gitpod-io/gitpod/pull/4250))
16+
- Hide “stopping” & unpinned workspaces from “Active” in the dashboard ([#4170](https://github.com/gitpod-io/gitpod/pull/4170))
17+
- Update jeager and opentracing dependencies ([#4149](https://github.com/gitpod-io/gitpod/pull/4149))
18+
- Update grpc and k8s dependencies (k8s v1.21.0) ([#4136](https://github.com/gitpod-io/gitpod/pull/4136))
19+
- Remove cerc component ([#4143](https://github.com/gitpod-io/gitpod/pull/4143))
20+
- Remove registry facade socket handover ([#4139](https://github.com/gitpod-io/gitpod/pull/4139))
21+
- Make HTTPS termination default ([#4138](https://github.com/gitpod-io/gitpod/pull/4138))
22+
- Implement admission constraints for Pluggable Workspace Clusters ([#4158](https://github.com/gitpod-io/gitpod/pull/4158))
23+
- Implement new self-hosted setup flow ([#3995](https://github.com/gitpod-io/gitpod/pull/3995))
24+
- Fix Cross Origin Websocket Access (credit: Joern Schneeweisz from the GitLab Security Research Team) ([#4118](https://github.com/gitpod-io/gitpod/pull/4118))
25+
26+
## April 2021
27+
28+
- Hide 'Continue with Default Image' button when Docker build is still running (button did nothing) ([#4104](https://github.com/gitpod-io/gitpod/pull/4104))
29+
- Standardize 'Pending Changes' component in Workspaces List and fix for dark theme ([#4078](https://github.com/gitpod-io/gitpod/pull/4078))
30+
- VS Code: Fix forking certain repositories ([#4098](https://github.com/gitpod-io/gitpod/pull/4098))
31+
- Fix GitHub App installation confirmation flow ([#4093](https://github.com/gitpod-io/gitpod/pull/4093))
32+
- Theia: Fix installing big extensions (e.g. Java, Svelte) ([#4030](https://github.com/gitpod-io/gitpod/pull/4030))
33+
- Ask user for confirmation before deleting an environment variable ([#4051](https://github.com/gitpod-io/gitpod/pull/4051))
34+
- UX: Redirect new/not-signed-in users from gitpod.io to www.gitpod.io ([#4070](https://github.com/gitpod-io/gitpod/pull/4070))
35+
- Fix loading Gitpod's dashboard in Safari < 14 ([#4069](https://github.com/gitpod-io/gitpod/pull/4069))
36+
- Fix the GitHub App's 'addComment' and 'addBadge' features ([#4043](https://github.com/gitpod-io/gitpod/pull/4043))
37+
- Fix VS Code IDE opt-in in "What's New" modal ([#3914](https://github.com/gitpod-io/gitpod/pull/3914))
38+
- Optimize Gitpod's dashboard to make it lighter and load faster ([#3830](https://github.com/gitpod-io/gitpod/pull/3830))
39+
- Implement an alpha version of Gitpod's Local Companion app ([#3958](https://github.com/gitpod-io/gitpod/pull/3958))
40+
- Community contribution ([docs][scripts] fix broken `README.md` weblinks and refactor `protoc-generator.sh` ([#4027](https://github.com/gitpod-io/gitpod/pull/4027))
41+
- Fix VS Code for workspace images based on Ubuntu 18.04 ([#3969](https://github.com/gitpod-io/gitpod/pull/3969))
42+
- Make the Docker daemon in workspaces auto-start when needed by introducing a socket activated 'sudo docker-up' ([#4018](https://github.com/gitpod-io/gitpod/pull/4018))
43+
- Improve the bug report template ([#4017](https://github.com/gitpod-io/gitpod/pull/4017))
44+
- Implement a 'Cancel Downgrade' flow for paid plans ([#3873](https://github.com/gitpod-io/gitpod/pull/3873))
45+
- Fix Git Integrations 'more actions' button placement ([#4007](https://github.com/gitpod-io/gitpod/pull/4007))
46+
- Upgrade to VS Code 1.55.x ([#3937](https://github.com/gitpod-io/gitpod/pull/3937))
47+
- Admin/Self-Hosted: Allow restoring a soft-deleted workspace in one click when still within the grace period ([#3955](https://github.com/gitpod-io/gitpod/pull/3955))
48+
- Implement a Dark Theme ([#3901](https://github.com/gitpod-io/gitpod/pull/3901))
49+
- Don't cache error responses in the dashboard ([#3935](https://github.com/gitpod-io/gitpod/pull/3935))
50+
- Handle 'Email is taken' error case in Login page ([#3950](https://github.com/gitpod-io/gitpod/pull/3950))
51+
- Add OAuth2 host check (credit: Joern Schneeweisz from the GitLab Security Research Team) ([#3940](https://github.com/gitpod-io/gitpod/pull/3940))
52+
- Improve Team plans page layout on smaller screens ([#3845](https://github.com/gitpod-io/gitpod/pull/3845))
53+
- UX: Fix accidental workspace deletion when using the 'Enter' key ([#3945](https://github.com/gitpod-io/gitpod/pull/3945))
54+
- Also show environment variables with identical names but different scopes in the dashboard ([#3938](https://github.com/gitpod-io/gitpod/pull/3938))
55+
- Improve error message when trying to open a Pull Request with deleted branch/fork ([#3869](https://github.com/gitpod-io/gitpod/pull/3869))
56+
- Self-Hosted: Release v0.8.0 ([#3900](https://github.com/gitpod-io/gitpod/pull/3900))
57+
- Self-Hosted: Require Kubernetes 1.17+ ([#3889](https://github.com/gitpod-io/gitpod/pull/3889))
58+
- Redirect to /blocked when trying to create or start a workspace while blocked ([#3785](https://github.com/gitpod-io/gitpod/pull/3785))
59+
- Supervisor: Thread-safe listening to terminals ([#3870](https://github.com/gitpod-io/gitpod/pull/3870))
60+
- Dashboard: Replace nginx with caddy ([#3851](https://github.com/gitpod-io/gitpod/pull/3851))
61+
- Make workspace 'start' / 'stopped' screen resilient to network interruptions ([#3862](https://github.com/gitpod-io/gitpod/pull/3862))
62+
- Fix quantity type conversion in Team plans ([#3866](https://github.com/gitpod-io/gitpod/pull/3866))
63+
- Refresh Gitpod's prebuild welcome message (🍌 → 🤙) ([#3863](https://github.com/gitpod-io/gitpod/pull/3863))
64+
- Community contribution: Don't make `gp` CLI rely on `PATH` to look up `code` ([#3846](https://github.com/gitpod-io/gitpod/pull/3846))
65+
- VS Code: Make extensions host resilient to network interruptions ([#3840](https://github.com/gitpod-io/gitpod/pull/3840))
66+
- Developing Gitpod-in-Gitpod: Upgrade to Go 1.16.3 ([#3820](https://github.com/gitpod-io/gitpod/pull/3820))

0 commit comments

Comments
 (0)