cli53

Command line tool for Amazon Route 53

MIT License

Downloads
229
Stars
2K
Committers
25

Bot releases are hidden (Show)

cli53 - 0.8.15

Published by barnybug over 5 years ago

Changelog

9e41c93 Merge pull request #269 from llamallama/import-alias-fix
fd745a8 Adding tests for updating alias records
83989ba Update build golang to 1.11
9cce9d1 Fixing import not updating aliases


Automated with GoReleaser
Built with go version go1.11.5 linux/amd64

cli53 - 0.8.14

Published by barnybug over 5 years ago

Changelog

5ac4382 Merge pull request #267 from wfaulk/master
534e697 added unit test NAPTR record
7c7d274 remove debug Printf
97bf5dc convert regex to MustCompile and backticks
d072fe4 add support for exporting NAPTR records
cd5f496 change NAPTR records to ones R53 likes
d3f3fae go fmt
3a0a305 add tests for importing NAPTR records
0da331c add support for importing NAPTR records


Automated with GoReleaser
Built with go version go1.10.8 linux/amd64

cli53 - 0.8.13

Published by barnybug almost 6 years ago

Changelog

3fcc537 Remove goupx
beae3a4 Use circleci workflows
c464cfb Fix tag builds
7be9e57 Kick build
a13a38f Remove codecov temporarily
74eb9da Switch to circleci
758cc84 Add note about Alpine. fixes #266
d6f1c68 Disable broken test
a96d671 Update build to go 1.10
6e01dc9 Revert "Revert "Bump versions of aws-sdk-go and stretchr-testify""
32ef5e5 Revert "Revert "Update vendor dependencies""
22a7b1f Fix test order sensitivity
930ba36 Merge pull request #256 from stephengroat/patch-1
6934ba4 switch travis image to svg
076edbc Revert "Update vendor dependencies"
f878927 Revert "Bump versions of aws-sdk-go and stretchr-testify"
c40d4a4 Merge pull request #255 from lfaraone/patch-1
91fd2b6 Update vendor dependencies
1fd70e8 Bump versions of aws-sdk-go and stretchr-testify
c27d487 Merge pull request #251 from joaoqalves/add-export-output-to-file
d2d8da2 Add integration test
e400d60 Add output to file option in export
c3615c8 Use SDK for shared credentials. Fixes #250


Automated with GoReleaser
Built with go version go1.10.7 linux/amd64

cli53 - 0.8.12

Published by barnybug about 7 years ago

Changelog

2624c7c Paginate deletes when purging with rrpurge / delete --purge. Fixes #248


Automated with GoReleaser
Built with go version go1.9 linux/amd64

cli53 - 0.8.11

Published by barnybug about 7 years ago

Changelog

c6c0c20 Switch to goreleaser
757dc3d Merge pull request #244 from voxxit/master
23690ba Fix README formatting
dd73c2f Merge pull request #243 from voxxit/master
970e7c4 Add README updates for logging to stderr
f73e587 Send debug logging to stderr
2112bad Merge pull request #242 from lalinsky/gopkg
005a982 Add missing Gopkg files


Automated with GoReleaser
Built with go version go1.9 linux/amd64

cli53 - https://github.com/barnybug/cli53/releases/tag/0.8.10

Published by barnybug about 7 years ago

cli53 - https://github.com/barnybug/cli53/releases/tag/0.8.9

Published by barnybug about 7 years ago

cli53 - https://github.com/barnybug/cli53/releases/tag/0.8.8

Published by barnybug over 7 years ago

cli53 - https://github.com/barnybug/cli53/releases/tag/0.8.7

Published by barnybug almost 8 years ago

cli53 - https://github.com/barnybug/cli53/releases/tag/0.8.6

Published by barnybug almost 8 years ago

cli53 - https://github.com/barnybug/cli53/releases/tag/0.8.5

Published by barnybug about 8 years ago

cli53 - https://github.com/barnybug/cli53/releases/tag/0.8.4

Published by barnybug about 8 years ago

cli53 -

Published by barnybug about 8 years ago

  • Handle aliases with multiple types correctly. #195
cli53 -

Published by barnybug about 8 years ago

  • Add --dry-run option to import. #178
  • List -format functionality. #185
  • Use ListHostedZonesByZone for more efficient lookup. #193

Note: the default output format for cli53 list has been changed. To produce the old output, use cli53 list -format text.

cli53 -

Published by barnybug about 8 years ago

  • Build correct version number into releases
  • Zone ID|name usage clarification
cli53 -

Published by barnybug about 8 years ago

  • Updated dependencies
  • go 1.7 build for releases
cli53 - 0.7.4

Published by barnybug over 8 years ago

  • Reusable delegation set support (new commands: dslist, dscreate, dsdelete, and create parameters --delegation-set-id)
  • Fix import of routed ALIAS records
cli53 -

Published by barnybug over 8 years ago

  • Make replace case-insensitive. Fixes #167
  • Fix purge logic for NS records (thanks @floppym)
  • Add sha256 checksums to releases
cli53 -

Published by barnybug over 8 years ago

  • Add --subdivision-code. Thanks @bensie.
cli53 -

Published by barnybug over 8 years ago

  • Handle multiple values for SPF/TXT records correctly. Fixes #160.
  • Fix delete/replace of wildcard records. Fixes #150.