Ryan Richard
f81d65bcb7
update code for compatibility with Go 1.27
...
Fix some test expectations and also fix the production code in
impersonator.go to make them compatible with both Go 1.27 and also
with older versions, e.g. Go 1.26. With these changes, all unit
tests pass when run with either Go 1.26 or Go 1.27.
Signed-off-by: Ryan Richard <richardry@vmware.com >
2026-08-28 11:45:56 -07:00
Pinny and Ryan Richard
74f422a2d9
Bump dependencies
2026-08-27 15:03:53 -07:00
Ryan Richard
ff849c9147
ran hack/update.sh to update generated code (adds 1.37)
...
Signed-off-by: Ryan Richard <richardry@vmware.com >
2026-08-27 15:03:24 -07:00
Ryan Richard
5370036c69
remove generated/1.31
...
Signed-off-by: Ryan Richard <richardry@vmware.com >
2026-08-27 14:56:21 -07:00
Ryan Richard
938cc39a34
update kube-versions.txt to add 1.37.0 and remove 1.31.14
...
Signed-off-by: Ryan Richard <richardry@vmware.com >
2026-08-27 14:55:35 -07:00
Ryan Richard
4a18bd939d
upgrade linter to 2.13.1
...
Signed-off-by: Ryan Richard <richardry@vmware.com >
2026-08-27 14:48:37 -07:00
Ryan Richard and GitHub
3ba58efa59
Merge pull request #3252 from vmware/pinny/bump-deps
...
CodeQL / Analyze (go) (push) Failing after 2m30s
CodeQL / Analyze (javascript) (push) Failing after 1m15s
Bump dependencies
2026-08-26 14:57:24 -07:00
Pinny
8984b4f615
Bump dependencies
2026-08-26 13:09:25 +00:00
Ryan Richard and GitHub
6346b53510
Merge pull request #3249 from vmware/rr-bump-deps
...
CodeQL / Analyze (go) (push) Failing after 2m1s
CodeQL / Analyze (javascript) (push) Failing after 57s
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 and GitHub
81f3da62c8
Merge pull request #3247 from vmware/pinny/bump-deps
...
CodeQL / Analyze (go) (push) Failing after 1m44s
CodeQL / Analyze (javascript) (push) Failing after 59s
Bump dependencies
2026-08-17 15:43:53 -07:00
Pinny
af8fb639a4
Bump dependencies
2026-08-17 13:07:28 +00:00
Ryan Richard and GitHub
4c6670e372
Merge pull request #3236 from vmware/pinny/bump-deps
...
CodeQL / Analyze (go) (push) Failing after 2m5s
CodeQL / Analyze (javascript) (push) Failing after 54s
Bump dependencies
2026-08-14 14:10:45 -07:00
Pinny
cf701f3332
Bump dependencies
2026-08-12 13:03:18 +00:00
Ryan Richard and GitHub
2ab56a64fa
Merge pull request #3224 from vmware/pinny/bump-deps
...
CodeQL / Analyze (go) (push) Failing after 1m50s
CodeQL / Analyze (javascript) (push) Failing after 49s
Bump dependencies
2026-08-11 11:46:58 -07:00
Pinny
1daeedc56a
Bump dependencies
2026-08-11 13:07:16 +00:00
Ryan Richard and GitHub
6d605f1045
Merge pull request #3215 from vmware/pinny/bump-deps
...
CodeQL / Analyze (go) (push) Failing after 1m33s
CodeQL / Analyze (javascript) (push) Failing after 40s
Bump dependencies
2026-07-27 10:45:54 -07:00
Pinny
1272874c53
Bump dependencies
2026-07-27 13:01:34 +00:00
Ryan Richard and GitHub
8c6e5405b2
Merge pull request #3210 from vmware/dependabot/go_modules/google.golang.org/grpc-1.82.1
...
CodeQL / Analyze (go) (push) Failing after 57s
CodeQL / Analyze (javascript) (push) Failing after 39s
Bump google.golang.org/grpc from 1.80.0 to 1.82.1
2026-07-24 16:01:23 -07:00
dependabot[bot] and GitHub
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 and GitHub
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 and GitHub
66e2f56683
Merge pull request #3212 from vmware/topic/ovolkan/flaky-test-fix
...
CodeQL / Analyze (go) (push) Failing after 1m44s
CodeQL / Analyze (javascript) (push) Failing after 42s
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 and GitHub
7c0909f72d
Merge pull request #3208 from vmware/pinny/bump-deps
...
CodeQL / Analyze (go) (push) Failing after 1m53s
CodeQL / Analyze (javascript) (push) Failing after 1m51s
Bump dependencies
2026-07-22 12:09:25 -07:00
Pinny
123a4710a7
Bump dependencies
2026-07-22 13:07:27 +00:00
Ryan Richard and GitHub
f979c95d45
Merge pull request #3202 from vmware/pinny/bump-deps
...
CodeQL / Analyze (go) (push) Failing after 1m45s
CodeQL / Analyze (javascript) (push) Failing after 1m0s
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 and GitHub
9079ca73b6
Merge pull request #3199 from vmware/pinny/bump-deps
...
CodeQL / Analyze (go) (push) Failing after 1m44s
CodeQL / Analyze (javascript) (push) Failing after 44s
Bump dependencies
2026-07-16 12:19:19 -07:00
Pinny
648d198fc9
Bump dependencies
2026-07-16 13:08:15 +00:00
Ryan Richard and GitHub
a2b46438c3
Merge pull request #3197 from vmware/pinny/bump-deps
...
CodeQL / Analyze (go) (push) Failing after 26s
CodeQL / Analyze (javascript) (push) Failing after 5s
Bump dependencies
2026-07-15 10:04:22 -07:00
Pinny
eb83b50118
Bump dependencies
2026-07-15 13:12:52 +00:00
Ryan Richard and GitHub
c40aa99933
Merge pull request #3187 from vmware/pinny/bump-deps
...
CodeQL / Analyze (go) (push) Failing after 8s
CodeQL / Analyze (javascript) (push) Failing after 5s
Bump dependencies
2026-07-14 11:29:15 -07:00
Pinny
66b84fbede
Bump dependencies
2026-07-14 13:02:48 +00:00
Ryan Richard and GitHub
2c4d032b97
Merge pull request #3182 from vmware/pinny/bump-deps
...
CodeQL / Analyze (go) (push) Failing after 1m57s
CodeQL / Analyze (javascript) (push) Failing after 56s
Bump dependencies
2026-07-09 12:20:34 -07:00
Pinny
796f469e3f
Bump dependencies
2026-07-09 13:03:56 +00:00
Ryan Richard and GitHub
d56c071479
Merge pull request #3177 from vmware/pinny/update-version-and-cli-docs
...
CodeQL / Analyze (go) (push) Failing after 1m40s
CodeQL / Analyze (javascript) (push) Failing after 41s
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 and GitHub
74b326dd2c
Merge pull request #3169 from vmware/pinny/bump-deps
...
CodeQL / Analyze (go) (push) Failing after 1m20s
CodeQL / Analyze (javascript) (push) Failing after 37s
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 and GitHub
41aa3abd2e
Merge pull request #3167 from vmware/gofips140
...
CodeQL / Analyze (go) (push) Failing after 1m30s
CodeQL / Analyze (javascript) (push) Failing after 44s
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 and GitHub
8ce3bcce84
Merge pull request #3166 from vmware/pinny/bump-deps
...
CodeQL / Analyze (go) (push) Failing after 1m28s
CodeQL / Analyze (javascript) (push) Failing after 36s
Bump dependencies
2026-07-06 07:50:07 -07:00
Pinny
179559eefc
Bump dependencies
2026-07-06 13:02:55 +00:00