Skip to content

Commit b7a1e14

Browse files
upgrade to latest dependencies
bumping knative.dev/eventing 0a7b2da...ae92548: > ae92548 [Automated] Update eventing-eventing-integrations nightly (# 9022) > 20fcb7d hack: fix unquoted variables in hack scripts to prevent word-splitting (# 9018) > 2917ffd [main] Upgrade to latest dependencies (# 9021) bumping knative.dev/pkg 388556d...a395c10: > a395c10 upgrade to latest dependencies (# 3345) bumping knative.dev/reconciler-test 51affda...91ea43c: > 91ea43c upgrade to latest dependencies (# 879) bumping knative.dev/caching a753404...0ffb780: > 0ffb780 upgrade to latest dependencies (# 1000) bumping knative.dev/serving 1017c2b...6784d14: > 6784d14 Update net-contour nightly (# 16544) > 998f0da Update net-kourier nightly (# 16542) > 90e684d use the /scale subresource to when updating replica count (# 16540) > 1a14060 Update net-istio nightly (# 16545) > 9288cfd upgrade to latest dependencies (# 16541) bumping knative.dev/hack 54d1312...504af4d: > 504af4d Add env var to pass extra flag to license check, parametrize tool versions (# 470) Signed-off-by: Knative Automation <automation@knative.team>
1 parent 9c66d7b commit b7a1e14

File tree

6 files changed

+40
-48
lines changed

6 files changed

+40
-48
lines changed

go.mod

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -21,12 +21,12 @@ require (
2121
k8s.io/apimachinery v0.35.3
2222
k8s.io/client-go v0.35.3
2323
k8s.io/code-generator v0.35.3
24-
knative.dev/caching v0.0.0-20260415135440-a753404a9071
25-
knative.dev/eventing v0.48.1-0.20260415165636-0a7b2da46145
26-
knative.dev/hack v0.0.0-20260415233235-54d1312ccc91
27-
knative.dev/pkg v0.0.0-20260415140041-388556d5c488
28-
knative.dev/reconciler-test v0.0.0-20260415143040-51affdaaa44f
29-
knative.dev/serving v0.48.1-0.20260415213836-1017c2be6232
24+
knative.dev/caching v0.0.0-20260416015035-0ffb7801ef88
25+
knative.dev/eventing v0.48.1-0.20260416124637-ae92548e56ea
26+
knative.dev/hack v0.0.0-20260416140237-504af4d2178f
27+
knative.dev/pkg v0.0.0-20260416015135-a395c1078b3d
28+
knative.dev/reconciler-test v0.0.0-20260416021839-91ea43c111d9
29+
knative.dev/serving v0.48.1-0.20260416214523-6784d1400685
3030
sigs.k8s.io/controller-tools v0.20.1
3131
sigs.k8s.io/yaml v1.6.0
3232
)

go.sum

Lines changed: 12 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -1782,20 +1782,20 @@ k8s.io/utils v0.0.0-20210819203725-bdf08cb9a70a/go.mod h1:jPW/WVKK9YHAvNhRxK0md/
17821782
k8s.io/utils v0.0.0-20230209194617-a36077c30491/go.mod h1:OLgZIPagt7ERELqWJFomSt595RzquPNLL48iOWgYOg0=
17831783
k8s.io/utils v0.0.0-20251002143259-bc988d571ff4 h1:SjGebBtkBqHFOli+05xYbK8YF1Dzkbzn+gDM4X9T4Ck=
17841784
k8s.io/utils v0.0.0-20251002143259-bc988d571ff4/go.mod h1:OLgZIPagt7ERELqWJFomSt595RzquPNLL48iOWgYOg0=
1785-
knative.dev/caching v0.0.0-20260415135440-a753404a9071 h1:LXx4mzoHXGQNEOpnvQeNTj1ovlxH52h0bO+yyYZDfs8=
1786-
knative.dev/caching v0.0.0-20260415135440-a753404a9071/go.mod h1:u09EJpGBc+QnYReyYZjolBqz09LvGmx0tx34zc+J2Hk=
1787-
knative.dev/eventing v0.48.1-0.20260415165636-0a7b2da46145 h1:p6CRV2KuYXk1dW2AWSJ11N4gYJy82Trtpciwj7BZTNg=
1788-
knative.dev/eventing v0.48.1-0.20260415165636-0a7b2da46145/go.mod h1:ykUKyweljeKMmkxcrkMEgl3S6tubLzeF/bPAqeddvl0=
1789-
knative.dev/hack v0.0.0-20260415233235-54d1312ccc91 h1:YkboMEJ48h7DxRQSPe2SePm1yKK0YYgrsQW5Mmc0SEk=
1790-
knative.dev/hack v0.0.0-20260415233235-54d1312ccc91/go.mod h1:L5RzHgbvam0u8QFHfzCX6MKxu/a/gIGEdaRBqNiVbl0=
1785+
knative.dev/caching v0.0.0-20260416015035-0ffb7801ef88 h1:HQNRg9lN069IV0SKKu10lOYZ0ndHU0xIHqtRFr11uT4=
1786+
knative.dev/caching v0.0.0-20260416015035-0ffb7801ef88/go.mod h1:SsGa3nBD4H4q1D+w/OEfV8YAUHMrcHTzvxWo+pOXFr4=
1787+
knative.dev/eventing v0.48.1-0.20260416124637-ae92548e56ea h1:57Dlmv3YBGC4hl7cRuHyMpeQvmNVDWXdA5NESQjEtLg=
1788+
knative.dev/eventing v0.48.1-0.20260416124637-ae92548e56ea/go.mod h1:KIndP2eQs3iT6L57oQZFWuWXa+oOGIQFRBIDluLQRLE=
1789+
knative.dev/hack v0.0.0-20260416140237-504af4d2178f h1:YTht2cGdhd++kSrhwcDutWpk1V1bi0vKpAs0h4xIjpw=
1790+
knative.dev/hack v0.0.0-20260416140237-504af4d2178f/go.mod h1:L5RzHgbvam0u8QFHfzCX6MKxu/a/gIGEdaRBqNiVbl0=
17911791
knative.dev/networking v0.0.0-20260414015937-f29b24983488 h1:OZfg130Kbf1bibhmLITAVdu2S0P2y0utBc74SgakzcQ=
17921792
knative.dev/networking v0.0.0-20260414015937-f29b24983488/go.mod h1:hEhUDqidhueU6J/OXW0K9peQh8wIvFvIWTSHL/611og=
1793-
knative.dev/pkg v0.0.0-20260415140041-388556d5c488 h1:7rmo6AW+6NLaWI+qTWv0ABlXz1bpdpaNnnpSBiuQ3vs=
1794-
knative.dev/pkg v0.0.0-20260415140041-388556d5c488/go.mod h1:LaL/m4gFNTSUOP0DvHNCVcruVTi5Dyzts5/6UlPuTEQ=
1795-
knative.dev/reconciler-test v0.0.0-20260415143040-51affdaaa44f h1:MJOPG/WEhpXks2NHoo+T3a2VkUbXomPv0SxoYvJbJto=
1796-
knative.dev/reconciler-test v0.0.0-20260415143040-51affdaaa44f/go.mod h1:nIg1R8Knqn1ieSCi2h5oye62ZM18vgSEyzca0VMXFFU=
1797-
knative.dev/serving v0.48.1-0.20260415213836-1017c2be6232 h1:X40FtJL9UgCu2olo1Ua35m/STmrWSuaqCgDZH4fNT48=
1798-
knative.dev/serving v0.48.1-0.20260415213836-1017c2be6232/go.mod h1:JAdfGImM+Dv8I9SHjnCH861S9B2l/mxy5wQcduQ90Qo=
1793+
knative.dev/pkg v0.0.0-20260416015135-a395c1078b3d h1:u9tHGBMUh1CYgZOdIBxeXpjvEPNIXT/rCjWVFUtzzs8=
1794+
knative.dev/pkg v0.0.0-20260416015135-a395c1078b3d/go.mod h1:SvS4U6mNzjdSvasGVgnuox9eKsG9INWroDcpBo0wFnE=
1795+
knative.dev/reconciler-test v0.0.0-20260416021839-91ea43c111d9 h1:7NUIUPW1ZYmxr7ffVsaw6odl/6Axz8RfY2kM6hq48C0=
1796+
knative.dev/reconciler-test v0.0.0-20260416021839-91ea43c111d9/go.mod h1:+b83x6rkVfJK4orpuLjJoqRqg7co/Q7TKbIAusnDzBU=
1797+
knative.dev/serving v0.48.1-0.20260416214523-6784d1400685 h1:6ZkrODmlPQfixAzs7Gh90AgyVkFnR32qJDhE32ibhls=
1798+
knative.dev/serving v0.48.1-0.20260416214523-6784d1400685/go.mod h1:tMcAx4WLEhrvckmfDsMnLFN3LLCCoTkQDpsvtqwy96I=
17991799
nhooyr.io/websocket v1.8.6/go.mod h1:B70DZP8IakI65RVQ51MsWP/8jndNma26DVA/nFSCgW0=
18001800
pgregory.net/rapid v1.1.0 h1:CMa0sjHSru3puNx+J0MIAuiiEV4N0qj8/cMWGBBCsjw=
18011801
pgregory.net/rapid v1.1.0/go.mod h1:PY5XlDGj0+V1FCq0o192FdRhpKHGTRIWBgqjDBTrq04=

vendor/knative.dev/hack/library.sh

Lines changed: 14 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -35,6 +35,13 @@ if [[ ! -v GOPATH ]]; then
3535
fi
3636
fi
3737

38+
# Pinned tool versions
39+
readonly GUM_VERSION="v0.14.1"
40+
readonly GOTESTSUM_VERSION="v1.13.0"
41+
readonly GOTESTFMT_VERSION="v2.5.0"
42+
readonly TERMINAL_TO_HTML_VERSION="v3.10.0"
43+
readonly GO_LICENSES_VERSION="v2.0.1"
44+
3845
# Useful environment variables
3946
[[ -v PROW_JOB_ID ]] && IS_PROW=1 || IS_PROW=0
4047
readonly IS_PROW
@@ -265,7 +272,7 @@ function gum_banner() {
265272

266273
# Simple info banner for logging purposes.
267274
function gum_style() {
268-
go_run github.com/charmbracelet/gum@v0.14.1 style "$@"
275+
go_run "github.com/charmbracelet/gum@${GUM_VERSION}" style "$@"
269276
}
270277

271278
# Checks whether the given function exists.
@@ -588,7 +595,7 @@ function report_go_test() {
588595
logfile="${logfile/.xml/.jsonl}"
589596
echo "Running go test with args: ${go_test_args[*]}"
590597
local gotest_retcode=0
591-
go_run gotest.tools/gotestsum@v1.13.0 \
598+
go_run "gotest.tools/gotestsum@${GOTESTSUM_VERSION}" \
592599
--format "${GO_TEST_VERBOSITY:-testname}" \
593600
--junitfile "${xml}" \
594601
--junitfile-testsuite-name relative \
@@ -601,14 +608,14 @@ function report_go_test() {
601608
echo "Test log (JSONL) written to ${logfile}"
602609

603610
ansilog="${logfile/.jsonl/-ansi.log}"
604-
go_run github.com/gotesttools/gotestfmt/v2/cmd/gotestfmt@v2.5.0 \
611+
go_run "github.com/gotesttools/gotestfmt/v2/cmd/gotestfmt@${GOTESTFMT_VERSION}" \
605612
-input "${logfile}" \
606613
-showteststatus \
607614
-nofail > "$ansilog"
608615
echo "Test log (ANSI) written to ${ansilog}"
609616

610617
htmllog="${logfile/.jsonl/.html}"
611-
go_run github.com/buildkite/terminal-to-html/v3/cmd/terminal-to-html@v3.10.0 \
618+
go_run "github.com/buildkite/terminal-to-html/v3/cmd/terminal-to-html@${TERMINAL_TO_HTML_VERSION}" \
612619
--preview < "$ansilog" > "$htmllog"
613620
echo "Test log (HTML) written to ${htmllog}"
614621

@@ -921,13 +928,14 @@ function run_kntest() {
921928
}
922929

923930
# Run go-licenses to check for forbidden licenses.
931+
# Extra flags can be passed via the GO_LICENSES_FLAGS environment variable.
924932
function check_licenses() {
925933
# Pin GOTOOLCHAIN to the project's Go version so that go-licenses is
926934
# compiled with the same toolchain. GOTOOLCHAIN=auto (the go_run default)
927935
# may select a different Go, causing isStdLib() path mismatches.
928936
GOTOOLCHAIN="$(go env GOVERSION)" \
929-
go_run github.com/google/go-licenses/v2@v2.0.1 \
930-
check "${REPO_ROOT_DIR}/..." || \
937+
go_run "github.com/google/go-licenses/v2@${GO_LICENSES_VERSION}" \
938+
check ${GO_LICENSES_FLAGS:-} "${REPO_ROOT_DIR}/..." || \
931939
{ echo "--- FAIL: go-licenses failed the license check"; return 1; }
932940
}
933941

vendor/knative.dev/serving/pkg/apis/autoscaling/v1alpha1/podscalable_types.go

Lines changed: 2 additions & 17 deletions
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,6 @@ limitations under the License.
1717
package v1alpha1
1818

1919
import (
20-
corev1 "k8s.io/api/core/v1"
2120
metav1 "k8s.io/apimachinery/pkg/apis/meta/v1"
2221
"k8s.io/apimachinery/pkg/runtime"
2322
"knative.dev/pkg/apis"
@@ -43,9 +42,8 @@ type PodScalable struct {
4342
// PodScalableSpec is the specification for the desired state of a
4443
// PodScalable (or at least our shared portion).
4544
type PodScalableSpec struct {
46-
Replicas *int32 `json:"replicas,omitempty"`
47-
Selector *metav1.LabelSelector `json:"selector"`
48-
Template corev1.PodTemplateSpec `json:"template"`
45+
Replicas *int32 `json:"replicas,omitempty"`
46+
Selector *metav1.LabelSelector `json:"selector"`
4947
}
5048

5149
// PodScalableStatus is the observed state of a PodScalable (or at
@@ -80,19 +78,6 @@ func (t *PodScalable) Populate() {
8078
Values: []string{"baz", "blah"},
8179
}},
8280
},
83-
Template: corev1.PodTemplateSpec{
84-
ObjectMeta: metav1.ObjectMeta{
85-
Labels: map[string]string{
86-
"foo": "bar",
87-
},
88-
},
89-
Spec: corev1.PodSpec{
90-
Containers: []corev1.Container{{
91-
Name: "container-name",
92-
Image: "container-image:latest",
93-
}},
94-
},
95-
},
9681
}
9782
t.Status = PodScalableStatus{
9883
Replicas: 42,

vendor/knative.dev/serving/pkg/apis/autoscaling/v1alpha1/zz_generated.deepcopy.go

Lines changed: 0 additions & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

vendor/modules.txt

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -1628,11 +1628,11 @@ k8s.io/utils/net
16281628
k8s.io/utils/pointer
16291629
k8s.io/utils/ptr
16301630
k8s.io/utils/trace
1631-
# knative.dev/caching v0.0.0-20260415135440-a753404a9071
1631+
# knative.dev/caching v0.0.0-20260416015035-0ffb7801ef88
16321632
## explicit; go 1.25.0
16331633
knative.dev/caching/pkg/apis/caching
16341634
knative.dev/caching/pkg/apis/caching/v1alpha1
1635-
# knative.dev/eventing v0.48.1-0.20260415165636-0a7b2da46145
1635+
# knative.dev/eventing v0.48.1-0.20260416124637-ae92548e56ea
16361636
## explicit; go 1.25.0
16371637
knative.dev/eventing/cmd/heartbeats
16381638
knative.dev/eventing/pkg/apis
@@ -1725,7 +1725,7 @@ knative.dev/eventing/test/upgrade/prober/wathola/fetcher
17251725
knative.dev/eventing/test/upgrade/prober/wathola/forwarder
17261726
knative.dev/eventing/test/upgrade/prober/wathola/receiver
17271727
knative.dev/eventing/test/upgrade/prober/wathola/sender
1728-
# knative.dev/hack v0.0.0-20260415233235-54d1312ccc91
1728+
# knative.dev/hack v0.0.0-20260416140237-504af4d2178f
17291729
## explicit; go 1.24
17301730
knative.dev/hack
17311731
# knative.dev/networking v0.0.0-20260414015937-f29b24983488
@@ -1739,7 +1739,7 @@ knative.dev/networking/pkg/client/clientset/versioned/typed/networking/v1alpha1
17391739
knative.dev/networking/pkg/config
17401740
knative.dev/networking/pkg/http/header
17411741
knative.dev/networking/pkg/ingress
1742-
# knative.dev/pkg v0.0.0-20260415140041-388556d5c488
1742+
# knative.dev/pkg v0.0.0-20260416015135-a395c1078b3d
17431743
## explicit; go 1.25.0
17441744
knative.dev/pkg/apiextensions/storageversion
17451745
knative.dev/pkg/apiextensions/storageversion/cmd/migrate
@@ -1831,7 +1831,7 @@ knative.dev/pkg/webhook
18311831
knative.dev/pkg/webhook/certificates
18321832
knative.dev/pkg/webhook/certificates/resources
18331833
knative.dev/pkg/webhook/resourcesemantics/conversion
1834-
# knative.dev/reconciler-test v0.0.0-20260415143040-51affdaaa44f
1834+
# knative.dev/reconciler-test v0.0.0-20260416021839-91ea43c111d9
18351835
## explicit; go 1.25.0
18361836
knative.dev/reconciler-test/cmd/eventshub
18371837
knative.dev/reconciler-test/pkg/environment
@@ -1860,7 +1860,7 @@ knative.dev/reconciler-test/pkg/resources/service
18601860
knative.dev/reconciler-test/pkg/resources/serviceaccount
18611861
knative.dev/reconciler-test/pkg/state
18621862
knative.dev/reconciler-test/resources/certificate
1863-
# knative.dev/serving v0.48.1-0.20260415213836-1017c2be6232
1863+
# knative.dev/serving v0.48.1-0.20260416214523-6784d1400685
18641864
## explicit; go 1.25.0
18651865
knative.dev/serving/pkg/apis/autoscaling
18661866
knative.dev/serving/pkg/apis/autoscaling/v1alpha1

0 commit comments

Comments
 (0)