Kieron Browne

Results 7 issues of Kieron Browne

See https://jetson.eirini.cf-app.com/teams/main/pipelines/eirini/jobs/bump-go-modules-eirini/builds/13

chore

The k8s.io/client-go version in go.mod was accidentally bumped to 1.5.2 which is marked as retracted. The correct versions are current in the 0.24.x range. For some reason, the replace on...

https://github.com/opencontainers/runc/commit/e918d021399e62442711cc006f99beeae5e3ea1b has introduced the use of `fmt.Errorf("xxx: %w", err)` instead of using its own error wrapping system. In the our code, we check for certain runc errors and convert them...

chore

The latest concourse is using bionic stemcells for its worker VMs, and we have recently moved all our garden deployments to bionic stemcells too. This means we are lacking tests...

chore
runtime tracked

We have provided a fix in go-cache-release in order to enable the CF CLI to stop [pinning protobuf]( https://github.com/cloudfoundry/cli/blob/19278c3aed08aa3ce867c02467be7e453c5c1c56/go.mod#L73). The same fix will work for log-cache-release, and will enable us...

runtime tracked

Suppose I have two Builders - one with a nodejs buildpack only, and other with a java buildpack only. If I create an Image referencing some nodejs source code, but...

Our hack script invokes two scripts: - vendor/k8s.io/code-generator/generate-groups.sh, which generates - the deepcopy functions - the versioned client - listers - informers - vendor/sigs.k8s.io/controller-tools/cmd/controller-gen, which generates - CRDs Kubebuilder only...

chore