Skip to content

Commit bd9fb63

Browse files
committed
2 parents 29101e9 + bce3ed3 commit bd9fb63

File tree

1,051 files changed

+14529
-67325
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

1,051 files changed

+14529
-67325
lines changed

.go-version

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
1.23.3
1+
1.23.4

CHANGELOG/CHANGELOG-1.29.md

Lines changed: 237 additions & 96 deletions
Large diffs are not rendered by default.

CHANGELOG/CHANGELOG-1.30.md

Lines changed: 214 additions & 73 deletions
Large diffs are not rendered by default.

CHANGELOG/CHANGELOG-1.31.md

Lines changed: 201 additions & 60 deletions
Large diffs are not rendered by default.

CHANGELOG/CHANGELOG-1.32.md

Lines changed: 188 additions & 48 deletions
Large diffs are not rendered by default.

LICENSES/vendor/github.com/asaskevich/govalidator/LICENSE

Lines changed: 0 additions & 24 deletions
This file was deleted.

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -67,7 +67,7 @@ That said, if you have questions, reach out to us
6767
[one way or another][communication].
6868

6969
[announcement]: https://cncf.io/news/announcement/2015/07/new-cloud-native-computing-foundation-drive-alignment-among-container
70-
[Borg]: https://research.google.com/pubs/pub43438.html
70+
[Borg]: https://research.google.com/pubs/pub43438.html?authuser=1
7171
[CNCF]: https://www.cncf.io/about
7272
[communication]: https://git.k8s.io/community/communication
7373
[community repository]: https://git.k8s.io/community

api/openapi-spec/swagger.json

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

api/openapi-spec/v3/apis__policy__v1_openapi.json

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

api/openapi-spec/v3/apis__resource.k8s.io__v1alpha3_openapi.json

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

api/openapi-spec/v3/apis__resource.k8s.io__v1beta1_openapi.json

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

build/build-image/cross/VERSION

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
v1.32.0-go1.23.3-bullseye.0
1+
v1.33.0-go1.23.4-bullseye.0

build/common.sh

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -97,8 +97,8 @@ readonly KUBE_RSYNC_PORT="${KUBE_RSYNC_PORT:-}"
9797
readonly KUBE_CONTAINER_RSYNC_PORT=8730
9898

9999
# These are the default versions (image tags) for their respective base images.
100-
readonly __default_distroless_iptables_version=v0.6.5
101-
readonly __default_go_runner_version=v2.4.0-go1.23.3-bookworm.0
100+
readonly __default_distroless_iptables_version=v0.6.6
101+
readonly __default_go_runner_version=v2.4.0-go1.23.4-bookworm.0
102102
readonly __default_setcap_version=bookworm-v1.0.4
103103

104104
# These are the base images for the Docker-wrapped binaries.

build/dependencies.yaml

Lines changed: 9 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@ dependencies:
3131

3232
# CoreDNS
3333
- name: "coredns-kube-up"
34-
version: 1.11.3
34+
version: 1.12.0
3535
refPaths:
3636
- path: cluster/addons/dns/coredns/coredns.yaml.base
3737
match: registry.k8s.io/coredns
@@ -41,7 +41,7 @@ dependencies:
4141
match: registry.k8s.io/coredns
4242

4343
- name: "coredns-kubeadm"
44-
version: 1.11.3
44+
version: 1.12.0
4545
refPaths:
4646
- path: cmd/kubeadm/app/constants/constants.go
4747
match: CoreDNSVersion =
@@ -64,7 +64,7 @@ dependencies:
6464

6565
# etcd
6666
- name: "etcd"
67-
version: 3.5.16
67+
version: 3.5.17
6868
refPaths:
6969
- path: cluster/gce/manifests/etcd.manifest
7070
match: etcd_docker_tag|etcd_version
@@ -80,7 +80,7 @@ dependencies:
8080
match: configs\[Etcd\] = Config{list\.GcEtcdRegistry, "etcd", "\d+\.\d+.\d+(-(alpha|beta|rc).\d+)?(-\d+)?"}
8181

8282
- name: "etcd-image"
83-
version: 3.5.16
83+
version: 3.5.17
8484
refPaths:
8585
- path: cluster/images/etcd/Makefile
8686
match: BUNDLED_ETCD_VERSIONS\?|LATEST_ETCD_VERSION\?
@@ -109,14 +109,14 @@ dependencies:
109109

110110
# From https://github.com/etcd-io/etcd/blob/main/Makefile
111111
- name: "golang: etcd release version"
112-
version: 1.22.7 # https://github.com/etcd-io/etcd/blob/main/CHANGELOG/CHANGELOG-3.5.md
112+
version: 1.22.9 # https://github.com/etcd-io/etcd/blob/main/CHANGELOG/CHANGELOG-3.5.md
113113
refPaths:
114114
- path: cluster/images/etcd/Makefile
115115
match: 'GOLANG_VERSION := \d+.\d+(alpha|beta|rc)?\.?(\d+)?'
116116

117117
# Golang
118118
- name: "golang: upstream version"
119-
version: 1.23.3
119+
version: 1.23.4
120120
refPaths:
121121
- path: .go-version
122122
- path: build/build-image/cross/VERSION
@@ -140,7 +140,7 @@ dependencies:
140140
match: golang:([0-9]+\.[0-9]+).0-bullseye
141141

142142
- name: "registry.k8s.io/kube-cross: dependents"
143-
version: v1.32.0-go1.23.3-bullseye.0
143+
version: v1.33.0-go1.23.4-bullseye.0
144144
refPaths:
145145
- path: build/build-image/cross/VERSION
146146

@@ -178,15 +178,15 @@ dependencies:
178178
match: registry\.k8s\.io\/build-image\/debian-base:[a-zA-Z]+\-v((([0-9]+)\.([0-9]+)\.([0-9]+)(?:-([0-9a-zA-Z-]+(?:\.[0-9a-zA-Z-]+)*))?)(?:\+([0-9a-zA-Z-]+(?:\.[0-9a-zA-Z-]+)*))?)
179179

180180
- name: "registry.k8s.io/distroless-iptables: dependents"
181-
version: v0.6.5
181+
version: v0.6.6
182182
refPaths:
183183
- path: build/common.sh
184184
match: __default_distroless_iptables_version=
185185
- path: test/utils/image/manifest.go
186186
match: configs\[DistrolessIptables\] = Config{list\.BuildImageRegistry, "distroless-iptables", "v([0-9]+)\.([0-9]+)\.([0-9]+)"}
187187

188188
- name: "registry.k8s.io/go-runner: dependents"
189-
version: v2.4.0-go1.23.3-bookworm.0
189+
version: v2.4.0-go1.23.4-bookworm.0
190190
refPaths:
191191
- path: build/common.sh
192192
match: __default_go_runner_version=

build/root/Makefile

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -221,7 +221,9 @@ define TEST_E2E_NODE_HELP_INFO
221221
# Args:
222222
# FOCUS: Regexp that matches the tests to be run. Defaults to "".
223223
# SKIP: Regexp that matches the tests that needs to be skipped.
224-
# Defaults to "\[Flaky\]|\[Slow\]|\[Serial\]".
224+
# Defaults to "\[Flaky\]|\[Slow\]|\[Serial\]" unless LABEL_FILTER is set.
225+
# If LABEL_FILTER is set, then no tests are skipped by default.
226+
# LABEL_FILTER: Use Ginkgo labels query language to filter the tests to be run. May contain spaces and special characters (exclamation mark, vertical bar, etc.) but not quotation marks.
225227
# TEST_ARGS: A space-separated list of arguments to pass to node e2e test.
226228
# Defaults to "".
227229
# RUN_UNTIL_FAILURE: If true, pass --until-it-fails=true to ginkgo so tests are run

0 commit comments

Comments
 (0)