diff --git a/.github/workflows/ci.yaml b/.github/workflows/ci.yaml index b79daaf0..8356df20 100644 --- a/.github/workflows/ci.yaml +++ b/.github/workflows/ci.yaml @@ -40,7 +40,7 @@ jobs: os: [ubuntu-latest, macos-latest, windows-latest] shell: [default] experimental: [false] - helm-version: [v3.18.6, v3.19.2, v4.0.0] + helm-version: [v3.18.6, v3.19.2, v4.0.1] include: - os: windows-latest shell: wsl @@ -71,16 +71,16 @@ jobs: - os: windows-latest shell: wsl experimental: false - helm-version: v4.0.0 + helm-version: v4.0.1 - os: windows-latest shell: cygwin experimental: false - helm-version: v4.0.0 + helm-version: v4.0.1 - os: ubuntu-latest container: alpine shell: sh experimental: false - helm-version: v4.0.0 + helm-version: v4.0.1 steps: - name: Disable autocrlf @@ -120,7 +120,7 @@ jobs: # See https://github.com/helmfile/helmfile/pull/286#issuecomment-1250161182 for more context. - helm-version: v3.18.6 - helm-version: v3.19.2 - - helm-version: v4.0.0 + - helm-version: v4.0.1 steps: - uses: engineerd/setup-kind@v0.6.2 with: diff --git a/go.mod b/go.mod index 5201050a..f387d0f9 100644 --- a/go.mod +++ b/go.mod @@ -17,7 +17,7 @@ require ( github.com/stretchr/testify v1.11.1 golang.org/x/term v0.37.0 gopkg.in/yaml.v2 v2.4.0 - helm.sh/helm/v4 v4.0.0 + helm.sh/helm/v4 v4.0.1 k8s.io/api v0.34.2 k8s.io/apiextensions-apiserver v0.34.2 k8s.io/apimachinery v0.34.2 diff --git a/go.sum b/go.sum index 76fbe3c6..f606d0ad 100644 --- a/go.sum +++ b/go.sum @@ -434,8 +434,8 @@ gopkg.in/yaml.v2 v2.4.0/go.mod h1:RDklbk79AGWmwhnvt/jBztapEOGDOx6ZbXqjP6csGnQ= gopkg.in/yaml.v3 v3.0.0-20200313102051-9f266ea9e77c/go.mod h1:K4uyk7z7BCEPqu6E+C64Yfv1cQ7kz7rIZviUmN+EgEM= gopkg.in/yaml.v3 v3.0.1 h1:fxVm/GzAzEWqLHuvctI91KS9hhNmmWOoWu0XTYJS7CA= gopkg.in/yaml.v3 v3.0.1/go.mod h1:K4uyk7z7BCEPqu6E+C64Yfv1cQ7kz7rIZviUmN+EgEM= -helm.sh/helm/v4 v4.0.0 h1:Ppai7cygdmyxSR+JR9djUoVrRmyMI/yY5P5TBd25oHs= -helm.sh/helm/v4 v4.0.0/go.mod h1:G1Y5AE+lJPQSAjh7nbXnhZrtGtxo+I6POSu9DruYiGI= +helm.sh/helm/v4 v4.0.1 h1:WAfnyQEaEnTgaIPJssN+sPx0k1pkKldro8tE4q3c51A= +helm.sh/helm/v4 v4.0.1/go.mod h1:G1Y5AE+lJPQSAjh7nbXnhZrtGtxo+I6POSu9DruYiGI= k8s.io/api v0.34.2 h1:fsSUNZhV+bnL6Aqrp6O7lMTy6o5x2C4XLjnh//8SLYY= k8s.io/api v0.34.2/go.mod h1:MMBPaWlED2a8w4RSeanD76f7opUoypY8TFYkSM+3XHw= k8s.io/apiextensions-apiserver v0.34.2 h1:WStKftnGeoKP4AZRz/BaAAEJvYp4mlZGN0UCv+uvsqo=