borgmatic-collective / docker-borgmatic

Borgmatic in Docker
GNU General Public License v3.0
314 stars 88 forks source link

Bump borgmatic from 1.7.12 to 1.7.13 in /base #235

Closed dependabot[bot] closed 1 year ago

dependabot[bot] commented 1 year ago

Bumps borgmatic from 1.7.12 to 1.7.13.

Changelog

Sourced from borgmatic's changelog.

1.7.13

  • #375: Restore particular PostgreSQL schemas from a database dump via "borgmatic restore --schema" flag. See the documentation for more information: https://torsion.org/borgmatic/docs/how-to/backup-your-databases/#restore-particular-schemas
  • #678: Fix error from PostgreSQL when dumping a database with a "format" of "plain".
  • #678: Fix PostgreSQL hook to support "psql_command" and "pg_restore_command" options containing commands with arguments.
  • #678: Fix calls to psql in PostgreSQL hook to ignore "~/.psqlrc", whose settings can break database dumping.
  • #680: Add support for logging each log line as a JSON object via global "--log-json" flag.
  • #682: Fix "source_directories_must_exist" option to expand globs and tildes in source directories.
  • #684: Rename "master" development branch to "main" to use more inclusive language. You'll need to update your development checkouts accordingly.
  • #686: Add fish shell completion script so you can tab-complete on the borgmatic command-line. See the documentation for more information: https://torsion.org/borgmatic/docs/how-to/set-up-backups/#shell-completion
  • #687: Fix borgmatic error when not finding the configuration schema for certain "pip install --editable" development installs.
  • #688: Fix archive checks being skipped even when particular archives haven't been checked recently. This occurred when using multiple borgmatic configuration files with different "archive_name_format"s, for instance.
  • #691: Fix error in "borgmatic restore" action when the configured repository path is relative instead of absolute.
  • #694: Run "borgmatic borg" action without capturing output so interactive prompts and flags like "--progress" still work.
Commits
  • 79b094d Bump version for release.
  • b45e45f Partial conversion of showing repository labels in logs instead of paths (par...
  • ba845d4 Codespell saves the day.
  • 645d29b Fix archive checks being skipped even when particular archives haven't been c...
  • e66e449 Merge branch 'main' of ssh://projects.torsion.org:3022/borgmatic-collective/b...
  • 8eb05b8 Log a warning when "borgmatic borg" is run with an action that borgmatic nati...
  • f0fc638 Docs: add Gentoo Linux to other ways to install (#696).
  • c6126a9 Docs: add Gentoo Linux to other ways to install
  • 62b11ba Docs: add Gentoo Linux to other ways to install
  • 403ae0f Clarify configuration comment about source_directories also accepting files (...
  • 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)