Skip to content

Latest commit

 

History

History
174 lines (119 loc) · 10.1 KB

CHANGELOG.md

File metadata and controls

174 lines (119 loc) · 10.1 KB

Changelog

v0.9.2 (2024-11-21)

Fix

  • Make restic.run use an actual (bash) shell instead of singular inputs (without readline/history) ;use termcolor instead of print_color; (0ac7c70)

v0.9.1 (2024-11-05)

Fix

  • r2: Bucket name was hardcoded (aebbeae)

v0.9.0 (2024-11-05)

Feature

  • Support Cloudflare R2 as a storage backend (7e8e328)

v0.8.0 (2024-08-20)

Feature

  • Added --command option to restic run, since you don't always want to enter commands interactively (92754fd)

v0.7.3 (2024-04-12)

Fix

  • Add edwh.require_sudo to improve sudo password prompting (bf77993)

v0.7.2 (2024-03-15)

Fix

  • hooks: Show exit code on file execution error (15fb3f6)

v0.7.1 (2024-03-15)

Fix

  • Output stdout and stderr live (instead of afterwards) (476132f)

v0.7.0 (2024-02-23)

Feature

  • env functie toegevoegd om zo environment variabelen te printen via de cmd (a57fa1a)

Fix

  • Auto-create env file if missing; fix heapq error for duplicate priorities (Repository instances were sortable but subclasses were not) (4f1d2e2)
  • Types moest hernoemd worden (9dd7960)
  • Typing-extensions toegevoegd aan dependencies (bf0af9d)

Documentation

v0.6.1 (2024-01-08)

Fix

  • Restic wordt nu geinstalleerd als die nog niet gevonden kan worden (70a25e3)

v0.6.0 (2023-11-14)

Feature

  • repo: Added s3 and s3-compat Oracle storage (fbba0ca)

Fix

  • Update repository local settings on check_env (9c6e3b4)
  • self-update: Improved restic self-update handling (a69978c)

Documentation

v0.5.0 (2023-10-05)

Feature

  • Captain hooks scripts now also have access to .env settings (a92e4c5)

Documentation

v0.4.0 (2023-09-27)

Fix

  • Exclude venv from git and pip build (e15cce6)
  • Use dynamic docker compose command via edwh (pass --old-compose to use docker-compose instead) (a3214f8)

Documentation

  • changelog: Merge beta release logs into 0.3.3 (fa1afe3)

v0.3.3 (2023-08-01)

Fix

  • restic.snapshots prints again (ee153e4)

Refactor

  • improved minor issues with code, better hints etc.

v0.3.2 (2023-06-27)

Fix

  • Added expanduser() to check_env to make ~/ work (7d5fcd5)

v0.3.1 (2023-06-20)

Fix

  • Fixed color coding in restic plugin. now doesn't only print in white but in set color of the cmd (80ad277)

v0.3.0 (2023-06-09)

Feature

  • Edwh-restic-plugin now exist with the highest status code one of the given shell scripts gave it (281f600)

v0.2.7 (2023-06-09)

Fix

  • Made it now so it gets the result is captured even when throwing exception (fad076a)

v0.2.6 (2023-06-09)

Fix

v0.2.5 (2023-06-09)

Fix

  • Fixed that the status codes of the [succes] and [failure] are a bit clearer (1d3fe77)

v0.2.4 (2023-06-09)

Fix

  • Fixed a bug where it prints error and succes multiple times for the same file (4bfa7d2)

v0.2.3 (2023-06-09)

Fix

  • Small updates to color-coding and clearer prints. also fixed a bug where a error will print for every sh script that failed (5c9f164)

v0.2.2 (2023-06-09)

Fix

  • Made verbosity better when running files using backup or restore (cf37f24)

v0.2.1 (2023-06-09)

Fix

  • Automatically using verbose and now always hiding restic message (7d6537f)

v0.2.0 (2023-05-24)

Feature

  • Added restic.run, this sets up a restic enviroment with the connection choice of your choosing. this allows you to run restic commands without giving up some env variables to restic(like the $HOST or $URI). every command that is ran prints the stdout and err to the screen (9199495)

v0.1.7 (2023-05-24)

Fix

  • Added pty for verbosity sometimes not giving output (c876af0)

v0.1.6 (2023-05-24)

Fix

  • Added error logs when giving up -v (0667e45)

v0.1.5 (2023-05-24)

Fix

Documentation

  • Removed spelling mistake in readme(restore -> backup) (31efedb)

v0.1.4 (2023-05-11)

v0.1.3 (2023-05-11)

Fix

  • Remove sudo chmod +x *.sh because owasp risks (84fa3ed)
  • Some .sh files cannot be executed because they don't have the executable permission (f4361a5)
  • Fixed restore doing a backup and fixed some docs (b8175a1)
  • Improved examples for stream backup and restore (ccedf74)

v0.1.2 (2023-05-02)

Feature

  • Added plugin infrastructure (1f08a8c)

Fix

  • Improved examples for stream backup and restore (0178dae)

Documentation