dependabot[bot]
3c1ffaa3c1
build(deps): Bump docker/login-action in the actions group ( #758 )
2025-08-05 10:33:15 +02:00
dependabot[bot]
b1394aba09
build(deps): Bump github.com/spf13/pflag in the gomod group ( #756 )
2025-07-29 08:06:18 +02:00
dependabot[bot]
eb6d0cf46b
build(deps): Bump the actions group with 2 updates ( #757 )
2025-07-29 08:05:48 +02:00
dependabot[bot]
4314d1910d
build(deps): Bump helm.sh/helm/v3 from 3.18.3 to 3.18.4 ( #754 )
...
---
updated-dependencies:
- dependency-name: helm.sh/helm/v3
dependency-version: 3.18.4
dependency-type: direct:production
...
Signed-off-by: dependabot[bot] <support@github.com >
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2025-07-09 08:02:16 +02:00
dependabot[bot]
d6180b3d5c
build(deps): Bump github.com/hashicorp/go-retryablehttp ( #749 )
...
Bumps the gomod group with 1 update: [github.com/hashicorp/go-retryablehttp](https://github.com/hashicorp/go-retryablehttp ).
Updates `github.com/hashicorp/go-retryablehttp` from 0.7.7 to 0.7.8
- [Changelog](https://github.com/hashicorp/go-retryablehttp/blob/main/CHANGELOG.md )
- [Commits](https://github.com/hashicorp/go-retryablehttp/compare/v0.7.7...v0.7.8 )
---
updated-dependencies:
- dependency-name: github.com/hashicorp/go-retryablehttp
dependency-version: 0.7.8
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-07-08 15:20:44 +02:00
Olexandr88
35322269d0
Update README.md ( #752 )
...
Signed-off-by: Olexandr88 <radole1203@gmail.com >
2025-07-08 15:20:34 +02:00
dependabot[bot]
e3c1497bf8
build(deps): Bump anchore/sbom-action in the actions group ( #753 )
...
Bumps the actions group with 1 update: [anchore/sbom-action](https://github.com/anchore/sbom-action ).
Updates `anchore/sbom-action` from 0.20.1 to 0.20.2
- [Release notes](https://github.com/anchore/sbom-action/releases )
- [Changelog](https://github.com/anchore/sbom-action/blob/main/RELEASE.md )
- [Commits](9246b90769...cee1b8e05a )
---
updated-dependencies:
- dependency-name: anchore/sbom-action
dependency-version: 0.20.2
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>
2025-07-08 08:50:36 +02:00
dependabot[bot]
1a9a50b26b
build(deps): Bump github.com/go-viper/mapstructure/v2 ( #751 )
2025-06-27 18:48:26 +02:00
dependabot[bot]
eb2b1d608b
build(deps): Bump the actions group with 2 updates ( #750 )
2025-06-24 07:57:34 +02:00
dependabot[bot]
b57336a8fa
build(deps): Bump the actions group with 2 updates ( #746 )
...
Bumps the actions group with 2 updates: [anchore/sbom-action](https://github.com/anchore/sbom-action ) and [docker/setup-buildx-action](https://github.com/docker/setup-buildx-action ).
Updates `anchore/sbom-action` from 0.20.0 to 0.20.1
- [Release notes](https://github.com/anchore/sbom-action/releases )
- [Changelog](https://github.com/anchore/sbom-action/blob/main/RELEASE.md )
- [Commits](e11c554f70...9246b90769 )
Updates `docker/setup-buildx-action` from 3.10.0 to 3.11.0
- [Release notes](https://github.com/docker/setup-buildx-action/releases )
- [Commits](b5ca514318...18ce135bb5 )
---
updated-dependencies:
- dependency-name: anchore/sbom-action
dependency-version: 0.20.1
dependency-type: direct:production
update-type: version-update:semver-patch
dependency-group: actions
- dependency-name: docker/setup-buildx-action
dependency-version: 3.11.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-06-17 10:54:26 +02:00
dependabot[bot]
a8ab9ac8f4
build(deps): Bump helm.sh/helm/v3 in the gomod group ( #747 )
...
Bumps the gomod group with 1 update: [helm.sh/helm/v3](https://github.com/helm/helm ).
Updates `helm.sh/helm/v3` from 3.18.2 to 3.18.3
- [Release notes](https://github.com/helm/helm/releases )
- [Commits](https://github.com/helm/helm/compare/v3.18.2...v3.18.3 )
---
updated-dependencies:
- dependency-name: helm.sh/helm/v3
dependency-version: 3.18.3
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-06-17 10:54:11 +02:00
Dylan Arbour
d576e67e39
Fix helm-extra-set-args in YAML configuration ( #713 )
...
Currently, `helm-extra-set-args` is only available as a command-line
flag, despite being part of the config object. This does not appear to
be documented.
This changes sources the value `extraSetArgs` via the `config` object
rather than the cmd.Flags() only.
Signed-off-by: Dylan Arbour <arbourd@users.noreply.github.com >
2025-06-03 08:26:27 +02:00
dependabot[bot]
684da6a043
build(deps): Bump helm.sh/helm/v3 in the gomod group ( #745 )
...
Bumps the gomod group with 1 update: [helm.sh/helm/v3](https://github.com/helm/helm ).
Updates `helm.sh/helm/v3` from 3.18.1 to 3.18.2
- [Release notes](https://github.com/helm/helm/releases )
- [Commits](https://github.com/helm/helm/compare/v3.18.1...v3.18.2 )
---
updated-dependencies:
- dependency-name: helm.sh/helm/v3
dependency-version: 3.18.2
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-06-03 08:06:32 +02:00
Rickard von Essen
75d3cfc4f1
bug(493): Improved git remote parsing ( #726 )
...
* bug(493): Improved git remote parsing
Previously this would fail to parse git remotes like:
ssh://github.com/foo/bar
ssh://github.com:2222/foo/bar
This properly parses hostname from both URLs and scp style remotes.
Signed-off-by: Rickard von Essen <rickard.von.essen@gmail.com >
* Fix lint issue
Signed-off-by: Rickard von Essen <rickard.von.essen@gmail.com >
---------
Signed-off-by: Rickard von Essen <rickard.von.essen@gmail.com >
2025-06-02 15:49:32 +02:00
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