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

Commit

Permalink
Bump up to v0.5.7
Browse files Browse the repository at this point in the history
  • Loading branch information
rancher-sy-bot committed Oct 31, 2019
1 parent f1b425d commit cd21fff
Show file tree
Hide file tree
Showing 5 changed files with 7 additions and 7 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ Now `rdns-server` only supports `A/TXT` records, other record types will be adde
* Alternative - Etcdv3 - Store the records in the ETCD and query by CoreDNS

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

## Building

Expand Down
4 changes: 2 additions & 2 deletions deploy/etcdv3/rdns-compose.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ version: '2'

services:
rdns-server:
image: rancher/rdns-server:v0.5.5-rancher-amd64
image: rancher/rdns-server:v0.5.7-rancher-amd64
network_mode: host
restart: always
volumes:
Expand All @@ -25,4 +25,4 @@ services:
max-size: 25m
command:
- rdns-server
- etcdv3
- etcdv3
4 changes: 2 additions & 2 deletions deploy/route53/rdns-compose.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ version: '2'

services:
rdns-server:
image: rancher/rdns-server:v0.5.5-rancher-amd64
image: rancher/rdns-server:v0.5.7-rancher-amd64
network_mode: host
restart: always
environment:
Expand All @@ -19,4 +19,4 @@ services:
max-size: 25m
command:
- rdns-server
- route53
- route53
2 changes: 1 addition & 1 deletion doc/usages.md
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ USAGE:
rdns-server [global options] command [command options] [arguments...]
VERSION:
v0.5.6
v0.5.7
AUTHOR:
Rancher Labs, Inc.
Expand Down
2 changes: 1 addition & 1 deletion main.go
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ import (
)

var (
DNSVersion = "v0.5.6"
DNSVersion = "v0.5.7"
DNSDate string
)

Expand Down

0 comments on commit cd21fff

Please sign in to comment.