-
Notifications
You must be signed in to change notification settings - Fork 47
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
[main] Upgrade to latest dependencies #655
base: main
Are you sure you want to change the base?
[main] Upgrade to latest dependencies #655
Conversation
25963c5
to
0c6743b
Compare
Codecov ReportAll modified and coverable lines are covered by tests ✅
Additional details and impacted files@@ Coverage Diff @@
## main #655 +/- ##
=======================================
Coverage 19.58% 19.58%
=======================================
Files 14 14
Lines 383 383
=======================================
Hits 75 75
Misses 306 306
Partials 2 2 ☔ View full report in Codecov by Sentry. 🚀 New features to boost your workflow:
|
cc0cc18
to
81d644e
Compare
e069399
to
37a41f6
Compare
eec7c7d
to
916857b
Compare
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
/lgtm
916857b
to
74a178d
Compare
74a178d
to
a7493a1
Compare
/lgtm |
New changes are detected. LGTM label has been removed. |
cebe15a
to
daf22c4
Compare
[APPROVALNOTIFIER] This PR is APPROVED This pull-request has been approved by: creydr, knative-automation The full list of commands accepted by this bot can be found here. The pull request process is described here
Needs approval from an approver in each of these files:
Approvers can indicate their approval by writing |
3206ae9
to
f1e279c
Compare
3014096
to
2ecefd1
Compare
e8028cd
to
f2a69fa
Compare
7de3659
to
77020f0
Compare
77020f0
to
a442232
Compare
bumping github.com/prometheus/common 0c7b585...280b0e7: > 280b0e7 http_config: Allow customizing TLS config and settings. (# 748) > aea8919 Update common Prometheus files (# 747) > 8d916fa Bump golang.org/x/net from 0.32.0 to 0.33.0 (# 743) > fe88605 Bump google.golang.org/protobuf from 1.35.2 to 1.36.1 (# 744) > 5d9961d Update common Prometheus files (# 742) > 0a89b98 Merge pull request # 740 from dashpole/update_om_links > d88ee1f Remove deprecated sigv4 module (# 737) > e3926e2 update links to openmetrics to reference the v1.0.0 release > c3fdb17 Remove deprecated promlog package (# 738) > cf5f48f Change default validation scheme to UTF8Validation (# 724) > 7b484e9 Bump google.golang.org/protobuf from 1.35.1 to 1.35.2 (# 732) > 05e3c40 Bump github.com/stretchr/testify from 1.9.0 to 1.10.0 (# 731) > a0ef737 Bump golang.org/x/net from 0.30.0 to 0.32.0 (# 736) > f99f029 Update common Prometheus files (# 726) > b88f24c promslog: always lowercase log level from CLI (# 728) > 2c3c048 Bump golang.org/x/oauth2 from 0.23.0 to 0.24.0 (# 730) > ec7291f Bump github.com/stretchr/testify from 1.9.0 to 1.10.0 in /assets (# 729) > 145b50a fix(promslog): always use UTC for time (# 735) > 39a62f7 fix: values escaping bugs (# 727) > 7ed4523 Allow custom user-agent definition (# 725) > e25286d Update common Prometheus files (# 722) > b83ece4 Mark promlog deprecated (# 720) > 8675cd9 Update common Prometheus files (# 721) > c971f56 setup dependabot for `github.com/prometheus/common/assets` (# 719) > 34874f2 Bump google.golang.org/protobuf from 1.34.2 to 1.35.1 (# 711) > ab95209 chore: use testify instead of testing.Fatal (# 718) > 937c5b5 chore: enable perfsprint linter (# 717) > 28e4459 Bump golang.org/x/net from 0.29.0 to 0.30.0 (# 712) > b424bae Update common Prometheus files (# 714) > ee5cc87 Provide a way to get UserAgent (# 716) > 6ad2990 Mark sigv4 deprecated (# 715) > 653e0fa Update common Prometheus files (# 701) > 0d2e2e5 Reload certificates even when no CA is used (# 707) > a9d2e3f Merge pull request # 705 from roidelapluie/sourcefile > dae848d Update supported Go versions (# 700) > fdc50c7 promslog: Only log basename, not full path > 63ff77e Bump golang.org/x/oauth2 from 0.22.0 to 0.23.0 (# 698) > b7aa68c Bump golang.org/x/net from 0.28.0 to 0.29.0 (# 699) > 4e3a6fd feat: add `promslog.NewNopLogger()` convenience func (# 697) > d66e745 promslog: use UTC timestamps for go-kit log style (# 696) > 14bac55 Merge pull request # 695 from prometheus/repo_sync > 40d6251 Merge pull request # 694 from jkroepke/slog/writer > 8bc4cd5 Update common Prometheus files > fa21dfd Update common Prometheus files (# 692) > 5f9af24 slog: expose io.Writer > be8a747 fix(utf8): Fix multiple metric name inside braces validation (# 691) > bf4843e Merge pull request # 690 from ywwg/owilliams/default-escaping > 4f8e8f4 expfmt: Add WithEscapingScheme to help construct Formats (# 688) > 01da226 Change the default escape method to UnderscoreEscaping > b1880d0 Merge pull request # 687 from roidelapluie/checkheader > 06c2425 Bump golang.org/x/net from 0.27.0 to 0.28.0 (# 685) > 334963d Change the logic for SetDirectory > 4606c0a Bump golang.org/x/oauth2 from 0.21.0 to 0.22.0 (# 684) > d64a747 Remove secret file existence check in Validate for headers > d98411b Merge pull request # 683 from tjhop/docs/promslog-README > 9bbc9cb Merge pull request # 677 from tjhop/feat/add-promslog-pkg > 76549db docs: mention new promslog package in package list in README > 6623230 Provide a method for explicitly checking label names for legacy validity. (# 682) > 6ea2584 feat: new promslog and promslog/flag packages to wrap log/slog > 19d0796 Merge pull request # 681 from prometheus/repo_sync > 8968b6c expfmt: Add UTF-8 syntax support in text_parse.go (# 670) > 29a2d2c Update common Prometheus files > cd4bcc0 Update golangci lint (# 679) > 2cac84e Update client_golang (# 676) > 79c0459 Merge pull request # 675 from dswarbrick/fix-32bit-overflows > 1dade5b sigv4: support nil body (# 673) > 008d7b8 Fix overflows of untyped int constants on 32-bit > 430dbfe Bump github.com/aws/aws-sdk-go from 1.54.19 to 1.55.5 in /sigv4 (# 671) > d235298 Update common Prometheus files (# 674) > 3f9e4f8 Merge pull request # 672 from prometheus/repo_sync > a3eaa75 Merge pull request # 668 from ywwg/owilliams/param > 6eac2f4 Update common Prometheus files > 0b924af Bump golang.org/x/net from 0.26.0 to 0.27.0 (# 667) > a9acdc7 use basic string in IsValidLegacyMetricName > 4cf22c5 Merge pull request # 665 from prometheus/superq/revert_unexport > 1d53a04 Update common Prometheus files (# 664) > c3e8247 Deprecate format strings > 8e3075b Bump github.com/aws/aws-sdk-go from 1.54.7 to 1.54.11 in /sigv4 (# 661) > 279f076 Revert "Unexport Format strings" > 3e6afe2 remove dependency to github.com/prometheus/client_golang in sigv4 > 8742f09 Merge pull request # 647 from multani/fix-oauth2-secret-file-refresh > 249682f Don't always fetch a OAuth2 token, if the secret from a file didn't change bumping sigs.k8s.io/json bc3834c...cfa47c3: > cfa47c3 Merge pull request # 23 from liggitt/go123 > 9aa6b5e Merge pull request # 21 from liggitt/go123 > 08d7098 Update required go version to 1.23 > e386a8a Merge pull request # 20 from liggitt/go123-revert > 6045d5c Reapply carry patches > 7061b8c Matrix test go versions > c46165d Merge pull request # 19 from liggitt/go123 > 44d7c46 Revert "Merge pull request 19 from liggitt/go123" > 18d087e sync go1.23 changes from encoding/json > e32a7b5 Update owners > 2d7345b Adjust benchmark to contain better distributed slice sizes > c7d763b Update external dependency check > a98f4c6 Reapply carry patches > 43c92d4 sync go1.23 changes from encoding/json bumping google.golang.org/genproto/googleapis/api 796eee8...e9438ea: > e9438ea chore(all): auto-regenerate .pb.go files (# 1187) > 7023788 chore(all): auto-regenerate .pb.go files (# 1186) > 29210b9 chore(all): update all (# 1185) > 65684f5 chore(all): auto-regenerate .pb.go files (# 1184) > 138b5a5 chore(all): update all (# 1183) > 1a7da9e chore(all): update all (# 1182) > 5f5ef82 chore(all): update all (# 1181) > 6982302 chore: bump to min Go to 1.22 (# 1180) > 26aa7a2 chore(all): update all (# 1178) > 3abc09e chore(all): update all (# 1177) > 6b3ec00 fix: update golang.org/x/net to v0.33.0 (# 1176) > bd15449 chore(all): auto-regenerate .pb.go files (# 1175) > 9240e9c chore(all): update all (# 1174) > e6fa225 chore(all): update all (# 1173) > a4fef06 chore(all): auto-regenerate .pb.go files (# 1172) > 19429a9 chore(all): update all (# 1171) > e639e21 chore(all): update all (# 1170) > 65e8d21 Fix: GitHub workflow script injection (# 1169) > e0fbfb7 chore(all): update all (# 1168) > dd2ea8e chore(all): update all (# 1166) > 324edc3 chore(all): update all (# 1165) bumping sigs.k8s.io/structured-merge-diff/v4 cf09e71...7bf59b3: > 7bf59b3 Merge pull request # 274 from yongruilin/bool-comparison > 40c8ef9 Merge pull request # 275 from yongruilin/extend-extractitems > c5a1d56 chore: omit comparison to bool constant > 9e64d18 Merge pull request # 272 from Jefftree/drop-vendor > a88b919 feat: Adds ExtractItems option to include key fields > dc61957 Merge pull request # 270 from jpbetz/json-iter-bump > b1dac80 Remove vendor directory > e96ad23 chore: Removes unused test schema > db46cc3 Merge pull request # 269 from jpbetz/fix-ignore-fields-break > bfb8f51 Run go mod vendor > ccf7a06 Merge pull request # 265 from jpbetz/reset-filter > adaddb2 Add back IgnoredFields > b499124 Merge pull request # 266 from jpbetz/add-owners > bda634e Apply feedback > f034ec0 Merge pull request # 264 from aojea/yaml > 39c90b6 Add volunteer reviewers > a8ac1f5 Optimize merge, make wildcards always take precedence > 15fac42 Merge pull request # 260 from benluddy/json-marshaler-trailing-data > 83ecba2 use our own fork of go-yaml > f395ded Apply feedback > 948bcfc Merge pull request # 261 from kubernetes-sigs/jpbetz-patch-1 > f07895d Error on conversion to unstructured for invalid json.Marshalers. > 1311e4d Add support for more field path pattern types, clarify comments > 92c1d38 Merge pull request # 258 from com6056/jrodgers-nil-ptr-check > ee5baba Add jpbetz to SMD approvers > 1206de6 Clean up comments > f0cbe01 fix panic when calling ToUnstructured on nil metav1.Time > 083ce27 Add field path pattern matching > c68c9ee Accept filter instead of exclude mask for ignored fields bumping github.com/google/gnostic-models 5776925...8182012: > 8182012 Merge pull request # 12 from Jefftree/protobuf-bump > 1a23962 Merge pull request # 13 from Jefftree/add-protobuf-compilation-script > bea6589 recompile protobuf > fd6fd48 Merge pull request # 6 from Jefftree/Jefftree-patch-1-2 > 111f194 Add protobuf compilation script > 7a87dbb bump dependencies > c7be7c7 Merge pull request # 5 from pkwarren/pkw/add-annotations-proto > 9459ad1 Create Makefile > f1b8172 Merge pull request # 2 from Jefftree/gh-actions > 94610bf Add annotations.proto and generated Go code > 2063bfc Merge pull request # 1 from Jefftree/protobuf-deprecate > 94e1c83 Add github actions > b1903b5 Use google.golang.org/protobuf for the protobuf library Signed-off-by: Knative Automation <[email protected]>
a442232
to
0baafd1
Compare
Cron -knative-prow-robot
/cc knative-extensions/eventing-writers lberk
/assign knative-extensions/eventing-writers lberk
Produced by: knative-extensions/knobots/actions/update-deps