Skip to content

Commit b71a802

Browse files
authored
Bump unittests to v0.5.1 (#421)
1 parent 496fc58 commit b71a802

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

.github/workflows/unit.yaml

+1-1
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,7 @@ jobs:
3535
# We should periodically check to see if another fork has taken over maintenance,
3636
# as the de-facto "best" fork has changed several times over the years.
3737
run: |
38-
helm plugin install https://github.com/helm-unittest/helm-unittest.git --version v0.4.4
38+
helm plugin install https://github.com/helm-unittest/helm-unittest.git --version v0.5.1
3939
4040
- name: Install chart dependencies
4141
run: |

CHANGELOG.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
# Changelog
22

33
## Development
4-
* 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)
4+
* Updated our tests/unit to support `unittests` v0.5.1 (#414, #421) (by @jk464)
55

66
## v1.1.0
77
* Fix syntax with ensure-packs-volumes-are-writable job (#403, #411) (by @skiedude)

tests/README.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ Unit tests do not require a running kubernetes cluster.
1111

1212
Before running unit tests, install the `helm-unittest` plugin and ensure you have sub-charts installed:
1313
```
14-
$ helm plugin install https://github.com/helm-unittest/helm-unittest.git
14+
helm plugin install https://github.com/helm-unittest/helm-unittest.git --version v0.5.1
1515
helm dependency update
1616
```
1717

0 commit comments

Comments
 (0)