Skip to content

Tags: philpotisk/gitpod

Tags

2022.05.0

Toggle 2022.05.0's commit message
[initializer] Replace `GIT_SSL_CAINFO` with `GIT_SSL_CAPATH`

Fixes gitpod-io#10173

Using `GIT_SSL_CAPATH` means that we will continue to support
publicly signed SCM's even when we have a `customCA` configured.

Signed-off-by: Tarun Pothulapati <[email protected]>

2022.05.0-rc1

Toggle 2022.05.0-rc1's commit message
[initializer] Replace `GIT_SSL_CAINFO` with `GIT_SSL_CAPATH`

Fixes gitpod-io#10173

Using `GIT_SSL_CAPATH` means that we will continue to support
publicly signed SCM's even when we have a `customCA` configured.

Signed-off-by: Tarun Pothulapati <[email protected]>

2022.05.0-rc0

Toggle 2022.05.0-rc0's commit message
May 2022 Gitpod release

2022.04.1

Toggle 2022.04.1's commit message
[ws-daemon] Support GIT_SSL_CAINFO

2022.04.1-rc0

Toggle 2022.04.1-rc0's commit message
[ws-daemon] Support GIT_SSL_CAINFO

2022.04.0

Toggle 2022.04.0's commit message
[kots]: delete any existing openvsx-proxy stateful set

2022.04.0-rc0

Toggle 2022.04.0-rc0's commit message
Update `registry-facade` to use `https-certificate`

THis updates the `GITPOD_CA_CERT` loading to also use the same customCA
cert, instead of loading `builtin-registry-facade-cert` which is not
used anywhere for now.

This is done to fix the GKE regression of loading certs into
`docker` and `containerd`.

Signed-off-by: Tarun Pothulapati <[email protected]>

2022.03.3

Toggle 2022.03.3's commit message
[code]: update stable to 1.66.2

Copy of gitpod-io#9381 for hotfix release

2022.03.3-rc0

Toggle 2022.03.3-rc0's commit message
[code]: update stable to 1.66.2

Copy of gitpod-io#9381 for hotfix release

2022.03.2

Toggle 2022.03.2's commit message

Unverified

No user is associated with the committer email.
[auth] fix missing updates to dynamic login providers

this primarily affects self-hosted installation where the `ownerId` is about to change during the initial setup of the login/git provider.