Dave Protasowski
05e18ffb29
pull configmap parsing into separate package ( #3185 )
...
* pull config map parsing into separate package
We want to parse these configmaps but not don't want a heavy dependency on k/k libs
* fix linter warnings
* retain existing error message
2025-06-12 08:34:47 +00:00
Dave Protasowski
4e27b2e680
bump min k8s version to 1.32 ( #3184 )
...
* bump version strings
* bump go.mod
* run ./hack/update-deps.sh
* run ./hack/update-codegen.sh
* fix build
* fix fuzzing lib change
* switch fuzzers to use randfill
* run ./hack/update-deps.sh
* gofumpt file
* fix webhook build on go1.24
* ignore endpoint deprecation
* disable a staticcheck that isn't really that bad
* fix nolint directives
* don't use deprecated List and WatchFuncs
* fix deprecation of gengo.ExtractCommentTags
* apply demorgan's law where it makes sense
2025-06-10 21:07:45 +00:00
dependabot[bot]
1da18b7d84
Bump the golang-x group with 3 updates ( #3183 )
...
* Bump the golang-x group with 3 updates
Bumps the golang-x group with 3 updates: [golang.org/x/net](https://github.com/golang/net ), [golang.org/x/sync](https://github.com/golang/sync ) and [golang.org/x/tools](https://github.com/golang/tools ).
Updates `golang.org/x/net` from 0.40.0 to 0.41.0
- [Commits](https://github.com/golang/net/compare/v0.40.0...v0.41.0 )
Updates `golang.org/x/sync` from 0.14.0 to 0.15.0
- [Commits](https://github.com/golang/sync/compare/v0.14.0...v0.15.0 )
Updates `golang.org/x/tools` from 0.33.0 to 0.34.0
- [Release notes](https://github.com/golang/tools/releases )
- [Commits](https://github.com/golang/tools/compare/v0.33.0...v0.34.0 )
---
updated-dependencies:
- dependency-name: golang.org/x/net
dependency-version: 0.41.0
dependency-type: direct:production
update-type: version-update:semver-minor
dependency-group: golang-x
- dependency-name: golang.org/x/sync
dependency-version: 0.15.0
dependency-type: direct:production
update-type: version-update:semver-minor
dependency-group: golang-x
- dependency-name: golang.org/x/tools
dependency-version: 0.34.0
dependency-type: direct:production
update-type: version-update:semver-minor
dependency-group: golang-x
...
Signed-off-by: dependabot[bot] <support@github.com>
* Run ./hack/update-codegen.sh
---------
Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
2025-06-09 21:03:44 +00:00
dependabot[bot]
2c412afe5d
Bump google.golang.org/grpc from 1.72.2 to 1.73.0 ( #3182 )
...
* Bump google.golang.org/grpc from 1.72.2 to 1.73.0
Bumps [google.golang.org/grpc](https://github.com/grpc/grpc-go ) from 1.72.2 to 1.73.0.
- [Release notes](https://github.com/grpc/grpc-go/releases )
- [Commits](https://github.com/grpc/grpc-go/compare/v1.72.2...v1.73.0 )
---
updated-dependencies:
- dependency-name: google.golang.org/grpc
dependency-version: 1.73.0
dependency-type: direct:production
update-type: version-update:semver-minor
...
Signed-off-by: dependabot[bot] <support@github.com>
* Run ./hack/update-codegen.sh
---------
Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
2025-06-09 20:44:44 +00:00
dependabot[bot]
3c3a920206
Bump google.golang.org/grpc from 1.72.1 to 1.72.2 ( #3181 )
...
* Bump google.golang.org/grpc from 1.72.1 to 1.72.2
Bumps [google.golang.org/grpc](https://github.com/grpc/grpc-go ) from 1.72.1 to 1.72.2.
- [Release notes](https://github.com/grpc/grpc-go/releases )
- [Commits](https://github.com/grpc/grpc-go/compare/v1.72.1...v1.72.2 )
---
updated-dependencies:
- dependency-name: google.golang.org/grpc
dependency-version: 1.72.2
dependency-type: direct:production
update-type: version-update:semver-patch
...
Signed-off-by: dependabot[bot] <support@github.com>
* Run ./hack/update-codegen.sh
---------
Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
2025-06-02 17:54:24 +00:00
dependabot[bot]
44579e9ce5
Bump google.golang.org/grpc from 1.72.0 to 1.72.1 ( #3180 )
...
* Bump google.golang.org/grpc from 1.72.0 to 1.72.1
Bumps [google.golang.org/grpc](https://github.com/grpc/grpc-go ) from 1.72.0 to 1.72.1.
- [Release notes](https://github.com/grpc/grpc-go/releases )
- [Commits](https://github.com/grpc/grpc-go/compare/v1.72.0...v1.72.1 )
---
updated-dependencies:
- dependency-name: google.golang.org/grpc
dependency-version: 1.72.1
dependency-type: direct:production
update-type: version-update:semver-patch
...
Signed-off-by: dependabot[bot] <support@github.com>
* Run ./hack/update-codegen.sh
---------
Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
2025-05-20 01:45:26 +00:00
Knative Automation
873230f3a4
upgrade to latest dependencies ( #3179 )
...
bumping knative.dev/hack c577ed9...f525e18:
> f525e18 Bump min kube version to 1.32 (# 424)
> c4037b0 Update community files (# 423)
> cfde8c9 Update community files (# 422)
Signed-off-by: Knative Automation <automation@knative.team>
2025-05-15 02:28:47 +00:00
Dave Protasowski
19a1383074
group golang.org/x dependencies ( #3178 )
2025-05-14 12:05:47 +00:00
dependabot[bot]
1c0e799b87
Bump golang.org/x/net from 0.39.0 to 0.40.0 ( #3177 )
...
* Bump golang.org/x/net from 0.39.0 to 0.40.0
Bumps [golang.org/x/net](https://github.com/golang/net ) from 0.39.0 to 0.40.0.
- [Commits](https://github.com/golang/net/compare/v0.39.0...v0.40.0 )
---
updated-dependencies:
- dependency-name: golang.org/x/net
dependency-version: 0.40.0
dependency-type: direct:production
update-type: version-update:semver-minor
...
Signed-off-by: dependabot[bot] <support@github.com>
* Run ./hack/update-codegen.sh
---------
Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
2025-05-13 22:27:46 +00:00
dependabot[bot]
d09148e75c
Bump golang.org/x/tools from 0.32.0 to 0.33.0 ( #3176 )
...
* Bump golang.org/x/tools from 0.32.0 to 0.33.0
Bumps [golang.org/x/tools](https://github.com/golang/tools ) from 0.32.0 to 0.33.0.
- [Release notes](https://github.com/golang/tools/releases )
- [Commits](https://github.com/golang/tools/compare/v0.32.0...v0.33.0 )
---
updated-dependencies:
- dependency-name: golang.org/x/tools
dependency-version: 0.33.0
dependency-type: direct:production
update-type: version-update:semver-minor
...
Signed-off-by: dependabot[bot] <support@github.com>
* Run ./hack/update-codegen.sh
---------
Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
2025-05-13 22:20:46 +00:00
dependabot[bot]
cb6cfa2e41
Bump golang.org/x/sync from 0.13.0 to 0.14.0 ( #3175 )
...
* Bump golang.org/x/sync from 0.13.0 to 0.14.0
Bumps [golang.org/x/sync](https://github.com/golang/sync ) from 0.13.0 to 0.14.0.
- [Commits](https://github.com/golang/sync/compare/v0.13.0...v0.14.0 )
---
updated-dependencies:
- dependency-name: golang.org/x/sync
dependency-version: 0.14.0
dependency-type: direct:production
update-type: version-update:semver-minor
...
Signed-off-by: dependabot[bot] <support@github.com>
* Run ./hack/update-codegen.sh
---------
Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
2025-05-13 22:07:46 +00:00
Knative Automation
d5e74d29da
Update community files ( #3174 )
...
Signed-off-by: Knative Automation <automation@knative.team>
2025-04-24 01:36:28 +00:00
dependabot[bot]
757c99c8c0
Bump google.golang.org/grpc from 1.71.1 to 1.72.0 ( #3173 )
...
* Bump google.golang.org/grpc from 1.71.1 to 1.72.0
Bumps [google.golang.org/grpc](https://github.com/grpc/grpc-go ) from 1.71.1 to 1.72.0.
- [Release notes](https://github.com/grpc/grpc-go/releases )
- [Commits](https://github.com/grpc/grpc-go/compare/v1.71.1...v1.72.0 )
---
updated-dependencies:
- dependency-name: google.golang.org/grpc
dependency-version: 1.72.0
dependency-type: direct:production
update-type: version-update:semver-minor
...
Signed-off-by: dependabot[bot] <support@github.com>
* Run ./hack/update-codegen.sh
---------
Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
2025-04-21 15:59:37 +00:00
Knative Automation
a877090f01
Update community files ( #3171 )
...
Signed-off-by: Knative Automation <automation@knative.team>
2025-04-17 01:37:51 +00:00
Knative Automation
ed3e2158b8
upgrade to latest dependencies ( #3170 )
...
bumping knative.dev/hack 8f599b7...c577ed9:
> c577ed9 Update community files (# 421)
Signed-off-by: Knative Automation <automation@knative.team>
2025-04-15 15:53:12 +00:00
dependabot[bot]
4e8ebbe194
Bump golang.org/x/tools from 0.31.0 to 0.32.0 ( #3169 )
...
* Bump golang.org/x/tools from 0.31.0 to 0.32.0
Bumps [golang.org/x/tools](https://github.com/golang/tools ) from 0.31.0 to 0.32.0.
- [Release notes](https://github.com/golang/tools/releases )
- [Commits](https://github.com/golang/tools/compare/v0.31.0...v0.32.0 )
---
updated-dependencies:
- dependency-name: golang.org/x/tools
dependency-version: 0.32.0
dependency-type: direct:production
update-type: version-update:semver-minor
...
Signed-off-by: dependabot[bot] <support@github.com>
* Run ./hack/update-codegen.sh
---------
Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
2025-04-14 11:47:16 +00:00
dependabot[bot]
1ae6a398f5
Bump golang.org/x/net from 0.38.0 to 0.39.0 ( #3168 )
...
* Bump golang.org/x/net from 0.38.0 to 0.39.0
Bumps [golang.org/x/net](https://github.com/golang/net ) from 0.38.0 to 0.39.0.
- [Commits](https://github.com/golang/net/compare/v0.38.0...v0.39.0 )
---
updated-dependencies:
- dependency-name: golang.org/x/net
dependency-version: 0.39.0
dependency-type: direct:production
update-type: version-update:semver-minor
...
Signed-off-by: dependabot[bot] <support@github.com>
* Run ./hack/update-codegen.sh
---------
Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
2025-04-14 11:39:16 +00:00
dependabot[bot]
a8e20d9db3
Bump gomodules.xyz/jsonpatch/v2 from 2.4.0 to 2.5.0 ( #3154 )
...
* Bump gomodules.xyz/jsonpatch/v2 from 2.4.0 to 2.5.0
Bumps [gomodules.xyz/jsonpatch/v2](https://github.com/gomodules/jsonpatch ) from 2.4.0 to 2.5.0.
- [Release notes](https://github.com/gomodules/jsonpatch/releases )
- [Changelog](https://github.com/gomodules/jsonpatch/blob/release-2.0/CHANGELOG.md )
- [Commits](https://github.com/gomodules/jsonpatch/compare/v2.4.0...v2.5.0 )
---
updated-dependencies:
- dependency-name: gomodules.xyz/jsonpatch/v2
dependency-type: direct:production
update-type: version-update:semver-minor
...
Signed-off-by: dependabot[bot] <support@github.com>
* Run ./hack/update-codegen.sh
* fix patch unit test
---------
Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
Co-authored-by: Dave Protasowski <dprotaso@gmail.com>
2025-04-11 13:38:14 +00:00
Dave Protasowski
7b91ff1a36
update .golangci.yaml to v2 ( #3167 )
2025-04-11 13:15:13 +00:00
dependabot[bot]
b9bfb45273
Bump golang.org/x/sync from 0.12.0 to 0.13.0 ( #3166 )
...
* Bump golang.org/x/sync from 0.12.0 to 0.13.0
Bumps [golang.org/x/sync](https://github.com/golang/sync ) from 0.12.0 to 0.13.0.
- [Commits](https://github.com/golang/sync/compare/v0.12.0...v0.13.0 )
---
updated-dependencies:
- dependency-name: golang.org/x/sync
dependency-version: 0.13.0
dependency-type: direct:production
update-type: version-update:semver-minor
...
Signed-off-by: dependabot[bot] <support@github.com>
* Run ./hack/update-codegen.sh
---------
Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
2025-04-11 02:42:12 +00:00
dependabot[bot]
74af921e20
Bump google.golang.org/protobuf from 1.36.5 to 1.36.6 ( #3163 )
...
* Bump google.golang.org/protobuf from 1.36.5 to 1.36.6
Bumps google.golang.org/protobuf from 1.36.5 to 1.36.6.
---
updated-dependencies:
- dependency-name: google.golang.org/protobuf
dependency-type: direct:production
update-type: version-update:semver-patch
...
Signed-off-by: dependabot[bot] <support@github.com>
* Run ./hack/update-codegen.sh
---------
Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
2025-04-11 02:24:12 +00:00
dependabot[bot]
cc5f202b3a
Bump golang.org/x/net from 0.37.0 to 0.38.0 ( #3162 )
...
* Bump golang.org/x/net from 0.37.0 to 0.38.0
Bumps [golang.org/x/net](https://github.com/golang/net ) from 0.37.0 to 0.38.0.
- [Commits](https://github.com/golang/net/compare/v0.37.0...v0.38.0 )
---
updated-dependencies:
- dependency-name: golang.org/x/net
dependency-type: direct:production
update-type: version-update:semver-minor
...
Signed-off-by: dependabot[bot] <support@github.com>
* Run ./hack/update-codegen.sh
---------
Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
2025-04-11 02:05:13 +00:00
dependabot[bot]
a900930779
Bump google.golang.org/grpc from 1.71.0 to 1.71.1 ( #3165 )
...
* Bump google.golang.org/grpc from 1.71.0 to 1.71.1
Bumps [google.golang.org/grpc](https://github.com/grpc/grpc-go ) from 1.71.0 to 1.71.1.
- [Release notes](https://github.com/grpc/grpc-go/releases )
- [Commits](https://github.com/grpc/grpc-go/compare/v1.71.0...v1.71.1 )
---
updated-dependencies:
- dependency-name: google.golang.org/grpc
dependency-version: 1.71.1
dependency-type: direct:production
update-type: version-update:semver-patch
...
Signed-off-by: dependabot[bot] <support@github.com>
* Run ./hack/update-codegen.sh
---------
Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
2025-04-11 01:56:13 +00:00
Knative Automation
c5a13b15cc
Update community files ( #3161 )
...
Signed-off-by: Knative Automation <automation@knative.team>
2025-03-31 01:38:32 +00:00
Knative Automation
9f3e60a924
upgrade to latest dependencies ( #3160 )
...
bumping knative.dev/hack ce4c934...8f599b7:
> 8f599b7 Skip whitespace changes in codegen (# 420)
> 742e1e5 Deprecate knative.dev/hack/schema (# 418)
> 306ce74 Update community files (# 414)
Signed-off-by: Knative Automation <automation@knative.team>
2025-03-26 10:26:44 +00:00
dependabot[bot]
b7bbf4be5d
Bump google.golang.org/grpc from 1.70.0 to 1.71.0 ( #3157 )
...
* Bump google.golang.org/grpc from 1.70.0 to 1.71.0
Bumps [google.golang.org/grpc](https://github.com/grpc/grpc-go ) from 1.70.0 to 1.71.0.
- [Release notes](https://github.com/grpc/grpc-go/releases )
- [Commits](https://github.com/grpc/grpc-go/compare/v1.70.0...v1.71.0 )
---
updated-dependencies:
- dependency-name: google.golang.org/grpc
dependency-type: direct:production
update-type: version-update:semver-minor
...
Signed-off-by: dependabot[bot] <support@github.com>
* Run ./hack/update-codegen.sh
---------
Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
2025-03-12 03:55:36 +00:00
dependabot[bot]
097c752217
Bump golang.org/x/tools from 0.30.0 to 0.31.0 ( #3155 )
...
* Bump golang.org/x/tools from 0.30.0 to 0.31.0
Bumps [golang.org/x/tools](https://github.com/golang/tools ) from 0.30.0 to 0.31.0.
- [Release notes](https://github.com/golang/tools/releases )
- [Commits](https://github.com/golang/tools/compare/v0.30.0...v0.31.0 )
---
updated-dependencies:
- dependency-name: golang.org/x/tools
dependency-type: direct:production
update-type: version-update:semver-minor
...
Signed-off-by: dependabot[bot] <support@github.com>
* Run ./hack/update-codegen.sh
---------
Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
2025-03-12 01:56:36 +00:00
dependabot[bot]
0372c089c7
Bump github.com/google/go-cmp from 0.6.0 to 0.7.0 ( #3152 )
...
* Bump github.com/google/go-cmp from 0.6.0 to 0.7.0
Bumps [github.com/google/go-cmp](https://github.com/google/go-cmp ) from 0.6.0 to 0.7.0.
- [Release notes](https://github.com/google/go-cmp/releases )
- [Commits](https://github.com/google/go-cmp/compare/v0.6.0...v0.7.0 )
---
updated-dependencies:
- dependency-name: github.com/google/go-cmp
dependency-type: direct:production
update-type: version-update:semver-minor
...
Signed-off-by: dependabot[bot] <support@github.com>
* Run ./hack/update-codegen.sh
---------
Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
2025-02-26 14:55:29 +00:00
Knative Automation
9e265611c0
Update community files ( #3151 )
...
Signed-off-by: Knative Automation <automation@knative.team>
2025-02-19 01:37:13 +00:00
Knative Automation
c925de2a3f
upgrade to latest dependencies ( #3150 )
...
bumping knative.dev/hack c142b48...ce4c934:
> ce4c934 Bump default GKE version to 1.31 (# 413)
> 5f7f0f5 Update community files (# 412)
> b38a2ca Update community files (# 411)
Signed-off-by: Knative Automation <automation@knative.team>
2025-02-18 01:18:50 +00:00
Dave Protasowski
ae2c6bcc1f
Bump K8s min version to v1.31 ( #3149 )
...
* bump k8s deps to v0.32.1
* bump k8s min version to v1.31
* bump to v0.32.2
2025-02-14 14:05:53 +00:00
dependabot[bot]
c8bea7c326
Bump golang.org/x/sync from 0.10.0 to 0.11.0 ( #3147 )
...
* Bump golang.org/x/sync from 0.10.0 to 0.11.0
Bumps [golang.org/x/sync](https://github.com/golang/sync ) from 0.10.0 to 0.11.0.
- [Commits](https://github.com/golang/sync/compare/v0.10.0...v0.11.0 )
---
updated-dependencies:
- dependency-name: golang.org/x/sync
dependency-type: direct:production
update-type: version-update:semver-minor
...
Signed-off-by: dependabot[bot] <support@github.com>
* Run ./hack/update-codegen.sh
---------
Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
2025-02-11 18:55:50 +00:00
dependabot[bot]
99d475b018
Bump google.golang.org/protobuf from 1.36.4 to 1.36.5 ( #3148 )
...
* Bump google.golang.org/protobuf from 1.36.4 to 1.36.5
Bumps google.golang.org/protobuf from 1.36.4 to 1.36.5.
---
updated-dependencies:
- dependency-name: google.golang.org/protobuf
dependency-type: direct:production
update-type: version-update:semver-patch
...
Signed-off-by: dependabot[bot] <support@github.com>
* Run ./hack/update-codegen.sh
---------
Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
2025-02-11 18:40:50 +00:00
Dave Protasowski
36226ee206
Update Knative injection-gen to use gengov2 ( #3146 )
...
* refactor codegen into different packages and use gengo v2
This allows us to run this injection against types that have newer golang features - eg. 'any'
* updated go.mod drops gengo v1
* tweak scripts to support gengov2 framework
* drop verbose output
2025-02-11 17:07:50 +00:00
dependabot[bot]
f62a97fc6a
Bump github.com/spf13/pflag from 1.0.5 to 1.0.6 ( #3145 )
...
* Bump github.com/spf13/pflag from 1.0.5 to 1.0.6
Bumps [github.com/spf13/pflag](https://github.com/spf13/pflag ) from 1.0.5 to 1.0.6.
- [Release notes](https://github.com/spf13/pflag/releases )
- [Commits](https://github.com/spf13/pflag/compare/v1.0.5...v1.0.6 )
---
updated-dependencies:
- dependency-name: github.com/spf13/pflag
dependency-type: direct:production
update-type: version-update:semver-patch
...
Signed-off-by: dependabot[bot] <support@github.com>
* Run ./hack/update-codegen.sh
---------
Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
2025-02-03 16:36:23 +00:00
dependabot[bot]
5be486852d
Bump github.com/evanphx/json-patch/v5 from 5.9.0 to 5.9.11 ( #3144 )
...
* Bump github.com/evanphx/json-patch/v5 from 5.9.0 to 5.9.11
Bumps [github.com/evanphx/json-patch/v5](https://github.com/evanphx/json-patch ) from 5.9.0 to 5.9.11.
- [Release notes](https://github.com/evanphx/json-patch/releases )
- [Commits](https://github.com/evanphx/json-patch/compare/v5.9.0...v5.9.11 )
---
updated-dependencies:
- dependency-name: github.com/evanphx/json-patch/v5
dependency-type: direct:production
update-type: version-update:semver-patch
...
Signed-off-by: dependabot[bot] <support@github.com>
* Run ./hack/update-codegen.sh
---------
Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
2025-02-03 16:27:23 +00:00
Knative Automation
efddeac3ec
Update community files ( #3143 )
...
Signed-off-by: Knative Automation <automation@knative.team>
2025-01-28 01:34:58 +00:00
dependabot[bot]
e5aa25feee
Bump google.golang.org/grpc from 1.69.4 to 1.70.0 ( #3142 )
...
* Bump google.golang.org/grpc from 1.69.4 to 1.70.0
Bumps [google.golang.org/grpc](https://github.com/grpc/grpc-go ) from 1.69.4 to 1.70.0.
- [Release notes](https://github.com/grpc/grpc-go/releases )
- [Commits](https://github.com/grpc/grpc-go/compare/v1.69.4...v1.70.0 )
---
updated-dependencies:
- dependency-name: google.golang.org/grpc
dependency-type: direct:production
update-type: version-update:semver-minor
...
Signed-off-by: dependabot[bot] <support@github.com>
* Run ./hack/update-codegen.sh
---------
Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
2025-01-27 17:25:56 +00:00
dependabot[bot]
7fca699cf1
Bump google.golang.org/protobuf from 1.36.3 to 1.36.4 ( #3141 )
...
* Bump google.golang.org/protobuf from 1.36.3 to 1.36.4
Bumps google.golang.org/protobuf from 1.36.3 to 1.36.4.
---
updated-dependencies:
- dependency-name: google.golang.org/protobuf
dependency-type: direct:production
update-type: version-update:semver-patch
...
Signed-off-by: dependabot[bot] <support@github.com>
* Run ./hack/update-codegen.sh
---------
Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
2025-01-27 16:56:56 +00:00
Knative Automation
dcf159339d
Update community files ( #3140 )
...
Signed-off-by: Knative Automation <automation@knative.team>
2025-01-23 01:36:14 +00:00
dependabot[bot]
3386f371ef
Bump google.golang.org/protobuf from 1.36.2 to 1.36.3 ( #3139 )
...
* Bump google.golang.org/protobuf from 1.36.2 to 1.36.3
Bumps google.golang.org/protobuf from 1.36.2 to 1.36.3.
---
updated-dependencies:
- dependency-name: google.golang.org/protobuf
dependency-type: direct:production
update-type: version-update:semver-patch
...
Signed-off-by: dependabot[bot] <support@github.com>
* Run ./hack/update-codegen.sh
---------
Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
2025-01-22 15:13:11 +00:00
dependabot[bot]
1ca59d135b
Bump google.golang.org/grpc from 1.69.2 to 1.69.4 ( #3138 )
...
* Bump google.golang.org/grpc from 1.69.2 to 1.69.4
Bumps [google.golang.org/grpc](https://github.com/grpc/grpc-go ) from 1.69.2 to 1.69.4.
- [Release notes](https://github.com/grpc/grpc-go/releases )
- [Commits](https://github.com/grpc/grpc-go/compare/v1.69.2...v1.69.4 )
---
updated-dependencies:
- dependency-name: google.golang.org/grpc
dependency-type: direct:production
update-type: version-update:semver-patch
...
Signed-off-by: dependabot[bot] <support@github.com>
* Run ./hack/update-codegen.sh
---------
Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
2025-01-22 03:28:09 +00:00
Dave Protasowski
a37a847cd3
drop use of code-generator/generate-groups.sh ( #3136 )
...
* drop use of code-generator/generate-groups.sh
* fix script
* single injection invocation
2025-01-17 17:58:04 +00:00
Knative Automation
c43477f005
upgrade to latest dependencies ( #3137 )
...
bumping knative.dev/hack e92a16a...c142b48:
> c142b48 Refactor release script to gh CLI (# 408)
> f8be0cc Update community files (# 407)
Signed-off-by: Knative Automation <automation@knative.team>
2025-01-17 08:41:04 +00:00
dependabot[bot]
0c2a238a16
Bump golang.org/x/tools from 0.28.0 to 0.29.0 ( #3134 )
...
* Bump golang.org/x/tools from 0.28.0 to 0.29.0
Bumps [golang.org/x/tools](https://github.com/golang/tools ) from 0.28.0 to 0.29.0.
- [Release notes](https://github.com/golang/tools/releases )
- [Commits](https://github.com/golang/tools/compare/v0.28.0...v0.29.0 )
---
updated-dependencies:
- dependency-name: golang.org/x/tools
dependency-type: direct:production
update-type: version-update:semver-minor
...
Signed-off-by: dependabot[bot] <support@github.com>
* Run ./hack/update-codegen.sh
---------
Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
2025-01-13 16:10:00 +00:00
Dave Protasowski
accfe36491
Satisfy linter ( #3132 )
...
* drop deprecated linter
* fix uint64=>int64 overflow
* fix unnecessary fmt.Sprintf
* ignore false positive fatcontext
* fix integer overflows
* update golangci-lint config - properly was moved
* fix formatting calls
* use new integer range syntax
* adjust nolint comments
* stop using deprecated k8s types
2025-01-10 15:06:18 +00:00
Dave Protasowski
b4ff2c14fb
run dependabot workflow only on dependabot branches ( #3133 )
2025-01-10 10:28:17 +00:00
dependabot[bot]
83cd52ed87
Bump golang.org/x/net from 0.31.0 to 0.34.0 ( #3130 )
...
* Bump golang.org/x/net from 0.31.0 to 0.34.0
Bumps [golang.org/x/net](https://github.com/golang/net ) from 0.31.0 to 0.34.0.
- [Commits](https://github.com/golang/net/compare/v0.31.0...v0.34.0 )
---
updated-dependencies:
- dependency-name: golang.org/x/net
dependency-type: direct:production
update-type: version-update:semver-minor
...
Signed-off-by: dependabot[bot] <support@github.com>
* Run ./hack/update-codegen.sh
---------
Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
2025-01-09 20:18:17 +00:00
dependabot[bot]
4d8f7474aa
Bump google.golang.org/grpc from 1.68.0 to 1.69.2 ( #3131 )
...
* Bump google.golang.org/grpc from 1.68.0 to 1.69.2
Bumps [google.golang.org/grpc](https://github.com/grpc/grpc-go ) from 1.68.0 to 1.69.2.
- [Release notes](https://github.com/grpc/grpc-go/releases )
- [Commits](https://github.com/grpc/grpc-go/compare/v1.68.0...v1.69.2 )
---
updated-dependencies:
- dependency-name: google.golang.org/grpc
dependency-type: direct:production
update-type: version-update:semver-minor
...
Signed-off-by: dependabot[bot] <support@github.com>
* Run ./hack/update-codegen.sh
---------
Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
2025-01-09 20:00:16 +00:00
dependabot[bot]
459f60e807
Bump google.golang.org/protobuf from 1.35.2 to 1.36.2 ( #3129 )
...
* Bump google.golang.org/protobuf from 1.35.2 to 1.36.2
Bumps google.golang.org/protobuf from 1.35.2 to 1.36.2.
---
updated-dependencies:
- dependency-name: google.golang.org/protobuf
dependency-type: direct:production
update-type: version-update:semver-minor
...
Signed-off-by: dependabot[bot] <support@github.com>
* Run ./hack/update-codegen.sh
---------
Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
2025-01-09 18:36:16 +00:00