Flux-local

Latest version: v5.3.1

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

Scan your dependencies

Page 1 of 9

5.3.1

What's Changed
* Remove "-e ." when installing package requirements by allenporter in https://github.com/allenporter/flux-local/pull/676

Developer updates
* chore(deps): update dependency pre-commit to v3.7.1 by renovate in https://github.com/allenporter/flux-local/pull/668
* chore(deps): update fluxcd/flux2 action to v2.3.0 by renovate in https://github.com/allenporter/flux-local/pull/674
* chore(deps): update ghcr.io/fluxcd/flux-cli docker tag to v2.3.0 by renovate in https://github.com/allenporter/flux-local/pull/677


**Full Changelog**: https://github.com/allenporter/flux-local/compare/5.3.0...5.3.1

5.3.0

What's Changed
* chore(deps): update dependency pre-commit to v3.7.1 by renovate in https://github.com/allenporter/flux-local/pull/665
* Manage repository with cruft by allenporter in https://github.com/allenporter/flux-local/pull/667
* Remove dev requirements in production requirements.txt by allenporter in https://github.com/allenporter/flux-local/pull/669
* Typing improvements by allenporter in https://github.com/allenporter/flux-local/pull/670
* Mark project as managed by cruft by allenporter in https://github.com/allenporter/flux-local/pull/671
* Update setup.cfg to 5.3.0 by allenporter in https://github.com/allenporter/flux-local/pull/672


**Full Changelog**: https://github.com/allenporter/flux-local/compare/5.2.0...5.3.0

5.2.0

What's Changed
* feat: allow diff to take a branch name as origin using worktree by Alexsaphir in https://github.com/allenporter/flux-local/pull/655

Developer updates
* chore(deps): update dependency pytest to v8.2.0 by renovate in https://github.com/allenporter/flux-local/pull/654
* chore(deps): update dependency mashumaro to v3.13 by renovate in https://github.com/allenporter/flux-local/pull/656
* chore(deps): update ubuntu docker tag to jammy-20240427 by renovate in https://github.com/allenporter/flux-local/pull/657
* chore(deps): update ghcr.io/kyverno/kyverno-cli docker tag to v1.12.1 by renovate in https://github.com/allenporter/flux-local/pull/658
* chore(deps): update dependency ruff to v0.4.3 by renovate in https://github.com/allenporter/flux-local/pull/659
* chore(deps): update pre-commit hook charliermarsh/ruff-pre-commit to v0.4.3 by renovate in https://github.com/allenporter/flux-local/pull/660
* chore(deps): update dependency coverage to v7.5.1 by renovate in https://github.com/allenporter/flux-local/pull/661
* chore(deps): update dependency ruff to v0.4.4 by renovate in https://github.com/allenporter/flux-local/pull/662
* chore(deps): update pre-commit hook charliermarsh/ruff-pre-commit to v0.4.4 by renovate in https://github.com/allenporter/flux-local/pull/663

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

**Full Changelog**: https://github.com/allenporter/flux-local/compare/5.1.0...5.2.0

5.1.0

What's Changed

* Add support for HelmRelease that depends on the local GitRepository by allenporter in https://github.com/allenporter/flux-local/pull/638

Developer dependency updates

* chore(deps): update dependency coverage to v7.5.0 by renovate in https://github.com/allenporter/flux-local/pull/639
* chore(deps): update dependency mypy to v1.10.0 by renovate in https://github.com/allenporter/flux-local/pull/640
* chore(deps): update dependency black to v24.4.1 by renovate in https://github.com/allenporter/flux-local/pull/641
* chore(deps): update pre-commit hook psf/black to v24.4.1 by renovate in https://github.com/allenporter/flux-local/pull/642
* chore(deps): update dependency ruff to v0.4.2 by renovate in https://github.com/allenporter/flux-local/pull/643
* chore(deps): update pre-commit hook charliermarsh/ruff-pre-commit to v0.4.2 by renovate in https://github.com/allenporter/flux-local/pull/645
* chore(deps): update dependency black to v24.4.2 by renovate in https://github.com/allenporter/flux-local/pull/646
* chore(deps): update pre-commit hook psf/black to v24.4.2 by renovate in https://github.com/allenporter/flux-local/pull/647
* chore(deps): update dependency pytest to v8.1.2 by renovate in https://github.com/allenporter/flux-local/pull/649
* chore(deps): update ubuntu docker tag to jammy-20240416 by renovate in https://github.com/allenporter/flux-local/pull/650
* chore(deps): update docker.io/bitnami/kubectl docker tag to v1.30.0 by renovate in https://github.com/allenporter/flux-local/pull/652
* chore(deps): update ghcr.io/kyverno/kyverno-cli docker tag to v1.12.0 by renovate in https://github.com/allenporter/flux-local/pull/653

**Full Changelog**: https://github.com/allenporter/flux-local/compare/5.0.1...5.1.0

5.0.1

What's Changed
* Fix log messages for invalid value references by allenporter in https://github.com/allenporter/flux-local/pull/634
* Fix regression with fallback secret placeholders by allenporter in https://github.com/allenporter/flux-local/pull/636


**Full Changelog**: https://github.com/allenporter/flux-local/compare/5.0.0...5.0.1

5.0.0

What's Changed

This release adds support for [Post Build Variable Substitution](https://fluxcd.io/flux/components/kustomize/kustomizations/#post-build-variable-substitution) and drops support for pydantic for parsing.

* Change VALUE_PLACEHOLDER to be yaml-safe by jfroy in https://github.com/allenporter/flux-local/pull/620
* Exercise postBuild.substituteFrom in tests by allenporter in https://github.com/allenporter/flux-local/pull/624
* Code simplification: Replace queue.Queue with a collection by allenporter in https://github.com/allenporter/flux-local/pull/628
* Code cleanup: Make kustomization updates happen in place by allenporter in https://github.com/allenporter/flux-local/pull/629
* Code lint improvements by allenporter in https://github.com/allenporter/flux-local/pull/630
* Parse postBuild references in the Kustomization by allenporter in https://github.com/allenporter/flux-local/pull/625
* Use mashumaro for yaml parsing and drop pydantic by allenporter in https://github.com/allenporter/flux-local/pull/631

Other developer updates
* Update README.md to fix examples by allenporter in https://github.com/allenporter/flux-local/pull/533
* Set explicit version in cluster tests by allenporter in https://github.com/allenporter/flux-local/pull/601
* README improvements and cleanup by allenporter in https://github.com/allenporter/flux-local/pull/632


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

**Full Changelog**: https://github.com/allenporter/flux-local/compare/4.3.1...5.0.0

Page 1 of 9

© 2024 Safety CLI Cybersecurity Inc. All Rights Reserved.