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 6 of 11

2.0.0

Breaking Changes
* Library: The `helm` library `Helm.template` function call has replaced a set of booleans with an `Options` object.

What's Changed
* Improve support for api-versions in CLI tools by allenporter in https://github.com/allenporter/flux-local/pull/254
* Refactor build cli command line flags by allenporter in https://github.com/allenporter/flux-local/pull/255
* Cleanup and improve documentation by allenporter in https://github.com/allenporter/flux-local/pull/256
* Add api-versions flag to diff action for consistency by allenporter in https://github.com/allenporter/flux-local/pull/257

Developer updates
* Update dependency pydantic to v1.10.10 by renovate in https://github.com/allenporter/flux-local/pull/253

**Full Changelog**: https://github.com/allenporter/flux-local/compare/1.3.3...2.0.0

1.3.3

What's Changed
* Allow unset spec.path in Kustomization by allenporter in https://github.com/allenporter/flux-local/pull/249


**Full Changelog**: https://github.com/allenporter/flux-local/compare/1.3.2...1.3.3

1.3.2

What's Changed
* Correctly handle kustomization namespace for flux test by allenporter in https://github.com/allenporter/flux-local/pull/247

Developer updates
* Update dependency pytest to v7.3.2 by renovate in https://github.com/allenporter/flux-local/pull/234
* Update dependency pre-commit to v3.3.3 by renovate in https://github.com/allenporter/flux-local/pull/235
* Update pre-commit hook codespell-project/codespell to v2.2.5 by renovate in https://github.com/allenporter/flux-local/pull/236
* Update dependency pdoc to v14 by renovate in https://github.com/allenporter/flux-local/pull/238
* Update dependency mypy to v1.4.0 by renovate in https://github.com/allenporter/flux-local/pull/239
* Update dependency ruff to v0.0.275 by renovate in https://github.com/allenporter/flux-local/pull/240
* Update pre-commit hook charliermarsh/ruff-pre-commit to v0.0.275 by renovate in https://github.com/allenporter/flux-local/pull/241
* Update dependency pytest to v7.4.0 by renovate in https://github.com/allenporter/flux-local/pull/242
* Update dependency mypy to v1.4.1 by renovate in https://github.com/allenporter/flux-local/pull/243
* Update pypa/gh-action-pypi-publish action to v1.8.7 by renovate in https://github.com/allenporter/flux-local/pull/244
* Update dependency typing-extensions to v4.7.0 by renovate in https://github.com/allenporter/flux-local/pull/246

**Full Changelog**: https://github.com/allenporter/flux-local/compare/1.3.1...1.3.2

1.3.1

What's Changed
* Update default actions to include PR id in comment id by allenporter in https://github.com/allenporter/flux-local/pull/230
* Add a test repo to reproduce a connectivity issue by allenporter in https://github.com/allenporter/flux-local/pull/231
* Fix for OCIRepository relative paths by allenporter in https://github.com/allenporter/flux-local/pull/232

Developer updates
* Update dependency coverage to v7.2.7 by renovate in https://github.com/allenporter/flux-local/pull/220
* Update dependency pytest-cov to v4.1.0 by renovate in https://github.com/allenporter/flux-local/pull/221
* Update dependency yamllint to v1.32.0 by renovate in https://github.com/allenporter/flux-local/pull/222
* Update pre-commit hook adrienverge/yamllint to v1.32.0 by renovate in https://github.com/allenporter/flux-local/pull/223
* Update dependency typing-extensions to v4.6.3 by renovate in https://github.com/allenporter/flux-local/pull/224
* Update dependency types-aiofiles to v23.1.0.4 by renovate in https://github.com/allenporter/flux-local/pull/226
* Update dependency ruff to v0.0.272 by renovate in https://github.com/allenporter/flux-local/pull/228
* Update dependency pydantic to v1.10.9 by renovate in https://github.com/allenporter/flux-local/pull/227
* Update pre-commit hook charliermarsh/ruff-pre-commit to v0.0.272 by renovate in https://github.com/allenporter/flux-local/pull/229

**Full Changelog**: https://github.com/allenporter/flux-local/compare/1.3.0...1.3.1

1.3.0

What's Changed
* Move actions from flux-local-action to this repo by allenporter in https://github.com/allenporter/flux-local/pull/199
* Add debug level to action by allenporter in https://github.com/allenporter/flux-local/pull/201
* Make the live branch an explicit input by allenporter in https://github.com/allenporter/flux-local/pull/202
* Add option to strip labels and annotations in diff action by allenporter in https://github.com/allenporter/flux-local/pull/204
* Skip 'chart' and 'app.kubernetes.io/version' labels by allenporter in https://github.com/allenporter/flux-local/pull/205
* Accept a list of comma separated values for --strip-attrs and strip spec template labels by allenporter in https://github.com/allenporter/flux-local/pull/206
* Add --limit-bytes to diff command to truncate output in github actions by allenporter in https://github.com/allenporter/flux-local/pull/208
* Update pre-commit hook charliermarsh/ruff-pre-commit to v0.0.270 by renovate in https://github.com/allenporter/flux-local/pull/210
* Add OCIRepository support by allenporter in https://github.com/allenporter/flux-local/pull/200
* Improve flux-local CLI failure handling by allenporter in https://github.com/allenporter/flux-local/pull/212
* Add --kustomize-build-flags to allow override for kustomize build by allenporter in https://github.com/allenporter/flux-local/pull/213
* Allow setting --kustomize-build-flags in github actions by allenporter in https://github.com/allenporter/flux-local/pull/214
* Allow sourceRef.namespace as optional when matching the HelmRelease by allenporter in https://github.com/allenporter/flux-local/pull/215
* Allow --kustomize-build-flags in flux-local test by allenporter in https://github.com/allenporter/flux-local/pull/216
* Add OCIRepository sources to flux diff and test actions by allenporter in https://github.com/allenporter/flux-local/pull/217
* Fix github actions by allowing empty string --sources flag by allenporter in https://github.com/allenporter/flux-local/pull/218
* Update setup.cfg to release 1.3.0 by allenporter in https://github.com/allenporter/flux-local/pull/219

Developer updates
* Update dependency ruff to v0.0.270 by renovate in https://github.com/allenporter/flux-local/pull/209
* Update dependency coverage to v7.2.6 by renovate in https://github.com/allenporter/flux-local/pull/194
* Update dependency pydantic to v1.10.8 by renovate in https://github.com/allenporter/flux-local/pull/195

**Full Changelog**: https://github.com/allenporter/flux-local/compare/1.2.0...1.3.0

1.2.0

What's Changed
* Add support for HelmRepository type oci by allenporter in https://github.com/allenporter/flux-local/pull/190


Developer dependency bumps
* Update dependency pre-commit to v3.2.1 by renovate in https://github.com/allenporter/flux-local/pull/142
* Update pypa/gh-action-pypi-publish action to v1.8.3 by renovate in https://github.com/allenporter/flux-local/pull/143
* Update dependency yamllint to v1.30.0 by renovate in https://github.com/allenporter/flux-local/pull/144
* Update dependency types-PyYAML to v6.0.12.9 by renovate in https://github.com/allenporter/flux-local/pull/146
* Update dependency types-aiofiles to v23.1.0.1 by renovate in https://github.com/allenporter/flux-local/pull/147
* Update pre-commit hook adrienverge/yamllint to v1.30.0 by renovate in https://github.com/allenporter/flux-local/pull/145
* Update dependency types-python-slugify to v8.0.0.2 by renovate in https://github.com/allenporter/flux-local/pull/148
* Update dependency black to v23.3.0 by renovate in https://github.com/allenporter/flux-local/pull/149
* Update dependency ruff to v0.0.260 by renovate in https://github.com/allenporter/flux-local/pull/150
* Update pre-commit hook charliermarsh/ruff-pre-commit to v0.0.260 by renovate in https://github.com/allenporter/flux-local/pull/151
* Update pypa/gh-action-pypi-publish action to v1.8.4 by renovate in https://github.com/allenporter/flux-local/pull/152
* Update dependency pdoc to v13.1.0 by renovate in https://github.com/allenporter/flux-local/pull/153
* Update pre-commit hook psf/black to v23.3.0 by renovate in https://github.com/allenporter/flux-local/pull/154
* Update pypa/gh-action-pypi-publish action to v1.8.5 by renovate in https://github.com/allenporter/flux-local/pull/155
* Update dependency pre-commit to v3.2.2 by renovate in https://github.com/allenporter/flux-local/pull/156
* Update dependency networkx to v3.1 by renovate in https://github.com/allenporter/flux-local/pull/157
* Update dependency ruff to v0.0.261 by renovate in https://github.com/allenporter/flux-local/pull/158
* Update dependency coverage to v7.2.3 by renovate in https://github.com/allenporter/flux-local/pull/160
* Update pre-commit hook charliermarsh/ruff-pre-commit to v0.0.261 by renovate in https://github.com/allenporter/flux-local/pull/159
* Update dependency mypy to v1.2.0 by renovate in https://github.com/allenporter/flux-local/pull/161
* Update dependency pytest to v7.3.0 by renovate in https://github.com/allenporter/flux-local/pull/162
* Update dependency pytest to v7.3.1 by renovate in https://github.com/allenporter/flux-local/pull/163
* Update dependency pip to v23.1 by renovate in https://github.com/allenporter/flux-local/pull/164
* Update dependency ruff to v0.0.262 by renovate in https://github.com/allenporter/flux-local/pull/165
* Update pre-commit hook charliermarsh/ruff-pre-commit to v0.0.262 by renovate in https://github.com/allenporter/flux-local/pull/166
* Update dependency pip to v23.1.1 by renovate in https://github.com/allenporter/flux-local/pull/167
* Update dependency yamllint to v1.31.0 by renovate in https://github.com/allenporter/flux-local/pull/168
* Update pre-commit hook adrienverge/yamllint to v1.31.0 by renovate in https://github.com/allenporter/flux-local/pull/169
* Update dependency pdoc to v13.1.1 by renovate in https://github.com/allenporter/flux-local/pull/170
* Update dependency ruff to v0.0.263 by renovate in https://github.com/allenporter/flux-local/pull/171
* Update dependency pip to v23.1.2 by renovate in https://github.com/allenporter/flux-local/pull/172
* Update pre-commit hook charliermarsh/ruff-pre-commit to v0.0.263 by renovate in https://github.com/allenporter/flux-local/pull/173
* Update dependency coverage to v7.2.4 by renovate in https://github.com/allenporter/flux-local/pull/174
* Update dependency types-aiofiles to v23.1.0.2 by renovate in https://github.com/allenporter/flux-local/pull/175
* Update dependency coverage to v7.2.5 by renovate in https://github.com/allenporter/flux-local/pull/176
* Update dependency ruff to v0.0.264 by renovate in https://github.com/allenporter/flux-local/pull/177
* Update pre-commit hook charliermarsh/ruff-pre-commit to v0.0.264 by renovate in https://github.com/allenporter/flux-local/pull/178
* Update pypa/gh-action-pypi-publish action to v1.8.6 by renovate in https://github.com/allenporter/flux-local/pull/179
* Update dependency pre-commit to v3.3.1 by renovate in https://github.com/allenporter/flux-local/pull/180
* Update dependency ruff to v0.0.265 by renovate in https://github.com/allenporter/flux-local/pull/181
* Update pre-commit hook charliermarsh/ruff-pre-commit to v0.0.265 by renovate in https://github.com/allenporter/flux-local/pull/182
* Update dependency mypy to v1.3.0 by renovate in https://github.com/allenporter/flux-local/pull/184
* Update dependency ruff to v0.0.267 by renovate in https://github.com/allenporter/flux-local/pull/185
* Update pre-commit hook charliermarsh/ruff-pre-commit to v0.0.267 by renovate in https://github.com/allenporter/flux-local/pull/186
* Update dependency pre-commit to v3.3.2 by renovate in https://github.com/allenporter/flux-local/pull/187
* Update dependency ruff to v0.0.269 by renovate in https://github.com/allenporter/flux-local/pull/188
* Update pre-commit hook charliermarsh/ruff-pre-commit to v0.0.269 by renovate in https://github.com/allenporter/flux-local/pull/189
* Update dependency types-PyYAML to v6.0.12.10 by renovate in https://github.com/allenporter/flux-local/pull/191
* Update dependency types-aiofiles to v23.1.0.3 by renovate in https://github.com/allenporter/flux-local/pull/192


**Full Changelog**: https://github.com/allenporter/flux-local/compare/1.1.3...1.2.0

Page 6 of 11

© 2025 Safety CLI Cybersecurity Inc. All Rights Reserved.