4980 Commits
Author SHA1 Message Date
Ryan Richard 6346b53510 Merge pull request #3249 from vmware/rr-bump-deps
switch from github.com/google/cel-go to cel.dev/cel-go and bump other go.mod deps
2026-08-21 09:19:30 -07:00
Ryan Richard 569a42a649 update go.mod deps
Signed-off-by: Ryan Richard <richardry@vmware.com>
2026-08-20 11:41:15 -07:00
Ryan Richard d1f84f8f9e switch from github.com/google/cel-go to cel.dev/cel-go
Signed-off-by: Ryan Richard <richardry@vmware.com>
2026-08-20 11:38:15 -07:00
Ryan Richard 81f3da62c8 Merge pull request #3247 from vmware/pinny/bump-deps
Bump dependencies
2026-08-17 15:43:53 -07:00
Pinny af8fb639a4 Bump dependencies 2026-08-17 13:07:28 +00:00
Ryan Richard 4c6670e372 Merge pull request #3236 from vmware/pinny/bump-deps
Bump dependencies
2026-08-14 14:10:45 -07:00
Pinny cf701f3332 Bump dependencies 2026-08-12 13:03:18 +00:00
Ryan Richard 2ab56a64fa Merge pull request #3224 from vmware/pinny/bump-deps
Bump dependencies
2026-08-11 11:46:58 -07:00
Pinny 1daeedc56a Bump dependencies 2026-08-11 13:07:16 +00:00
Ryan Richard 6d605f1045 Merge pull request #3215 from vmware/pinny/bump-deps
Bump dependencies
2026-07-27 10:45:54 -07:00
Pinny 1272874c53 Bump dependencies 2026-07-27 13:01:34 +00:00
Ryan Richard 8c6e5405b2 Merge pull request #3210 from vmware/dependabot/go_modules/google.golang.org/grpc-1.82.1
Bump google.golang.org/grpc from 1.80.0 to 1.82.1
2026-07-24 16:01:23 -07:00
dependabot[bot] 478f1379b2 Bump google.golang.org/grpc from 1.80.0 to 1.82.1
Bumps [google.golang.org/grpc](https://github.com/grpc/grpc-go) from 1.80.0 to 1.82.1.
- [Release notes](https://github.com/grpc/grpc-go/releases)
- [Commits](https://github.com/grpc/grpc-go/compare/v1.80.0...v1.82.1)

---
updated-dependencies:
- dependency-name: google.golang.org/grpc
  dependency-version: 1.82.1
  dependency-type: indirect
...

Signed-off-by: dependabot[bot] <support@github.com>
2026-07-24 18:26:23 +00:00
Ryan Richard c170bdfe12 Merge pull request #3211 from vmware/pinny/bump-deps
Bump dependencies
2026-07-24 11:20:56 -07:00
Pinny 8d775b19ba Bump dependencies 2026-07-24 13:10:16 +00:00
Ryan Richard 66e2f56683 Merge pull request #3212 from vmware/topic/ovolkan/flaky-test-fix
fix flaky TestKubeCertAgent by waiting for informer's watch action
2026-07-23 13:17:07 -07:00
Ryan Richard 1e7023bfb2 fix flake in TestLegacyPodCleanerController
Signed-off-by: Ryan Richard <richardry@vmware.com>
2026-07-23 11:29:38 -07:00
Volkan Özçelik 0be27de282 fix flaky TestKubeCertAgent by waiting for informer's watch action
`hasDeploymentSynced` asserts the exact order of the fake client's
deployment actions, expecting the informer's initial `"list"` and
`"watch"` to precede any actions caused by `Sync.WaitForCacheSync()`
can return before the reflector issues its "watch" request, since
the cache is considered synced once the initial "list" is
processed.

Wait for the `"watch"` action to be recorded before
proceeding, since this function runs at the start of every Sync.

Signed-off-by: Volkan Özçelik <volkan.ozcelik@broadcom.com>
2026-07-23 10:30:41 -07:00
Ryan Richard 7c0909f72d Merge pull request #3208 from vmware/pinny/bump-deps
Bump dependencies
2026-07-22 12:09:25 -07:00
Pinny 123a4710a7 Bump dependencies 2026-07-22 13:07:27 +00:00
Ryan Richard f979c95d45 Merge pull request #3202 from vmware/pinny/bump-deps
Bump dependencies
2026-07-21 12:04:39 -07:00
Ryan Richard 3f760fd1e4 update test expectation which references version of logr package
Signed-off-by: Ryan Richard <richardry@vmware.com>
2026-07-21 10:20:14 -07:00
Pinny fbfa6ebca3 Bump dependencies 2026-07-21 13:02:38 +00:00
Ryan Richard 9079ca73b6 Merge pull request #3199 from vmware/pinny/bump-deps
Bump dependencies
2026-07-16 12:19:19 -07:00
Pinny 648d198fc9 Bump dependencies 2026-07-16 13:08:15 +00:00
Ryan Richard a2b46438c3 Merge pull request #3197 from vmware/pinny/bump-deps
Bump dependencies
2026-07-15 10:04:22 -07:00
Pinny eb83b50118 Bump dependencies 2026-07-15 13:12:52 +00:00
Ryan Richard c40aa99933 Merge pull request #3187 from vmware/pinny/bump-deps
Bump dependencies
2026-07-14 11:29:15 -07:00
Pinny 66b84fbede Bump dependencies 2026-07-14 13:02:48 +00:00
Ryan Richard 2c4d032b97 Merge pull request #3182 from vmware/pinny/bump-deps
Bump dependencies
2026-07-09 12:20:34 -07:00
Pinny 796f469e3f Bump dependencies 2026-07-09 13:03:56 +00:00
Ryan Richard d56c071479 Merge pull request #3177 from vmware/pinny/update-version-and-cli-docs
Update version and CLI docs on website
2026-07-08 14:58:14 -07:00
Pinny 67145abeb4 Update version and CLI docs on website 2026-07-08 21:57:13 +00:00
Ryan Richard 74b326dd2c Merge pull request #3169 from vmware/pinny/bump-deps
Bump dependencies
v0.47.0
2026-07-08 09:38:08 -07:00
Pinny c12ea5d3c7 Bump dependencies 2026-07-08 13:03:09 +00:00
Ryan Richard 41aa3abd2e Merge pull request #3167 from vmware/gofips140
Support building Pinniped using GOFIPS140
2026-07-07 14:12:50 -07:00
Ryan Richard 85c548bca2 fix lint errors
Signed-off-by: Ryan Richard <richardry@vmware.com>
2026-07-06 11:08:16 -07:00
Ryan Richard 434a6be821 update fips log statement
Signed-off-by: Ryan Richard <richardry@vmware.com>
2026-07-06 10:35:16 -07:00
Ryan Richard fdbaaad26f update FIPS docs
Signed-off-by: Ryan Richard <richardry@vmware.com>
2026-07-06 10:35:16 -07:00
Ryan Richard a6fca1d101 support building with GOFIPS140
Signed-off-by: Ryan Richard <richardry@vmware.com>
2026-07-06 10:35:16 -07:00
Ryan Richard 8ce3bcce84 Merge pull request #3166 from vmware/pinny/bump-deps
Bump dependencies
2026-07-06 07:50:07 -07:00
Pinny 179559eefc Bump dependencies 2026-07-06 13:02:55 +00:00
Ryan Richard e597eba125 Merge pull request #3165 from vmware/update-go-mod-updates-itself
Update update-go-mod tooling and generated code
2026-07-03 07:15:13 -07:00
Ryan Richard 84c1d4a9ad ran update.sh
Signed-off-by: Ryan Richard <richardry@vmware.com>
2026-07-02 21:36:32 -07:00
Ryan Richard 36fcc30b8a update kube-versions.txt
Signed-off-by: Ryan Richard <richardry@vmware.com>
2026-07-02 20:10:34 -07:00
Ryan Richard 305c9546c4 update release checklist
Signed-off-by: Ryan Richard <richardry@vmware.com>
2026-07-02 20:10:34 -07:00
Ryan Richard fee4e21692 remove update-go-mod/go.mod from dependabot
Signed-off-by: Ryan Richard <richardry@vmware.com>
2026-07-02 20:05:36 -07:00
Ryan Richard edda396ddf bump modules in update-go-mod/go.mod
Signed-off-by: Ryan Richard <richardry@vmware.com>
2026-07-02 20:05:36 -07:00
Ryan Richard 5237171160 update-go-mod updates itself too
Signed-off-by: Ryan Richard <richardry@vmware.com>
2026-07-02 20:05:36 -07:00
Ryan Richard bc143d995f Merge pull request #3163 from vmware/pinny/bump-deps
Bump dependencies
2026-07-02 20:04:34 -07:00