Skip to content
This repository was archived by the owner on Sep 8, 2023. It is now read-only.

Commit cd21fff

Browse files
Bump up to v0.5.7
1 parent f1b425d commit cd21fff

File tree

5 files changed

+7
-7
lines changed

5 files changed

+7
-7
lines changed

README.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ Now `rdns-server` only supports `A/TXT` records, other record types will be adde
1111
* Alternative - Etcdv3 - Store the records in the ETCD and query by CoreDNS
1212

1313
## Latest Release
14-
* Latest - v0.5.6 - `rancher/rdns-server:v0.5.6-rancher-amd64`.
14+
* Latest - v0.5.7 - `rancher/rdns-server:v0.5.7-rancher-amd64`.
1515

1616
## Building
1717

deploy/etcdv3/rdns-compose.yaml

+2-2
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@ version: '2'
22

33
services:
44
rdns-server:
5-
image: rancher/rdns-server:v0.5.5-rancher-amd64
5+
image: rancher/rdns-server:v0.5.7-rancher-amd64
66
network_mode: host
77
restart: always
88
volumes:
@@ -25,4 +25,4 @@ services:
2525
max-size: 25m
2626
command:
2727
- rdns-server
28-
- etcdv3
28+
- etcdv3

deploy/route53/rdns-compose.yaml

+2-2
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@ version: '2'
22

33
services:
44
rdns-server:
5-
image: rancher/rdns-server:v0.5.5-rancher-amd64
5+
image: rancher/rdns-server:v0.5.7-rancher-amd64
66
network_mode: host
77
restart: always
88
environment:
@@ -19,4 +19,4 @@ services:
1919
max-size: 25m
2020
command:
2121
- rdns-server
22-
- route53
22+
- route53

doc/usages.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ USAGE:
88
rdns-server [global options] command [command options] [arguments...]
99
1010
VERSION:
11-
v0.5.6
11+
v0.5.7
1212
1313
AUTHOR:
1414
Rancher Labs, Inc.

main.go

+1-1
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ import (
1111
)
1212

1313
var (
14-
DNSVersion = "v0.5.6"
14+
DNSVersion = "v0.5.7"
1515
DNSDate string
1616
)
1717

0 commit comments

Comments
 (0)