Pinny
ee83fb4dfe
Bump dependencies
2026-07-03 00:30:14 +00:00
Ryan Richard
86ce1328c6
Merge pull request #3152 from vmware/fix/dependecy-bump
...
Bump dependencies and two small bug fixes
2026-07-02 16:31:43 -07:00
Ryan Richard
f82bf07a6e
try to reduce integration test flake after pod restart
...
Signed-off-by: Ryan Richard <richardry@vmware.com >
2026-07-02 14:30:13 -07:00
Ryan Richard
6223b41286
retry when github user api 401's during login
...
Signed-off-by: Ryan Richard <richardry@vmware.com >
2026-07-02 13:43:45 -07:00
Ryan Richard
d8e5f4315c
tests clear old GitHub totp code before new one
...
Signed-off-by: Ryan Richard <richardry@vmware.com >
2026-07-02 07:03:39 -07:00
Ryan Richard
a2d1ae5256
update NetworkPolicies for new Kind/k8s version
...
Signed-off-by: Ryan Richard <richardry@vmware.com >
2026-07-01 12:12:47 -07:00
Ryan Richard
414af00ff4
limit req body size in login_handler.go
...
Signed-off-by: Ryan Richard <richardry@vmware.com >
2026-06-30 11:15:30 -07:00
Ryan Richard
fce9b9ed1b
fix a parsing mistake in ActiveDirectory code
...
Signed-off-by: Ryan Richard <richardry@vmware.com >
2026-06-30 11:15:23 -07:00
Volkan Özçelik
a1a5019e3f
otel version bump for CVE fix
...
Co-authored-by: Ryan Richard <richardry@vmware.com >
Signed-off-by: Volkan Özçelik <volkan.ozcelik@broadcom.com >
2026-06-30 11:13:21 -07:00
Volkan Özçelik
a0ee4b945e
fix unit test failure in celformer_test.
...
Co-authored-by: Ryan Richard <richardry@vmware.com >
Signed-off-by: Volkan Özçelik <volkan.ozcelik@broadcom.com >
2026-06-30 11:13:14 -07:00
Volkan Özçelik
d14722396a
Fixed API changes based on new dependencies
...
The "github.com/google/go-github/v87/github" has API shape changes, therefore a mere go.mod dependency update was inadequate; this PR adds necessary changes for feature parity and tests.
Co-authored-by: Ryan Richard <richardry@vmware.com >
Signed-off-by: Volkan Özçelik <volkan.ozcelik@broadcom.com >
2026-06-30 11:12:15 -07:00
Pinny
1ccfd13194
Bump dependencies
2026-06-30 11:10:51 -07:00
Ryan Richard
4220d9c172
Merge pull request #3084 from vmware/pinny/update-version-and-cli-docs
...
CodeQL / Analyze (go) (push) Failing after 13m17s
CodeQL / Analyze (javascript) (push) Failing after 12m46s
Update version and CLI docs on website
2026-05-11 11:27:20 -07:00
Pinny
366a19bef2
Update version and CLI docs on website
2026-05-11 18:25:39 +00:00
Ryan Richard
2250917182
Merge pull request #3083 from vmware/pinny/bump-deps
...
Bump dependencies
v0.46.0
2026-05-11 09:08:01 -07:00
Pinny
41454a1d78
Bump dependencies
2026-05-11 13:10:39 +00:00
Ryan Richard
0d072dc822
Merge pull request #3042 from vmware/dependabot/go_modules/hack/update-go-mod/golang.org/x/mod-0.35.0
...
CodeQL / Analyze (go) (push) Failing after 1m53s
CodeQL / Analyze (javascript) (push) Failing after 1m53s
Bump golang.org/x/mod from 0.35.0 to 0.36.0 in /hack/update-go-mod
2026-05-08 12:53:56 -07:00
Ryan Richard
bc25be023a
Merge pull request #3082 from vmware/pinny/bump-deps
...
Bump dependencies
2026-05-08 12:50:44 -07:00
Pinny
556b732b37
Bump dependencies
2026-05-08 15:38:51 +00:00
dependabot[bot]
ef5b2c0aca
Bump golang.org/x/mod from 0.35.0 to 0.36.0 in /hack/update-go-mod
...
Bumps [golang.org/x/mod](https://github.com/golang/mod ) from 0.35.0 to 0.36.0.
- [Commits](https://github.com/golang/mod/compare/v0.35.0...v0.36.0 )
---
updated-dependencies:
- dependency-name: golang.org/x/mod
dependency-version: 0.35.0
dependency-type: direct:production
update-type: version-update:semver-minor
...
Signed-off-by: dependabot[bot] <support@github.com >
2026-05-08 15:34:20 +00:00
Ryan Richard
d38d0f2a17
Merge pull request #3077 from vmware/remove-github-pkg-errors
...
CodeQL / Analyze (go) (push) Failing after 2m52s
CodeQL / Analyze (javascript) (push) Failing after 1m57s
Remove direct dependency on github.com/pkg/errors and bump deps
2026-05-08 08:33:08 -07:00
Ryan Richard
c62aafa6f2
adjust an expected err msg in impersonator int test
...
Signed-off-by: Ryan Richard <richardry@vmware.com >
2026-05-07 16:19:04 -07:00
Ryan Richard
3fbc7ed0d8
give supervisor read perm for mutatingadmissionpolicies and mutatingadmissionpolicybindings
...
Signed-off-by: Ryan Richard <richardry@vmware.com >
2026-05-07 14:07:21 -07:00
Ryan Richard
791159cf31
use -race for all units tests when running locally
...
Signed-off-by: Ryan Richard <richardry@vmware.com >
2026-05-07 14:02:30 -07:00
Pinny
f837890890
Bump dependencies
2026-05-07 14:02:20 -07:00
Ryan Richard
c8e98d350e
remove usages of WithStack, removes github.com/pkg/errors as direct dep
...
Signed-off-by: Ryan Richard <richardry@vmware.com >
2026-05-07 10:57:39 -07:00
Ryan Richard
f9a863f220
replace some usages of github.com/pkg/errors
...
Signed-off-by: Ryan Richard <richardry@vmware.com >
2026-05-07 10:38:14 -07:00
Ryan Richard
809dfe964f
update deps
...
Signed-off-by: Ryan Richard <richardry@vmware.com >
2026-05-07 10:23:46 -07:00
Ryan Richard
61be4f5b53
Merge pull request #3058 from vmware/pinny/bump-deps
...
CodeQL / Analyze (go) (push) Failing after 3m1s
CodeQL / Analyze (javascript) (push) Failing after 1m48s
Bump dependencies
2026-05-06 17:19:06 -07:00
Ryan Richard
d28b485a4c
fix want errors in impersonator integration tests
...
Signed-off-by: Ryan Richard <richardry@vmware.com >
2026-05-06 12:53:43 -07:00
Ryan Richard
06b85bf841
auto-disable MutatingAdmissionPolicy admission plugin when that kind does not exist
...
Signed-off-by: Ryan Richard <richardry@vmware.com >
2026-05-06 12:25:35 -07:00
Ryan Richard
f405057065
give concierge read perm for mutatingadmissionpolicies and mutatingadmissionpolicybindings
...
Signed-off-by: Ryan Richard <richardry@vmware.com >
2026-05-06 09:36:38 -07:00
Ryan Richard
55a1f20d2b
update impersonator test expectations for kube 1.36 libs
...
Signed-off-by: Ryan Richard <richardry@vmware.com >
2026-05-06 08:53:00 -07:00
Ryan Richard
531d40a82e
fix some unit test failures caused by k8s bump
...
Signed-off-by: Ryan Richard <richardry@vmware.com >
2026-05-06 08:53:00 -07:00
Ryan Richard
d863e77b19
fix linters errors about deprecated functions
...
Signed-off-by: Ryan Richard <richardry@vmware.com >
2026-05-06 08:34:17 -07:00
Ryan Richard
566d8c9ea4
remove generated/1.30
...
Signed-off-by: Ryan Richard <richardry@vmware.com >
2026-05-06 08:31:45 -07:00
Ryan Richard
9188725036
ran update.sh
...
Signed-off-by: Ryan Richard <richardry@vmware.com >
2026-05-06 08:31:40 -07:00
Ryan Richard
e0a45d45b2
update kube-versions.txt: add 1.36, remove 1.30
...
Signed-off-by: Ryan Richard <richardry@vmware.com >
2026-05-06 08:31:31 -07:00
Pinny
85abad32f1
Bump dependencies
2026-05-06 13:10:14 +00:00
Ryan Richard
35c23a58e8
switch from CLA to DCO
...
CodeQL / Analyze (go) (push) Failing after 2m6s
CodeQL / Analyze (javascript) (push) Failing after 1m35s
Signed-off-by: Ryan Richard <richardry@vmware.com >
2026-04-29 10:03:07 -07:00
Ryan Richard
9e443f3b5e
Merge pull request #3038 from vmware/pinny/bump-deps
...
CodeQL / Analyze (go) (push) Failing after 2m16s
CodeQL / Analyze (javascript) (push) Failing after 1m22s
Bump dependencies
2026-04-17 10:19:50 -07:00
Ryan Richard
b39d347971
bump opentelemetry indirect deps due to CVEs
2026-04-16 14:12:04 -07:00
Ryan Richard
da602dfb35
update expected error message
2026-04-16 14:06:33 -07:00
Pinny
a09e5abda7
Bump dependencies
2026-04-16 13:04:12 +00:00
Ryan Richard
4536d47470
Merge pull request #3028 from vmware/pinny/bump-deps
...
CodeQL / Analyze (go) (push) Failing after 2m31s
CodeQL / Analyze (javascript) (push) Failing after 1m54s
Bump dependencies
2026-04-07 11:12:57 -07:00
Pinny
242f9fe6ca
Bump dependencies
2026-04-07 13:03:06 +00:00
Ryan Richard
491b9d94a2
Merge pull request #3026 from vmware/pinny/bump-deps
...
CodeQL / Analyze (go) (push) Failing after 1m47s
CodeQL / Analyze (javascript) (push) Failing after 1m12s
Bump dependencies
2026-04-06 10:02:03 -07:00
Pinny
a8ae7d9741
Bump dependencies
2026-04-06 13:04:11 +00:00
Ryan Richard
f70c64cbb6
Merge pull request #3017 from vmware/pinny/bump-deps
...
CodeQL / Analyze (go) (push) Failing after 1m36s
CodeQL / Analyze (javascript) (push) Failing after 46s
Bump dependencies
2026-04-01 13:54:37 -07:00
Pinny
8ac514f1f9
Bump dependencies
2026-04-01 13:05:09 +00:00