Skip to content

Releases: quintush/helm-unittest

v0.2.1

16 Aug 18:15
8830280
Compare
Choose a tag to compare

Added features

  • Add sha256sum validation when shasum is not available [resolves #35 ].

Fixes

  • Ignore validation when both sha tools are not available.
  • Update dependencies to latest compatible versions
  • Update installation script with sha256sum [resolves #38].
  • Update 0.2.1 release [resolves #40]

v0.2.0

28 Apr 07:37
d43f04f
Compare
Choose a tag to compare

Added features

  • Ability to validate multiple template (lrills#38, lrills#54)
  • Having more assertions:
    -> isSubset (lrills#6)
    -> equalRaw (lrills#11)
    -> matchRegexRaw (lrills#11)
    -> matchSnapshotRaw (lrills#11)
    -> contains, expanded with count value (lrills#52)
    -> contains, expanded with any boolean (lrills#74)
    -> failedTemplate (lrills#39, lrills#82)
  • Ability to use checksum validation for release and install (lrills#60)
  • Ability to test dependent charts (lrills#65)

Fixes

  • Templates in subdirectories fail to load (lrills#44)

v0.1.8

03 Apr 15:53
6448024
Compare
Choose a tag to compare

Added features

  • added hq syntax to help escaped values like the dot (#95).

Fixes

  • since v0.1.7 it is possible to install a specific version (#97).
    keep in mind this will only work on v0.1.7 and higher.

v0.1.7

02 Apr 10:57
0b6739a
Compare
Choose a tag to compare

Complete support for Helmv3:

  • able the generate and unittest Helmv3 charts with additional flag.
  • updated libraries to also test unittests with latest Helmv2

v0.1.6: Merge pull request #5 from quintush/feature/test-output-formats

20 Oct 15:48
f3d6dad
Compare
Choose a tag to compare