Skip to content

Conversation

@pull
Copy link

@pull pull bot commented Aug 12, 2021

See Commits and Changes for more details.


Created by pull[bot]

Can you help keep this open source service alive? 💖 Please sponsor : )

@pull pull bot added the ⤵️ pull label Aug 12, 2021
medyagh and others added 29 commits December 11, 2025 14:09
* 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
* 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
* 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>
medyagh and others added 30 commits January 8, 2026 14:43
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]>
…ironment variable in Cloud Build configurations.
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.
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

Projects

None yet

Development

Successfully merging this pull request may close these issues.