Commit Graph

4520 Commits

Author SHA1 Message Date
Sean McGinnis
d8045c89fb Update docs for v0.28.0
Signed-off-by: Sean McGinnis <sean.mcginnis@gmail.com>
2025-05-16 17:39:32 -05:00
Sean McGinnis
65d429831a version v0.29.0-alpha v0.29.0-alpha 2025-05-16 17:39:32 -05:00
Sean McGinnis
3ab456276b version v0.28.0 v0.28.0 2025-05-16 17:39:31 -05:00
Kubernetes Prow Robot
04aa52de22 Merge pull request #3935 from stmcginnis/update-default-image
Update default image to use v1.33.1
2025-05-16 15:27:12 -07:00
Sean McGinnis
ea1db0a2d8 Update default image to use v1.33.1
Signed-off-by: Sean McGinnis <sean.mcginnis@gmail.com>
2025-05-16 17:20:24 -05:00
Kubernetes Prow Robot
c2c8275e87 Merge pull request #3933 from BenTheElder/staging
push-node: default to staging registry
2025-05-15 14:09:13 -07:00
Benjamin Elder
e1bff59a35 default to staging registry 2025-05-15 13:02:10 -07:00
Kubernetes Prow Robot
8e4f531daa Merge pull request #3930 from aojea/kindne
bump kindnet dependencies
2025-05-15 08:27:14 -07:00
Antonio Ojea
619609ae2c remove toolchain 2025-05-12 21:50:33 +00:00
Antonio Ojea
89babc2211 bump kindnet image 2025-05-12 20:03:23 +00:00
Antonio Ojea
df8de77b9e bump base image 2025-05-12 20:01:28 +00:00
Antonio Ojea
ceffaf4e30 update containerd and runc 2025-05-12 19:59:30 +00:00
Antonio Ojea
8e9a086c63 update kindnet manifest 2025-05-12 19:59:25 +00:00
Antonio Ojea
a62f9760db bump distroless-iptables image 2025-05-12 12:15:15 +00:00
Antonio Ojea
0370a43077 bump kindnet dependencies 2025-05-12 12:09:39 +00:00
Kubernetes Prow Robot
180d624f74 Merge pull request #3929 from kubernetes-sigs/dependabot/github_actions/actions-4a64306a6a
Bump actions/setup-go from 5.4.0 to 5.5.0 in the actions group
2025-05-12 04:13:16 -07:00
dependabot[bot]
5f6f72d981 Bump actions/setup-go from 5.4.0 to 5.5.0 in the actions group
Bumps the actions group with 1 update: [actions/setup-go](https://github.com/actions/setup-go).


Updates `actions/setup-go` from 5.4.0 to 5.5.0
- [Release notes](https://github.com/actions/setup-go/releases)
- [Commits](0aaccfd150...d35c59abb0)

---
updated-dependencies:
- dependency-name: actions/setup-go
  dependency-version: 5.5.0
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: actions
...

Signed-off-by: dependabot[bot] <support@github.com>
2025-05-12 08:39:16 +00:00
Kubernetes Prow Robot
ce37e37458 Merge pull request #3925 from BenTheElder/bump-cni
upgrade cni plugins, crictl
2025-05-06 04:37:13 -07:00
Kubernetes Prow Robot
3c8e2927f8 Merge pull request #3926 from mwdomino/docker-network-doc-note
docs: add note about vpn cidr clashes
2025-05-05 14:30:50 -07:00
mwdomino
be370e4684 make IP conflict doc more general 2025-05-05 16:04:04 -04:00
mwdomino
dd85f47bf2 use daemon.json config instead of CLI 2025-05-05 15:58:20 -04:00
mwdomino
84000f3781 whitespace fixup 2025-05-05 14:44:05 -04:00
Benjamin Elder
4e14a6111a bump crictl to 1.33 2025-05-05 11:19:18 -07:00
Benjamin Elder
f7b2202df6 bump cni-plugins to 1.7.1 2025-05-05 11:19:06 -07:00
mwdomino
8ca1987a68 add note about vpn cidr clashes 2025-05-05 14:17:21 -04:00
Kubernetes Prow Robot
2d4af78819 Merge pull request #3922 from BenTheElder/no-yaml-v3
eliminate yaml.v3
2025-04-25 09:41:24 -07:00
Benjamin Elder
1e21827948 eliminate yaml.v3
not convinced these were necessary, users can patch arbitrary yaml in anyhow, I don't think there's a realistic threat model resolved by safetext/yamltemplate

further, the safetext repo doesn't seem to be responsively maintained, last commit 9 months ago, and the small number of issues are going unresponded (4 open, 0 closed, some multiple years old)
2025-04-24 22:00:51 -07:00
Kubernetes Prow Robot
84e9c79a40 Merge pull request #3920 from BenTheElder/bump-containerd-runc
bump go, containerd, runc
2025-04-24 21:50:32 -07:00
Benjamin Elder
8950d6cc44 switch remaining workflows to ubuntu-24.04 2025-04-24 17:44:22 -07:00
Benjamin Elder
66a7fbf393 temp: use staging node image 2025-04-24 17:44:22 -07:00
Kubernetes Prow Robot
9f7248e161 Merge pull request #3919 from BenTheElder/doc-local
clarify local registry address
2025-04-24 06:02:31 -07:00
Benjamin Elder
e49a49dabd update base image 2025-04-23 22:39:52 -07:00
Benjamin Elder
c9432c3662 bump runc to latest stable (1.2.6, which matches containerd 2.0.5) 2025-04-24 04:17:51 +00:00
Benjamin Elder
9e8fe397af bump containerd to latest stable (2.0.5) 2025-04-24 04:16:40 +00:00
Benjamin Elder
5c2d6996c6 bump go to 1.24.2 2025-04-24 04:14:12 +00:00
Benjamin Elder
9e0964522a clarify local registry address 2025-04-23 20:58:23 -07:00
Kubernetes Prow Robot
1e95d05eec Merge pull request #3906 from BenTheElder/yaml-yaml
migrate off of gopkg.in/yaml.v3
2025-04-03 16:28:37 -07:00
Benjamin Elder
b229bcf3d1 migrate off of gopkg.in/yaml.v3 2025-04-03 22:42:37 +01:00
Kubernetes Prow Robot
bbb7bb01cd Merge pull request #3905 from vonhatnam1212/namvn/ingress-nginx
Update nginx controller from 1.12.0-beta.0 to 1.12.1
2025-04-03 13:28:37 -07:00
vonhatnam1212
918353f0b5 Update nginx controller from 1.12.0-beta.0 to 1.12.1 2025-04-03 14:33:43 +07:00
Kubernetes Prow Robot
767016099c Merge pull request #3902 from BenTheElder/stmcginnis-maintainer
Promote stmcginnis to maintainer
2025-04-02 15:42:48 -07:00
Benjamin Elder
6735c0cb02 promote stmcginnis to maintainer
Sean has been a long time contributor and reviewer now. Discussed with him and aojea at The KubeCon EU maintainer summit :-)
2025-04-02 00:39:47 +01:00
Kubernetes Prow Robot
3f8d6dd085 Merge pull request #3899 from kubernetes-sigs/dependabot/github_actions/actions-bfdbae3489
Bump the actions group with 2 updates
2025-03-24 01:24:33 -07:00
dependabot[bot]
ca4e7d7c31 Bump the actions group with 2 updates
Bumps the actions group with 2 updates: [actions/upload-artifact](https://github.com/actions/upload-artifact) and [actions/setup-go](https://github.com/actions/setup-go).


Updates `actions/upload-artifact` from 4.6.1 to 4.6.2
- [Release notes](https://github.com/actions/upload-artifact/releases)
- [Commits](4cec3d8aa0...ea165f8d65)

Updates `actions/setup-go` from 5.3.0 to 5.4.0
- [Release notes](https://github.com/actions/setup-go/releases)
- [Commits](f111f3307d...0aaccfd150)

---
updated-dependencies:
- dependency-name: actions/upload-artifact
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: actions
- dependency-name: actions/setup-go
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: actions
...

Signed-off-by: dependabot[bot] <support@github.com>
2025-03-24 08:10:20 +00:00
Kubernetes Prow Robot
d99e827520 Merge pull request #3898 from BenTheElder/pin-actions
pin new actions to commit.
2025-03-19 13:16:35 -07:00
Benjamin Elder
cad01ef340 pin new actions to commit.
all previous actions already pinned.

limits exposure to something like https://arstechnica.com/information-technology/2025/03/supply-chain-attack-exposing-credentials-affects-23k-users-of-tj-actions/

to explicit actions update PRs
2025-03-19 13:05:31 -07:00
Kubernetes Prow Robot
b45e65c931 Merge pull request #3896 from pellared/patch-1
site: update required Go version
2025-03-19 05:50:31 -07:00
Robert Pająk
21404611d7 site: update required Go version 2025-03-19 10:03:07 +01:00
Kubernetes Prow Robot
7f745f626d Merge pull request #3890 from BenTheElder/base-arp
update base with arp_ignore
2025-03-13 16:39:48 -07:00
Benjamin Elder
a781079e52 bump node image to 1.32.3 with latest base 2025-03-12 09:04:29 -07:00