Commit e0540cb
Update dependencies (#2101)
* upgrade to latest dependencies
bumping github.com/modern-go/reflect2 2b33151...35a7c28:
> 35a7c28 Merge pull request # 30 from tonistiigi/deadcode-fix
> 4a6a3c9 fix deadcode disabling in Go
bumping knative.dev/networking 4115314...7d4a198:
> 7d4a198 Update community files (# 1098)
> 6a680e8 upgrade to latest dependencies (# 1096)
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 knative.dev/serving 2f3129a...cd99679:
> 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)
Signed-off-by: Knative Automation <automation@knative.team>
* Fix test failures from k8s.io/apimachinery upgrade to v0.34.1
Two test failures were introduced by the dependency upgrade:
1. pkg/serving/v1/client_test.go:697 - Fixed incorrect use of
restrictions.Labels.Matches() instead of restrictions.Fields.Matches().
The newer version of k8s.io/apimachinery added a Lookup method to the
labels.Labels interface that fields.Set doesn't implement, causing
a compile error that exposed this existing bug.
2. pkg/util/unstructured_test.go - Updated test expectations to match
new JSON marshaling behavior. The newer k8s libraries no longer
include "creationTimestamp: nil" fields when marshaling objects
with zero/nil timestamps.
* Update third-party deps to latest versions
This is required since some dependencies would now use conflicting
versions of the genproto dependency.
---------
Signed-off-by: Knative Automation <automation@knative.team>
Co-authored-by: Knative Automation <automation@knative.team>1 parent cbe8e27 commit e0540cb
File tree
10 files changed
+332
-1215
lines changed- pkg
- output/tui
- serving/v1
- util
10 files changed
+332
-1215
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
1 | 1 | | |
2 | 2 | | |
3 | | - | |
| 3 | + | |
4 | 4 | | |
5 | 5 | | |
6 | | - | |
7 | | - | |
8 | | - | |
9 | | - | |
10 | | - | |
| 6 | + | |
| 7 | + | |
| 8 | + | |
| 9 | + | |
| 10 | + | |
11 | 11 | | |
12 | | - | |
13 | | - | |
14 | | - | |
15 | | - | |
| 12 | + | |
| 13 | + | |
| 14 | + | |
| 15 | + | |
16 | 16 | | |
17 | 17 | | |
18 | 18 | | |
| |||
22 | 22 | | |
23 | 23 | | |
24 | 24 | | |
| 25 | + | |
25 | 26 | | |
26 | 27 | | |
27 | 28 | | |
28 | 29 | | |
29 | 30 | | |
30 | 31 | | |
31 | | - | |
32 | | - | |
| 32 | + | |
33 | 33 | | |
34 | 34 | | |
35 | | - | |
36 | | - | |
| 35 | + | |
| 36 | + | |
37 | 37 | | |
38 | 38 | | |
39 | 39 | | |
40 | 40 | | |
41 | 41 | | |
42 | 42 | | |
| 43 | + | |
43 | 44 | | |
44 | 45 | | |
45 | | - | |
| 46 | + | |
46 | 47 | | |
47 | 48 | | |
48 | | - | |
49 | 49 | | |
50 | 50 | | |
51 | 51 | | |
52 | | - | |
53 | | - | |
54 | 52 | | |
55 | 53 | | |
56 | 54 | | |
57 | 55 | | |
58 | 56 | | |
59 | | - | |
60 | 57 | | |
61 | 58 | | |
62 | | - | |
63 | 59 | | |
64 | 60 | | |
65 | | - | |
| 61 | + | |
66 | 62 | | |
67 | 63 | | |
68 | 64 | | |
69 | | - | |
| 65 | + | |
70 | 66 | | |
71 | 67 | | |
| 68 | + | |
72 | 69 | | |
73 | 70 | | |
74 | 71 | | |
75 | 72 | | |
76 | | - | |
77 | | - | |
78 | | - | |
| 73 | + | |
| 74 | + | |
| 75 | + | |
79 | 76 | | |
80 | | - | |
| 77 | + | |
81 | 78 | | |
82 | 79 | | |
83 | 80 | | |
| |||
86 | 83 | | |
87 | 84 | | |
88 | 85 | | |
89 | | - | |
90 | 86 | | |
91 | 87 | | |
92 | 88 | | |
| 89 | + | |
93 | 90 | | |
94 | 91 | | |
95 | 92 | | |
96 | | - | |
97 | | - | |
| 93 | + | |
| 94 | + | |
98 | 95 | | |
99 | | - | |
| 96 | + | |
100 | 97 | | |
101 | 98 | | |
102 | 99 | | |
| |||
105 | 102 | | |
106 | 103 | | |
107 | 104 | | |
108 | | - | |
109 | | - | |
110 | 105 | | |
111 | | - | |
112 | | - | |
113 | | - | |
114 | | - | |
115 | | - | |
| 106 | + | |
| 107 | + | |
| 108 | + | |
| 109 | + | |
| 110 | + | |
116 | 111 | | |
117 | | - | |
118 | | - | |
119 | | - | |
| 112 | + | |
| 113 | + | |
| 114 | + | |
120 | 115 | | |
121 | 116 | | |
122 | | - | |
123 | | - | |
| 117 | + | |
| 118 | + | |
124 | 119 | | |
125 | | - | |
| 120 | + | |
126 | 121 | | |
0 commit comments