Skip to content

Releases: helm/chart-testing

v3.14.0

08 Oct 14:14
2651b49

Choose a tag to compare

What's Changed

  • bug(493): Improved git remote parsing by @rickard-von-essen in #726
  • build(deps): Bump helm.sh/helm/v3 from 3.18.1 to 3.18.2 in the gomod group by @dependabot[bot] in #745
  • Fix helm-extra-set-args in YAML configuration by @arbourd in #713
  • build(deps): Bump helm.sh/helm/v3 from 3.18.2 to 3.18.3 in the gomod group by @dependabot[bot] in #747
  • build(deps): Bump the actions group with 2 updates by @dependabot[bot] in #746
  • build(deps): Bump the actions group with 2 updates by @dependabot[bot] in #750
  • build(deps): Bump github.com/go-viper/mapstructure/v2 from 2.2.1 to 2.3.0 by @dependabot[bot] in #751
  • build(deps): Bump anchore/sbom-action from 0.20.1 to 0.20.2 in the actions group by @dependabot[bot] in #753
  • chore(docs): missing link to CI icon by @Olexandr88 in #752
  • build(deps): Bump github.com/hashicorp/go-retryablehttp from 0.7.7 to 0.7.8 in the gomod group by @dependabot[bot] in #749
  • build(deps): Bump helm.sh/helm/v3 from 3.18.3 to 3.18.4 by @dependabot[bot] in #754
  • build(deps): Bump the actions group with 2 updates by @dependabot[bot] in #757
  • build(deps): Bump github.com/spf13/pflag from 1.0.6 to 1.0.7 in the gomod group by @dependabot[bot] in #756
  • build(deps): Bump docker/login-action from 3.4.0 to 3.5.0 in the actions group by @dependabot[bot] in #758
  • build(deps): Bump actions/checkout from 4.2.2 to 5.0.0 by @dependabot[bot] in #761
  • chore: update GoReleaser configurations by @emmanuel-ferdman in #760
  • build(deps): Bump helm.sh/helm/v3 from 3.18.4 to 3.18.5 by @dependabot[bot] in #762
  • build(deps): Bump the actions group with 2 updates by @dependabot[bot] in #763
  • build(deps): Bump github.com/go-viper/mapstructure/v2 from 2.3.0 to 2.4.0 by @dependabot[bot] in #764
  • build(deps): Bump azure/setup-helm from 4.3.0 to 4.3.1 in the actions group by @dependabot[bot] in #766
  • build(deps): Bump helm.sh/helm/v3 from 3.18.5 to 3.18.6 in the gomod group by @dependabot[bot] in #765
  • build(deps): Bump github.com/stretchr/testify from 1.10.0 to 1.11.0 by @dependabot[bot] in #767
  • build(deps): Bump github.com/spf13/cobra from 1.9.1 to 1.10.1 by @dependabot[bot] in #769
  • build(deps): Bump actions/stale from 9.1.0 to 10.0.0 by @dependabot[bot] in #771
  • build(deps): Bump actions/setup-go from 5.5.0 to 6.0.0 by @dependabot[bot] in #770
  • build(deps): Bump the actions group with 2 updates by @dependabot[bot] in #772
  • build(deps): Bump the gomod group with 2 updates by @dependabot[bot] in #768
  • build(deps): Bump github.com/spf13/viper from 1.20.1 to 1.21.0 by @dependabot[bot] in #775
  • build(deps): Bump docker/login-action from 3.5.0 to 3.6.0 in the actions group by @dependabot[bot] in #776
  • build(deps): Bump actions/stale from 10.0.0 to 10.1.0 in the actions group by @dependabot[bot] in #777
  • Prepare release v3.14.0 by @adberger in #778
  • updates on ci, use go1.25 and update deprecated goreleaser steps by @cpanato in #779

New Contributors

Full Changelog: v3.13.0...v3.14.0

v3.13.0

02 Jun 10:47
dac2d60

Choose a tag to compare

What's Changed

New Contributors

Full Changelog: v3.12.0...v3.13.0

v3.12.0

13 Jan 12:26
d699103

Choose a tag to compare

What's Changed

  • use .helmignore when identifying changed charts by @jouve in #591
  • if pr/issues have the frozen label to not stale/close by @cpanato in #651
  • Fix typo in README.md by @DaruZero in #665
  • docs: updated quay link by @youngcm2 in #666
  • Feature: add extra flags to skip helm dependencies download and upgrade Go to 1.23 by @cpanato in #690
  • Add missing helm-extra-set-args configuration flag by @LeoColomb in #697

New Contributors

Full Changelog: v3.11.0...v3.12.0

v3.11.0

27 Apr 12:23
a2ecd82

Choose a tag to compare

Breaking change

  • change default target-branch to main

What's Changed

  • (Breaking change) chore: change default target-branch to main by @fty4 in #510
  • feat(docker): Bump dependencies in Dockerfile by @meyfa in #620
  • Fix for --upgrade option by @soar in #624
  • Upgrade go to 1.22 and housekeeping by @cpanato in #641

New Contributors

Full Changelog: v3.10.1...v3.11.0

v3.10.1

03 Nov 12:21
c35d32b

Choose a tag to compare

What's Changed

Full Changelog: v3.10.0...v3.10.1

v3.10.0

31 Oct 14:32
0cb17e5

Choose a tag to compare

What's Changed

  • Sort event list by @joejulian in #584
  • use the same ref to check branch existance and merge-base calculation by @jouve in #601
  • feat(helm): Add support for OCI chart repositories by @jcsf in #445

New Contributors

Full Changelog: v3.9.0...v3.10.0

v3.9.0

10 Jul 17:02
88cc702

Choose a tag to compare

What's Changed

New Contributors

Full Changelog: v3.8.0...v3.9.0

v3.8.0

24 Mar 13:41
7f3a83d

Choose a tag to compare

What's Changed

  • add skip-clean-up option to not remove the charts when finishing the tests by @cpanato in #478
  • add .ct in current working-directory as config directory by @itscaro in #479
  • Fix parsing kubectl output with warnings by @usmonster in #470
  • Upgrade to go 120 by @cpanato in #523
  • Update docs and examples for v3.7.1 by @ljtill in #527
  • sync version comments, update actions and update cosign flag by @cpanato in #538

New Contributors

Full Changelog: v3.7.1...v3.8.0

v3.7.1

27 Sep 07:59
f261a28

Choose a tag to compare

What's Changed

New Contributors

Full Changelog: v3.7.0...v3.7.1

v3.7.0

27 Jul 10:04
1d3feac

Choose a tag to compare

What's Changed

New Contributors

Full Changelog: v3.6.0...v3.7.0