-
Notifications
You must be signed in to change notification settings - Fork 1.6k
Comparing changes
Open a pull request
base repository: kubernetes-sigs/kind
base: v0.22.0
head repository: kubernetes-sigs/kind
compare: v0.23.0
Commits on Feb 14, 2024
-
Configuration menu - View commit details
-
Copy full SHA for 9ca71dd - Browse repository at this point
Copy the full SHA 9ca71ddView commit details -
Merge pull request #3523 from BenTheElder/mark-0220-rel
Mark 0.22.0 release
Configuration menu - View commit details
-
Copy full SHA for bbe2c28 - Browse repository at this point
Copy the full SHA bbe2c28View commit details -
Configuration menu - View commit details
-
Copy full SHA for 04d361c - Browse repository at this point
Copy the full SHA 04d361cView commit details -
Merge pull request #3524 from BenTheElder/install-0220
bump docs to 0.22.0
Configuration menu - View commit details
-
Copy full SHA for 7c2f6c1 - Browse repository at this point
Copy the full SHA 7c2f6c1View commit details
Commits on Feb 16, 2024
-
Initial provider for nerdctl/Finch
Adds implementation for a provider based on nerdctl. Several todos in the code but the core functionality of creating/deleting clusters is working and a simple application deployed works properly Signed-off-by: Phil Estes <estesp@gmail.com>
Configuration menu - View commit details
-
Copy full SHA for 86c7c2e - Browse repository at this point
Copy the full SHA 86c7c2eView commit details -
support minimal nerdctl testing in CI
Signed-off-by: Kay Yan <kay.yan@daocloud.io> Signed-off-by: Phil Estes <estesp@gmail.com>
Configuration menu - View commit details
-
Copy full SHA for 76511b1 - Browse repository at this point
Copy the full SHA 76511b1View commit details
Commits on Feb 22, 2024
-
Setting ipFamily to invalid value didn't return any error and kind just created an ipv4 cluster silently. It could be a bit confusing when it is set to some plausible but invalid values like IPv4, IPv6, Dual, ds. Signed-off-by: Quan Tian <qtian@vmware.com>
Configuration menu - View commit details
-
Copy full SHA for 396586f - Browse repository at this point
Copy the full SHA 396586fView commit details -
Fix Podman test failures caused by kernel update
Newer linux kernels like 5.15.0-1056-azure used by Github action runner doesn't allow mode changes of symlinks, leading to failure when creating cluster using Podman with crun < 1.9.1. The patch fixes it by upgrading crun to newer version when setting up the test env for Podman. Signed-off-by: Quan Tian <qtian@vmware.com>
Configuration menu - View commit details
-
Copy full SHA for 62a9420 - Browse repository at this point
Copy the full SHA 62a9420View commit details -
Merge pull request #3527 from tnqn/fix-podman-test
Fix Podman test failures caused by kernel update
Configuration menu - View commit details
-
Copy full SHA for d59e2ce - Browse repository at this point
Copy the full SHA d59e2ceView commit details -
Merge pull request #3483 from tnqn/validate-ip-family
Add ipFamily validation
Configuration menu - View commit details
-
Copy full SHA for 2fb3f42 - Browse repository at this point
Copy the full SHA 2fb3f42View commit details
Commits on Feb 27, 2024
-
Merge pull request #3429 from estesp/add-nerdctl
Initial provider implementation for nerdctl (+finch)
Configuration menu - View commit details
-
Copy full SHA for 7c3e01f - Browse repository at this point
Copy the full SHA 7c3e01fView commit details
Commits on Feb 28, 2024
-
update docs for nerdctl support
Co-authored-by: Sean McGinnis <sean.mcginnis@gmail.com> Signed-off-by: Kay Yan <kay.yan@daocloud.io>
Configuration menu - View commit details
-
Copy full SHA for 974fa25 - Browse repository at this point
Copy the full SHA 974fa25View commit details
Commits on Feb 29, 2024
-
Merge pull request #3532 from yankay/update-docs
Docs: Add docs for nerdctl support
Configuration menu - View commit details
-
Copy full SHA for c3029ff - Browse repository at this point
Copy the full SHA c3029ffView commit details
Commits on Mar 3, 2024
-
fix ci multi node cluster error
Signed-off-by: Kay Yan <kay.yan@daocloud.io>
Configuration menu - View commit details
-
Copy full SHA for bf3bd25 - Browse repository at this point
Copy the full SHA bf3bd25View commit details -
Merge pull request #3534 from yankay/fix-ci
Fix CI create multi node cluster failures by nerdctl
Configuration menu - View commit details
-
Copy full SHA for 6c8c0f0 - Browse repository at this point
Copy the full SHA 6c8c0f0View commit details
Commits on Mar 4, 2024
-
Bump actions/checkout from 3.5.3 to 4.1.1
Bumps [actions/checkout](https://github.com/actions/checkout) from 3.5.3 to 4.1.1. - [Release notes](https://github.com/actions/checkout/releases) - [Changelog](https://github.com/actions/checkout/blob/main/CHANGELOG.md) - [Commits](actions/checkout@v3.5.3...b4ffde6) --- updated-dependencies: - dependency-name: actions/checkout dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] <support@github.com>
Configuration menu - View commit details
-
Copy full SHA for 186c864 - Browse repository at this point
Copy the full SHA 186c864View commit details -
Bump actions/upload-artifact from 3.1.3 to 4.3.1
Bumps [actions/upload-artifact](https://github.com/actions/upload-artifact) from 3.1.3 to 4.3.1. - [Release notes](https://github.com/actions/upload-artifact/releases) - [Commits](actions/upload-artifact@v3.1.3...5d5d22a) --- updated-dependencies: - dependency-name: actions/upload-artifact dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] <support@github.com>
Configuration menu - View commit details
-
Copy full SHA for 42f7e63 - Browse repository at this point
Copy the full SHA 42f7e63View commit details -
Merge pull request #3539 from kubernetes-sigs/dependabot/github_actio…
…ns/actions/checkout-4.1.1 Bump actions/checkout from 3.5.3 to 4.1.1
Configuration menu - View commit details
-
Copy full SHA for 75c5c02 - Browse repository at this point
Copy the full SHA 75c5c02View commit details -
Merge pull request #3540 from kubernetes-sigs/dependabot/github_actio…
…ns/actions/upload-artifact-4.3.1 Bump actions/upload-artifact from 3.1.3 to 4.3.1
Configuration menu - View commit details
-
Copy full SHA for c83316d - Browse repository at this point
Copy the full SHA c83316dView commit details
Commits on Mar 13, 2024
-
https://github.com/containerd/containerd/releases/tag/v1.7.14 Signed-off-by: Akihiro Suda <akihiro.suda.cz@hco.ntt.co.jp>
Configuration menu - View commit details
-
Copy full SHA for 58e30d9 - Browse repository at this point
Copy the full SHA 58e30d9View commit details -
https://github.com/kubernetes-sigs/cri-tools/releases/tag/v1.29.0 Signed-off-by: Akihiro Suda <akihiro.suda.cz@hco.ntt.co.jp>
Configuration menu - View commit details
-
Copy full SHA for e86d486 - Browse repository at this point
Copy the full SHA e86d486View commit details -
https://github.com/containernetworking/plugins/releases/tag/v1.4.0 https://github.com/containernetworking/plugins/releases/tag/v1.4.1 Signed-off-by: Akihiro Suda <akihiro.suda.cz@hco.ntt.co.jp>
Configuration menu - View commit details
-
Copy full SHA for e734c71 - Browse repository at this point
Copy the full SHA e734c71View commit details -
bump containerd-fuse-overlayfs to v1.0.8
https://github.com/containerd/fuse-overlayfs-snapshotter/releases/tag/v1.0.7 https://github.com/containerd/fuse-overlayfs-snapshotter/releases/tag/v1.0.8 Signed-off-by: Akihiro Suda <akihiro.suda.cz@hco.ntt.co.jp>
Configuration menu - View commit details
-
Copy full SHA for 483f235 - Browse repository at this point
Copy the full SHA 483f235View commit details
Commits on Mar 18, 2024
-
Bump actions/checkout from 4.1.1 to 4.1.2
Bumps [actions/checkout](https://github.com/actions/checkout) from 4.1.1 to 4.1.2. - [Release notes](https://github.com/actions/checkout/releases) - [Changelog](https://github.com/actions/checkout/blob/main/CHANGELOG.md) - [Commits](actions/checkout@b4ffde6...9bb5618) --- updated-dependencies: - dependency-name: actions/checkout dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <support@github.com>
Configuration menu - View commit details
-
Copy full SHA for d2951c9 - Browse repository at this point
Copy the full SHA d2951c9View commit details -
Merge pull request #3552 from kubernetes-sigs/dependabot/github_actio…
…ns/actions/checkout-4.1.2 Bump actions/checkout from 4.1.1 to 4.1.2
Configuration menu - View commit details
-
Copy full SHA for 9ea8a59 - Browse repository at this point
Copy the full SHA 9ea8a59View commit details
Commits on Mar 25, 2024
-
Determine which nerdctl implementation
When called via the library path, the nerdctl provider is instantiated without a binary name. We still need to do a lookup to determine if finch or nerdctl is the installed binary to provide the local runtime command line Signed-off-by: Phil Estes <estesp@gmail.com>
Configuration menu - View commit details
-
Copy full SHA for 1759f35 - Browse repository at this point
Copy the full SHA 1759f35View commit details -
Merge pull request #3557 from estesp/fix-binary-lookup-via-library
Determine which nerdctl implementation
Configuration menu - View commit details
-
Copy full SHA for a64c3ab - Browse repository at this point
Copy the full SHA a64c3abView commit details
Commits on Apr 1, 2024
-
Configuration menu - View commit details
-
Copy full SHA for 9b7b41b - Browse repository at this point
Copy the full SHA 9b7b41bView commit details -
Configuration menu - View commit details
-
Copy full SHA for 1a9dd8a - Browse repository at this point
Copy the full SHA 1a9dd8aView commit details -
Merge pull request #3563 from aojea/nftables
add nftables to the base image
Configuration menu - View commit details
-
Copy full SHA for f2cae93 - Browse repository at this point
Copy the full SHA f2cae93View commit details -
Configuration menu - View commit details
-
Copy full SHA for 0495a44 - Browse repository at this point
Copy the full SHA 0495a44View commit details -
Merge pull request #3564 from aojea/bump_base_image
bump base image
Configuration menu - View commit details
-
Copy full SHA for 508143d - Browse repository at this point
Copy the full SHA 508143dView commit details -
Merge pull request #3548 from AkihiroSuda/containerd-1.7.14
bump containerd, cri-tools, CNI plugins, and containerd-fuse-overlayfs
Configuration menu - View commit details
-
Copy full SHA for 3a80749 - Browse repository at this point
Copy the full SHA 3a80749View commit details -
This enables better dependency management via https://go.dev/ref/mod#graph-pruning We previously required 1.16+ We don't want to require especially recent versions because that will break users with `go install` using older packaged golang. We use currently supported much more recent go for our own builds.
Configuration menu - View commit details
-
Copy full SHA for 4121af1 - Browse repository at this point
Copy the full SHA 4121af1View commit details -
Configuration menu - View commit details
-
Copy full SHA for a8ee57f - Browse repository at this point
Copy the full SHA a8ee57fView commit details -
Configuration menu - View commit details
-
Copy full SHA for 7c05010 - Browse repository at this point
Copy the full SHA 7c05010View commit details -
Configuration menu - View commit details
-
Copy full SHA for 5f59a83 - Browse repository at this point
Copy the full SHA 5f59a83View commit details -
switch kindnetd to generic sets
kindnetd is typically pre-compiled and not installed with "go get", kind development already uses much more recent go so requiring 1.18 for kindnetd is fine
Configuration menu - View commit details
-
Copy full SHA for f9a254d - Browse repository at this point
Copy the full SHA f9a254dView commit details -
Configuration menu - View commit details
-
Copy full SHA for 2b793f9 - Browse repository at this point
Copy the full SHA 2b793f9View commit details -
force GOTOOLCHAIN="go${GO_VERSION}" for now
TODO: look at using deprecating .go-version in favor of GOTOOLCHAIN existing knobs
Configuration menu - View commit details
-
Copy full SHA for 3652d39 - Browse repository at this point
Copy the full SHA 3652d39View commit details -
Configuration menu - View commit details
-
Copy full SHA for 738f237 - Browse repository at this point
Copy the full SHA 738f237View commit details -
Configuration menu - View commit details
-
Copy full SHA for 58508bc - Browse repository at this point
Copy the full SHA 58508bcView commit details -
Merge pull request #3335 from BenTheElder/go1.17+
Require go 1.17+
Configuration menu - View commit details
-
Copy full SHA for 506824a - Browse repository at this point
Copy the full SHA 506824aView commit details
Commits on Apr 3, 2024
-
using no concrrent create container with nerdctl
Signed-off-by: Kay Yan <kay.yan@daocloud.io>
Configuration menu - View commit details
-
Copy full SHA for a73cd97 - Browse repository at this point
Copy the full SHA a73cd97View commit details
Commits on Apr 5, 2024
-
Avoid the regression on exec containerd/containerd#10039
Configuration menu - View commit details
-
Copy full SHA for 9228b09 - Browse repository at this point
Copy the full SHA 9228b09View commit details
Commits on Apr 6, 2024
-
Merge pull request #3568 from kubernetes-sigs/aojea-patch-1
Bump containerd to 1.7.15
Configuration menu - View commit details
-
Copy full SHA for f47a5c6 - Browse repository at this point
Copy the full SHA f47a5c6View commit details -
Configuration menu - View commit details
-
Copy full SHA for 0de81b3 - Browse repository at this point
Copy the full SHA 0de81b3View commit details -
Merge pull request #3570 from BenTheElder/new-base
bump base image
Configuration menu - View commit details
-
Copy full SHA for f905e73 - Browse repository at this point
Copy the full SHA f905e73View commit details
Commits on Apr 7, 2024
-
Update pkg/cluster/internal/providers/nerdctl/provider.go
Add todo nerdctl handles concurrency better Co-authored-by: Antonio Ojea <antonio.ojea.garcia@gmail.com> Signed-off-by: Kay Yan <kay.yan@daocloud.io>
Configuration menu - View commit details
-
Copy full SHA for 724ea1a - Browse repository at this point
Copy the full SHA 724ea1aView commit details -
Merge pull request #3567 from yankay/fix-concurrent-crate-node
Fix nerdctl create multi-node cluster fail by do not create container concurrently
Configuration menu - View commit details
-
Copy full SHA for 915b13a - Browse repository at this point
Copy the full SHA 915b13aView commit details
There are no files selected for viewing