Skip to content

Tags: jackwiy/gitpod

Tags

2022.06.0

Toggle 2022.06.0's commit message
[installation-telemetry] Respect `sendCustomerID` admin setting

An errant `git rebase` accidentally merged in the customer ID into telemetry
data, bypassing a later check in telemetry collection that checked the `sendCustomerID`
field. This commit restores the appropriate check.

2022.06.0-rc2

Toggle 2022.06.0-rc2's commit message
[installation-telemetry] Respect `sendCustomerID` admin setting

An errant `git rebase` accidentally merged in the customer ID into telemetry
data, bypassing a later check in telemetry collection that checked the `sendCustomerID`
field. This commit restores the appropriate check.

2022.06.0-rc1

Toggle 2022.06.0-rc1's commit message
[installer]: add function to allow customization in helm

2022.05.2

Toggle 2022.05.2's commit message
Move file under pkg/integration folder

Signed-off-by: JenTing Hsiao <[email protected]>

2022.05.2-rc0

Toggle 2022.05.2-rc0's commit message
Move file under pkg/integration folder

Signed-off-by: JenTing Hsiao <[email protected]>

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