From b71a80230e9e573b27a48a26624cfeafd7f23644 Mon Sep 17 00:00:00 2001 From: jk464 <44260911+jk464@users.noreply.github.com> Date: Tue, 21 May 2024 00:57:24 +0100 Subject: [PATCH] Bump unittests to v0.5.1 (#421) --- .github/workflows/unit.yaml | 2 +- CHANGELOG.md | 2 +- tests/README.md | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/.github/workflows/unit.yaml b/.github/workflows/unit.yaml index 9d678667..d92ba72a 100644 --- a/.github/workflows/unit.yaml +++ b/.github/workflows/unit.yaml @@ -35,7 +35,7 @@ jobs: # We should periodically check to see if another fork has taken over maintenance, # as the de-facto "best" fork has changed several times over the years. run: | - helm plugin install https://github.com/helm-unittest/helm-unittest.git --version v0.4.4 + helm plugin install https://github.com/helm-unittest/helm-unittest.git --version v0.5.1 - name: Install chart dependencies run: | diff --git a/CHANGELOG.md b/CHANGELOG.md index c73a35e5..68a5a003 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,7 +1,7 @@ # Changelog ## Development -* Updated our tests/unit to support newer versions of `unittests` - for now bumping to `v0.4.4` as `v0.5.0` has a bug that impacts us (see helm-unittest/helm-unittest#329), but testing around the bug shows `v0.5.x` should also "just work" (#414) (by @jk464) +* Updated our tests/unit to support `unittests` v0.5.1 (#414, #421) (by @jk464) ## v1.1.0 * Fix syntax with ensure-packs-volumes-are-writable job (#403, #411) (by @skiedude) diff --git a/tests/README.md b/tests/README.md index b4366533..e40cfd31 100644 --- a/tests/README.md +++ b/tests/README.md @@ -11,7 +11,7 @@ Unit tests do not require a running kubernetes cluster. Before running unit tests, install the `helm-unittest` plugin and ensure you have sub-charts installed: ``` -$ helm plugin install https://github.com/helm-unittest/helm-unittest.git +helm plugin install https://github.com/helm-unittest/helm-unittest.git --version v0.5.1 helm dependency update ```