mirror of
https://github.com/lobaro/restic-backup-docker.git
synced 2026-04-04 12:18:50 +00:00
Compare commits
7 Commits
v1.4.0
...
dependabot
| Author | SHA1 | Date | |
|---|---|---|---|
|
|
29efee9147 | ||
|
|
47d29529e9 | ||
|
|
97c74a94a7 | ||
|
|
901cd5487f | ||
|
|
a66e72cb7e | ||
|
|
5f2b322e54 | ||
|
|
50e6fdbdf2 |
2
.github/workflows/docker-publish.yml
vendored
2
.github/workflows/docker-publish.yml
vendored
@@ -39,7 +39,7 @@ jobs:
|
||||
# https://github.com/sigstore/cosign-installer
|
||||
- name: Install cosign
|
||||
if: github.event_name != 'pull_request'
|
||||
uses: sigstore/cosign-installer@v3.8.2
|
||||
uses: sigstore/cosign-installer@v4.0.0
|
||||
with:
|
||||
cosign-release: 'v2.4.3'
|
||||
|
||||
|
||||
10
CHANGELOG.md
10
CHANGELOG.md
@@ -1,6 +1,14 @@
|
||||
# Changelog
|
||||
|
||||
## Unreleased
|
||||
## v1.4.2
|
||||
### Removed
|
||||
* Execute a repository check after prune was passed as a parameter in the forget call - use RESTIC_CHECK_CRON Var instead
|
||||
|
||||
## v1.4.1
|
||||
### Changed
|
||||
* Execute a repository check after prune was passed as a parameter in the forget call
|
||||
|
||||
## v1.4.0
|
||||
|
||||
### Added
|
||||
* Option to set the target folder backup
|
||||
|
||||
Reference in New Issue
Block a user