Skip to content

chore(deps): bump minikube-setup action to 2.16.0, update tested kube versions#3211

Merged
metacosm merged 4 commits intomainfrom
dependabot/github_actions/manusa/actions-setup-minikube-2.16.0
Mar 9, 2026
Merged

chore(deps): bump minikube-setup action to 2.16.0, update tested kube versions#3211
metacosm merged 4 commits intomainfrom
dependabot/github_actions/manusa/actions-setup-minikube-2.16.0

Conversation

@dependabot
Copy link
Copy Markdown
Contributor

@dependabot dependabot bot commented on behalf of github Mar 9, 2026

Bumps manusa/actions-setup-minikube from 2.15.0 to 2.16.0.

Release notes

Sourced from manusa/actions-setup-minikube's releases.

v2.16.0

What's Changed

New Contributors

Full Changelog: manusa/actions-setup-minikube@v2.15.0...v2.16.0

Commits
  • e5e04be [RELEASE] Release v2.16.0
  • 694e1ea chore(docs): document binary dependencies and update procedure
  • 039aa77 chore(deps): bump cri-tools from v1.28.0 to v1.35.0 (#144)
  • 934e59e chore(deps): bump CNI plugins from v1.3.0 to v1.9.0 (#143)
  • 0e8dc5d chore(docs): improve dependency update instructions in AGENTS.md
  • 3a870db chore(deps): bump jest from 29.7.0 to 30.2.0
  • 90e8265 chore(deps): bump prettier from 3.4.2 to 3.8.1
  • 2642994 chore(deps): bump husky from 9.1.6 to 9.1.7
  • 21348b0 chore(deps): bump axios from 1.13.5 to 1.13.6
  • 765e19a feat: expose force output when unsupported K8s version triggers --force (#142)
  • Additional commits viewable in compare view

Dependabot compatibility score

Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting @dependabot rebase.


Dependabot commands and options

You can trigger Dependabot actions by commenting on this PR:

  • @dependabot rebase will rebase this PR
  • @dependabot recreate will recreate this PR, overwriting any edits that have been made to it
  • @dependabot show <dependency name> ignore conditions will show all of the ignore conditions of the specified dependency
  • @dependabot ignore this major version will close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself)
  • @dependabot ignore this minor version will close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself)
  • @dependabot ignore this dependency will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)

Bumps [manusa/actions-setup-minikube](https://github.com/manusa/actions-setup-minikube) from 2.15.0 to 2.16.0.
- [Release notes](https://github.com/manusa/actions-setup-minikube/releases)
- [Commits](manusa/actions-setup-minikube@v2.15.0...v2.16.0)

---
updated-dependencies:
- dependency-name: manusa/actions-setup-minikube
  dependency-version: 2.16.0
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot dependabot bot added dependencies Pull requests that update a dependency file github_actions Pull requests that update Github_actions code labels Mar 9, 2026
Copilot AI review requested due to automatic review settings March 9, 2026 03:33
@dependabot dependabot bot added dependencies Pull requests that update a dependency file github_actions Pull requests that update Github_actions code labels Mar 9, 2026
@dependabot dependabot bot review requested due to automatic review settings March 9, 2026 03:33
@openshift-ci openshift-ci bot requested review from csviri and xstefank March 9, 2026 03:33
Signed-off-by: Chris Laprun <metacosm@gmail.com>
Copilot AI review requested due to automatic review settings March 9, 2026 09:46
Copy link
Copy Markdown
Contributor

Copilot AI left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Pull request overview

This PR updates the GitHub Actions workflow configuration to use a newer version of the manusa/actions-setup-minikube action for CI-based Minikube/Kubernetes testing.

Changes:

  • Bump manusa/actions-setup-minikube from v2.15.0 to v2.16.0 in integration and E2E workflows.
  • Update the Kubernetes version matrix (and default kube version) used by the reusable integration test workflow caller.

Reviewed changes

Copilot reviewed 3 out of 3 changed files in this pull request and generated 2 comments.

File Description
.github/workflows/integration-tests.yml Bumps Minikube setup action to v2.16.0 for reusable integration test workflow.
.github/workflows/e2e-test.yml Bumps Minikube setup action to v2.16.0 for E2E test workflow.
.github/workflows/build.yml Updates Kubernetes versions passed into the reusable integration tests workflow.

💡 Add Copilot custom instructions for smarter, more guided reviews. Learn how to get started.

You can also share your feedback on Copilot code review. Take the survey.

Comment on lines +14 to +17
# Use the latest versions supported by minikube, otherwise GitHub it will
# end up in a throttling requests from minikube and workflow will fail.
# Minikube does such requests only if a version is not officially supported.
kubernetes: [ '1.30.12', '1.31.8', '1.32.4','1.33.1' ]
kubernetes: [ 'v1.32.13','v1.33.9', 'v1.34.5', 'v1.35.2' ]
Copy link

Copilot AI Mar 9, 2026

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

The PR title/description says this is only a bump of manusa/actions-setup-minikube, but this workflow also changes the Kubernetes versions exercised in CI (including adding a v prefix and dropping 1.30/1.31). Please update the PR description/title to reflect this behavioral change, or split the Kubernetes matrix update into a separate PR so it’s easier to review/rollback independently.

Copilot uses AI. Check for mistakes.
Signed-off-by: Chris Laprun <metacosm@gmail.com>
@metacosm metacosm changed the title chore(deps): bump manusa/actions-setup-minikube from 2.15.0 to 2.16.0 chore(deps): bump minikube-setup action to 2.16.0, update tested kube versions Mar 9, 2026
[skip ci]

Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com>
@csviri
Copy link
Copy Markdown
Collaborator

csviri commented Mar 9, 2026

Why is this not running the piplines?

@metacosm
Copy link
Copy Markdown
Collaborator

metacosm commented Mar 9, 2026

Why is this not running the piplines?

It ran on the previous commit, successfully. The last commit was just a format fix so I skipped CI run.

@csviri
Copy link
Copy Markdown
Collaborator

csviri commented Mar 9, 2026

Ahh oki, thank you!

@metacosm metacosm merged commit cd37872 into main Mar 9, 2026
1 check failed
@dependabot dependabot bot deleted the dependabot/github_actions/manusa/actions-setup-minikube-2.16.0 branch March 9, 2026 18:21
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

dependencies Pull requests that update a dependency file github_actions Pull requests that update Github_actions code

Projects

None yet

Development

Successfully merging this pull request may close these issues.

3 participants