forked from kubernetes/minikube
-
Notifications
You must be signed in to change notification settings - Fork 1
[pull] master from kubernetes:master #1065
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Open
pull
wants to merge
10,000
commits into
next-stack:master
Choose a base branch
from
kubernetes:master
base: master
Could not load branches
Branch not found: {{ refName }}
Loading
Could not load tags
Nothing to show
Loading
Are you sure you want to change the base?
Some commits from the old base branch may be removed from the timeline,
and old review comments may become outdated.
Open
Conversation
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
* add arm64 smoke test free github aciton runners * fix: remove unnecessary blank line in Makefile * fix: adjust permissions indentation and allow continuation on linux info block * update info block for cpu arm64 * update info block * update info block * add functional arm64 tests free gha runners * refactor: replace kubectl installation script with azure/setup-kubectl action * delete: remove functional_verified workflow file
* remove free gha macos functioanl tests * remove line
…22110) * refactor functional test to build in x86 and armt64 in parallel * ci: include functional_test.yml in workflow triggers * ci: update arm64 job to run on ubuntu-24.04-arm * move build-test-binaries into a matrix * enhance build-test-binaries job names to be concise * ci: add name to build-test-binaries job for clarity * ci: rename build-test-binaries job for arm architecture to clarify target
* iso: Use same go version (1.25.5)
We still use go 1.23.4 which fail to buid runc when updating nerdctl to
latest stable version[1]:
go build -trimpath "-buildmode=pie" -tags "seccomp" -ldflags "-X main.gitCommit=8bd78a9977e604c4d5f67a7415d7b8b8c109cdc4 " -o runc .
# github.com/opencontainers/runc/libcontainer/configs
libcontainer/configs/config.go:332:25: undefined: strings.SplitSeq
strings.SplitSeq was added in go 1.24.0[2]
We use the same GO_VERSION variable for the iso build. This overrides
GO_VERSION in the buildroot go package.
Testing shows that go is installed from binary release, so we have now
checksums for both source and binary releases for amd64 and arm64.
Buildroot builtin go.hash does the same[3].
[1] https://storage.cloud.google.com/minikube-builds/logs/22099/0a27ed4/iso_build.txt
[2] https://pkg.go.dev/strings#SplitSeq
[3] https://github.com/buildroot/buildroot/blob/master/package/go/go.hash
* Updating ISO to v1.37.0-1765481609-22101
---------
Co-authored-by: minikube-bot <[email protected]>
Buildroot seems to prefer binary releases so we need to keep both source and binary releases hashes. The tool ensures that for we have all the hashes for the specified version.
* ci: replace macOS and Linux info blocks with a reusable action * fix: add a newline for better readability in Makefile * refactor: remove Linux-specific info block from functional test workflow
* Kicbase/ISO: Update nerdctl from 1.7.7 to 2.2.0 * Updating kicbase image to v0.0.48-1765575274-22117 * Updating ISO to v1.37.0-1765579389-22117
* ci: add early exit for high load average in smoke test job * ci: include smoke-test.yml in paths for pull request triggers * ci: adjust load average check to consider CPU cores for early job exit
* Kicbase/ISO: Update containerd from 2.1.4 to 2.2.0 * Updating kicbase image to v0.0.48-1765661130-22141 * Updating ISO to v1.37.0-1765668803-22141 * Updating ISO to v1.37.0-1765846775-22141
Signed-off-by: Jeff MAURY <[email protected]>
* ci: Add baremetal containerd functional test matrix and its installation steps. * build: Add `--container-runtime=containerd` to functional test start arguments. * feat: add functional test for baremetal-containerd-ubuntu-24.04-arm64
…_64` suffix and shortening `arm64` to `arm`. (#22178)
…ha-105-g20ccfc88 (#22127)
* Addon portainer: Upgrade to version 2.27.7 * Add update portainer * CI: Add portainer workflow * change Makefile to run update-portainer to hack folder
#22161) Bumps [peter-evans/create-pull-request](https://github.com/peter-evans/create-pull-request) from 7.0.11 to 8.0.0. - [Release notes](https://github.com/peter-evans/create-pull-request/releases) - [Commits](peter-evans/create-pull-request@22a9089...98357b1) --- updated-dependencies: - dependency-name: peter-evans/create-pull-request dependency-version: 8.0.0 dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Bumps [actions/upload-artifact](https://github.com/actions/upload-artifact) from 5.0.0 to 6.0.0. - [Release notes](https://github.com/actions/upload-artifact/releases) - [Commits](actions/upload-artifact@330a01c...b7c566a) --- updated-dependencies: - dependency-name: actions/upload-artifact dependency-version: 6.0.0 dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Bumps [actions/download-artifact](https://github.com/actions/download-artifact) from 6.0.0 to 7.0.0. - [Release notes](https://github.com/actions/download-artifact/releases) - [Commits](actions/download-artifact@018cc2c...37930b1) --- updated-dependencies: - dependency-name: actions/download-artifact dependency-version: 7.0.0 dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Bumps [golang.org/x/sys](https://github.com/golang/sys) from 0.37.0 to 0.38.0. - [Commits](golang/sys@v0.37.0...v0.38.0) --- updated-dependencies: - dependency-name: golang.org/x/sys dependency-version: 0.38.0 dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Bumps [golang.org/x/sys](https://github.com/golang/sys) from 0.39.0 to 0.40.0. - [Commits](golang/sys@v0.39.0...v0.40.0) --- updated-dependencies: - dependency-name: golang.org/x/sys dependency-version: 0.40.0 dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <[email protected]>
…ile path and build context.
…om image push targets.
…ame in gvisor cloudbuild.yaml.
…ironment variable in Cloud Build configurations.
…s various directories.
Bumps the bump-dockerfiles group in /deploy/images/kubernetes-bootcamp with 1 update: node. Updates `node` from 24-slim to 25-slim --- updated-dependencies: - dependency-name: node dependency-version: 25-slim dependency-type: direct:production dependency-group: bump-dockerfiles ... Signed-off-by: dependabot[bot] <[email protected]>
The upstream documentation was removed without a replacement. Refer to the git repository, which will soon be retired too.
…m to list commands.
These targets were not supported by Kubernetes itself. They only ran a remote cluster, but are not needed now.
Don't support arm32/v7 (arm), but require arm64/v8. The old machines don't have enough memory anyway...
Bumps the bump-dockerfiles-build group in /deploy/iso/minikube-iso with 1 update: ubuntu. Updates `ubuntu` from 22.04 to 24.04 --- updated-dependencies: - dependency-name: ubuntu dependency-version: '24.04' dependency-type: direct:production dependency-group: bump-dockerfiles-build ... Signed-off-by: dependabot[bot] <[email protected]>
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
See Commits and Changes for more details.
Created by
pull[bot]
Can you help keep this open source service alive? 💖 Please sponsor : )