1
0
mirror of https://github.com/helm/chart-testing.git synced 2026-02-05 18:45:18 +01:00

431 Commits

Author SHA1 Message Date
dependabot[bot]
dac2d60e7a build(deps): Bump helm.sh/helm/v3 in the gomod group (#744)
Bumps the gomod group with 1 update: [helm.sh/helm/v3](https://github.com/helm/helm).


Updates `helm.sh/helm/v3` from 3.18.0 to 3.18.1
- [Release notes](https://github.com/helm/helm/releases)
- [Commits](https://github.com/helm/helm/compare/v3.18.0...v3.18.1)

---
updated-dependencies:
- dependency-name: helm.sh/helm/v3
  dependency-version: 3.18.1
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: gomod
...

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
v3.13.0
2025-06-02 12:42:11 +02:00
dependabot[bot]
c561d5be44 build(deps): Bump alpine from 3.21 to 3.22 in the docker group (#743)
Bumps the docker group with 1 update: alpine.


Updates `alpine` from 3.21 to 3.22

---
updated-dependencies:
- dependency-name: alpine
  dependency-version: '3.22'
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: docker
...

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2025-06-02 12:41:59 +02:00
Artur Shad Nik
2af5e2357f feat: add --wait flag to helm uninstall (#721)
Signed-off-by: Artur Shad Nik <arturshadnik@gmail.com>
2025-06-02 12:32:00 +02:00
Alison Hart
3f428cda4d Add release-name option (#735)
Signed-off-by: alisonlhart <alhart@redhat.com>
2025-06-02 10:41:47 +02:00
Ben Lavery-Griffiths
5b4fb1a4cf Fix chart_schema.yaml import-values rule (#725)
The existing rule for validating dependency import-values worked well for either of these two cases:

**1. Importing exports**

```yaml
dependencies:
- name: dep1
  version: 0.14.1
  repository: oci://myrepo
  import-values:
    - data
```

**2. Importing child values into the parent**

```yaml
dependencies:
- name: dep1
  version: 0.14.1
  repository: oci://myrepo
  import-values:
    - child: default.data
      parent: myimports
```

However, it failed on the following valid usecase:

```yaml
dependencies:
- name: dep1
  version: 0.14.1
  repository: oci://myrepo
  import-values:
    - data
    - child: default.data
      parent: myimports
```

Giving the following error:

```
dependencies.0.import-values.1: '{'parent': 'myimports', 'child': 'default.data'}' is not a str.
dependencies.0.import-values.0 : 'data' is not a map
```

This is because the Yamale is validating on a list of strings *or* a list of `import-value`, where a list containing both is also valid.

This commit changes the rule to allow both methods to be in the `import-values` list.

Signed-off-by: Ben Lavery-Griffiths <ben@lavery-griffiths.com>
2025-06-02 10:40:03 +02:00
PaoloGallina
5bde7c54d4 feat(upgrade): using the values instead of --reuse-values (#742)
Signed-off-by: Paolo Gallina <paologallina1992@gmail.com>
2025-06-02 10:30:49 +02:00
dependabot[bot]
1b168bdf17 Bump helm.sh/helm/v3 from 3.16.4 to 3.18.0 (#740)
Bumps [helm.sh/helm/v3](https://github.com/helm/helm) from 3.16.4 to 3.18.0.
- [Release notes](https://github.com/helm/helm/releases)
- [Commits](https://github.com/helm/helm/compare/v3.16.4...v3.18.0)

---
updated-dependencies:
- dependency-name: helm.sh/helm/v3
  dependency-version: 3.18.0
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2025-05-20 04:11:01 +02:00
dependabot[bot]
dc13d0be8b Bump anchore/sbom-action from 0.19.0 to 0.20.0 in the actions group (#741)
Bumps the actions group with 1 update: [anchore/sbom-action](https://github.com/anchore/sbom-action).


Updates `anchore/sbom-action` from 0.19.0 to 0.20.0
- [Release notes](https://github.com/anchore/sbom-action/releases)
- [Changelog](https://github.com/anchore/sbom-action/blob/main/RELEASE.md)
- [Commits](9f73021414...e11c554f70)

---
updated-dependencies:
- dependency-name: anchore/sbom-action
  dependency-version: 0.20.0
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: actions
...

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2025-05-20 04:10:34 +02:00
dependabot[bot]
a1b3eac90b Bump actions/setup-go from 5.4.0 to 5.5.0 in the actions group (#739) 2025-05-13 08:45:01 +02:00
dependabot[bot]
65a9e6aca9 Bump github.com/spf13/viper from 1.20.0 to 1.20.1 in the gomod group (#729)
Bumps the gomod group with 1 update: [github.com/spf13/viper](https://github.com/spf13/viper).


Updates `github.com/spf13/viper` from 1.20.0 to 1.20.1
- [Release notes](https://github.com/spf13/viper/releases)
- [Commits](https://github.com/spf13/viper/compare/v1.20.0...v1.20.1)

---
updated-dependencies:
- dependency-name: github.com/spf13/viper
  dependency-version: 1.20.1
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: gomod
...

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2025-05-06 10:27:58 +02:00
dependabot[bot]
a3f2df35e1 Bump golangci/golangci-lint-action from 6.5.2 to 8.0.0 (#736)
* Bump golangci/golangci-lint-action from 6.5.2 to 8.0.0

Bumps [golangci/golangci-lint-action](https://github.com/golangci/golangci-lint-action) from 6.5.2 to 8.0.0.
- [Release notes](https://github.com/golangci/golangci-lint-action/releases)
- [Commits](55c2c1448f...4afd733a84)

---
updated-dependencies:
- dependency-name: golangci/golangci-lint-action
  dependency-version: 8.0.0
  dependency-type: direct:production
  update-type: version-update:semver-major
...

Signed-off-by: dependabot[bot] <support@github.com>

* migrate config

Signed-off-by: Carlos Panato <ctadeu@gmail.com>

* fix lints

Signed-off-by: Carlos Panato <ctadeu@gmail.com>

---------

Signed-off-by: dependabot[bot] <support@github.com>
Signed-off-by: Carlos Panato <ctadeu@gmail.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Co-authored-by: Carlos Panato <ctadeu@gmail.com>
2025-05-06 10:27:43 +02:00
dependabot[bot]
d50e4db349 Bump the actions group across 1 directory with 3 updates (#733) 2025-04-29 08:09:17 +02:00
dependabot[bot]
4db1e00358 Bump actions/setup-go from 5.3.0 to 5.4.0 in the actions group (#727) 2025-03-25 09:09:26 +01:00
dependabot[bot]
76c61a1daa Bump github.com/spf13/viper from 1.19.0 to 1.20.0 (#723) 2025-03-18 08:23:02 +01:00
dependabot[bot]
4176842cb3 Bump the actions group with 2 updates (#724) 2025-03-18 08:21:15 +01:00
dependabot[bot]
916c9e4bd0 Bump the actions group with 2 updates (#719) 2025-03-04 08:44:39 +01:00
dependabot[bot]
927ed11f86 Bump the actions group with 2 updates (#718) 2025-02-25 07:52:24 +01:00
dependabot[bot]
c9dd5cb0c3 Bump the actions group with 2 updates (#717) 2025-02-18 08:52:02 +01:00
dependabot[bot]
238a4c10fa Bump github.com/spf13/cobra from 1.8.1 to 1.9.1 (#716) 2025-02-18 08:38:02 +01:00
dependabot[bot]
7df5919781 Bump the actions group with 4 updates (#714) 2025-02-11 00:36:20 +01:00
dependabot[bot]
e3ee8b5ec1 Bump github.com/spf13/pflag from 1.0.5 to 1.0.6 in the gomod group (#712) 2025-02-04 07:55:54 +01:00
dependabot[bot]
d3dba21ace Bump the actions group with 3 updates (#711)
Bumps the actions group with 3 updates: [actions/setup-go](https://github.com/actions/setup-go), [anchore/sbom-action](https://github.com/anchore/sbom-action) and [actions/stale](https://github.com/actions/stale).


Updates `actions/setup-go` from 5.2.0 to 5.3.0
- [Release notes](https://github.com/actions/setup-go/releases)
- [Commits](3041bf56c9...f111f3307d)

Updates `anchore/sbom-action` from 0.17.9 to 0.18.0
- [Release notes](https://github.com/anchore/sbom-action/releases)
- [Changelog](https://github.com/anchore/sbom-action/blob/main/RELEASE.md)
- [Commits](df80a981bc...f325610c9f)

Updates `actions/stale` from 9.0.0 to 9.1.0
- [Release notes](https://github.com/actions/stale/releases)
- [Changelog](https://github.com/actions/stale/blob/main/CHANGELOG.md)
- [Commits](28ca103628...5bef64f19d)

---
updated-dependencies:
- dependency-name: actions/setup-go
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: actions
- dependency-name: anchore/sbom-action
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: actions
- dependency-name: actions/stale
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: actions
...

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2025-01-28 08:48:52 +01:00
dependabot[bot]
ff6f562b38 Bump golangci/golangci-lint-action in the actions group (#710) 2025-01-21 08:32:27 +01:00
Carlos Tadeu Panato Junior
47653e71ea bump alpine and tools (#704)
* bump alpine and tools

Signed-off-by: cpanato <ctadeu@gmail.com>

* drop pinned yamllint version

Signed-off-by: cpanato <ctadeu@gmail.com>

---------

Signed-off-by: cpanato <ctadeu@gmail.com>
2025-01-20 12:02:22 +01:00
dependabot[bot]
e9ed2b948f Bump docker/setup-qemu-action from 3.2.0 to 3.3.0 in the actions group (#705) 2025-01-14 08:50:43 +01:00
dependabot[bot]
d699103501 Bump helm/kind-action from 1.11.0 to 1.12.0 in the actions group (#702)
Bumps the actions group with 1 update: [helm/kind-action](https://github.com/helm/kind-action).


Updates `helm/kind-action` from 1.11.0 to 1.12.0
- [Release notes](https://github.com/helm/kind-action/releases)
- [Commits](ae94020eaf...a1b0e39133)

---
updated-dependencies:
- dependency-name: helm/kind-action
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: actions
...

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
v3.12.0
2024-12-24 10:44:30 +01:00
dependabot[bot]
dd92601091 Bump helm.sh/helm/v3 from 3.16.3 to 3.16.4 in the gomod group (#700) 2024-12-17 11:15:52 +01:00
dependabot[bot]
4e356c6877 Bump the actions group with 4 updates (#701) 2024-12-17 11:14:58 +01:00
Léo Colombaro
b9f7ae90ab Add missing helm-extra-set-args configuration flag (#697)
This should allow defining `helm-extra-set-args`  within the config file or as an environment variable.

Signed-off-by: Léo Colombaro <LeoColomb@users.noreply.github.com>
2024-12-02 18:11:01 +01:00
dependabot[bot]
d17258c573 Bump anchore/sbom-action from 0.17.7 to 0.17.8 in the actions group (#696) 2024-11-26 08:43:13 +01:00
dependabot[bot]
00c7972386 Bump github.com/stretchr/testify from 1.9.0 to 1.10.0 (#695) 2024-11-26 08:42:50 +01:00
dependabot[bot]
ff71da504a Bump helm.sh/helm/v3 from 3.16.2 to 3.16.3 in the gomod group (#694)
Bumps the gomod group with 1 update: [helm.sh/helm/v3](https://github.com/helm/helm).


Updates `helm.sh/helm/v3` from 3.16.2 to 3.16.3
- [Release notes](https://github.com/helm/helm/releases)
- [Commits](https://github.com/helm/helm/compare/v3.16.2...v3.16.3)

---
updated-dependencies:
- dependency-name: helm.sh/helm/v3
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: gomod
...

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2024-11-19 09:45:09 +01:00
dependabot[bot]
d2acfaa059 Bump the actions group with 2 updates (#692) 2024-11-12 03:47:04 +01:00
Carlos Tadeu Panato Junior
3e61ea4c85 Feature: add extra flags to skip helm dependencies download and upgrade Go to 1.23 (#690)
Signed-off-by: cpanato <ctadeu@gmail.com>
2024-11-08 12:01:45 +01:00
dependabot[bot]
821eb0390c Bump anchore/sbom-action from 0.17.5 to 0.17.6 in the actions group (#691)
Bumps the actions group with 1 update: [anchore/sbom-action](https://github.com/anchore/sbom-action).


Updates `anchore/sbom-action` from 0.17.5 to 0.17.6
- [Release notes](https://github.com/anchore/sbom-action/releases)
- [Changelog](https://github.com/anchore/sbom-action/blob/main/RELEASE.md)
- [Commits](1ca97d9028...251a468eed)

---
updated-dependencies:
- dependency-name: anchore/sbom-action
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: actions
...

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2024-11-05 10:58:36 +01:00
dependabot[bot]
80c0af694e Bump the actions group with 2 updates (#688) 2024-10-29 07:53:24 +01:00
dependabot[bot]
692c205eca Bump anchore/sbom-action from 0.17.3 to 0.17.5 in the actions group (#686)
Bumps the actions group with 1 update: [anchore/sbom-action](https://github.com/anchore/sbom-action).


Updates `anchore/sbom-action` from 0.17.3 to 0.17.5
- [Release notes](https://github.com/anchore/sbom-action/releases)
- [Changelog](https://github.com/anchore/sbom-action/blob/main/RELEASE.md)
- [Commits](f5e124a5e5...1ca97d9028)

---
updated-dependencies:
- dependency-name: anchore/sbom-action
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: actions
...

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2024-10-22 04:54:37 +02:00
dependabot[bot]
802815f4e8 Bump helm.sh/helm/v3 from 3.16.1 to 3.16.2 in the gomod group (#684) 2024-10-15 07:27:14 +02:00
dependabot[bot]
b998f2b879 Bump anchore/sbom-action from 0.17.2 to 0.17.3 in the actions group (#683) 2024-10-15 07:26:47 +02:00
dependabot[bot]
e7c4cc2be7 Bump the actions group with 4 updates (#681) 2024-10-08 08:17:11 +02:00
dependabot[bot]
e17c8a904a Bump actions/checkout from 4.1.7 to 4.2.0 in the actions group (#679) 2024-10-01 07:22:19 +02:00
dependabot[bot]
ae558c25f7 Bump helm.sh/helm/v3 from 3.15.4 to 3.16.1 (#678) 2024-09-17 08:10:55 +02:00
dependabot[bot]
62b0b96b1e Bump anchore/sbom-action from 0.17.1 to 0.17.2 in the actions group (#676) 2024-08-27 08:26:20 +02:00
dependabot[bot]
3298f615c3 Bump anchore/sbom-action from 0.17.0 to 0.17.1 in the actions group (#674) 2024-08-20 02:35:49 +02:00
dependabot[bot]
f4ded573f7 Bump helm.sh/helm/v3 from 3.15.3 to 3.15.4 in the gomod group (#673) 2024-08-20 02:35:26 +02:00
dependabot[bot]
7db1d79b57 Bump sigstore/cosign-installer from 3.5.0 to 3.6.0 in the actions group (#671) 2024-08-13 02:21:53 +02:00
dependabot[bot]
5b6b770568 Bump the actions group with 2 updates (#670)
Bumps the actions group with 2 updates: [docker/setup-buildx-action](https://github.com/docker/setup-buildx-action) and [golangci/golangci-lint-action](https://github.com/golangci/golangci-lint-action).


Updates `docker/setup-buildx-action` from 3.5.0 to 3.6.1
- [Release notes](https://github.com/docker/setup-buildx-action/releases)
- [Commits](aa33708b10...988b5a0280)

Updates `golangci/golangci-lint-action` from 6.0.1 to 6.1.0
- [Release notes](https://github.com/golangci/golangci-lint-action/releases)
- [Commits](a4f60bb28d...aaa42aa062)

---
updated-dependencies:
- dependency-name: docker/setup-buildx-action
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: actions
- dependency-name: golangci/golangci-lint-action
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: actions
...

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2024-07-30 17:18:51 +02:00
dependabot[bot]
1257197116 Bump the actions group with 3 updates (#669)
Bumps the actions group with 3 updates: [docker/setup-qemu-action](https://github.com/docker/setup-qemu-action), [docker/setup-buildx-action](https://github.com/docker/setup-buildx-action) and [docker/login-action](https://github.com/docker/login-action).


Updates `docker/setup-qemu-action` from 3.1.0 to 3.2.0
- [Release notes](https://github.com/docker/setup-qemu-action/releases)
- [Commits](5927c834f5...49b3bc8e6b)

Updates `docker/setup-buildx-action` from 3.4.0 to 3.5.0
- [Release notes](https://github.com/docker/setup-buildx-action/releases)
- [Commits](4fd812986e...aa33708b10)

Updates `docker/login-action` from 3.2.0 to 3.3.0
- [Release notes](https://github.com/docker/login-action/releases)
- [Commits](0d4c9c5ea7...9780b0c442)

---
updated-dependencies:
- dependency-name: docker/setup-qemu-action
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: actions
- dependency-name: docker/setup-buildx-action
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: actions
- dependency-name: docker/login-action
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: actions
...

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2024-07-23 16:29:33 +02:00
Chris Young
8e94a488e4 docs: updated quay link (#666)
Signed-off-by: Chris Young <chris.young@swimlane.com>
2024-07-16 07:58:39 +00:00
dependabot[bot]
659006d6fb Bump the actions group with 2 updates (#668)
Bumps the actions group with 2 updates: [actions/setup-go](https://github.com/actions/setup-go) and [anchore/sbom-action](https://github.com/anchore/sbom-action).


Updates `actions/setup-go` from 5.0.1 to 5.0.2
- [Release notes](https://github.com/actions/setup-go/releases)
- [Commits](cdcb360436...0a12ed9d6a)

Updates `anchore/sbom-action` from 0.16.0 to 0.17.0
- [Release notes](https://github.com/anchore/sbom-action/releases)
- [Commits](e8d2a6937e...d94f46e13c)

---
updated-dependencies:
- dependency-name: actions/setup-go
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: actions
- dependency-name: anchore/sbom-action
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: actions
...

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2024-07-16 09:50:54 +02:00