SH 0.6.0-beta5: Use correct imagePrefix (#2705)
* [chart] self-hosted: Use correct imagePrefix Fixes #2697 * [chart] Bump version to 0.6.0-beta5 * [werft] publishRelease: publish installer as "latest" image, too
[gitpod-protocol] Move Go server API client to gitpod-protocol
This way it's accessible from packages other than supervisor, e.g. future integration tests.
[server] Properly resolve identities when using bearer auth
[server] Introduce function:* scope allowing access to all API calls
[proxy] Fix workspace ID pattern
UUIDv4 can start with a number also, not just a letter.
[integration-test] Introduce integration test framework
[supervisor] execve into ring3
[integration test] Fix linter errors
[server] github: allow branch names with special characters
Decode branch or commit hash segments with decodeURIComponent to revert URL encoded strings (e.g., %23 -> #)
[ws-manager] Make compatible with Kubernetes v1.20.1
[ws-daemon] Make compatible with Kubernetes v1.20.1
and remove the pod/service IP sources, as well as the TCP proxy in the process. We deploy registry-facade as daemonSet, and don't need those other rather complicated bits anymore.
[ws-scheduler] Make compatible with Kubernetes v1.20.1
[poolkeeper] Make compatible with Kubernetes v1.20.1
[gpctl] Make compatible with Kubernetes v1.20.1
[tests] Make compatible with Kubernetes v1.20.1
[registry-facade] Implement zero-downtime handover support
[registry-facade] Run in hostNetwork to faclitate handover
/werft registry-facade-handover /werft https
[docs] Self-hosted: small improvements based on tester feedback (#2831)
* [docs] ingress: Make steps more explicit * [chart] minio: reduce default RAM request * [docs] Improve troubleshooting ws-daemon issues * [docs] Minimum and recommended node sizes * [chart] Fix minio default RAM request
[server] fix unconfirmed gitlab account detection
Signed-off-by: Alex Tugarev <alex.tugarev@typefox.io>
[server] consider scopes override
Signed-off-by: Alex Tugarev <alex.tugarev@typefox.io>
[registry-facade] Only attempt/offer handover when enabled
[docker-up] Provide good error message when forwarding ports < 1024
Fixes #2410
[server] actually delete buckets if not empty
Signed-off-by: Alex Tugarev <alex.tugarev@typefox.io>
[dashboard] properly log out after account deletion
Signed-off-by: Alex Tugarev <alex.tugarev@typefox.io>