Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Update dependency kyverno/kyverno to v1.11.1 #433

Merged
merged 1 commit into from
Dec 20, 2023

Conversation

renovate[bot]
Copy link
Contributor

@renovate renovate bot commented Dec 20, 2023

Mend Renovate

This PR contains the following updates:

Package Update Change
kyverno/kyverno minor v1.10.0 -> v1.11.1

Release Notes

kyverno/kyverno (kyverno/kyverno)

v1.11.1

Compare Source

What's Changed

Full Changelog: kyverno/kyverno@v1.11.0...v1.11.1

v1.11.0

Compare Source

v1.10.7

Compare Source

What's Changed

Full Changelog: kyverno/kyverno@v1.10.6...v1.10.7

v1.10.6

Compare Source

What's Changed

Full Changelog: kyverno/kyverno@v1.10.5...v1.10.6

v1.10.5

Compare Source

What's Changed

Full Changelog: kyverno/kyverno@v1.10.4...v1.10.5

v1.10.4

Compare Source

What's Changed

Full Changelog: kyverno/kyverno@v1.10.3...v1.10.4

v1.10.3

Compare Source

🐛 Fixed 🐛

Fixed an issue where the error is not returned when the deferred loader is disabled. (https://github.com/kyverno/kyverno/pull/7982)

v1.10.2

Compare Source

✨ Added ✨

  • Added a new --policyReports flag to control if the Policy Reports system is enabled or not. When set to a value of false, only standard Events and log messages will contain policy violations both in admission mode as well as background scans.
  • Booleans can now be properly compared in conditional operators without needing to be converted to string. (#​7847)
  • Added log messages for API call failures. (#​7834)
  • Events will now be created upon successful resource generation. (#​7550)
Helm
  • Added an additional check to the ServiceMonitor template to ensure that the cluster supports the monitoring.coreos.com/v1 API version and if not, it will silently not create the ServiceMonitor instead of failing deployment of the chart. (#​7926)
  • Added chart configurations for cleanup and webhooks. (#​7871)
  • Add nodeSelector and labels to the cleanup CronJobs. (#​7851, #​7808)

⚠️ Changed ⚠️

  • (kyverno-policies chart) Added a precondition to skip DELETE operations on a couple policies to make them all consistent. (#​7883)
  • Schema validation for policies matching on CRDs will be skipped. (#​7869)
  • Performed better validation of policies which use the cloneList declaration in generate rules. (#​7823)
  • Removed an extra Event created by Kyverno in some verifyImages rules. (#​7810)
  • The Event created upon resource mutation has been updated to make more sense. (#​7550)

🐛 Fixed 🐛

  • Fixed an issue where higher log levels weren't being printed in the logs. (#​7877)
  • Fixed an issue with an entry in a nil map when validating a policy. (#​7874)
  • Fixed a type confusion problem. (#​7857)
  • Fixed an issue with namespaceSelector and matching on Namespaces. (#​7837)
  • Fixed an issue where category and severity annotations weren't being returned in policy reports from CLI tests. (#​7828)
  • Fixed an issue where some verifyImages rules may have broken in Audit mode. (#​7806)
  • Fixed an issue in target scope validations for generate rules. (#​7800)
  • Fixed an issue with aggregated admission reports having stale results. (#​7798)
  • Fixed an issue preventing a rollback when a verifyImages rule was in place. (#​7752)
  • Removed some obsolete structs from the CLI. (#​6802)
Helm
  • Fixed a minor chart templating issue in RBAC. (#​7774)
Click to expand all PRs

#​7926 fix(chart): only create ServiceMonitor if cluster supports it
#​7888 add flag for policy reports
#​7883 fix(policy chart): Skip DELETE requests on policies using deny statements
#​7877 fix log level in logging package
#​7874 policy validation: fix assignment to entry in nil map
#​7871 feat(chart) Add configurations for cleanup jobs and webhooks
#​7869 feat: skip schema validation for CRD
#​7858 fix: add tekton/pipeline to nancy ignore list
#​7857 fix type confusion in policy validation
#​7851 Add nodeSelector for cleanupJob CronJob resources
#​7847 feat: enable operator boolean comparison
#​7837 fix: namespace label matching for Namespace
#​7834 Added log message for API call failures
#​7828 bug: add severity and category in cluster policy report
#​7823 Feat: cloneList rule validation
#​7810 fix: skip creating event for an empty resource name
#​7808 feat: allow pod labels for cleanup jobs
#​7806 refactor: remove manual keychain refresh from client
#​7800 fix: target scope validation for the generate rule
#​7798 fix: aggregated admission report not updated correctly
#​7774 chart: fix admission controller rbac templating
#​7752 Modified annotation matching during rollback
#​7550 feat: add events for successful generation
#​6802 refactor: remove obsolete structs from CLI

v1.10.1

Compare Source

This patch release of 1.10 unblocks users of generate rules using clone-type declarations as mentioned in the 1.10 migration guide.

Please see the complete 1.10.0 release notes if you are installing/upgrading to 1.10.1 without progressing through 1.10.0.

Please also see the security advisory here acknowledging detected vulnerabilities in the 1.10 release to which Kyverno is NOT susceptible.

✨ Added ✨

  • Added the ability to assign custom labels to policy reports (#​7416)
  • All release artifacts are now signed (#​7478, #​7711)
  • Added a new environment variable, settable on the background controller, called BACKGROUND_SCAN_INTERVAL which can override the background scan interval from its default of one hour (#​7504)
  • Added a new container flag called --enableDeferredLoading (true by default) which allows disabling of the new deferred/lazy context variable loading system introduced in 1.10.0 (#​7694, #​7691)
Helm
  • Added the ability to configure tolerations, resources, and Pod annotations for the admission report cleanup jobs (#​7331, #​7337, #​7366)
  • Added missing delete verb to the admission reports cleanup job ClusterRole (#​7375)
  • Added the ability to set verbs for the additionalresources ClusterRole used by the background controller to address the inability to generate Roles and ClusterRoles (#​7380)
  • Removal of the Helm chart will now properly remove all Kyverno webhooks (#​7633)
  • Added ability to select cluster on the Grafana dashboard (#​7659)
  • Add relabelings and metricRelabelings config to all ServiceMonitors (#​7659)
  • Make ConfigMap labels for the Grafana dashboard ConfigMap configurable (#​7659)
  • Added ability to use imagePullSecrets for the admission reports cleanup CronJobs (#​7730)

⚠️ Changed ⚠️

  • The new order field available under foreach loops will now be respected when the mutation method is patchStrategicMerge (#​7336)
  • Changed the message returned from a failed permissions check so it's more general in nature (#​7362)
  • Removed the redundant loop protection introduced in 1.10.0 making it possible to match on the same resource kind as Kyverno should generate (#​7388)
  • Performed some internal refactoring of the generate rule type (#​7417)
  • Make it so that setting --webhookTimeout affects all of Kyverno's webhooks and not just the resource webhooks (#​7435)
  • Made it so that the name field for a rule is required (#​7464)
  • Log kind, namespace, and name in processed resources (#​7498)
  • Refactored some reconciliation logic for generate rules (#​7531)
  • Mutation failures, when occurring within a foreach loop, will show the cause (#​7563)
  • Bumped notation-go from 1.0.0-rc.3 to 1.0.0-rc.6 (#​7666)
  • Misc. refactors related to the changes/fixes in deferred/lazy loading (#​7675, #​7678, #​7690)

🐛 Fixed 🐛

  • Fixed a panic when a user installs a policy with an invalid schema (#​6526)
  • Fixed an issue where the default field in a variable-type context variable was not being used when the result was nil (#​7251)
  • Fixed a panic in the reports controller when it encounters an invalid image (#​7332)
  • Fixed an issue when --protectManagedResources was enabled which prevented generation of bindings (#​7363)
  • Fixed a panic when environment variables weren't passed (#​7383)
  • Fixed an inability to use the target.* variable in a mutate existing rule (#​7387)
  • Fixed a sync issue if an array element was removed from a clone source (#​7417)
  • Fixed an issue preventing background reports from being created if an empty response is received for a given API group (#​7428)
  • Fixed an issue where Policy Exceptions weren't being considered for deletes (#​7433)
  • Fixed an issue preventing one clone source from being used in multiple rules or for multiple targets (#​7436)
  • Fixed an issue with generate rules failing when the trigger resource kind used a forward slash (#​7436)
  • Fixed a generate issue in which removal of a single trigger would remove generated resources it shouldn't have (#​7579)
  • Fixed an issue with how Kyverno reports a failure when it cannot fetch a CRD (#​7439)
  • Fixed an issue with auto-gen not generating the correct matching kinds when overridden with the annotation (#​7455)
  • Fixed another issue with auto-gen in which CronJob translated rules weren't translating variables correctly (#​7571)
  • Fixed an issue with a generate rule using a cloneList declaration so that syncs are observed properly (#​7466)
  • Fixed a panic when the background controller substitutes a variable with nil (#​7473)
  • Fixed the scope validation check for a generate rule so it detects the correct resource kind (#​7479)
  • Fixed an issue preventing generated resources from being removed when preconditions no longer matched (#​7496)
  • Fixed a slightly misleading error message in deny conditions (#​7503)
  • Fixed it (finally) so that no informational logs are produced when logging is set to 0 (#​7515)
  • Fixed removal of ownerReferences when generating via clone a resource across Namespaces (#​7517)
  • Fixed residual issues from 1.10.0 for lazy/deferred loading of context variables (#​7552, #​7597)
  • Fixed an issue performing image verification in background mode (#​7564)
  • Make configuring max procs not exit in case of error (#​7588)
  • Fixed some typos in the descriptions of flags applicable to the reports controller (#​7617)
  • Fixed a permissions check when installing a generate policy due to incorrect API group matching (#​7628)
  • Fixed an issue where the service name in a tracer configuration could not be customized (#​7644)
  • Fixed an issue with an image verification rule which would cause updating a Deployment with more than one container to fail (#​7692)
  • Fixed a minor issue in an error message (#​7688)
  • Fixed an issue with locking the schema manager which could result in CRDs not being found (#​7704)
Helm
  • Fixed missing environment variables in the admission controller (#​7383)
  • Fixed missing extraEnvVars on all controllers (#​7403)
  • Fixed an issue templating the new reports cleanup job image (#​7430)
  • Fixed a typo when enabling anti-affinity (#​7440)
  • Fixed missing imagePullSecrets (#​7474)
  • Fixed missing delete verb for Secrets in the admission controller and cleanup controller (#​7527, #​7679)
Click to expand all PRs

7730 feat: Add option to add imagePullSecrets to cleanup CronJobs
7712 fix: remove show goreleaser version step
7711 fix: release signing
7704 fix: lock schema manager when updating it
7694 Fix deferred loading (cherry-pick #​7597)
7692 fix: image verification (cherry-pick #​7652)
7691 feat: add lazy loading feature flag (cherry-pick #​7680)
7690 refactor: migrate context loaders (part 2) from #​7597 (cherry-pick #​7677)
7688 fix: Swap any/all in the error message.
7680 feat: add lazy loading feature flag
7679 fix: cleanup controller rbac (cherry-pick #​7669)
7678 refactor: migrate context loaders (part 1) from #​7597 (cherry-pick #​7676)
7677 refactor: migrate context loaders (part 2) from #​7597
7676 refactor: migrate context loaders (part 1) from #​7597
7675 refactor: add specific loaders from #​7597 (cherry-pick #​7671)
7671 refactor: add specific loaders from #​7597
7669 fix: cleanup controller rbac
7666 [Chore] bump notation-go from 1.0.0-rc.3 -> 1.0.0-rc.6
7659 feat: add cluster select and relabling config for ServiceMonitors
7652 fix: image verification with 2+ containers
7644 fix: customizable tracer configuration
7633 feat: enable Helm webhook cleanup hook by default
7628 fix: auth checks with the APIVersion and the subresource
7617 fix: update the flag descriptions of the reports-controller
7597 Fix deferred loading
7596 fix: CLI tests
7590 Add nancy-ignore to make it pass with current dependencies
7589 chore: reduce sleep duration for generate kuttl tests
7588 fix: make configuring max procs not exit in case of error
7579 fix: deletion mismatch for the generate policy
7571 fix: autogen not working correctly with cronjob conditions
7564 fix: background image verification not working
7563 Fix: Mutate: Foreach: Error cause is missing
7552 fix: recursive lazy loading
7531 refactor: generate reconciliation on policy updates
7527 fix: update kyverno admission-controller role to have delete verb for…
7517 fix: Remove ownerReferences when cloning across Namespaces
7515 fix: log level initialisation
7504 feat: add debug env BACKGROUND_SCAN_INTERVAL
7503 fix: misleading error message in deny conditions
7498 fix: log kind/namespace/name in scan errors
7496 fix: Delete downstream objects on precondition fail
7479 fix: target scope validation for the generate rule
7478 feat: sign released artifacts
7474 fix: image pull secrets in admission controller
7473 fix: background controller panics during variables substitution
7466 fix: cloneList sync behavior
7464 fix: rule name not required in the crd schema
7460 fix: flaky generate test
7455 fix: autogen not generating the correct kind
7440 fixed typo in admission controller chart template
7439 fix: error reported when sanity check fails
7436 fix: the same source cannot be used for multiple targets with a generate clone rule
7435 fix: add missing webhook timeouts
7433 fix: exceptions not considered on delete
7430 fix: helm template for cleanup jobs image
7428 fix: reports discovery error
7417 fix: array element removal should be synced to the downstream resource with a generate data sync rule
7416 feat: hold custom labels
7403 fix: missing extraEnvVars in helm chart
7388 Remove policy validation prevent loop for generate
7387 fix mutate targets validation
7383 fix: missing/incorrect env variables
7380 Allow setting verbs for clusterrole extraresources on backgroundController
7375 Add missing delete verb to admission cleanup clusterrole
7366 feat(cronjobs): Enable podAnnotations on CronJobs
7363 fix: protect managed resource not considering other components
7362 fix: permission validation message
7338 fix: flaky kuttl test add-external-secret-prefix
7337 feat: cleanup jobs resources
7336 feat: obey the order field in patchStrategicMerge method
7332 fix: panic in background reports
7331 feat: cleanup job tolerations
7251 Fix: [Bug] The default field in a context variable does not replace nil results
6526 fix: add type conversion error judgment to avoid program panic


Configuration

📅 Schedule: Branch creation - At any time (no schedule defined), Automerge - At any time (no schedule defined).

🚦 Automerge: Enabled.

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

🔕 Ignore: Close this PR and you won't be reminded about this update again.


  • If you want to rebase/retry this PR, check this box

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

@renovate renovate bot enabled auto-merge (squash) December 20, 2023 13:25
@renovate renovate bot merged commit 2d23fee into main Dec 20, 2023
@renovate renovate bot deleted the renovate/kyverno-kyverno-1.x branch December 20, 2023 16:26
sp3nx0r pushed a commit to sp3nx0r/homelab that referenced this pull request Dec 24, 2023
)

[![Mend
Renovate](https://app.renovatebot.com/images/banner.svg)](https://renovatebot.com)

This PR contains the following updates:

| Package | Type | Update | Change |
|---|---|---|---|
| [allenporter/flux-local](https://togithub.com/allenporter/flux-local)
| action | major | `3.2.0` -> `4.2.1` |

---

### Release Notes

<details>
<summary>allenporter/flux-local (allenporter/flux-local)</summary>

###
[`v4.2.1`](https://togithub.com/allenporter/flux-local/releases/tag/4.2.1)

[Compare
Source](https://togithub.com/allenporter/flux-local/compare/4.2.0...4.2.1)

#### What's Changed

Version `4.2.0` contains a bug in the diff action that caused it to
never emit a diff, which is fixed in this release.

- Update pages workflow to new versions by
[@&#8203;allenporter](https://togithub.com/allenporter) in
[allenporter/flux-local#460
- fix: change running user to 1001 by
[@&#8203;onedr0p](https://togithub.com/onedr0p) in
[allenporter/flux-local#461
- Initial design ideas for flux-local v5 by
[@&#8203;allenporter](https://togithub.com/allenporter) in
[allenporter/flux-local#463
- Upgrade to pydantic v2 APIs by
[@&#8203;allenporter](https://togithub.com/allenporter) in
[allenporter/flux-local#464
- Build with python 3.12 by
[@&#8203;allenporter](https://togithub.com/allenporter) in
[allenporter/flux-local#465
- Fix broken diff action output by
[@&#8203;allenporter](https://togithub.com/allenporter) in
[allenporter/flux-local#468

#### Developer updates

- chore(deps): update dependency coverage to v7.3.4 by
[@&#8203;renovate](https://togithub.com/renovate) in
[allenporter/flux-local#469
- chore(deps): update dependency pydantic to v2.5.3 by
[@&#8203;renovate](https://togithub.com/renovate) in
[allenporter/flux-local#470

**Full Changelog**:
allenporter/flux-local@4.2.0...4.2.1

###
[`v4.2.0`](https://togithub.com/allenporter/flux-local/releases/tag/4.2.0)

[Compare
Source](https://togithub.com/allenporter/flux-local/compare/4.1.1...4.2.0)

#### What's Changed

- feat: add container build and workflows by
[@&#8203;onedr0p](https://togithub.com/onedr0p) in
[allenporter/flux-local#452
- fix: update logic in container test to build on main by
[@&#8203;onedr0p](https://togithub.com/onedr0p) in
[allenporter/flux-local#453
- fix: change CMD to ENTRYPOINT in Dockerfile by
[@&#8203;onedr0p](https://togithub.com/onedr0p) in
[allenporter/flux-local#454
- Streamline devcontainer by
[@&#8203;allenporter](https://togithub.com/allenporter) in
[allenporter/flux-local#456
- Add --output-file flag to get cluster action by
[@&#8203;allenporter](https://togithub.com/allenporter) in
[allenporter/flux-local#457
- Add --output-file for build and diff and use in action by
[@&#8203;allenporter](https://togithub.com/allenporter) in
[allenporter/flux-local#459

#### New Contributors

- [@&#8203;onedr0p](https://togithub.com/onedr0p) made their first
contribution in
[allenporter/flux-local#452

**Full Changelog**:
allenporter/flux-local@4.1.1...4.2.0

###
[`v4.1.1`](https://togithub.com/allenporter/flux-local/releases/tag/4.1.1)

[Compare
Source](https://togithub.com/allenporter/flux-local/compare/4.1.0...4.1.1)

#### What's Changed

- Remove complexity from multi-cluster diff by
[@&#8203;allenporter](https://togithub.com/allenporter) in
[allenporter/flux-local#447
- Improve timeout error message by
[@&#8203;allenporter](https://togithub.com/allenporter) in
[allenporter/flux-local#448
- Update stale helm pydoc by
[@&#8203;allenporter](https://togithub.com/allenporter) in
[allenporter/flux-local#449
- Cleanup visitor namespace related logic by
[@&#8203;allenporter](https://togithub.com/allenporter) in
[allenporter/flux-local#450
- Fix bug in actions by setting cache dependency paths based on action
by [@&#8203;allenporter](https://togithub.com/allenporter) in
[allenporter/flux-local#451

**Full Changelog**:
allenporter/flux-local@4.1.0...4.1.1

###
[`v4.1.0`](https://togithub.com/allenporter/flux-local/releases/tag/4.1.0)

[Compare
Source](https://togithub.com/allenporter/flux-local/compare/4.0.0...4.1.0)

#### What's Changed

- Enable caching of package dependencies by
[@&#8203;allenporter](https://togithub.com/allenporter) in
[allenporter/flux-local#442
- Fix formatting by running black on code by
[@&#8203;allenporter](https://togithub.com/allenporter) in
[allenporter/flux-local#444
- Add container images from Kustomziations to the cluster manifest by
[@&#8203;allenporter](https://togithub.com/allenporter) in
[allenporter/flux-local#443
- Add HelmRelease images to cluster manifest by
[@&#8203;allenporter](https://togithub.com/allenporter) in
[allenporter/flux-local#445

#### Developer dependency updates

- Revert "Update actions/upload-pages-artifact action to v3" by
[@&#8203;allenporter](https://togithub.com/allenporter) in
[allenporter/flux-local#438
- Revert "Update actions/deploy-pages action to v4" by
[@&#8203;allenporter](https://togithub.com/allenporter) in
[allenporter/flux-local#439

**Full Changelog**:
allenporter/flux-local@4.0.0...4.1.0

###
[`v4.0.0`](https://togithub.com/allenporter/flux-local/releases/tag/4.0.0)

[Compare
Source](https://togithub.com/allenporter/flux-local/compare/3.2.0...4.0.0)

#### What's Changed

##### Native flux build

The primary change in this release is to move to use `flux build`
internally. This means that the `flux` CLI is now required to be present
in the environment, similar to how `kustomize` is already required. See
documentation for the [Github
Action](https://togithub.com/allenporter/flux-local?tab=readme-ov-file#github-action)
for details on how to setup the CLI environment.
[allenporter/flux-local#392

To simplify internals, multiple clusters in the same path are no longer
supported. You can still use a multi-cluster repo if you specify
`--path` to one of the clusters. This should be a no-op for most users
of the github action since likely you already were setting a path
argument.

##### Diagnostics

You can now discover malormed or unexpected yaml files with `flux-local
diagnostics`
[allenporter/flux-local#401:

    ### flux-local diagnostics
    [DIAGNOSTICS OK]

##### Performance

With the move to `flux build`, we've been able to reduce some
unnecessary `kustomize` calls, improving internal caching, and
parallelize some of the cluster commands. Speed has been improved by 2x
even for smaller clusters with only a handful of kustomizations.
[allenporter/flux-local#435

#### Change Log

- Add flux dependency in development environment by
[@&#8203;allenporter](https://togithub.com/allenporter) in
[allenporter/flux-local#391
- Migrate tests to syrup by
[@&#8203;allenporter](https://togithub.com/allenporter) in
[allenporter/flux-local#393
- Add tests that trace the full command stack of building the manifest
by [@&#8203;allenporter](https://togithub.com/allenporter) in
[allenporter/flux-local#394
- Increase coverage for cluster3 by
[@&#8203;allenporter](https://togithub.com/allenporter) in
[allenporter/flux-local#395
- Improve test coverage for cluster3 cases by
[@&#8203;allenporter](https://togithub.com/allenporter) in
[allenporter/flux-local#396
- Improve test coverage for internals of git repo manifest builders by
[@&#8203;allenporter](https://togithub.com/allenporter) in
[allenporter/flux-local#397
- Remove support for multiple clusters in a single path by
[@&#8203;allenporter](https://togithub.com/allenporter) in
[allenporter/flux-local#398
- Skip unnecessary kustomize cfg step when scanning the cluster by
[@&#8203;allenporter](https://togithub.com/allenporter) in
[allenporter/flux-local#399
- Add a `diagnostics` command to find yaml files that kustomize does no…
by [@&#8203;allenporter](https://togithub.com/allenporter) in
[allenporter/flux-local#401
- Renovate Dockerfile and versions by
[@&#8203;allenporter](https://togithub.com/allenporter) in
[allenporter/flux-local#422
- Use `flux build ks` when building Kustomizations by
[@&#8203;allenporter](https://togithub.com/allenporter) in
[allenporter/flux-local#392
- Update documentation examples to include flux cli by
[@&#8203;allenporter](https://togithub.com/allenporter) in
[allenporter/flux-local#424
- Improve error messages for shell commands by
[@&#8203;allenporter](https://togithub.com/allenporter) in
[allenporter/flux-local#425
- Fix support for Kustomizations with absolute paths by
[@&#8203;allenporter](https://togithub.com/allenporter) in
[allenporter/flux-local#426
- Improve logging/tracing and track performance counters by
[@&#8203;allenporter](https://togithub.com/allenporter) in
[allenporter/flux-local#427
- Improve kustomization traversal performance by
[@&#8203;allenporter](https://togithub.com/allenporter) in
[allenporter/flux-local#435

#### Developer dependency updates

- Update dependency pydantic to v2.5.2 by
[@&#8203;renovate](https://togithub.com/renovate) in
[allenporter/flux-local#400
- Update dependency mypy to v1.7.1 by
[@&#8203;renovate](https://togithub.com/renovate) in
[allenporter/flux-local#402
- Update dependency wheel to v0.42.0 by
[@&#8203;renovate](https://togithub.com/renovate) in
[allenporter/flux-local#404
- Update pypa/gh-action-pypi-publish action to v1.8.11 by
[@&#8203;renovate](https://togithub.com/renovate) in
[allenporter/flux-local#405
- Update ubuntu Docker tag to jammy-20231128 by
[@&#8203;renovate](https://togithub.com/renovate) in
[allenporter/flux-local#406
- Update dependency pytest-asyncio to v0.23.2 by
[@&#8203;renovate](https://togithub.com/renovate) in
[allenporter/flux-local#410
- Update dependency ruff to v0.1.7 by
[@&#8203;renovate](https://togithub.com/renovate) in
[allenporter/flux-local#412
- Update pre-commit hook charliermarsh/ruff-pre-commit to v0.1.7 by
[@&#8203;renovate](https://togithub.com/renovate) in
[allenporter/flux-local#413
- Update actions/setup-python action to v5 by
[@&#8203;renovate](https://togithub.com/renovate) in
[allenporter/flux-local#411
- Update actions/deploy-pages action to v3 by
[@&#8203;renovate](https://togithub.com/renovate) in
[allenporter/flux-local#409
- Update actions/configure-pages action to v4 by
[@&#8203;renovate](https://togithub.com/renovate) in
[allenporter/flux-local#408
- Update dependency pre-commit to v3.6.0 by
[@&#8203;renovate](https://togithub.com/renovate) in
[allenporter/flux-local#414
- Update dependency typing-extensions to v4.9.0 by
[@&#8203;renovate](https://togithub.com/renovate) in
[allenporter/flux-local#415
- Update dependency black to v23.12.0 by
[@&#8203;renovate](https://togithub.com/renovate) in
[allenporter/flux-local#416
- Update pre-commit hook psf/black to v23.12.0 by
[@&#8203;renovate](https://togithub.com/renovate) in
[allenporter/flux-local#417
- Update dependency ruff to v0.1.8 by
[@&#8203;renovate](https://togithub.com/renovate) in
[allenporter/flux-local#418
- Update pre-commit hook charliermarsh/ruff-pre-commit to v0.1.8 by
[@&#8203;renovate](https://togithub.com/renovate) in
[allenporter/flux-local#419
- Update dependency coverage to v7.3.3 by
[@&#8203;renovate](https://togithub.com/renovate) in
[allenporter/flux-local#420
- Update dependency pdoc to v14.2.0 by
[@&#8203;renovate](https://togithub.com/renovate) in
[allenporter/flux-local#421
- Update dependency pip to v23.3.2 by
[@&#8203;renovate](https://togithub.com/renovate) in
[allenporter/flux-local#428
- Update dependency fluxcd/flux2 to v2.2.1 by
[@&#8203;renovate](https://togithub.com/renovate) in
[allenporter/flux-local#429
- Update dependency helm/helm to v3.13.3 by
[@&#8203;renovate](https://togithub.com/renovate) in
[allenporter/flux-local#432
- Update dependency kyverno/kyverno to v1.11.1 by
[@&#8203;renovate](https://togithub.com/renovate) in
[allenporter/flux-local#433
- Update actions/deploy-pages action to v4 by
[@&#8203;renovate](https://togithub.com/renovate) in
[allenporter/flux-local#430
- Update actions/upload-pages-artifact action to v3 by
[@&#8203;renovate](https://togithub.com/renovate) in
[allenporter/flux-local#431
-

**Full Changelog**:
allenporter/flux-local@3.2.0...4.0.0

</details>

---

### Configuration

📅 **Schedule**: Branch creation - "on saturday" (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.

🔕 **Ignore**: Close this PR and you won't be reminded about this update
again.

---

- [ ] <!-- rebase-check -->If you want to rebase/retry this PR, check
this box

---

This PR has been generated by [Mend
Renovate](https://www.mend.io/free-developer-tools/renovate/). View
repository job log
[here](https://developer.mend.io/github/sp3nx0r/homelab).

<!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiIzNy4xMDMuMSIsInVwZGF0ZWRJblZlciI6IjM3LjEwMy4xIiwidGFyZ2V0QnJhbmNoIjoibWFpbiJ9-->

Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

0 participants