close
The Wayback Machine - https://web.archive.org/web/20220604114355/https://github.com/gitpod-io/gitpod/releases
Skip to content
Compare
Choose a tag to compare

May 2022 release of Gitpod Installer

Self-hosted documentation

Docker image: eu.gcr.io/gitpod-core-dev/build/installer:release-2022.05.0.5

What's Changed

New Contributors

Full Changelog: 2022.03.0...2022.05.0-rc1

Compare
Choose a tag to compare

2022.05.0-rc0

Pre-release
Pre-release

May 2022 release of Gitpod Installer

Docker image: eu.gcr.io/gitpod-core-dev/build/installer:release-2022.05.0.2

What's Changed

New Contributors

Full Changelog: 2022.04.1...2022.05.0-rc0

Compare
Choose a tag to compare

April 2022 hotfix release of Gitpod Installer

  • #9613 [ws-daemon] Support GIT_SSL_CAINFO

Docker image: eu.gcr.io/gitpod-core-dev/build/installer:release-2022.04.1.2

You need to run kubectl delete statefulset openvsx-proxy before installing if you are using the installer unless you are upgrading from 2022.04

This is not needed when using the (new) default installation flow that uses replicated - see the docs for full installation & update instructions.

Compare
Choose a tag to compare

April 2022 release of Gitpod Installer

Docker image: eu.gcr.io/gitpod-core-dev/build/installer:release-2022.4.0.3

You need to run kubectl delete statefulset openvsx-proxy before installing if you are using the Installer.

This is not needed when using the (new) default installation flow that uses Replicated - see the docs for full installation & update instructions.

New Feature Highlights

Self-signed certificates (beta)

You can now use self-signed certificates (certificates that are not signed by a known public certificate authority) for your self-hosted Gitpod installation. This is especially useful if you want to run Gitpod in a corporate environment that uses a corporate certificate authority. We've tested this in AWS (EKS), Azure (AKS) and K3s. You can find out more about self-signed certs in our TLS configuration guide.

Note: Self-signed certs are currently not supported on Google Cloud Platform (GKE) because you cannot get containerd to trust other certificates without being restarted. Tracking issue here. We are in contact with Google for a fix.

Support for installing Gitpod in air gapped Environments

We've made it easier to install Gitpod in air gapped environments (an environment that is isolated to and from the internet). You can now get everything that you need to install Gitpod in a single bundle that you can then install into your air-gapped environment. You can learn more about installing in air gapped environments in our documentation.

What's Changed

New Contributors

Full Changelog: 2022.03.0...2022.04.0-rc0

3330000
Compare
Choose a tag to compare

March 2022 hotfix release

  • #9004 Redirect web page when instance changed
  • #9113 Properly update response in openvsx proxy
  • #9046 Fix auth providers

Docs: https://www.gitpod.io/docs/self-hosted/latest
Docker image: eu.gcr.io/gitpod-core-dev/build/installer:release-2022.03.2-rc0.0

Compare
Choose a tag to compare

March 2022 hotfix release

  • #8915 telemetry: Enable data fields that were disabled

Docs: https://www.gitpod.io/docs/self-hosted/latest
Docker image: eu.gcr.io/gitpod-core-dev/build/installer:release-2022.03.1.2

Compare
Choose a tag to compare

March 2022 release of Gitpod Installer

Docs: https://www.gitpod.io/docs/self-hosted/latest

Docker image: eu.gcr.io/gitpod-core-dev/build/installer:release-2022.03.0.0

Upgrade notes

This release introduces some new labels for some resources. As labels are immutable properties, these resources will need to be deleted before upgrade can be made.

NB this will cause a short amount of downtime when these releases are deleted and before they are reapplied. Ensure you plan your upgrade accordingly.

kubectl delete deployments.apps blobserve content-service dashboard ide-proxy image-builder-mk3 proxy server ws-manager ws-manager-bridge ws-proxy \
&& kubectl delete daemonset.apps agent-smith registry-facade ws-daemon \
&& kubectl delete statefulset.apps openvsx-proxy

What's Changed

New Contributors

Full Changelog: 2022.02.0...2022.03.0

Compare
Choose a tag to compare

February 2022 release of Gitpod Installer

Docs: https://www.gitpod.io/docs/self-hosted/latest

Docker image: eu.gcr.io/gitpod-core-dev/build/installer:release-2022.02.0.1

What's Changed

Full Changelog: 2022.01.1...2022.02.0

Compare
Choose a tag to compare

2022.02.0-rc1

Pre-release
Pre-release

February 2022 release of Gitpod Installer

Docs: https://www.gitpod.io/docs/self-hosted/latest

Docker image: eu.gcr.io/gitpod-core-dev/build/installer:release-2022.02.0.0

What's Changed

Full Changelog: 2022.01.1...2022.02.0-rc1