Index | index by Group | index by Distribution | index by Vendor | index by creation date | index by Name | Mirrors | Help | Search |
Name: python313-flux-local | Distribution: openSUSE Tumbleweed |
Version: 7.4.0 | Vendor: openSUSE |
Release: 1.1 | Build date: Fri Apr 25 08:02:17 2025 |
Group: Unspecified | Build host: reproducible |
Size: 319261 | Source RPM: python-flux-local-7.4.0-1.1.src.rpm |
Packager: https://bugs.opensuse.org | |
Url: https://github.com/allenporter/flux-local | |
Summary: Set of tools for managing a flux gitops repository |
flux-local is a python library and set of tools for managing a flux gitops repository, with validation steps to help improve quality of commits, PRs, and general local testing.
Apache-2.0
* Fri Apr 25 2025 Johannes Kastl <opensuse_buildservice@ojkastl.de> - update to 7.4.0: * What's Changed - Update install instructions by @allenporter in #858 - Add support for targetNamespace by @weisdd in #866 * Fri Mar 21 2025 Johannes Kastl <opensuse_buildservice@ojkastl.de> - update to 7.3.0: * What's Changed - Add support for HelmRelease disableSchemaValidation and disableOpenAPIValidation by @allenporter in #856 - Remove unnecessary slugify dependency by @filipposc5 in #849 * Developer updates - Update tag to avoid drifting repo by @allenporter in #852 - chore(deps): update dependency ruff to v0.10.0 by @renovate in #850 - chore(deps): update pre-commit hook charliermarsh/ruff-pre-commit to v0.10.0 by @renovate in #851 - chore(deps): update dependency yamllint to v1.36.0 by @renovate in #846 - chore(deps): update pre-commit hook adrienverge/yamllint to v1.36.0 by @renovate in #847 - chore(deps): update docker.io/bitnami/kubectl docker tag to v1.32.3 by @renovate in #848 * Thu Mar 06 2025 Johannes Kastl <opensuse_buildservice@ojkastl.de> - update to 7.2.1: * What's Changed - Make OCI chartRef work with optional namespace by @Alexsaphir in #844 * Wed Mar 05 2025 Johannes Kastl <opensuse_buildservice@ojkastl.de> - update to 7.2.0: * What's Changed - Fix OCIRepository support in get cluster by @allenporter in [#843] - Detect more images from commonly used crds by @buroa in #833 * Wed Mar 05 2025 Johannes Kastl <opensuse_buildservice@ojkastl.de> - update to 7.1.0: * What's Changed - fix: remove kubectl from Dockefile by @onedr0p in #822 - Add get cluster --only-images flag to limit output by @allenporter in #835 - Add --output=json for most commands by @allenporter in #836 - Add label selector in internal code that walks the repo and matches Kustomization and HelmReleases by @allenporter in [#837] - Add --label-selector command line flags by @allenporter in [#839] - Add a flag --skip-kinds to omit kind from the output by @allenporter in #840 - Pass OCIRepository chart ref tag to helm --version by @allenporter in #841 * Developer updates - chore(deps): update dependency pip to v25 by @renovate in [#825] - feat(actions): bump actions/setup-python to v5 by @layertwo in #827 - chore(deps): update pre-commit hook psf/black to v25 by @renovate in #829 - chore(deps): update dependency black to v25 by @renovate in [#828] * Fri Jan 03 2025 Johannes Kastl <opensuse_buildservice@ojkastl.de> - update to 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 #818 - Move resource diff and visitor logic to primary library directory by @allenporter in #819 - Update testdata to remove invalid dependsOn reference in cluster8 by @allenporter in #820 - Improve HelmRelease dependency tracking for diffs by @allenporter in #821 * Fri Dec 27 2024 Johannes Kastl <opensuse_buildservice@ojkastl.de> - update to 6.1.1: * What's Changed - Fix merging of values to override inline values last broken in 6.1.0 1 by @allenporter in #815 * Developer updates - Update devcontainer Dockerfile to jammy 20241217 by @allenporter in #814 * Fri Dec 27 2024 Johannes Kastl <opensuse_buildservice@ojkastl.de> - update to 6.1.0: * What's Changed - Add deep-merge of values, and allow empty values file by @Lingkar in #812 * Developer updates - Upgrade to python 3.13 by @allenporter in #804 - chore(deps): update codecov/codecov-action action to v5 by @renovate in #805 - Apply cruft updates by @allenporter in #809 - Apply cruft updates by @allenporter in #810 - chore(deps): update dependency pdoc to v15.0.1 by @renovate in #811 * Tue Nov 12 2024 Johannes Kastl <opensuse_buildservice@ojkastl.de> - update to 0.6.2: * What's Changed - Strip attributes in List resources by @allenporter in #802 * Developer updates - chore(deps): update dependency pytest-cov to v6 by @renovate in #800 * Tue Nov 12 2024 Johannes Kastl <opensuse_buildservice@ojkastl.de> - update to 6.0.1: * What's Changed - Set unique placeholder values for each substitution by @allenporter in #801 * Developer updates - chore(deps): update dependency pdoc to v15 by @renovate in [#799] * Fri Oct 11 2024 Johannes Kastl <opensuse_buildservice@ojkastl.de> - update to 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: $ flux-local build ks apps --path tests/testdata/cluster/ Example to inflate a single helm release: $ 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: $ flux-local build all tests/testdata/cluster/ * What's Changed - chore(deps): update dependency types-pyyaml to v6.0.12.20240808 by @renovate in #774 - chore(deps): update dependency ruff to v0.5.7 by @renovate in [#775] - chore(deps): update pre-commit hook charliermarsh/ruff-pre-commit to v0.5.7 by @renovate in #776 - chore(deps): update docker.io/bitnami/kubectl docker tag to v1.31.0 by @renovate in #777 - chore(deps): update dependency ruff to v0.6.0 by @renovate in [#778] - chore(deps): update pre-commit hook charliermarsh/ruff-pre-commit to v0.6.0 by @renovate in #779 - chore(deps): update dependency ruff to v0.6.1 by @renovate in [#780] - chore(deps): update pre-commit hook charliermarsh/ruff-pre-commit to v0.6.1 by @renovate in #781 - chore(deps): update ubuntu docker tag to jammy-20240808 by @renovate in #782 - chore(deps): update docker.io/alpine/helm docker tag to v3.15.4 by @renovate in #783 - chore(deps): update codespell-project/actions-codespell action to v2.1 by @renovate in #784 - chore(deps): update dependency syrupy to v4.6.4 by @renovate in #785 - chore(deps): update dependency pytest-asyncio to v0.24.0 by @renovate in #786 - chore(deps): update dependency ruff to v0.6.2 by @renovate in [#787] - chore(deps): update pre-commit hook charliermarsh/ruff-pre-commit to v0.6.2 by @renovate in #788 - chore(deps): update dependency syrupy to v4.7.1 by @renovate in #789 - chore(deps): update dependency mypy to v1.11.2 by @renovate in #790 - chore(deps): update peter-evans/create-pull-request action to v7 by @renovate in #791 - chore(deps): update pre-commit hook charliermarsh/ruff-pre-commit to v0.6.4 by @renovate in #793 - chore(deps): update dependency ruff to v0.6.4 by @renovate in [#792] - chore(deps): update dependency pdoc to v14.7.0 by @renovate in #794 - chore(deps): update dependency pre-commit to v4 by @renovate in #796 - chore(deps): update pre-commit hook pre-commit/pre-commit-hooks to v5 by @renovate in #797 - Update flux build to have parity with other flux commands by @allenporter in #798 * Tue Sep 24 2024 Johannes Kastl <opensuse_buildservice@ojkastl.de> - new package python-flux-local: set of tools and libraries for managing a local flux gitops repository
/etc/alternatives/flux-local /usr/bin/flux-local /usr/bin/flux-local-3.13 /usr/lib/python3.13/site-packages/flux_local /usr/lib/python3.13/site-packages/flux_local-7.4.0.dist-info /usr/lib/python3.13/site-packages/flux_local-7.4.0.dist-info/INSTALLER /usr/lib/python3.13/site-packages/flux_local-7.4.0.dist-info/METADATA /usr/lib/python3.13/site-packages/flux_local-7.4.0.dist-info/RECORD /usr/lib/python3.13/site-packages/flux_local-7.4.0.dist-info/REQUESTED /usr/lib/python3.13/site-packages/flux_local-7.4.0.dist-info/WHEEL /usr/lib/python3.13/site-packages/flux_local-7.4.0.dist-info/entry_points.txt /usr/lib/python3.13/site-packages/flux_local-7.4.0.dist-info/licenses /usr/lib/python3.13/site-packages/flux_local-7.4.0.dist-info/licenses/LICENSE /usr/lib/python3.13/site-packages/flux_local-7.4.0.dist-info/top_level.txt /usr/lib/python3.13/site-packages/flux_local/__init__.py /usr/lib/python3.13/site-packages/flux_local/__pycache__ /usr/lib/python3.13/site-packages/flux_local/__pycache__/__init__.cpython-313.opt-1.pyc /usr/lib/python3.13/site-packages/flux_local/__pycache__/__init__.cpython-313.pyc /usr/lib/python3.13/site-packages/flux_local/__pycache__/command.cpython-313.opt-1.pyc /usr/lib/python3.13/site-packages/flux_local/__pycache__/command.cpython-313.pyc /usr/lib/python3.13/site-packages/flux_local/__pycache__/context.cpython-313.opt-1.pyc /usr/lib/python3.13/site-packages/flux_local/__pycache__/context.cpython-313.pyc /usr/lib/python3.13/site-packages/flux_local/__pycache__/exceptions.cpython-313.opt-1.pyc /usr/lib/python3.13/site-packages/flux_local/__pycache__/exceptions.cpython-313.pyc /usr/lib/python3.13/site-packages/flux_local/__pycache__/git_repo.cpython-313.opt-1.pyc /usr/lib/python3.13/site-packages/flux_local/__pycache__/git_repo.cpython-313.pyc /usr/lib/python3.13/site-packages/flux_local/__pycache__/helm.cpython-313.opt-1.pyc /usr/lib/python3.13/site-packages/flux_local/__pycache__/helm.cpython-313.pyc /usr/lib/python3.13/site-packages/flux_local/__pycache__/image.cpython-313.opt-1.pyc /usr/lib/python3.13/site-packages/flux_local/__pycache__/image.cpython-313.pyc /usr/lib/python3.13/site-packages/flux_local/__pycache__/kustomize.cpython-313.opt-1.pyc /usr/lib/python3.13/site-packages/flux_local/__pycache__/kustomize.cpython-313.pyc /usr/lib/python3.13/site-packages/flux_local/__pycache__/manifest.cpython-313.opt-1.pyc /usr/lib/python3.13/site-packages/flux_local/__pycache__/manifest.cpython-313.pyc /usr/lib/python3.13/site-packages/flux_local/__pycache__/resource_diff.cpython-313.opt-1.pyc /usr/lib/python3.13/site-packages/flux_local/__pycache__/resource_diff.cpython-313.pyc /usr/lib/python3.13/site-packages/flux_local/__pycache__/values.cpython-313.opt-1.pyc /usr/lib/python3.13/site-packages/flux_local/__pycache__/values.cpython-313.pyc /usr/lib/python3.13/site-packages/flux_local/__pycache__/visitor.cpython-313.opt-1.pyc /usr/lib/python3.13/site-packages/flux_local/__pycache__/visitor.cpython-313.pyc /usr/lib/python3.13/site-packages/flux_local/command.py /usr/lib/python3.13/site-packages/flux_local/context.py /usr/lib/python3.13/site-packages/flux_local/exceptions.py /usr/lib/python3.13/site-packages/flux_local/git_repo.py /usr/lib/python3.13/site-packages/flux_local/helm.py /usr/lib/python3.13/site-packages/flux_local/image.py /usr/lib/python3.13/site-packages/flux_local/kustomize.py /usr/lib/python3.13/site-packages/flux_local/manifest.py /usr/lib/python3.13/site-packages/flux_local/resource_diff.py /usr/lib/python3.13/site-packages/flux_local/tool /usr/lib/python3.13/site-packages/flux_local/tool/__init__.py /usr/lib/python3.13/site-packages/flux_local/tool/__pycache__ /usr/lib/python3.13/site-packages/flux_local/tool/__pycache__/__init__.cpython-313.opt-1.pyc /usr/lib/python3.13/site-packages/flux_local/tool/__pycache__/__init__.cpython-313.pyc /usr/lib/python3.13/site-packages/flux_local/tool/__pycache__/build.cpython-313.opt-1.pyc /usr/lib/python3.13/site-packages/flux_local/tool/__pycache__/build.cpython-313.pyc /usr/lib/python3.13/site-packages/flux_local/tool/__pycache__/diagnostics.cpython-313.opt-1.pyc /usr/lib/python3.13/site-packages/flux_local/tool/__pycache__/diagnostics.cpython-313.pyc /usr/lib/python3.13/site-packages/flux_local/tool/__pycache__/diff.cpython-313.opt-1.pyc /usr/lib/python3.13/site-packages/flux_local/tool/__pycache__/diff.cpython-313.pyc /usr/lib/python3.13/site-packages/flux_local/tool/__pycache__/flux_local.cpython-313.opt-1.pyc /usr/lib/python3.13/site-packages/flux_local/tool/__pycache__/flux_local.cpython-313.pyc /usr/lib/python3.13/site-packages/flux_local/tool/__pycache__/format.cpython-313.opt-1.pyc /usr/lib/python3.13/site-packages/flux_local/tool/__pycache__/format.cpython-313.pyc /usr/lib/python3.13/site-packages/flux_local/tool/__pycache__/get.cpython-313.opt-1.pyc /usr/lib/python3.13/site-packages/flux_local/tool/__pycache__/get.cpython-313.pyc /usr/lib/python3.13/site-packages/flux_local/tool/__pycache__/selector.cpython-313.opt-1.pyc /usr/lib/python3.13/site-packages/flux_local/tool/__pycache__/selector.cpython-313.pyc /usr/lib/python3.13/site-packages/flux_local/tool/__pycache__/test.cpython-313.opt-1.pyc /usr/lib/python3.13/site-packages/flux_local/tool/__pycache__/test.cpython-313.pyc /usr/lib/python3.13/site-packages/flux_local/tool/build.py /usr/lib/python3.13/site-packages/flux_local/tool/diagnostics.py /usr/lib/python3.13/site-packages/flux_local/tool/diff.py /usr/lib/python3.13/site-packages/flux_local/tool/flux_local.py /usr/lib/python3.13/site-packages/flux_local/tool/format.py /usr/lib/python3.13/site-packages/flux_local/tool/get.py /usr/lib/python3.13/site-packages/flux_local/tool/selector.py /usr/lib/python3.13/site-packages/flux_local/tool/test.py /usr/lib/python3.13/site-packages/flux_local/values.py /usr/lib/python3.13/site-packages/flux_local/visitor.py
Generated by rpm2html 1.8.1
Fabrice Bellet, Mon May 5 23:43:29 2025