* Log the event name when hashConfig fails
* [common-go] backoff and retry watching files
* Revert "[common-go] backoff and retry watching files"
This reverts commit e43e0d80e12907e3965d6b1da052517235242922.
* Continue watching, after hashConfig error
This way, subsequent changes to the watched file may be honored
* [go components] Fixed "go test ./..." in various components
Tool: gitpod/catfood.gitpod.cloud
* [go components] Update k8s 0.29.3 -> 0.30.9 API
- update the go-update-wc-deps.sh script to handle the brunt of that transition
- fixes Maintenance- + Subscriber-Controller
- document steps
Tool: gitpod/catfood.gitpod.cloud
* [ws-manager-mk2] Decide how to apply appamor config based on serverversion to support k8s 1.30+
Tool: gitpod/catfood.gitpod.cloud
* [gpctl] Missing go mod tidy
Tool: gitpod/catfood.gitpod.cloud
* Replace vulnerable outcaste-io/badger/v3 with original dgraph-io/badger/v3
Tool: gitpod/catfood.gitpod.cloud
* more go mod tidy
Tool: gitpod/catfood.gitpod.cloud
* [image-builder-bob, installer] Select the correct version of containerd....
Tool: gitpod/catfood.gitpod.cloud
---------
Co-authored-by: Gero Posmyk-Leinemann <gero@gitpod.io>
* [dashboard] Drop newProjectIncrementalRepoSearchBBS
* [dashboard] Remove doRetryUserLoader feature flag
* [server, dashboard] Drop feature flag phoneVerificationByCall
* [public-api, dashboard] Remove personalAccessTokensEnabled feature flag
* [papi] Fix more tests
Note: we cannot bump the version in image-builder-bob's leeway.Dockerfile due to us now having https://github.com/gitpod-io/buildkit. I will do a follow-on PR to introduce an image build for our buildkit fork, and then set the dependency here.
* [installer] make sure dashboard is deployed after server and papi-server
* fix build
* Add unit tests
* address feedback
* wait feature flag until get actual value of timed out
* default config cat client nil
* log avg fetch time
* 1
* mock feature flag hang
* Add metric
* fixup
* [ws-daemon] improve logging for `could not get connection drop stats`
* Don't log the workspace name, which could contain org/repo
* Log as a warning, this happens too often to be considered an error
* [common-go] improve `stopping file watch` logging
* [docker-up] update docker compose to 2.18.1-gitpod.2
* [workspace] update containerd
From v1.6.20 -> v1.6.21
* [image-builder-bob] fix build error after containerd update
Context:
[components/image-builder-bob:app] level=error msg="Running error: 1 error occurred:\n\t* can't run linter goanalysis_metalinter: buildir: failed to load package tracetransform: could not load export data: no export data for \"go.opentelemetry.io/otel/exporters/otlp/otlptrace/internal/tracetransform\"\n\n"
* [preview] update VM image with fewer cached images
This will help us avoid pod eviction and improve stability
Related: https://github.com/gitpod-io/gitpod-packer-gcp-image/pull/235
* [test] more cowbell
* Update go dependencies
Signed-off-by: Manuel de Brito Fontes <aledbf@gmail.com>
* Update runc to v1.1.5
* Update docker cli to v23.0.2+incompatible
---------
Signed-off-by: Manuel de Brito Fontes <aledbf@gmail.com>