Skip to content

Releases: gitpod-io/gitpod

2022.05.0-rc0

26 May 08:45
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

Read more

2022.04.1

28 Apr 15:04
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.

2022.04.0

27 Apr 07:42
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

Read more

2022.03.3

20 Apr 10:37
Compare
Choose a tag to compare

March 2022 hotfix release

  • #9378 Build stable image for 1.66.2

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

2022.03.2

11 Apr 16:35
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

2022.03.1

30 Mar 08:45
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

2022.03.0

28 Mar 11:57
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

Read more

2022.02.0

25 Feb 14:50
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

2022.02.0-rc1

25 Feb 10:13
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

2022.01.1

21 Feb 10:34
Compare
Choose a tag to compare

January 2022 hotfix release

  • #8334 Fixes incorrect podSelectorLabels with workspace

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

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