Commit 88443bd 1 parent 760a54c commit 88443bd Copy full SHA for 88443bd
File tree 3 files changed +11
-2
lines changed
3 files changed +11
-2
lines changed Original file line number Diff line number Diff line change 1
1
# Changelog
2
2
3
+ ## [ v5.5.3] ( https://github.com/containeroo/SyncFlaer/tree/v5.5.3 ) (2023-01-02)
4
+
5
+ [ All Commits] ( https://github.com/containeroo/SyncFlaer/compare/v5.5.2...v5.5.3 )
6
+
7
+ ** Bug fixes:**
8
+
9
+ - Improve log message for duplicated DNS records
10
+ - Fix version output
11
+
3
12
## [ v5.5.2] ( https://github.com/containeroo/SyncFlaer/tree/v5.5.2 ) (2023-01-01)
4
13
5
14
[ All Commits] ( https://github.com/containeroo/SyncFlaer/compare/v5.5.1...v5.5.2 )
Original file line number Diff line number Diff line change @@ -14,7 +14,7 @@ import (
14
14
log "github.com/sirupsen/logrus"
15
15
)
16
16
17
- const version string = "5.5.1 "
17
+ const version string = "5.5.3 "
18
18
19
19
var latestVersion string
20
20
Original file line number Diff line number Diff line change @@ -21,7 +21,7 @@ additionalRecords:
21
21
}
22
22
for _ , userRecord := range userRecords {
23
23
if userRecord .Name == additionalRecord .Name {
24
- log .Warnf ("DNS record %s is already defined in a Traefik route . Skipping..." , userRecord .Name )
24
+ log .Warnf ("DNS record %s already exists . Skipping..." , userRecord .Name )
25
25
continue additionalRecords
26
26
}
27
27
}
You can’t perform that action at this time.
0 commit comments