Skip to content

Commit 957feb1

Browse files
upgrade to latest dependencies
bumping knative.dev/pkg 4ffdcf6...9aa1144: > 9aa1144 upgrade to latest dependencies (# 3243) bumping knative.dev/eventing-kafka-broker dc8363b...29d7435: > 29d7435 [release-1.19] Set version label in manifests correctly (# 4502) > 4d0d1a0 feat: migrate data plane to OTel (# 4493) (# 4500) > 00c68c7 upgrade to latest dependencies (# 4498) > f22fa9b upgrade to latest dependencies (# 4492) > 08b140b upgrade to latest dependencies (# 4491) bumping knative.dev/hack f88b7db...af735b2: > af735b2 Fix dot releases (# 434) Signed-off-by: Knative Automation <[email protected]>
1 parent 2b31926 commit 957feb1

File tree

4 files changed

+17
-13
lines changed

4 files changed

+17
-13
lines changed

go.mod

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -13,9 +13,9 @@ require (
1313
k8s.io/apimachinery v0.33.4
1414
k8s.io/client-go v0.33.4
1515
knative.dev/client/pkg v0.0.0-20250821172449-091f88684b9c
16-
knative.dev/eventing-kafka-broker v0.46.1
17-
knative.dev/hack v0.0.0-20250819212847-f88b7db09b1c
18-
knative.dev/pkg v0.0.0-20250821143151-4ffdcf6b3fa5
16+
knative.dev/eventing-kafka-broker v0.46.4
17+
knative.dev/hack v0.0.0-20250902154142-af735b2738d6
18+
knative.dev/pkg v0.0.0-20250902154944-9aa11443ba68
1919
)
2020

2121
require (

go.sum

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -751,14 +751,14 @@ knative.dev/client/pkg v0.0.0-20250821172449-091f88684b9c h1:SK9cz2JuRvllXQX3ykY
751751
knative.dev/client/pkg v0.0.0-20250821172449-091f88684b9c/go.mod h1:tD+8auT58DteHrfjXfl7Yvg10SzQnVx1hbPw5kHJUZk=
752752
knative.dev/eventing v0.46.1 h1:c/Cxqa12MUIRtbJzvHyI8S5v04MZlEz7auidF5Q8OIY=
753753
knative.dev/eventing v0.46.1/go.mod h1:tBmI283bb0l9HWPOdog97ZOkoJgivqHTA/XFjpRgTYE=
754-
knative.dev/eventing-kafka-broker v0.46.1 h1:HCCjmqYNig3kqXIXvNl8pkVxEGToWTiup/bpxuqGtRM=
755-
knative.dev/eventing-kafka-broker v0.46.1/go.mod h1:vu+WLCjzSkLlXMQCZkAEAdG5eZSKn3wN1KclpXxPcz8=
756-
knative.dev/hack v0.0.0-20250819212847-f88b7db09b1c h1:eG94MceyTPHalVaBXAaIVXkD1zLdrM9BpVD2oXbpEXs=
757-
knative.dev/hack v0.0.0-20250819212847-f88b7db09b1c/go.mod h1:R0ritgYtjLDO9527h5vb5X6gfvt5LCrJ55BNbVDsWiY=
754+
knative.dev/eventing-kafka-broker v0.46.4 h1:9dJVJMAh3fVHhW/fmiu8K8J8lGAZkrNx5zKo54pGwkY=
755+
knative.dev/eventing-kafka-broker v0.46.4/go.mod h1:XHnYi7GlLO3RpZXKv/TofPT1JE6KaP6ejddQ831RYs0=
756+
knative.dev/hack v0.0.0-20250902154142-af735b2738d6 h1:JYZgO9bni32T+BB5v6WpeRFm1hjj+EypBLZCk6HZBt0=
757+
knative.dev/hack v0.0.0-20250902154142-af735b2738d6/go.mod h1:R0ritgYtjLDO9527h5vb5X6gfvt5LCrJ55BNbVDsWiY=
758758
knative.dev/networking v0.0.0-20250821144952-042b64d7bbde h1:Gr1rIK8Zx+tO+NLrhSJzZUGucVjmIR+Lm+eUqwhen+I=
759759
knative.dev/networking v0.0.0-20250821144952-042b64d7bbde/go.mod h1:sjPfq6T/exWuYK9w+CF4E59bU8m2dlJAgnRdK5wo9k0=
760-
knative.dev/pkg v0.0.0-20250821143151-4ffdcf6b3fa5 h1:2U4nNoTuF/3enFcPp1BVQXCjUC4XfieIHkZeuU7j8uA=
761-
knative.dev/pkg v0.0.0-20250821143151-4ffdcf6b3fa5/go.mod h1:ewap/fhCZCh6Gm+F6udBION8T2+UcJFK4L1Ss/5K8Dw=
760+
knative.dev/pkg v0.0.0-20250902154944-9aa11443ba68 h1:QlgJtxC1LtNf9k1OMSHdr3dq+HjtOOmB/SV/SklVt2k=
761+
knative.dev/pkg v0.0.0-20250902154944-9aa11443ba68/go.mod h1:a1amDzo4YIUNuGeDgEz/uDHs5MQVYI1DXnRnEpWCAts=
762762
knative.dev/serving v0.46.1 h1:nkbZMcu5r1c+hZhOSW3MIh/7mJp/WLQ4j89PHknDXyU=
763763
knative.dev/serving v0.46.1/go.mod h1:NHcCSU65kUFC8rmvxoa+v3HEqWsahTBWsobGvqp3Dd0=
764764
rsc.io/binaryregexp v0.2.0/go.mod h1:qTv7/COck+e2FymRvadv62gMdZztPaShugOCi3I+8D8=

vendor/knative.dev/hack/release.sh

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -219,11 +219,15 @@ function prepare_dot_release() {
219219
# Use the original tag (ie. potentially with a knative- prefix) when determining the last version commit sha
220220
local github_tag="$(gh_tool release list --json tagName --jq '.[].tagName' | grep "${last_version}")"
221221
local last_release_commit="$(git rev-list -n 1 "${github_tag}")"
222-
local last_release_commit_filtered="$(git rev-list --invert-grep --grep '^(?!\s*>).*?\[skip-dot-release\]'-n 1 "${github_tag}")"
222+
local last_release_commit_filtered="$(git rev-list --invert-grep --grep '^(?!\s*>).*?\[skip-dot-release\]' -n 1 "${github_tag}")"
223223
local release_branch_commit="$(git rev-list -n 1 upstream/"${RELEASE_BRANCH}")"
224224
local release_branch_commit_filtered="$(git rev-list --invert-grep --grep '^(?!\s*>).*?\[skip-dot-release\]' -n 1 upstream/"${RELEASE_BRANCH}")"
225+
225226
[[ -n "${last_release_commit}" ]] || abort "cannot get last release commit"
226227
[[ -n "${release_branch_commit}" ]] || abort "cannot get release branch last commit"
228+
[[ -n "${last_release_commit_filtered}" ]] || abort "cannot get filtered last release commit"
229+
[[ -n "${release_branch_commit_filtered}" ]] || abort "cannot get filtered release branch last commit"
230+
227231
echo "Version ${last_version} is at commit ${last_release_commit}. Comparing using ${last_release_commit_filtered}. If it is different is because commits with the [skip-dot-release] flag in their commit body are not being considered."
228232
echo "Branch ${RELEASE_BRANCH} is at commit ${release_branch_commit}. Comparing using ${release_branch_commit_filtered}. If it is different is because commits with the [skip-dot-release] flag in their commit body are not being considered."
229233
if [[ "${last_release_commit_filtered}" == "${release_branch_commit_filtered}" ]]; then

vendor/modules.txt

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -918,7 +918,7 @@ knative.dev/eventing/pkg/client/clientset/versioned/typed/sources/v1
918918
knative.dev/eventing/pkg/client/clientset/versioned/typed/sources/v1/fake
919919
knative.dev/eventing/pkg/crossnamespace
920920
knative.dev/eventing/pkg/eventingtls
921-
# knative.dev/eventing-kafka-broker v0.46.1
921+
# knative.dev/eventing-kafka-broker v0.46.4
922922
## explicit; go 1.24.0
923923
knative.dev/eventing-kafka-broker/control-plane/pkg/apis/bindings
924924
knative.dev/eventing-kafka-broker/control-plane/pkg/apis/bindings/v1
@@ -936,7 +936,7 @@ knative.dev/eventing-kafka-broker/control-plane/pkg/apis/sources/v1beta1
936936
knative.dev/eventing-kafka-broker/control-plane/pkg/client/clientset/versioned/scheme
937937
knative.dev/eventing-kafka-broker/control-plane/pkg/client/clientset/versioned/typed/sources/v1beta1
938938
knative.dev/eventing-kafka-broker/control-plane/pkg/client/clientset/versioned/typed/sources/v1beta1/fake
939-
# knative.dev/hack v0.0.0-20250819212847-f88b7db09b1c
939+
# knative.dev/hack v0.0.0-20250902154142-af735b2738d6
940940
## explicit; go 1.21
941941
knative.dev/hack
942942
# knative.dev/networking v0.0.0-20250821144952-042b64d7bbde
@@ -952,7 +952,7 @@ knative.dev/networking/pkg/http/proxy
952952
knative.dev/networking/pkg/http/stats
953953
knative.dev/networking/pkg/ingress
954954
knative.dev/networking/pkg/k8s
955-
# knative.dev/pkg v0.0.0-20250821143151-4ffdcf6b3fa5
955+
# knative.dev/pkg v0.0.0-20250902154944-9aa11443ba68
956956
## explicit; go 1.24.0
957957
knative.dev/pkg/apis
958958
knative.dev/pkg/apis/duck

0 commit comments

Comments
 (0)