Skip to content

Bump borgbackup from 1.2.1 to 1.2.2 in /base#4

Closed
dependabot[bot] wants to merge 1 commit intomasterfrom
dependabot/pip/base/borgbackup-1.2.2
Closed

Bump borgbackup from 1.2.1 to 1.2.2 in /base#4
dependabot[bot] wants to merge 1 commit intomasterfrom
dependabot/pip/base/borgbackup-1.2.2

Conversation

@dependabot
Copy link
Copy Markdown

@dependabot dependabot bot commented on behalf of github Aug 22, 2022

Bumps borgbackup from 1.2.1 to 1.2.2.

Release notes

Sourced from borgbackup's releases.

Release 1.2.2

borgbackup 1.2.2 release

Short changelog summary (changes since borg 1.1):

https://www.borgbackup.org/releases/borg-1.2.html

Long changelog (including upgrade and compatibility notes):

https://github.com/borgbackup/borg/blob/1.2.2/docs/changes.rst#version-122-2022-08-20

Installation

If you use pip to install this, use: pip install pkgconfig ; pip install "borgbackup==1.2.2"

For other installation methods and more details, please see: https://borgbackup.org/

Feedback

Discussion: borgbackup/borg#6981

Changelog

Sourced from borgbackup's changelog.

Version 1.2.2 (2022-08-20)

Upgrade notes:

Some things can be recommended for the upgrade process from borg 1.1.x (please also read the important compatibility notes below):

  • do you already want to upgrade? 1.1.x also will get fixes for a while.
  • be careful, first upgrade your less critical / smaller repos.
  • first upgrade to a recent 1.1.x release - especially if you run some older 1.1.* or even 1.0.* borg release.
  • using that, run at least one borg create (your normal backup), prune and especially a check to see everything is in a good state.
  • check the output of borg check - if there is anything special, consider a borg check --repair followed by another borg check.
  • if everything is fine so far (borg check reports no issues), you can consider upgrading to 1.2.x. if not, please first fix any already existing issue.
  • if you want to play safer, first create a backup of your borg repository.
  • upgrade to latest borg 1.2.x release (you could use the fat binary from github releases page)
  • run borg compact --cleanup-commits to clean up a ton of 17 bytes long files in your repo caused by a borg 1.1 bug
  • run borg check again (now with borg 1.2.x) and check if there is anything special.
  • run borg info (with borg 1.2.x) to build the local pre12-meta cache (can take significant time, but after that it will be fast) - for more details see below.
  • check the compatibility notes (see below) and adapt your scripts, if needed.
  • if you run into any issues, please check the github issue tracker before posting new issues there or elsewhere.

If you follow this procedure, you can help avoiding that we get a lot of "borg 1.2" issue reports that are not really 1.2 issues, but existed before and maybe just were not noticed.

Compatibility notes:

  • matching of path patterns has been aligned with borg storing relative paths. Borg archives file paths without leading slashes. Previously, include/exclude patterns could contain leading slashes. You should check your patterns and remove leading slashes.
  • dropped support / testing for older Pythons, minimum requirement is 3.8. In case your OS does not provide Python >= 3.8, consider using our binary, which does not need an external Python interpreter. Or continue using borg 1.1.x, which is still supported.
  • freeing repository space only happens when "borg compact" is invoked.
  • mount: the default for --numeric-ids is False now (same as borg extract)
  • borg create --noatime is deprecated. Not storing atime is the default behaviour now (use --atime if you want to store the atime).

... (truncated)

Commits
  • 101a062 netbsd vagrant box: py310, remove some outdated fixes
  • e87c54a update CHANGES
  • bbad735 requirements.lock.txt: upgrade Cython and tox
  • 92ca260 build_usage ; build_man
  • b024379 fix sphinx warnings
  • 4e2cc02 Merge pull request #6967 from ThomasWaldmann/fix-versionpy-format-1.2
  • ec389ed Merge pull request #6944 from ThomasWaldmann/fix-ctrl-c-remote-repo-1.2
  • 6799405 _version.py: remove trailing blank, add LF at EOF
  • 7a31978 ctrl-c must not kill other subprocesses, fixes #6912
  • 5d83d5f ctrl-c must not kill the ssh subprocess, fixes #6912
  • 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 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 [borgbackup](https://github.com/borgbackup/borg) from 1.2.1 to 1.2.2.
- [Release notes](https://github.com/borgbackup/borg/releases)
- [Changelog](https://github.com/borgbackup/borg/blob/1.2.2/docs/changes.rst)
- [Commits](borgbackup/borg@1.2.1...1.2.2)

---
updated-dependencies:
- dependency-name: borgbackup
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot dependabot bot added dependencies Pull requests that update a dependency file python Pull requests that update Python code labels Aug 22, 2022
@dependabot @github
Copy link
Copy Markdown
Author

dependabot bot commented on behalf of github Dec 26, 2022

Superseded by #14.

@dependabot dependabot bot closed this Dec 26, 2022
@dependabot dependabot bot deleted the dependabot/pip/base/borgbackup-1.2.2 branch December 26, 2022 22:26
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