Skip to content
This repository has been archived by the owner on Mar 2, 2022. It is now read-only.

Releases: k8up-io/wrestic

v0.3.3

07 Oct 15:16
d72a216
Compare
Choose a tag to compare

v0.3.2

30 Jul 13:11
e900322
Compare
Choose a tag to compare

Fixed

v0.3.1

27 May 13:35
7e82ec8
Compare
Choose a tag to compare

Fixed

  • Fix skipping backup of annotated pods ([#93])

v0.3.0

27 May 13:24
16aeb47
Compare
Choose a tag to compare

Changed

  • Refactor Integration tests ([#90])
  • Improved logging when wrestic message is not JSON ([#88])

Added

  • Pass multiple 'option' flags to restic ([#89])
  • Docker image mirror and push to quay.io ([#92])

Bugfixes

30 Mar 10:36
32a7c84
Compare
Choose a tag to compare

[v0.2.3] 2021-03-30

Changed

  • Enable go mod tidy for renovate ([#80])

Fixed

  • Also send webhooks for restores ([#77])
  • Reduce Restic progress FPS ([#82])
  • Make Restic output parsing more resilient ([#81])

Non-root image and bug fixes

09 Mar 15:24
Compare
Choose a tag to compare

[v0.2.2] 2021-03-09

Fixed

  • Wrong binary permissions in container ([#73])

Added

  • Nonroot variant of image ([#71])
  • Simple version and build date injection ([#74])

Update Restic version

04 Mar 14:31
ef03d2a
Compare
Choose a tag to compare

[v0.2.1] 2021-03-04

Fixed

  • Make waiting for locks more stable
  • Don't drop k8sExe stderr output ([#27])
  • Don't print the percentage when using stdin backups ([#28])
  • Github actions

Changed

  • Update to Restic 0.12.0 ([#57])
  • Adjust exit code handling to restic 0.12.0

Complete rewrite of whole wrestic

29 May 13:04
Compare
Choose a tag to compare

Changed

  • Complete rewrite of whole wrestic
  • Better logging
  • Better code design
  • Better error handling
  • Better maintainability
  • Less deadlock potential with command IOs

Add tag support

04 May 12:09
Compare
Choose a tag to compare

Changed

  • Use root in docker image to avoid permission issues

Added

  • Ability to pass tags to restic
  • Race condition in error parsing

v0.1.8

03 Jan 14:29
Compare
Choose a tag to compare

Fixed

  • Using own restic fork with hotfix from restic/restic#2319 in dockerbuild
  • Race condition that makes wrestic hang on certain OpenShift clusters