Bump version 1.2.1
This commit is contained in:
parent
8a99ddae98
commit
6ebd2b7dfc
4 changed files with 7 additions and 3 deletions
2
.github/workflows/autotag.yml
vendored
2
.github/workflows/autotag.yml
vendored
|
@ -6,7 +6,7 @@ on:
|
|||
- "main"
|
||||
|
||||
jobs:
|
||||
build:
|
||||
tag-release:
|
||||
runs-on: ubuntu-latest
|
||||
steps:
|
||||
-
|
||||
|
|
2
.github/workflows/release-docker.yml
vendored
2
.github/workflows/release-docker.yml
vendored
|
@ -6,7 +6,7 @@ on:
|
|||
- '*.*.*'
|
||||
|
||||
jobs:
|
||||
build:
|
||||
build-docker-images:
|
||||
runs-on: ubuntu-latest
|
||||
steps:
|
||||
-
|
||||
|
|
|
@ -1,5 +1,9 @@
|
|||
# Changelog
|
||||
|
||||
## 1.2.1 (2023/03/26)
|
||||
|
||||
* Improve hash calculation to avoid duplicate clients (snapshot_hash label changes)
|
||||
|
||||
## 1.2.0 (2023/03/18)
|
||||
|
||||
* Add new label "snapshot_tag" in the metrics with the backup tag (if tags is present)
|
||||
|
|
|
@ -1,5 +1,5 @@
|
|||
{
|
||||
"name": "ngosang-restic-exporter",
|
||||
"version": "1.2.0",
|
||||
"version": "1.2.1",
|
||||
"author": "ngosang@hotmail.es"
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue