Skip to content

Releases: manusa/actions-setup-minikube

v2.11.0

09 May 13:22
92af4db
Compare
Choose a tag to compare

What's Changed

New Contributors

Full Changelog: v2.10.0...v2.11.0

v2.10.0

02 Jan 11:31
Compare
Choose a tag to compare

What's Changed

Full Changelog: v2.9.0...v2.10.0

v2.9.0

12 Sep 11:41
3856c6f
Compare
Choose a tag to compare

What's Changed

Full Changelog: v2.8.0...v2.9.0

v2.8.0

12 Sep 10:51
d5a952d
Compare
Choose a tag to compare

What's Changed

  • fix: misc fixes to download function by @manusa in #80
  • fix: restore binary replacement in cri-dockerd.service file by @manusa in #81
  • ci: Ubuntu 18 no longer supported in GitHub by @manusa in #84
  • feat: install cni-plugins by @manusa in #85
  • deps: bump @actions/core to v1.10.1 by @manusa in #87
  • deps: bump @actions/io to v1.1.2 by @manusa in #88
  • deps: bump axios to v1.5.0 by @manusa in #89
  • deps: bump prettier to v3.0.3 by @manusa in #90
  • deps: bump jest to v29.7.0 by @manusa in #91
  • deps: bump husky to v8.0.3 by @manusa in #92
  • fix: missing -t argument in CNI plugns install by @manusa in #94
  • feat: support CRI by @manusa in #95
  • feat: Kubernetes 1.26 support by @manusa in #96
  • feat: Kubernetes 1.27 support by @manusa in #97

Full Changelog: v2.7.2...v2.8.0

v2.7.2

14 Dec 08:36
Compare
Choose a tag to compare

What's Changed

  • deps: bump cri-dockerd to 0.2.3 by @manusa in #78
  • fix: use explicit crictl version (v1.25.0) by @manusa in #79

Note, if you are using the action with kubernetes >= 1.24 you need to update.

Full Changelog: v2.7.1...v2.7.2

v2.7.1

30 Oct 06:33
Compare
Choose a tag to compare

What's Changed

Full Changelog: v2.7.0...v2.7.1

v2.7.0

08 Aug 05:40
Compare
Choose a tag to compare

What's Changed

  • feat: support for Ubuntu 22.04 by @manusa in #64

Full Changelog: v2.6.1...v2.7.0

v2.6.1

21 Jul 11:17
Compare
Choose a tag to compare

What's Changed

  • deps: Bump Minikube and Kubernetes by @manusa in #66
  • deps: bump npm dependencies by @manusa in #67

Full Changelog: v2.6.0...v2.6.1

v2.6.0

09 May 10:57
Compare
Choose a tag to compare

What's Changed

  • Transparent support for Kubernetes v1.24.0

Full Changelog: v2.5.0...v2.6.0

Note 📢

  • No additional requirements or configurations are needed to run Kubernetes 1.24.0 🎉

v2.5.0

06 May 13:32
Compare
Choose a tag to compare

What's Changed

  • Support for Kubernetes v1.24.0
  • Added input option to easily setup the container runtime

Full Changelog: v2.4.3...v2.5.0

Note

To run Kubernetes v1.24.0 you'll need to manually provide the container runtime option and set it to containerd.

      - name: Setup Minikube
        uses: manusa/actions-setup-minikube@v2.5.0
        with:
          minikube version: 'v1.25.1'
          kubernetes version: 'v1.24.0'
          github token: ${{ secrets.GITHUB_TOKEN }}
          container runtime: containerd