Skip to content

Releases: lawndoc/stack-back

v1.5.4

13 Nov 05:52
a41dc8e

Choose a tag to compare

What's Changed

Full Changelog: v1.5.3...v1.5.4

v1.5.3

10 Nov 04:34
0f13a12

Choose a tag to compare

What's Changed

  • Update docker/setup-qemu-action action to v3.7.0 by @renovate[bot] in #69
  • Use semver tag for uv base image by @lawndoc in #74

Full Changelog: v1.5.2...v1.5.3

v1.5.2

10 Nov 03:41
f73b012

Choose a tag to compare

What's Changed

Full Changelog: v1.5.1...v1.5.2

v1.5.1

09 Nov 23:34
26c0600

Choose a tag to compare

What's Changed

  • merge updates from main by @lawndoc in #70
  • mariadb-mysql deprecations, refactoring, & db detection fix by @lawndoc in #71
  • Backup databases through stdin via docker exec by @lawndoc in #72

Full Changelog: v1.5.0...v1.5.1

v1.5.0

09 Nov 18:53
9807ec1

Choose a tag to compare

Highlights

  • new INCLUDE_ALL_COMPOSE_PROJECTS environment variable allows one stack-back container to back up all compose projects -- works with AUTO_BACKUP_ALL for easy backup of all containers and databases on a docker host

What's Changed

  • Added formatter by @faekiva in #58
  • chore(deps): update actions/checkout digest to 08eba0b by @renovate[bot] in #61
  • use full semver for actions to get release notes from renovate by @lawndoc in #68
  • chore(deps): update anothrnick/github-tag-action action to v1.75.0 by @renovate[bot] in #64
  • chore(deps): pin astral-sh/ruff-action action to 57714a7 by @renovate[bot] in #59
  • Podman support and option to backup across all projects by @AlexMcDermott in #66

New Contributors

Big thank you to all outside contributors! You make a big difference for this project.

Full Changelog: v1.4.5...v1.5.0

v1.4.5

08 Jul 13:16
c725b88

Choose a tag to compare

What's Changed

  • chore(deps): update ncipollo/release-action digest to bcfe547 by @renovate in #54

Full Changelog: v1.4.4...v1.4.5

v1.4.4

27 Jun 03:33
72eed78

Choose a tag to compare

What's Changed

  • Update astral-sh/setup-uv digest to bd01e18 by @renovate in #53
  • Update docker/setup-buildx-action digest to e468171 by @renovate in #52
  • chore(deps): update actions/attest-build-provenance digest to e8998f9 by @renovate in #51
  • chore: honor restic retention settings by @igolman in #49

Full Changelog: v1.4.3...v1.4.4

v1.4.3

27 Jun 03:10

Choose a tag to compare

What's Changed

  • chore: remove obsolete docker compose version by @igolman in #45
  • chore(deps): update astral-sh/setup-uv digest to f0ec1fc by @renovate in #47
  • chore(deps): update docker/build-push-action digest to 2634353 by @renovate in #43
  • fix: changed container hostname by @faekiva in #50

New Contributors

Full Changelog: v1.4.2...v1.4.3

v1.4.2

30 May 03:06

Choose a tag to compare

What's Changed

  • fix double log prefix during backup by @lawndoc in 39571b2
  • chore: update mariadb env variables in compose file by @igolman in #46

Full Changelog: v1.4.1...v1.4.2

v1.4.1

30 May 02:11

Choose a tag to compare

Temp fix for database backup issue

Bumping the restic base image from 0.17.3 to 0.18.0 caused database backups to fail. See #44 for details.

I'm still working on a root cause fix for the new base image. For now, the base image has been reverted back to 0.17.3 so the new features in stack-back 1.4.0 have a working release.

Full Changelog: v1.4.0...v1.4.1