Skip to content

Commit

Permalink
Merge pull request AnotherStranger#47 from AnotherStranger/dev
Browse files Browse the repository at this point in the history
Dev
  • Loading branch information
AnotherStranger authored Sep 14, 2023
2 parents 705472a + ac3e417 commit 5adbec8
Show file tree
Hide file tree
Showing 2 changed files with 19 additions and 1 deletion.
18 changes: 18 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,21 @@
## [2.0.0-rc.2](https://github.com/AnotherStranger/docker-borg-backup/compare/v2.0.0-rc.1...v2.0.0-rc.2) (2023-09-14)


### Code Refactoring

* **docker:** :arrow_up: Update borg to 1.2.6 ([ff579e1](https://github.com/AnotherStranger/docker-borg-backup/commit/ff579e1b681031c4e30684242e60bfb9f645112c))

## [2.0.0-rc.1](https://github.com/AnotherStranger/docker-borg-backup/compare/v1.10.4...v2.0.0-rc.1) (2023-08-31)


### ⚠ BREAKING CHANGES

* **borg:** While this is a server only image I will mark this release as BREAKING CHANGE. See https://github.com/borgbackup/borg/blob/1.2.5-cvedocs/docs/changes.rst#pre-125-archives-spoofing-vulnerability-cve-2023-36811 for a HOWTO upgrade.

### Bug Fixes

* **borg:** :arrow_up: Update borg to version 1.2.5. See Notes! ([6a50042](https://github.com/AnotherStranger/docker-borg-backup/commit/6a500420d282f1f957da2a5187f15f6236a15a33))

## [1.10.4](https://github.com/AnotherStranger/docker-borg-backup/compare/v1.10.3...v1.10.4) (2023-08-09)


Expand Down
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
################################################################################
# PIN PACKAGE VERSIONS #
################################################################################
ARG BORGBACKUP_VERSION="1.2.4"
ARG BORGBACKUP_VERSION="1.2.6"
ARG PYTHON_VERSION="3.11"
ARG OPENSSH_VERSION="9.3_p2-r0"
ARG SED_VERSION="4.9-r2"
Expand Down

0 comments on commit 5adbec8

Please sign in to comment.