Flux-local

Latest version: v7.0.0

Safety actively analyzes 693883 Python packages for vulnerabilities to keep your Python projects secure.

Scan your dependencies

Page 1 of 11

7.0.0

Breaking changes

This release removes kyverno support. All references to command line options and action options related to kyverno have been removed and you need to remove them when upgrading. It is expected this feature was rarely used (and as a result, not worth the effort to maintain).

What's Changed

There is a change to dependency tracking for HelmReleases that is meant to catch changes in dependencies that were previously ignored. Please report an issue if you see unexpected HelmRelease diffs.

* Remove kyverno support by allenporter in https://github.com/allenporter/flux-local/pull/818
* Move resource diff and visitor logic to primary library directory by allenporter in https://github.com/allenporter/flux-local/pull/819
* Update testdata to remove invalid dependsOn reference in cluster8 by allenporter in https://github.com/allenporter/flux-local/pull/820
* Improve HelmRelease dependency tracking for diffs by allenporter in https://github.com/allenporter/flux-local/pull/821


**Full Changelog**: https://github.com/allenporter/flux-local/compare/6.1.1...7.0.0

6.1.1

What's Changed
* Fix merging of values to override inline values last broken in 6.1.0 1 by allenporter in https://github.com/allenporter/flux-local/pull/815

Developer updates
* Update devcontainer Dockerfile to jammy 20241217 by allenporter in https://github.com/allenporter/flux-local/pull/814

**Full Changelog**: https://github.com/allenporter/flux-local/compare/6.1.0...6.1.1

6.1.0

What's Changed
* Add deep-merge of values, and allow empty values file by Lingkar in https://github.com/allenporter/flux-local/pull/812

New Contributors
* Lingkar made their first contribution in https://github.com/allenporter/flux-local/pull/812

Developer updates
* Upgrade to python 3.13 by allenporter in https://github.com/allenporter/flux-local/pull/804
* chore(deps): update codecov/codecov-action action to v5 by renovate in https://github.com/allenporter/flux-local/pull/805
* Apply cruft updates by allenporter in https://github.com/allenporter/flux-local/pull/809
* Apply cruft updates by allenporter in https://github.com/allenporter/flux-local/pull/810
* chore(deps): update dependency pdoc to v15.0.1 by renovate in https://github.com/allenporter/flux-local/pull/811


**Full Changelog**: https://github.com/allenporter/flux-local/compare/6.0.2...6.1.0

6.0.2

What's Changed
* Strip attributes in List resources by allenporter in https://github.com/allenporter/flux-local/pull/802

Developer updates
* chore(deps): update dependency pytest-cov to v6 by renovate in https://github.com/allenporter/flux-local/pull/800


**Full Changelog**: https://github.com/allenporter/flux-local/compare/6.0.1...6.0.2

6.0.1

What's Changed
* Set unique placeholder values for each substitution by allenporter in https://github.com/allenporter/flux-local/pull/801

Developer updates
* chore(deps): update dependency pdoc to v15 by renovate in https://github.com/allenporter/flux-local/pull/799

**Full Changelog**: https://github.com/allenporter/flux-local/compare/6.0.0...6.0.1

6.0.0

Breaking Changes

This is a breaking change that updates the format of the `flux build` command to have parity with `get` and `diff` commands.

Example to build a single kustomziation:
bash
$ flux-local build ks apps --path tests/testdata/cluster/

Example to inflate a single helm release:
bash
$ flux-local build hr podinfo -n podinfo --path tests/testdata/cluster


The old behavior `flux-local build tests/testdata/cluster/` can still be achieved with `build all`:
bash
$ flux-local build all tests/testdata/cluster/


What's Changed
* chore(deps): update dependency types-pyyaml to v6.0.12.20240808 by renovate in https://github.com/allenporter/flux-local/pull/774
* chore(deps): update dependency ruff to v0.5.7 by renovate in https://github.com/allenporter/flux-local/pull/775
* chore(deps): update pre-commit hook charliermarsh/ruff-pre-commit to v0.5.7 by renovate in https://github.com/allenporter/flux-local/pull/776
* chore(deps): update docker.io/bitnami/kubectl docker tag to v1.31.0 by renovate in https://github.com/allenporter/flux-local/pull/777
* chore(deps): update dependency ruff to v0.6.0 by renovate in https://github.com/allenporter/flux-local/pull/778
* chore(deps): update pre-commit hook charliermarsh/ruff-pre-commit to v0.6.0 by renovate in https://github.com/allenporter/flux-local/pull/779
* chore(deps): update dependency ruff to v0.6.1 by renovate in https://github.com/allenporter/flux-local/pull/780
* chore(deps): update pre-commit hook charliermarsh/ruff-pre-commit to v0.6.1 by renovate in https://github.com/allenporter/flux-local/pull/781
* chore(deps): update ubuntu docker tag to jammy-20240808 by renovate in https://github.com/allenporter/flux-local/pull/782
* chore(deps): update docker.io/alpine/helm docker tag to v3.15.4 by renovate in https://github.com/allenporter/flux-local/pull/783
* chore(deps): update codespell-project/actions-codespell action to v2.1 by renovate in https://github.com/allenporter/flux-local/pull/784
* chore(deps): update dependency syrupy to v4.6.4 by renovate in https://github.com/allenporter/flux-local/pull/785
* chore(deps): update dependency pytest-asyncio to v0.24.0 by renovate in https://github.com/allenporter/flux-local/pull/786
* chore(deps): update dependency ruff to v0.6.2 by renovate in https://github.com/allenporter/flux-local/pull/787
* chore(deps): update pre-commit hook charliermarsh/ruff-pre-commit to v0.6.2 by renovate in https://github.com/allenporter/flux-local/pull/788
* chore(deps): update dependency syrupy to v4.7.1 by renovate in https://github.com/allenporter/flux-local/pull/789
* chore(deps): update dependency mypy to v1.11.2 by renovate in https://github.com/allenporter/flux-local/pull/790
* chore(deps): update peter-evans/create-pull-request action to v7 by renovate in https://github.com/allenporter/flux-local/pull/791
* chore(deps): update pre-commit hook charliermarsh/ruff-pre-commit to v0.6.4 by renovate in https://github.com/allenporter/flux-local/pull/793
* chore(deps): update dependency ruff to v0.6.4 by renovate in https://github.com/allenporter/flux-local/pull/792
* chore(deps): update dependency pdoc to v14.7.0 by renovate in https://github.com/allenporter/flux-local/pull/794
* chore(deps): update dependency pre-commit to v4 by renovate in https://github.com/allenporter/flux-local/pull/796
* chore(deps): update pre-commit hook pre-commit/pre-commit-hooks to v5 by renovate in https://github.com/allenporter/flux-local/pull/797
* Update flux build to have parity with other flux commands by allenporter in https://github.com/allenporter/flux-local/pull/798


**Full Changelog**: https://github.com/allenporter/flux-local/compare/5.5.1...6.0.0

Page 1 of 11

© 2025 Safety CLI Cybersecurity Inc. All Rights Reserved.