Eric Promislow

Results 73 comments of Eric Promislow

Upgraded my mac to 12.6.1 did not fix this issue. But here's something I did notice: it does succeed at retrieving records with empty `Secret` fields. I should also point...

Well, there's some significant differences in the output for the two codesign outputs: ``` diff CodeDirectory v=20400 size=14750 flags=0x2(adhoc) hashes=456+2 location=embedded … < Signature size=9001 Authority=Developer ID Application: Docker Inc...

Turns out we notarize the binary for release. I was testing with a dev build all this time.

This is not going to pass until either https://github.com/microsoft/TypeScript/issues/56628 reports a legitimate issue and gets fixed, or we're violating typescript and need to change our code.

Does commit feb903b152a0dc9e8e20021a4d9d2d150786f440 cover the first two steps in the checklist?

We had to bump to a newer version of webhook to pull in a fix.

We had to bump to a newer version of webhook to pull in a fix.

Several compiler errors after bumping k8s dependencies to `v0.29.3`: 1. ``` # k8s.io/component-base/metrics/testutil ../../../../go/pkg/mod/k8s.io/[email protected]/metrics/testutil/metrics.go:73:59: undefined: expfmt.FmtText ``` 2. ``` # k8s.io/apiserver/pkg/cel/library ../../../../go/pkg/mod/k8s.io/[email protected]/pkg/cel/library/cost.go:182:28: args[1].Expr().GetConstExpr undefined (type "github.com/google/cel-go/common/ast".Expr has no field or...

Problem 1: `FmtText` was dropped from `github.com/prometheus/common v0.45.0` and the master branch of `k8s.io/component-base` has been modified to deal with the change, but as of May 3 there hasn't been...