Commit ef21706
committed
upgrade to latest dependencies
bumping knative.dev/serving 2f3129a...090b6ae:
> 090b6ae Added OpenTelemetry W3C Trace Context (# 16168)
> fd49d7a Fix error handling in request log template execution (# 16242)
> f277517 Fix readiness check in E2E tests of cluster-local services (# 16241)
> c46db77 Fix data race in revision backend manager (# 16225)
> 9efd947 Update net-istio nightly (# 16238)
> 5c4fb29 Update net-gateway-api nightly (# 16236)
> 617d9ea [main] Upgrade to latest dependencies (# 16226)
> 8d03762 Update net-contour nightly (# 16239)
> f09b209 Run HTTPS E2E tests only when HTTPS endpoint is ready (# 16230)
> b32b521 Update net-kourier nightly (# 16237)
> 92e5880 Update community files (# 16235)
> cd99679 Update net-istio nightly (# 16228)
> 8cf543d Update net-contour nightly (# 16229)
> 78814e1 Update net-istio nightly (# 16224)
> 5f7aa6e Update net-istio nightly (# 16221)
> 41fafd1 Update net-contour nightly (# 16214)
> 7c31784 Allow manual scaling of the Pod Autoscaler (# 16186)
> 7283f2a Suppress 'default value insecure' warning (# 16218)
> 433d1ee Update net-gateway-api nightly (# 16213)
> 7ceeaea Update net-kourier nightly (# 16212)
> 8e762fd Update net-istio nightly (# 16211)
> 029c5be Update community files (# 16210)
> 3d3acd2 Bump the github-actions group with 3 updates (# 16207)
bumping k8s.io/kube-openapi c8a335a...f3f2b99:
> f3f2b99 Merge pull request # 546 from dims/update-to-latest-structured-merge-diff
> 9bd5c66 Merge pull request # 538 from tomleb/fix-params-definitions
> 84b298b Update to latest structured-merge-diff and gengo
> d90c4fd Merge pull request # 544 from Jefftree/v3
> 4e3a38d bugfix: walk on parameter references
> af0a60a Merge pull request # 542 from YinzhiJ/interface-fix
> e9823e9 Bump gnostic-models and use go.yaml/in/yaml/v3
> 37a77ce Merge pull request # 545 from Jefftree/drop-121
> 679f732 Update return type of interface method
> e0c7552 Merge pull request # 543 from dims/drop-usage-of-forked-copies-of-goyaml.v2
> 0448de4 Drop go 1.21 from supported versions
> 8b98d1e Merge pull request # 384 from jpbetz/k8s-formats
> 6e006bf Drop usage of forked copies of goyaml.v2
> e7b662c Add k8s-short-name and k8s-long-name formats.
bumping knative.dev/eventing 1169ba7...7c37b14:
> 7c37b14 [Automated] Update eventing-eventing-integrations nightly (# 8793)
> e0badc0 [Automated] Update eventing-eventing-integrations nightly (# 8792)
> 58e8535 [main] Update community files (# 8791)
> ed2c4f8 [main] Upgrade to latest dependencies (# 8789)
> 4ff3609 [main] Upgrade to latest dependencies (# 8788)
> 9b42985 Update dependencies (# 8787)
> 6a57f2d [Automated] Update eventing-eventing-integrations nightly (# 8784)
> 161a91a [main] Update community files (# 8783)
> 1e46792 [Automated] Update eventing-eventing-integrations nightly (# 8781)
bumping github.com/google/gnostic-models 8182012...82b4ba0:
> 82b4ba0 Fix go.mod
> 1214835 update yaml library to go.yaml.in/yaml
> 511df6b update README to 2025
> fbe822a Update README to 2024
> d9cde49 chore: omit comparison to bool constant
> 8f45726 chore: unnecessary use of fmt.Sprintf
> d47ab80 add manual trigger github actions
> 164b47f Disable protoc download in CI
bumping knative.dev/hack 4fae780...67a5b04:
> 67a5b04 Update community files (# 454)
> 91eedd9 Update community files (# 451)
> 4377a69 bump gotestfmt to newest version (# 447)
bumping github.com/spf13/cobra e94f6d0...40b5bc1:
> 40b5bc1 Revert "Make detection for test-binary more universal (# 2173)" (# 2235)
> a97f9fd fix CompletionFunc implementation (# 2234)
> 5f9c408 chore: Upgrade dependencies for v1.9.0 (# 2233)
> 24ada7f Remove the default "completion" cmd if it is alone (# 1559)
> 680936a New logo
> 8cb30f9 feat: add CompletionWithDesc helper (# 2231)
> 17b6dca doc: add Conduit (# 2230)
> ab5cadc Allow to reset the templates to the default (# 2229)
> 4ba5566 fix(bash): nounset unbound file filter variable on empty extension (# 2228)
> 41b26ec Print ActiveHelp for bash along other completions (# 2076)
> 611e16c Allow linker to perform deadcode elimination for program using Cobra (# 1956)
> 09d5664 Add similar whitespace escape logic to bash v2 completions than in other completions (# 1743)
> 6c3c116 feat: add CompletionFunc type to help with completions (# 2220)
> 01ffff4 chore: fix function name in comment (# 2216)
> 0745e55 completion: improve detection for flags that accept multiple values (# 2210)
> d1e9d85 Make detection for test-binary more universal (# 2173)
> 9f90567 build(deps): bump github.com/cpuguy83/go-md2man/v2 from 2.0.5 to 2.0.6 (# 2206)
> 8519630 Update to latest go-md2man (# 2201)
> 02326d5 Fix broken links in active_help.md (# 2202)
> 5a138f1 Make Powershell completion script work in constrained mode (# 2196)
> 3a5efae doc: azion project added to the list of CLIs that use cobra (# 2198)
> 5bef9d8 Fix --version help and output for plugins (# 2180)
> ff7c561 Improve site formatting (# 2183)
> 11ab621 docs: update README.md (# 2197)
> 78bfc83 Test also with go 1.23 (# 2182)
> 511af59 Replace deprecated ioutil usage (# 2181)
> 756ba6d fix(completions): Complete map flags multiple times (# 2174)
> 371ae25 Fix deprecation comment for Command.SetOutput (# 2172)
bumping github.com/fsnotify/fsnotify cfc9c4f...ae0e792:
> ae0e792 Release 1.9.0
> 644fbb6 Add test to ensure Add()/Remove() works when not reading events
> e7ec5f7 Fix staticcheck in CI
> d321760 Update changelog
> dbe0717 Remove AIX/AHFS from README
> 2d897ca Simplify inotify backend locking
> 868a000 Test gccgo in CI
> 8f6d48b Move some shared code to a shared struct
> e48b91a Add timeout-minutes in GitHub actions
> c9507a5 Correctly mark pre-existing entries when watching a link to a dir on kqueue
> f8059a6 Don't send unmount events on inotify
> 3ec0517 Fix relative links on kqueue
> b190600 Make BufferedWatcher buffered again
> 520d098 Don't add double watches for symlinks
> 0023e08 Reduce intermittent "bad file descriptor" errors on kqueue
> 422572f Fix TestRace/remove_self on illumos
> 9a268ac Fix race in inotify backend
> 7ed6dcb Fix CI
> e004fb8 Fix hardcoded year of 2024 in test.
> a9bc2e0 Prepare 1.8.0 release
> 2d133b8 inotify: fix panic on Remove()
> 1626962 Update CI
> c1467c0 test/kqueue: watch symlinks
> 800ed83 kqueue: don't change internal state when Add() returns error (# 638)
> ad74244 remove extra "to" from doc comment (# 634)
> bec8903 Split out Watcher and backends (# 632)
> a618f07 inotify: add recursive watcher (# 472)
> 17d9053 Print diffs for test failures
> 53b06a8 inotify: implement WithNoFollow() (# 631)
> 08e056d inotify: support filtering events, add unsupported events (# 629)
> b528cd2 Fix CONTRIBUTING.md
> 723032c Update contributing docs
> 9ca3e9f inotify, windows: track renames (# 628)
> a7ad24d Fix typo
> f04cd68 Print unknown flags with FSNOTIFY_DEBUG (# 627)
> b2a45eb Add some more tests (# 626)
> d2ee00e kqueue: emit events as "/path/dir/file" instead of "path/link/file" (# 625)
> a56fe9b kqueue: simplify bookkeeping of watched paths (# 624)
> 5fba421 Add "test scripts" in testdata/ (# 623)
> eec439f fen: allow watching subdirectories of watched directories (# 621)
> e75779f inotify: don't send event for IN_DELETE_SELF when also watching the parent (# 620)
> 77d5fee Add FSNOTIFY_DEBUG (# 619)
> 0d78094 kqueue: set O_CLOEXEC on close pipe fds (# 617)
> fd8ef38 Fix CI on NetBSD (# 618)
> 33b04fa Update x/sys (# 614)
> 07ea676 Remove unnecessary code duplication (# 612)
> 3e9c2c0 kqueue: ignore events with Ident=0 (# 590)
> 63bf283 Update vmactions (# 611)
> 0c03ac2 inotify: clarify docs on ErrEventOverflow
> 7086bea Fix behavior of WatchList for Windows (# 610)
> c94b93b Document ErrEventOverflow in a more sensible location
bumping github.com/modern-go/reflect2 2b33151...35a7c28:
> 35a7c28 Merge pull request # 30 from tonistiigi/deadcode-fix
> 4a6a3c9 fix deadcode disabling in Go
Signed-off-by: Knative Automation <automation@knative.team>1 parent 244922a commit ef21706
5 files changed
+197
-146
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
72 | 72 | | |
73 | 73 | | |
74 | 74 | | |
75 | | - | |
76 | | - | |
| 75 | + | |
| 76 | + | |
77 | 77 | | |
78 | 78 | | |
79 | 79 | | |
| |||
121 | 121 | | |
122 | 122 | | |
123 | 123 | | |
124 | | - | |
| 124 | + | |
125 | 125 | | |
126 | 126 | | |
127 | 127 | | |
| |||
147 | 147 | | |
148 | 148 | | |
149 | 149 | | |
150 | | - | |
| 150 | + | |
151 | 151 | | |
152 | 152 | | |
153 | 153 | | |
| |||
172 | 172 | | |
173 | 173 | | |
174 | 174 | | |
175 | | - | |
176 | 175 | | |
177 | 176 | | |
178 | 177 | | |
179 | 178 | | |
180 | 179 | | |
181 | 180 | | |
182 | | - | |
| 181 | + | |
183 | 182 | | |
184 | 183 | | |
185 | 184 | | |
| |||
189 | 188 | | |
190 | 189 | | |
191 | 190 | | |
192 | | - | |
193 | | - | |
| 191 | + | |
| 192 | + | |
194 | 193 | | |
195 | | - | |
| 194 | + | |
196 | 195 | | |
197 | | - | |
| 196 | + | |
198 | 197 | | |
199 | 198 | | |
200 | 199 | | |
201 | | - | |
| 200 | + | |
202 | 201 | | |
203 | 202 | | |
204 | 203 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
143 | 143 | | |
144 | 144 | | |
145 | 145 | | |
146 | | - | |
| 146 | + | |
147 | 147 | | |
148 | 148 | | |
149 | 149 | | |
| |||
184 | 184 | | |
185 | 185 | | |
186 | 186 | | |
187 | | - | |
188 | | - | |
189 | | - | |
190 | | - | |
| 187 | + | |
| 188 | + | |
| 189 | + | |
| 190 | + | |
191 | 191 | | |
192 | 192 | | |
193 | 193 | | |
| |||
253 | 253 | | |
254 | 254 | | |
255 | 255 | | |
256 | | - | |
257 | 256 | | |
258 | 257 | | |
259 | 258 | | |
| |||
360 | 359 | | |
361 | 360 | | |
362 | 361 | | |
363 | | - | |
364 | 362 | | |
| 363 | + | |
| 364 | + | |
365 | 365 | | |
366 | 366 | | |
367 | 367 | | |
| |||
455 | 455 | | |
456 | 456 | | |
457 | 457 | | |
458 | | - | |
459 | | - | |
| 458 | + | |
| 459 | + | |
460 | 460 | | |
| 461 | + | |
461 | 462 | | |
462 | 463 | | |
463 | 464 | | |
| |||
634 | 635 | | |
635 | 636 | | |
636 | 637 | | |
637 | | - | |
638 | | - | |
| 638 | + | |
| 639 | + | |
639 | 640 | | |
640 | 641 | | |
641 | 642 | | |
| |||
809 | 810 | | |
810 | 811 | | |
811 | 812 | | |
812 | | - | |
813 | | - | |
814 | | - | |
815 | | - | |
| 813 | + | |
| 814 | + | |
| 815 | + | |
| 816 | + | |
816 | 817 | | |
817 | 818 | | |
818 | | - | |
819 | | - | |
| 819 | + | |
| 820 | + | |
820 | 821 | | |
821 | 822 | | |
822 | | - | |
823 | | - | |
| 823 | + | |
| 824 | + | |
824 | 825 | | |
825 | 826 | | |
826 | 827 | | |
| |||
830 | 831 | | |
831 | 832 | | |
832 | 833 | | |
833 | | - | |
834 | 834 | | |
835 | 835 | | |
836 | | - | |
837 | | - | |
| 836 | + | |
| 837 | + | |
838 | 838 | | |
839 | | - | |
840 | 839 | | |
841 | 840 | | |
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
12 | 12 | | |
13 | 13 | | |
14 | 14 | | |
15 | | - | |
| 15 | + | |
16 | 16 | | |
17 | 17 | | |
18 | 18 | | |
| |||
22 | 22 | | |
23 | 23 | | |
24 | 24 | | |
25 | | - | |
26 | | - | |
27 | | - | |
28 | | - | |
29 | | - | |
30 | | - | |
31 | | - | |
32 | | - | |
33 | | - | |
| 25 | + | |
| 26 | + | |
| 27 | + | |
| 28 | + | |
| 29 | + | |
| 30 | + | |
| 31 | + | |
| 32 | + | |
| 33 | + | |
34 | 34 | | |
35 | 35 | | |
36 | 36 | | |
| |||
54 | 54 | | |
55 | 55 | | |
56 | 56 | | |
57 | | - | |
| 57 | + | |
58 | 58 | | |
59 | 59 | | |
60 | 60 | | |
61 | 61 | | |
62 | | - | |
63 | | - | |
| 62 | + | |
| 63 | + | |
64 | 64 | | |
65 | 65 | | |
66 | 66 | | |
| |||
69 | 69 | | |
70 | 70 | | |
71 | 71 | | |
72 | | - | |
| 72 | + | |
73 | 73 | | |
74 | 74 | | |
75 | 75 | | |
| |||
92 | 92 | | |
93 | 93 | | |
94 | 94 | | |
95 | | - | |
| 95 | + | |
96 | 96 | | |
97 | 97 | | |
98 | 98 | | |
| |||
144 | 144 | | |
145 | 145 | | |
146 | 146 | | |
| 147 | + | |
147 | 148 | | |
148 | 149 | | |
149 | 150 | | |
150 | | - | |
| 151 | + | |
151 | 152 | | |
152 | 153 | | |
153 | 154 | | |
| |||
161 | 162 | | |
162 | 163 | | |
163 | 164 | | |
164 | | - | |
165 | | - | |
| 165 | + | |
| 166 | + | |
166 | 167 | | |
167 | 168 | | |
168 | | - | |
169 | | - | |
170 | | - | |
| 169 | + | |
| 170 | + | |
| 171 | + | |
171 | 172 | | |
172 | 173 | | |
173 | 174 | | |
174 | 175 | | |
175 | 176 | | |
176 | | - | |
| 177 | + | |
177 | 178 | | |
0 commit comments