Pierangelo Di Pilato
1ff9a77566
Bump x/net to 0.24 ( #3014 )
...
Signed-off-by: Pierangelo Di Pilato <pierdipi@redhat.com>
2024-04-09 14:15:58 +00:00
dependabot[bot]
094f1527d5
Bump github.com/prometheus/common from 0.51.1 to 0.52.2 ( #3010 )
...
* Bump github.com/prometheus/common from 0.51.1 to 0.52.2
Bumps [github.com/prometheus/common](https://github.com/prometheus/common ) from 0.51.1 to 0.52.2.
- [Release notes](https://github.com/prometheus/common/releases )
- [Commits](https://github.com/prometheus/common/compare/v0.51.1...v0.52.2 )
---
updated-dependencies:
- dependency-name: github.com/prometheus/common
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>
2024-04-08 13:14:17 +00:00
dependabot[bot]
f9d72b2288
Bump golang.org/x/sync from 0.6.0 to 0.7.0 ( #3009 )
...
* Bump golang.org/x/sync from 0.6.0 to 0.7.0
Bumps [golang.org/x/sync](https://github.com/golang/sync ) from 0.6.0 to 0.7.0.
- [Commits](https://github.com/golang/sync/compare/v0.6.0...v0.7.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>
2024-04-08 13:05:39 +00:00
Knative Automation
5d4af76051
Update community files ( #3007 )
...
Signed-off-by: Knative Automation <automation@knative.team>
2024-04-04 01:33:51 +00:00
Prashant Rewar
fef5da99bd
Replace all usages of deprecated wait.PollImmediate with wait.PollUntilContextTimeout ( #3004 )
...
Signed-off-by: Prashant Rewar <108176843+prashantrewar@users.noreply.github.com>
2024-04-02 14:44:03 +00:00
zhouhaibing089
03bf3de6e2
webhook: add options to disable resource_namespace tag in metrics ( #2931 )
...
* webhook: add options to disable resource_namespace tag in metrics
To add some context, historically, `resource_name` was removed from this
tag list due to its high potential of causing high metrics cardinality.
See [knative/pkg#1464 ][1] for more information.
While that's great, but it might not be sufficient for large scale use
cases where namespaces can be super dynamic (with generateName, too) or
grows fase enough. There is an issue report from
[tektoncd/pipeline#3171 ][2] which talks about this.
This proposal makes it possible to disable `resource_namespace` tag via
an option function. The default behavior is not changed, so no user
impact if any of existing users rely on this tag. There is no API
contract change either due to the beauty of variadic functions.
Now downstream projects can consume this by override `StatsReporter` in
webhook context options with their own preference. As a caveat here, if
downstream project does choose to override `StatsReporter`, the default
`ReportMetrics` function shouldn't be called by default as they may now
have a different set of tag keys to report. As such, this function is
only called if the default `StatsReporter` is used.
[1]: https://github.com/knative/pkg/pull/1464
[2]: https://github.com/tektoncd/pipeline/issues/3171
* webhook: add StatsReporterOptions in webhook.Options
There are two ways to customize StatsReporter:
1. Use a whole new StatsReporter implementation.
1. Or pass Option funcs to customize the default StatsReporter.
Option 1 is less practical at this time due to the metrics registration
conflict. `webhook.RegisterMetrics()` is called regardless which
StatsReporter implementation is used (which is a problem by itself). The
second option is more practical since it works well without dealing with
metrics conflicts.
The `webhook.Option` in particular allows people to discard certain
metrics tags.
2024-04-01 19:02:21 +00:00
dependabot[bot]
3f0247864c
Bump cloud.google.com/go/storage from 1.39.1 to 1.40.0 ( #3002 )
...
* Bump cloud.google.com/go/storage from 1.39.1 to 1.40.0
Bumps [cloud.google.com/go/storage](https://github.com/googleapis/google-cloud-go ) from 1.39.1 to 1.40.0.
- [Release notes](https://github.com/googleapis/google-cloud-go/releases )
- [Changelog](https://github.com/googleapis/google-cloud-go/blob/main/CHANGES.md )
- [Commits](https://github.com/googleapis/google-cloud-go/compare/storage/v1.39.1...spanner/v1.40.0 )
---
updated-dependencies:
- dependency-name: cloud.google.com/go/storage
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>
2024-04-01 17:48:24 +00:00
dependabot[bot]
7d95d0f902
Bump google.golang.org/api from 0.171.0 to 0.172.0 ( #3003 )
...
* Bump google.golang.org/api from 0.171.0 to 0.172.0
Bumps [google.golang.org/api](https://github.com/googleapis/google-api-go-client ) from 0.171.0 to 0.172.0.
- [Release notes](https://github.com/googleapis/google-api-go-client/releases )
- [Changelog](https://github.com/googleapis/google-api-go-client/blob/main/CHANGES.md )
- [Commits](https://github.com/googleapis/google-api-go-client/compare/v0.171.0...v0.172.0 )
---
updated-dependencies:
- dependency-name: google.golang.org/api
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>
2024-04-01 17:20:30 +00:00
Dave Protasowski
5fe230325f
drop vendor licenses ( #3001 )
2024-03-28 16:52:27 +00:00
Stavros Kontopoulos
f69f148b7c
Optionally generate an init func for an informer ( #2989 )
...
* Optionally generate an init func for an informer
* lint
* move condition to go template
* rename flag and fixes
* pass flag value via the generator
2024-03-28 13:51:56 +00:00
Knative Automation
b8b7ca1f79
upgrade to latest dependencies ( #3000 )
...
bumping knative.dev/hack 7e71024...47368d6:
> 47368d6 Check licenses only, but not bundle them (# 376)
> b985a5b Update community files (# 377)
Signed-off-by: Knative Automation <automation@knative.team>
2024-03-27 17:21:11 +00:00
Knative Automation
1ca1f09c32
upgrade to latest dependencies ( #2999 )
...
bumping knative.dev/hack b9f6bf0...7e71024:
> 7e71024 Add clotributor link to readme (# 353)
> b1b2956 Add consistent SECURITY.md (# 349)
> 4f7621a Call go mod download on each module, if not vendor (# 326)
> 424e75e Update community files (# 374)
Signed-off-by: Knative Automation <automation@knative.team>
2024-03-27 14:06:24 +00:00
Knative Automation
2d1662ad2e
Update community files ( #2998 )
...
Signed-off-by: Knative Automation <automation@knative.team>
2024-03-27 13:09:24 +00:00
dependabot[bot]
fd7cc2153e
Bump google.golang.org/api from 0.170.0 to 0.171.0 ( #2996 )
...
* Bump google.golang.org/api from 0.170.0 to 0.171.0
Bumps [google.golang.org/api](https://github.com/googleapis/google-api-go-client ) from 0.170.0 to 0.171.0.
- [Release notes](https://github.com/googleapis/google-api-go-client/releases )
- [Changelog](https://github.com/googleapis/google-api-go-client/blob/main/CHANGES.md )
- [Commits](https://github.com/googleapis/google-api-go-client/compare/v0.170.0...v0.171.0 )
---
updated-dependencies:
- dependency-name: google.golang.org/api
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>
2024-03-25 10:36:48 +00:00
dependabot[bot]
d484aa5d77
Bump github.com/prometheus/common from 0.50.0 to 0.51.1 ( #2995 )
...
* Bump github.com/prometheus/common from 0.50.0 to 0.51.1
Bumps [github.com/prometheus/common](https://github.com/prometheus/common ) from 0.50.0 to 0.51.1.
- [Release notes](https://github.com/prometheus/common/releases )
- [Commits](https://github.com/prometheus/common/compare/v0.50.0...v0.51.1 )
---
updated-dependencies:
- dependency-name: github.com/prometheus/common
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>
2024-03-25 10:27:30 +00:00
dependabot[bot]
db6f3b074e
Bump google.golang.org/api from 0.169.0 to 0.170.0 ( #2992 )
...
* Bump google.golang.org/api from 0.169.0 to 0.170.0
Bumps [google.golang.org/api](https://github.com/googleapis/google-api-go-client ) from 0.169.0 to 0.170.0.
- [Release notes](https://github.com/googleapis/google-api-go-client/releases )
- [Changelog](https://github.com/googleapis/google-api-go-client/blob/main/CHANGES.md )
- [Commits](https://github.com/googleapis/google-api-go-client/compare/v0.169.0...v0.170.0 )
---
updated-dependencies:
- dependency-name: google.golang.org/api
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>
2024-03-18 07:30:42 +00:00
dependabot[bot]
4e6f7e490b
Bump github.com/golang/protobuf from 1.5.3 to 1.5.4 ( #2993 )
...
* Bump github.com/golang/protobuf from 1.5.3 to 1.5.4
Bumps [github.com/golang/protobuf](https://github.com/golang/protobuf ) from 1.5.3 to 1.5.4.
- [Release notes](https://github.com/golang/protobuf/releases )
- [Commits](https://github.com/golang/protobuf/compare/v1.5.3...v1.5.4 )
---
updated-dependencies:
- dependency-name: github.com/golang/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>
2024-03-18 07:20:57 +00:00
dependabot[bot]
66842aea86
Bump google.golang.org/grpc from 1.62.0 to 1.62.1 ( #2991 )
...
* Bump google.golang.org/grpc from 1.62.0 to 1.62.1
Bumps [google.golang.org/grpc](https://github.com/grpc/grpc-go ) from 1.62.0 to 1.62.1.
- [Release notes](https://github.com/grpc/grpc-go/releases )
- [Commits](https://github.com/grpc/grpc-go/compare/v1.62.0...v1.62.1 )
---
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>
2024-03-18 07:01:58 +00:00
dependabot[bot]
3d1e17c83f
Bump cloud.google.com/go/storage from 1.39.0 to 1.39.1 ( #2990 )
...
* Bump cloud.google.com/go/storage from 1.39.0 to 1.39.1
Bumps [cloud.google.com/go/storage](https://github.com/googleapis/google-cloud-go ) from 1.39.0 to 1.39.1.
- [Release notes](https://github.com/googleapis/google-cloud-go/releases )
- [Changelog](https://github.com/googleapis/google-cloud-go/blob/main/CHANGES.md )
- [Commits](https://github.com/googleapis/google-cloud-go/compare/spanner/v1.39.0...storage/v1.39.1 )
---
updated-dependencies:
- dependency-name: cloud.google.com/go/storage
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>
2024-03-18 06:53:30 +00:00
Knative Automation
9f523e2453
Update community files ( #2988 )
...
Signed-off-by: Knative Automation <automation@knative.team>
2024-03-18 01:29:34 +00:00
Knative Automation
adefab46f5
upgrade to latest dependencies ( #2987 )
...
bumping knative.dev/hack e6dedc7...b9f6bf0:
> b9f6bf0 switch default region to avoid instability (# 373)
Signed-off-by: Knative Automation <automation@knative.team>
2024-03-13 15:59:08 +00:00
dependabot[bot]
2c15a6fd07
Bump github.com/prometheus/common from 0.49.0 to 0.50.0 ( #2986 )
...
* Bump github.com/prometheus/common from 0.49.0 to 0.50.0
Bumps [github.com/prometheus/common](https://github.com/prometheus/common ) from 0.49.0 to 0.50.0.
- [Release notes](https://github.com/prometheus/common/releases )
- [Commits](https://github.com/prometheus/common/compare/v0.49.0...v0.50.0 )
---
updated-dependencies:
- dependency-name: github.com/prometheus/common
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>
2024-03-11 20:49:31 +00:00
dependabot[bot]
106b052bd1
Bump golang.org/x/oauth2 from 0.17.0 to 0.18.0 ( #2984 )
...
* Bump golang.org/x/oauth2 from 0.17.0 to 0.18.0
Bumps [golang.org/x/oauth2](https://github.com/golang/oauth2 ) from 0.17.0 to 0.18.0.
- [Commits](https://github.com/golang/oauth2/compare/v0.17.0...v0.18.0 )
---
updated-dependencies:
- dependency-name: golang.org/x/oauth2
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>
2024-03-11 07:53:08 +00:00
dependabot[bot]
95079a455b
Bump google.golang.org/api from 0.167.0 to 0.169.0 ( #2982 )
...
* Bump google.golang.org/api from 0.167.0 to 0.169.0
Bumps [google.golang.org/api](https://github.com/googleapis/google-api-go-client ) from 0.167.0 to 0.169.0.
- [Release notes](https://github.com/googleapis/google-api-go-client/releases )
- [Changelog](https://github.com/googleapis/google-api-go-client/blob/main/CHANGES.md )
- [Commits](https://github.com/googleapis/google-api-go-client/compare/v0.167.0...v0.169.0 )
---
updated-dependencies:
- dependency-name: google.golang.org/api
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>
2024-03-11 07:12:20 +00:00
dependabot[bot]
f53396fcfd
Bump golang.org/x/tools from 0.18.0 to 0.19.0 ( #2985 )
...
* Bump golang.org/x/tools from 0.18.0 to 0.19.0
Bumps [golang.org/x/tools](https://github.com/golang/tools ) from 0.18.0 to 0.19.0.
- [Release notes](https://github.com/golang/tools/releases )
- [Commits](https://github.com/golang/tools/compare/v0.18.0...v0.19.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>
2024-03-11 06:53:53 +00:00
dependabot[bot]
c195f8624c
Bump google.golang.org/protobuf from 1.32.0 to 1.33.0 ( #2983 )
...
* Bump google.golang.org/protobuf from 1.32.0 to 1.33.0
Bumps google.golang.org/protobuf from 1.32.0 to 1.33.0.
---
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>
2024-03-11 06:43:45 +00:00
dependabot[bot]
6b13f01ae5
Bump github.com/prometheus/common from 0.48.0 to 0.49.0 ( #2980 )
...
* Bump github.com/prometheus/common from 0.48.0 to 0.49.0
Bumps [github.com/prometheus/common](https://github.com/prometheus/common ) from 0.48.0 to 0.49.0.
- [Release notes](https://github.com/prometheus/common/releases )
- [Commits](https://github.com/prometheus/common/compare/v0.48.0...v0.49.0 )
---
updated-dependencies:
- dependency-name: github.com/prometheus/common
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>
2024-03-05 14:49:23 +00:00
dependabot[bot]
181596eba9
Bump cloud.google.com/go/storage from 1.38.0 to 1.39.0 ( #2981 )
...
* Bump cloud.google.com/go/storage from 1.38.0 to 1.39.0
Bumps [cloud.google.com/go/storage](https://github.com/googleapis/google-cloud-go ) from 1.38.0 to 1.39.0.
- [Release notes](https://github.com/googleapis/google-cloud-go/releases )
- [Changelog](https://github.com/googleapis/google-cloud-go/blob/main/CHANGES.md )
- [Commits](https://github.com/googleapis/google-cloud-go/compare/spanner/v1.38.0...spanner/v1.39.0 )
---
updated-dependencies:
- dependency-name: cloud.google.com/go/storage
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>
2024-03-04 22:51:22 +00:00
dependabot[bot]
7e643e7f97
Bump github.com/prometheus/client_golang from 1.18.0 to 1.19.0 ( #2979 )
...
* Bump github.com/prometheus/client_golang from 1.18.0 to 1.19.0
Bumps [github.com/prometheus/client_golang](https://github.com/prometheus/client_golang ) from 1.18.0 to 1.19.0.
- [Release notes](https://github.com/prometheus/client_golang/releases )
- [Changelog](https://github.com/prometheus/client_golang/blob/main/CHANGELOG.md )
- [Commits](https://github.com/prometheus/client_golang/compare/v1.18.0...v1.19.0 )
---
updated-dependencies:
- dependency-name: github.com/prometheus/client_golang
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>
2024-03-04 22:51:15 +00:00
Knative Automation
5f76c72097
upgrade to latest dependencies ( #2978 )
...
bumping knative.dev/hack 5f0998e...e6dedc7:
> e6dedc7 bump various tools (# 372)
> 7f60be0 Update community files (# 371)
Signed-off-by: Knative Automation <automation@knative.team>
2024-03-04 15:33:51 +00:00
Knative Automation
145b9017ff
Update community files ( #2977 )
...
Signed-off-by: Knative Automation <automation@knative.team>
2024-03-01 01:33:00 +00:00
dependabot[bot]
97fb318ab9
Bump google.golang.org/grpc from 1.61.1 to 1.62.0 ( #2974 )
...
* Bump google.golang.org/grpc from 1.61.1 to 1.62.0
Bumps [google.golang.org/grpc](https://github.com/grpc/grpc-go ) from 1.61.1 to 1.62.0.
- [Release notes](https://github.com/grpc/grpc-go/releases )
- [Commits](https://github.com/grpc/grpc-go/compare/v1.61.1...v1.62.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>
2024-02-27 02:17:06 +00:00
dependabot[bot]
32e13c4925
Bump github.com/prometheus/common from 0.47.0 to 0.48.0 ( #2975 )
...
* Bump github.com/prometheus/common from 0.47.0 to 0.48.0
Bumps [github.com/prometheus/common](https://github.com/prometheus/common ) from 0.47.0 to 0.48.0.
- [Release notes](https://github.com/prometheus/common/releases )
- [Commits](https://github.com/prometheus/common/compare/v0.47.0...v0.48.0 )
---
updated-dependencies:
- dependency-name: github.com/prometheus/common
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>
2024-02-26 07:20:14 +00:00
dependabot[bot]
7fe3d22404
Bump google.golang.org/api from 0.165.0 to 0.167.0 ( #2973 )
...
* Bump google.golang.org/api from 0.165.0 to 0.167.0
Bumps [google.golang.org/api](https://github.com/googleapis/google-api-go-client ) from 0.165.0 to 0.167.0.
- [Release notes](https://github.com/googleapis/google-api-go-client/releases )
- [Changelog](https://github.com/googleapis/google-api-go-client/blob/main/CHANGES.md )
- [Commits](https://github.com/googleapis/google-api-go-client/compare/v0.165.0...v0.167.0 )
---
updated-dependencies:
- dependency-name: google.golang.org/api
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>
2024-02-26 07:20:00 +00:00
dependabot[bot]
7f542a90b9
Bump go.uber.org/zap from 1.26.0 to 1.27.0 ( #2972 )
...
* Bump go.uber.org/zap from 1.26.0 to 1.27.0
Bumps [go.uber.org/zap](https://github.com/uber-go/zap ) from 1.26.0 to 1.27.0.
- [Release notes](https://github.com/uber-go/zap/releases )
- [Changelog](https://github.com/uber-go/zap/blob/master/CHANGELOG.md )
- [Commits](https://github.com/uber-go/zap/compare/v1.26.0...v1.27.0 )
---
updated-dependencies:
- dependency-name: go.uber.org/zap
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>
2024-02-26 07:07:20 +00:00
Knative Automation
c97b60928c
upgrade to latest dependencies ( #2971 )
...
bumping knative.dev/hack fe1f2b4...5f0998e:
> 5f0998e Set default for GKE version to 1.28 (# 370)
Signed-off-by: Knative Automation <automation@knative.team>
2024-02-23 21:08:32 +00:00
Dave Protasowski
7594067e0e
use shared setup-go and drop installation of go-licenses ( #2970 )
2024-02-22 18:28:51 +00:00
Dave Protasowski
bea88256cb
drop eventing-rabbitmq downstream testing ( #2969 )
2024-02-21 18:00:44 +00:00
Dave Protasowski
695c421dae
drop http01 from downstream testing ( #2968 )
2024-02-21 17:51:03 +00:00
Knative Automation
73aebb03d4
upgrade to latest dependencies ( #2967 )
...
bumping knative.dev/hack ab9b690...fe1f2b4:
> fe1f2b4 drop toolchain directive (# 369)
> 05f4e9c Update community files (# 368)
> 999d7e6 Update community files (# 367)
> 6090613 Update community files (# 366)
> d1067f2 Update community files (# 365)
> f3881d9 Update community files (# 364)
Signed-off-by: Knative Automation <automation@knative.team>
2024-02-21 17:20:36 +00:00
Dave Protasowski
9f033a7b77
drop toolchain directive ( #2966 )
2024-02-21 06:50:59 +00:00
Knative Automation
4fba530839
Update community files ( #2965 )
...
Signed-off-by: Knative Automation <automation@knative.team>
2024-02-21 01:33:03 +00:00
Izabela Gomes
021fd951df
Bump min k8s version to v1.28 ( #2964 )
...
* bump min k8s version to v1.28 and bump client-go dependencies
* remove k8s.io/client-go/informers/flowcontrol/v1alpha1
upstream change: def2075eac
* changes from running hack/update-deps.sh
* changes from running hack/update-codegen.sh
* remove k8s.io/client-go/informers/policy/v1beta1/podsecuritypolicy
upstream change: 1e11b3a8ca
* remove k8s.io/client-go/informers/networking/v1alpha1/clustercidr
upstream change: 656ec39ea1
2024-02-20 22:05:27 +00:00
dependabot[bot]
9227ebb57a
Bump google.golang.org/api from 0.163.0 to 0.165.0 ( #2960 )
...
* Bump google.golang.org/api from 0.163.0 to 0.165.0
Bumps [google.golang.org/api](https://github.com/googleapis/google-api-go-client ) from 0.163.0 to 0.165.0.
- [Release notes](https://github.com/googleapis/google-api-go-client/releases )
- [Changelog](https://github.com/googleapis/google-api-go-client/blob/main/CHANGES.md )
- [Commits](https://github.com/googleapis/google-api-go-client/compare/v0.163.0...v0.165.0 )
---
updated-dependencies:
- dependency-name: google.golang.org/api
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>
2024-02-19 12:02:57 +00:00
dependabot[bot]
fecb381b18
Bump google.golang.org/grpc from 1.61.0 to 1.61.1 ( #2963 )
...
* Bump google.golang.org/grpc from 1.61.0 to 1.61.1
Bumps [google.golang.org/grpc](https://github.com/grpc/grpc-go ) from 1.61.0 to 1.61.1.
- [Release notes](https://github.com/grpc/grpc-go/releases )
- [Commits](https://github.com/grpc/grpc-go/compare/v1.61.0...v1.61.1 )
---
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>
2024-02-19 07:16:32 +00:00
dependabot[bot]
d97860832c
Bump github.com/prometheus/common from 0.46.0 to 0.47.0 ( #2962 )
...
* Bump github.com/prometheus/common from 0.46.0 to 0.47.0
Bumps [github.com/prometheus/common](https://github.com/prometheus/common ) from 0.46.0 to 0.47.0.
- [Release notes](https://github.com/prometheus/common/releases )
- [Commits](https://github.com/prometheus/common/compare/v0.46.0...v0.47.0 )
---
updated-dependencies:
- dependency-name: github.com/prometheus/common
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>
2024-02-19 07:07:27 +00:00
dependabot[bot]
0d884498af
Bump golang.org/x/tools from 0.17.0 to 0.18.0 ( #2961 )
...
* Bump golang.org/x/tools from 0.17.0 to 0.18.0
Bumps [golang.org/x/tools](https://github.com/golang/tools ) from 0.17.0 to 0.18.0.
- [Release notes](https://github.com/golang/tools/releases )
- [Commits](https://github.com/golang/tools/compare/v0.17.0...v0.18.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>
2024-02-19 07:07:18 +00:00
dependabot[bot]
f094d825cd
Bump cloud.google.com/go/storage from 1.37.0 to 1.38.0 ( #2959 )
...
* Bump cloud.google.com/go/storage from 1.37.0 to 1.38.0
Bumps [cloud.google.com/go/storage](https://github.com/googleapis/google-cloud-go ) from 1.37.0 to 1.38.0.
- [Release notes](https://github.com/googleapis/google-cloud-go/releases )
- [Changelog](https://github.com/googleapis/google-cloud-go/blob/main/CHANGES.md )
- [Commits](https://github.com/googleapis/google-cloud-go/compare/spanner/v1.37.0...spanner/v1.38.0 )
---
updated-dependencies:
- dependency-name: cloud.google.com/go/storage
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>
2024-02-19 06:56:48 +00:00
Knative Automation
b8f9b22049
Update community files ( #2957 )
...
Signed-off-by: Knative Automation <automation@knative.team>
2024-02-14 13:09:41 +00:00
Knative Automation
bc60487fab
Update community files ( #2956 )
...
Signed-off-by: Knative Automation <automation@knative.team>
2024-02-14 01:29:25 +00:00