kubewarden / helm-charts

Helm charts for the Kubewarden project
Apache License 2.0
25 stars 16 forks source link

chore(deps): update all non-major dependencies #405

Closed renovate[bot] closed 5 months ago

renovate[bot] commented 5 months ago

Mend Renovate

This PR contains the following updates:

Package Type Update Change
docker/login-action action minor v3.0.0 -> v3.1.0
ghcr.io/kyverno/policy-reporter minor 2.17.5 -> 2.18.1
policy-reporter (source) patch 2.22.0 -> 2.22.4
updatecli/updatecli-action action minor v2.54.0 -> v2.56.0

[!WARNING] Some dependencies could not be looked up. Check the Dependency Dashboard for more information.


Release Notes

docker/login-action (docker/login-action) ### [`v3.1.0`](https://togithub.com/docker/login-action/releases/tag/v3.1.0) [Compare Source](https://togithub.com/docker/login-action/compare/v3.0.0...v3.1.0) - build(deps): bump [@​babel/traverse](https://togithub.com/babel/traverse) from 7.17.3 to 7.23.2 in [https://github.com/docker/login-action/pull/618](https://togithub.com/docker/login-action/pull/618) - build(deps): bump [@​docker/actions-toolkit](https://togithub.com/docker/actions-toolkit) from 0.12.0 to 0.18.0 in [https://github.com/docker/login-action/pull/616](https://togithub.com/docker/login-action/pull/616) [https://github.com/docker/login-action/pull/636](https://togithub.com/docker/login-action/pull/636) [https://github.com/docker/login-action/pull/682](https://togithub.com/docker/login-action/pull/682) - build(deps): bump aws-sdk dependencies to 3.529.1 in [https://github.com/docker/login-action/pull/624](https://togithub.com/docker/login-action/pull/624) [https://github.com/docker/login-action/pull/685](https://togithub.com/docker/login-action/pull/685) - build(deps): bump http-proxy-agent to 7.0.2 in [https://github.com/docker/login-action/pull/676](https://togithub.com/docker/login-action/pull/676) - build(deps): bump https-proxy-agent to 7.0.4 in [https://github.com/docker/login-action/pull/676](https://togithub.com/docker/login-action/pull/676) - build(deps): bump undici from 5.26.5 to 5.28.3 in [https://github.com/docker/login-action/pull/677](https://togithub.com/docker/login-action/pull/677) **Full Changelog**: https://github.com/docker/login-action/compare/v3.0.0...v3.1.0
kyverno/policy-reporter (policy-reporter) ### [`v2.22.4`](https://togithub.com/kyverno/policy-reporter/blob/HEAD/CHANGELOG.md#2224) [Compare Source](https://togithub.com/kyverno/policy-reporter/compare/policy-reporter-2.22.3...policy-reporter-2.22.4) - Helm Chart - fix mapping of headers properties to from values.yaml to config.yaml ### [`v2.22.3`](https://togithub.com/kyverno/policy-reporter/blob/HEAD/CHANGELOG.md#2223) [Compare Source](https://togithub.com/kyverno/policy-reporter/compare/policy-reporter-2.22.2...policy-reporter-2.22.3) - Helm Chart - fix(helm): typo in email report config \[[#​413](https://togithub.com/kyverno/policy-reporter/pull/413) by [sudoleg](https://togithub.com/sudoleg)] ### [`v2.22.2`](https://togithub.com/kyverno/policy-reporter/blob/HEAD/CHANGELOG.md#2222) [Compare Source](https://togithub.com/kyverno/policy-reporter/compare/policy-reporter-2.22.1...policy-reporter-2.22.2) - Helm Chart - Policy Reporter v2.18.1 - Fix Resource Mapping in Violation Report E-Mails ### [`v2.22.1`](https://togithub.com/kyverno/policy-reporter/blob/HEAD/CHANGELOG.md#2221) [Compare Source](https://togithub.com/kyverno/policy-reporter/compare/policy-reporter-2.22.0...policy-reporter-2.22.1) - Helm Chart - Fix indentation in SummaryReport CronJob
updatecli/updatecli-action (updatecli/updatecli-action) ### [`v2.56.0`](https://togithub.com/updatecli/updatecli-action/releases/tag/v2.56.0): 🌈 [Compare Source](https://togithub.com/updatecli/updatecli-action/compare/v2.55.0...v2.56.0) ##### Changes - Bump updatecli version to v0.74.0 [@​github-actions](https://togithub.com/github-actions) ([#​504](https://togithub.com/updatecli/updatecli-action/issues/504)) - Bump All NPM package version [@​github-actions](https://togithub.com/github-actions) ([#​502](https://togithub.com/updatecli/updatecli-action/issues/502)) ##### Contributors [@​github-actions](https://togithub.com/github-actions) and [@​github-actions](https://togithub.com/github-actions)\[bot] ### [`v2.55.0`](https://togithub.com/updatecli/updatecli-action/releases/tag/v2.55.0): 🌈 [Compare Source](https://togithub.com/updatecli/updatecli-action/compare/v2.54.0...v2.55.0) ##### WARNING This release introduces a few important changes. **Ephemeral branch** The ephemeral branch created by Updatecli before opening a pullrequest or merge request changes its format to include the base branch, more information [here](https://togithub.com/updatecli/updatecli/issues/1897) about why this change is needed. The consequence of this, is that every pull requests or merge requests created by Updatecli before 0.73.0 will become orphan. They can be closed as Updatecli will recreate them with the new ephemeral branch format. **Autodiscovery updating container tag** The Autodiscovery plugins for Helm, Dockerfile, and docker compose have been improved to also include the image digest by default. So 1. `updatecli/updatecli:latest` will be updated to `updatecli/updatecli:latest@sha256xxxx` 2. `updatecli/updatecli:0.23.0` to `updatecli/updatecli:0.73.0@​sha256xxx` 3. `updatecli/updatecli:0.23.0@​sha256xxx` to `updatecli/updatecli:0.73.0@​sha256yyy` Docker image using digest without specifying the tag will be ignored. This behavior can be disabled using the parameter `digest` set to `false` such as in the following example: autodiscovery: scmid: default crawlers: helm: digest: false ##### Changes - Bump updatecli version to v0.73.0 [@​github-actions](https://togithub.com/github-actions) ([#​501](https://togithub.com/updatecli/updatecli-action/issues/501)) - chore(deps): Bump tibdex/github-app-token from 1.8.2 to 2.1.0 [@​dependabot](https://togithub.com/dependabot) ([#​458](https://togithub.com/updatecli/updatecli-action/issues/458)) - Bump All NPM package version [@​github-actions](https://togithub.com/github-actions) ([#​497](https://togithub.com/updatecli/updatecli-action/issues/497)) - chore(deps): Bump release-drafter/release-drafter from 5 to 6 [@​dependabot](https://togithub.com/dependabot) ([#​499](https://togithub.com/updatecli/updatecli-action/issues/499)) - chore(deps): Bump actions/setup-node from 4.0.1 to 4.0.2 [@​dependabot](https://togithub.com/dependabot) ([#​500](https://togithub.com/updatecli/updatecli-action/issues/500)) - chore(deps): Bump [@​actions/core](https://togithub.com/actions/core) from 1.10.0 to 1.10.1 [@​dependabot](https://togithub.com/dependabot) ([#​446](https://togithub.com/updatecli/updatecli-action/issues/446)) ##### Contributors [@​dependabot](https://togithub.com/dependabot), [@​dependabot](https://togithub.com/dependabot)\[bot], [@​github-actions](https://togithub.com/github-actions) and [@​github-actions](https://togithub.com/github-actions)\[bot]

Configuration

📅 Schedule: Branch creation - "before 4am on Monday" (UTC), Automerge - At any time (no schedule defined).

🚦 Automerge: Disabled by config. Please merge this manually once you are satisfied.

â™» Rebasing: Whenever PR becomes conflicted, or you tick the rebase/retry checkbox.

👻 Immortal: This PR will be recreated if closed unmerged. Get config help if that's undesired.



This PR has been generated by Mend Renovate. View repository job log here.

viccuad commented 5 months ago

Tested policy-reporter ui successfully, ready to merge.

renovate[bot] commented 5 months ago

Edited/Blocked Notification

Renovate will not automatically rebase this PR, because it does not recognize the last commit author and assumes somebody else may have edited the PR.

You can manually request rebase by checking the rebase/retry box above.

âš  Warning: custom changes will be lost.