manusa / actions-setup-minikube

Set up your GitHub Actions workflow with a specific version of Minikube and Kuberentes
Apache License 2.0
62 stars 26 forks source link

deps: bump Minikube and Kubernetes #76

Closed manusa closed 1 year ago

manusa commented 1 year ago
subhamkrai commented 1 year ago

@manusa any estimate when we'll have this fixed and have a new release?

manusa commented 1 year ago

Hi @subhamkrai

@manusa any estimate when we'll have this fixed and have a new release?

I'm working on this, but I'm not sure that Minikube supports v1.26 with all configuration option permutations.

However, you can already use Kubernetes v1.26 with the current actions-setup-minikube release with the following setup:

      - name: Setup Minikube
        uses: manusa/actions-setup-minikube@v2.7.1
        with:
          minikube version: 'v1.28.0'
          kubernetes version: 'v1.26.0'
          github token: ${{ secrets.GITHUB_TOKEN }}
          container runtime: 'containerd'
          driver: docker
manusa commented 1 year ago

Fixed by #95

@manusa any estimate when we'll have this fixed and have a new release?

I'll try to release in the next few hours