Skip to content

Comments

chore(deps): update dependency borgbase.ansible_role_borgbackup to v1#246

Closed
renovate[bot] wants to merge 1 commit intomasterfrom
renovate/borgbase.ansible_role_borgbackup-1.x
Closed

chore(deps): update dependency borgbase.ansible_role_borgbackup to v1#246
renovate[bot] wants to merge 1 commit intomasterfrom
renovate/borgbase.ansible_role_borgbackup-1.x

Conversation

@renovate
Copy link
Contributor

@renovate renovate bot commented Aug 14, 2024

Mend Renovate

This PR contains the following updates:

Package Type Update Change
borgbase.ansible_role_borgbackup role major 0e5e8766264233788eeb0abb1d48e854cedcf7aa -> v1.0.1

Release Notes

borgbase/ansible-role-borgbackup (borgbase.ansible_role_borgbackup)

v1.0.1

Compare Source

v1.0.0

Compare Source

This is a major release and includes a full refactor of the role to better separate tasks by @​conloos.

It also adds support for non-root service users and Systemd timers.

v0.9.4

Compare Source

  • Allow to installation via OS package manager or pip (#​106)
  • Allow setting borg/borgmatic version (#​107)

v0.9.3

Compare Source

  • Borgmatic actions used in Cron commands should now work across all Borgmatic versions.
  • Small fixes to ArchLinux and RHEL9 setups

v0.9.2

Compare Source

v0.9.1

Compare Source

v0.9.0

Compare Source

Breaking changes:

All hooks are now defined in a single variable borgmatic_hooks. The previous variables borgmatic_before_backup_command, borgmatic_after_backup_command and borgmatic_failure_command are no longer working and can be migrated to the new syntax like this:

borgmatic_hooks:
  before_backup:
  - echo "`date` - Starting backup."
  on_error:
  - echo "Error during prune/compact/create/check."

See here for all possible hooks, including database backups or health checks.

Other minor changes and bugfixes:

  • Add support for RHEL9 and variants, remove CentOS8 and Debian Buster
  • Support Archlinux. By @​michalroxorpl (#​79)
  • Fix setuptools version for Debian
  • Add Molecule verifiers and yamllint to ensure role installed OK

v0.8.1: Add Arch Support

Compare Source

By @​michalroxorpl via #​79


Configuration

📅 Schedule: Branch creation - At any time (no schedule defined), Automerge - At any time (no schedule defined).

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

Rebasing: Whenever PR becomes conflicted, 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.

@github-actions
Copy link

Terraform Format and Style 🖌success

Terraform Initialization ⚙️success

Terraform Validation 🤖success

Terraform Plan 📖success

Show Plan

terraform
Running plan in HCP Terraform. Output will stream here. Pressing Ctrl-C
will stop streaming the logs, but will not stop the plan running remotely.

Preparing the remote plan...

The remote workspace is configured to work with configuration at
infra relative to the target repository.

Terraform will upload the contents of the following directory,
excluding files or directories as defined by a .terraformignore file
at /home/runner/work/private_server/private_server/.terraformignore (if it is present),
in order to capture the filesystem context the remote workspace expects:
    /home/runner/work/private_server/private_server

To view this run in a browser, visit:
https://app.terraform.io/app/redline/private_server/runs/run-wszrn5c2A81mvbd3

Waiting for the plan to start...

Terraform v1.3.2
on linux_amd64
Initializing plugins and modules...
cloudflare_zone.personal_domain: Refreshing state... [id=cee2af2644f6a3325416173e2d4b44f7]
hcloud_ssh_key.ansible: Refreshing state... [id=8957821]
hcloud_firewall.web_firewall: Refreshing state... [id=603891]
cloudflare_record.aliases["auth"]: Refreshing state... [id=59a6c353a0138b64113ad34f046c17dc]
cloudflare_record.aliases["grafana"]: Refreshing state... [id=a63efd438a1e819f0e4215e4835a0f24]
cloudflare_record.aliases["grocy"]: Refreshing state... [id=1a98a4348007c72461ab6752f2c7f9df]
cloudflare_record.aliases["photoprism"]: Refreshing state... [id=6c61639959eeaf8d547dd411419bcf9a]
cloudflare_record.aliases["traefik"]: Refreshing state... [id=efbdd0b7c842cec43a43af72a450fcc0]
cloudflare_record.aliases["ldap"]: Refreshing state... [id=416e67a40f89597f342029d943e253ed]
hcloud_server.web: Refreshing state... [id=51759082]
hcloud_volume.data: Refreshing state... [id=24743811]
hcloud_firewall_attachment.firewall_assignments: Refreshing state... [id=603891]
cloudflare_record.aaaa: Refreshing state... [id=1f54f8a3794295291a1b5a18ed363416]
cloudflare_record.a: Refreshing state... [id=a44b3519c0443db244e9f2dc5bba8a91]
hcloud_firewall.web_firewall: Drift detected (update)
hcloud_server.web: Drift detected (update)

No changes. Your infrastructure matches the configuration.

Terraform has compared your real infrastructure against your configuration
and found no differences, so no changes are needed.

─────────────────────────────────────────────────────────────────────────────

Note: You didn't use the -out option to save this plan, so Terraform can't
guarantee to take exactly these actions if you run "terraform apply" now.

Pushed by: @renovate[bot], Action: pull_request

@renovate
Copy link
Contributor Author

renovate bot commented Aug 14, 2024

Renovate Ignore Notification

Because you closed this PR without merging, Renovate will ignore this update. You will not get PRs for any future 1.x releases. But if you manually upgrade to 1.x then Renovate will re-enable minor and patch updates automatically.

If you accidentally closed this PR, or if you changed your mind: rename this PR to get a fresh replacement PR.

@renovate renovate bot deleted the renovate/borgbase.ansible_role_borgbackup-1.x branch August 14, 2024 21:57
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant