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

Commit e8f4c95

Browse files
Bump up to v0.5.5
1 parent 952e1b0 commit e8f4c95

File tree

4 files changed

+4
-4
lines changed

4 files changed

+4
-4
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.4 - `rancher/rdns-server:v0.5.3-rancher-amd64`.
14+
* Latest - v0.5.5 - `rancher/rdns-server:v0.5.5-rancher-amd64`.
1515

1616
## Building
1717

deploy/etcdv3/rdns-compose.yaml

+1-1
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.4-rancher-amd64
5+
image: rancher/rdns-server:v0.5.5-rancher-amd64
66
network_mode: host
77
restart: always
88
volumes:

deploy/route53/rdns-compose.yaml

+1-1
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.4-rancher-amd64
5+
image: rancher/rdns-server:v0.5.5-rancher-amd64
66
network_mode: host
77
restart: always
88
environment:

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.4
11+
v0.5.5
1212
1313
AUTHOR:
1414
Rancher Labs, Inc.

0 commit comments

Comments
 (0)