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

chore(deps): update dependency pygitops to v0.16.1 #41

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

Conversation

renovate[bot]
Copy link

@renovate renovate bot commented Nov 28, 2022

This PR contains the following updates:

Package Change Age Adoption Passing Confidence
pygitops ==0.13.2 -> ==0.16.1 age adoption passing confidence

Release Notes

wayfair-incubator/pygitops (pygitops)

v0.16.1

Compare Source

Added
  • Define new exception PyGitOpsWorkingDirError extending from PyGitOpsError.
    • Exception raised in cases where git.Repo.working_dir is None (see below).
Changed
  • Adjust repo working_dir path operations to comply with gitpython type hint changes.
    • Between gitpython==3.1.18 -> 3.1.29, git.Repo.working_dir was typed as Optional.
    • Since many os and pathlib operations rely on Repo.working_dir and expect Union[str, os.PathLike], code touching repo.working_dir was updated to comply with this difference.

v0.16.0

Compare Source

Added
  • Added optional force arg to checkout_pull_branch, allowing any uncommitted changes in an existing repository to be discarded. (#​246)
Fixed
  • Fixed get_default_branch not returning the full branch name if it contains dashes or periods (#​250)

v0.15.0

Compare Source

Changed
  • Calls to Path.mkdir are now made with the exist_ok=True parameter, eliminating a race condition when multiple workers are attempting to create the same directory.

  • Bump bandit from 1.7.1 to 1.7.2

  • Bump mkdocs-material from 8.1.2 to 8.1.8

  • Bump actions/checkout from 2 to 3

  • Bump actions/setup-python from 2 to 3.1.1

  • Bump actions/upload-artifact from 2 to 3

  • Bump mypy from 0.931 to 0.950

v0.14.0

Compare Source

Added
  • Add kwarg pass-through parameter to stage_commit_push_changes, allowing users to provide keyword arguments to git push.
Changed
  • Bumped mkdocstrings from 0.17.0 to 0.18.1
  • Bump black from 22.1.0 to 22.3.0
Removed
  • Support for Python 3.6

Configuration

📅 Schedule: Branch creation - "before 4am on Monday" (UTC), Automerge - At any time (no schedule defined).

🚦 Automerge: Disabled by config. Please merge this manually once you are satisfied.

Rebasing: Whenever PR is behind base branch, or you tick the rebase/retry checkbox.

🔕 Ignore: Close this PR and you won't be reminded about this update again.


  • If you want to rebase/retry this PR, check this box

This PR was generated by Mend Renovate. View the repository job log.

@codecov
Copy link

codecov bot commented Nov 28, 2022

Codecov Report

Merging #41 (277e9ad) into main (0108e16) will not change coverage.
The diff coverage is n/a.

@@           Coverage Diff           @@
##             main      #41   +/-   ##
=======================================
  Coverage   90.98%   90.98%           
=======================================
  Files          12       12           
  Lines         233      233           
  Branches       19       19           
=======================================
  Hits          212      212           
  Misses         21       21           

@renovate renovate bot changed the title chore(deps): update dependency pygitops to v0.16.1 Update dependency pygitops to v0.16.1 Dec 17, 2022
@renovate renovate bot changed the title Update dependency pygitops to v0.16.1 chore(deps): update dependency pygitops to v0.16.1 Dec 17, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

0 participants