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

Bump pyinfra from 3.1 to 3.2 #182

Open
wants to merge 1 commit into
base: main
Choose a base branch
from
Open

Conversation

dependabot[bot]
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Jan 9, 2025

Bumps pyinfra from 3.1 to 3.2.

Release notes

Sourced from pyinfra's releases.

v3.2

Hello 2025! Here's pyinfra 3.2 - with another incredible round of contributions from the community, THANK YOU ALL. New stuff:

New operations/facts:

  • Add pipx operations (packages, upgrade_all, ensure_path) facts (PipxPackages, PipxEnvironment) and operations (@​maisim)
  • Add server.OsRelease fact (@​wowi42)
  • Add podman.PodmanSystemInfo and podman.PodmanPs facts (@​bauen1)
  • Add many extra arguments (including generic args) to files.FindFiles* facts (@​JakkuSakura)
  • Add system argument to git.config operation (@​Pirols)
  • Add psql_database argument to postgres operations & facts (@​hamishfagg)
  • Add files.Sha384File fact and sha384sum argument to files.download operation (@​simonhammes)
  • Add apt.SimulateOperationWillChange fact (@​bauen1)
  • Detect changes in apt.upgrade and apt.dist_upgrade operations (@​bauen1)
  • Add fibootmgr.EFIBootMgr fact (@​bauen1)
  • Add opkg facts and operations (@​morrison12)

Fixes:

  • Multiple fixes for server.crontab operation and facts (@​JakkuSakura)
  • Correctly handle latest argument with requirements file in pip.packages operation (@​amiraliakbari)
  • Fix regex used to parse installed apk packages (@​simonhammes)
  • Fix SSH connector overwriting known hosts files (@​vo452)

Docs/internal tweaks:

  • Add type annotations for many more operations (@​simonhammes)
  • Add typos CI checking to replace flake8-spellcheck (@​simonhammes)
  • Bump CI actions and dependencies (@​simonhammes)
  • Require JSON tests to include all arguments
  • Remove unused configparser dependency (@​bkmgit)
  • Many small documentation fixes/tweaks

v3.1.1

  • Improve errors with 2.x style @decorator (vs @decorator()) functions
  • Document adding custom connectors (@​simonhammes)
  • Add basic API example to docs (@​pirate)
  • Fix sphinx warnings (@​simonhammes)
  • Fix force & pull arguments in git.worktree operation
  • Fix server.reboot reconnection (@​wackou)
  • Fix chroot/local connector non-utf file gets (@​evoldstad)
  • Fix AptSources fact to parse components in order & with digits (@​rsfzi)
Changelog

Sourced from pyinfra's changelog.

v3.2

Hello 2025! Here's pyinfra 3.2 - with another incredible round of contributions from the community, THANK YOU ALL. New stuff:

New operations/facts:

  • Add pipx operations (packages, upgrade_all, ensure_path) facts (PipxPackages, PipxEnvironment) and operations (@​maisim)
  • Add server.OsRelease fact (@​wowi42)
  • Add podman.PodmanSystemInfo and podman.PodmanPs facts (@​bauen1)
  • Add many extra arguments (including generic args) to files.FindFiles* facts (@​JakkuSakura)
  • Add system argument to git.config operation (@​Pirols)
  • Add psql_database argument to postgres operations & facts (@​hamishfagg)
  • Add files.Sha384File fact and sha384sum argument to files.download operation (@​simonhammes)
  • Add apt.SimulateOperationWillChange fact (@​bauen1)
  • Detect changes in apt.upgrade and apt.dist_upgrade operations (@​bauen1)
  • Add fibootmgr.EFIBootMgr fact (@​bauen1)
  • Add opkg facts and operations (@​morrison12)

Fixes:

  • Multiple fixes for server.crontab operation and facts (@​JakkuSakura)
  • Correctly handle latest argument with requirements file in pip.packages operation (@​amiraliakbari)
  • Fix regex used to parse installed apk packages (@​simonhammes)
  • Fix SSH connector overwriting known hosts files (@​vo452)

Docs/internal tweaks:

  • Add type annotations for many more operations (@​simonhammes)
  • Add typos CI checking to replace flake8-spellcheck (@​simonhammes)
  • Bump CI actions and dependencies (@​simonhammes)
  • Require JSON tests to include all arguments
  • Remove unused configparser dependency (@​bkmgit)
  • Many small documentation fixes/tweaks

v3.1.1

  • Improve errors with 2.x style @decorator (vs @decorator()) functions
  • Document adding custom connectors (@​simonhammes)
  • Add basic API example to docs (@​pirate)
  • Fix sphinx warnings (@​simonhammes)
  • Fix force & pull arguments in git.worktree operation
  • Fix server.reboot reconnection (@​wackou)
  • Fix chroot/local connector non-utf file gets (@​evoldstad)
  • Fix AptSources fact to parse components in order & with digits (@​rsfzi)
Commits
  • 935ce07 Release v3.2 🎉
  • 00123e2 facts/zfs: add Zfs prefix for consistency with backwards compatibility
  • 4baaf0f tests: remove unused runtime_apis.py deploy file
  • 033d4a8 scripts: add dev-test-e2e.sh
  • 4e0e4b3 docs: big cleanup and many small tweaks
  • fd7a282 docs: separate writing operations & writing facts pages
  • a3e2513 docs: link betweek the various Docker pages
  • dcc817c tests: add tests for PodmanSystemInfo, PodmanPs
  • c2b9c83 facts: add podman system info and ps facts
  • b81423f Add pipx operations & facts
  • Additional commits viewable in compare view

Dependabot compatibility score

Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting @dependabot rebase.


Dependabot commands and options

You can trigger Dependabot actions by commenting on this PR:

  • @dependabot rebase will rebase this PR
  • @dependabot recreate will recreate this PR, overwriting any edits that have been made to it
  • @dependabot merge will merge this PR after your CI passes on it
  • @dependabot squash and merge will squash and merge this PR after your CI passes on it
  • @dependabot cancel merge will cancel a previously requested merge and block automerging
  • @dependabot reopen will reopen this PR if it is closed
  • @dependabot close will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually
  • @dependabot show <dependency name> ignore conditions will show all of the ignore conditions of the specified dependency
  • @dependabot ignore this major version will close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself)
  • @dependabot ignore this minor version will close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself)
  • @dependabot ignore this dependency will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)

Bumps [pyinfra](https://github.com/Fizzadar/pyinfra) from 3.1 to 3.2.
- [Release notes](https://github.com/Fizzadar/pyinfra/releases)
- [Changelog](https://github.com/pyinfra-dev/pyinfra/blob/3.x/CHANGELOG.md)
- [Commits](pyinfra-dev/pyinfra@v3.1...v3.2)

---
updated-dependencies:
- dependency-name: pyinfra
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <[email protected]>
@dependabot dependabot bot added dependencies Pull requests that update a dependency file python Pull requests that update Python code labels Jan 9, 2025
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
dependencies Pull requests that update a dependency file python Pull requests that update Python code
Projects
None yet
Development

Successfully merging this pull request may close these issues.

0 participants