Releases: kubedb/redis-dump-go
Releases · kubedb/redis-dump-go
v0.8.2-ac
v0.8.1-ac
v0.8.0-ac
v0.7.2-ac
Changelog
- d5bfe02 Add -h tests
- 529aea2 Add SSL Support
- a08705f Add acceptance test - dump all dbs
- 65f0d87 Add missing SELECT when dumping DB
- c3ce5ad Add ssl generation script for future tests
- 24d7a4a Add unit & acceptance tests around db selection
- fb91faa Adding tests
- 0c04870 Do not expose DumpDB anymore
- 06af444 Factor out config
- 28b23a2 Factor out config
- e079751 Fix build
- aa4ce90 Fix tls/password usage when selecting a db, add new acceptance test
- 716c2b7 Fix tls/password usage when selecting a db, add new acceptance test
- 93c6108 Merge pull request yannh#25 from yannh/update-deps
- 6056613 Merge pull request yannh#28 from iSwiftLiu/master
- 4c9e623 Merge pull request yannh#30 from yannh/tls-support-2
- db33a88 Merge pull request yannh#31 from yannh/add-tests
- e26af10 Merge pull request yannh#32 from yannh/new-gh-action
- 969d7ce Merge pull request yannh#33 from yannh/fix-help-tests
- 3944fa4 Merge pull request yannh#34 from sonirico/master
- 63080e1 Merge pull request yannh#38 from yannh/dump-all-dbs
- 45ea9d4 Merge pull request yannh#39 from yannh/update-goreleaser
- 6fdb2f5 More refactoring
- 495bd49 Remove
url.QueryEscape()
- beb59eb Remove
url.QueryEscape()
- fb04431 Repair passwords with special characters
- b740397 Update dependencies
- 5c18fc6 Update github actions
- 9422ec1 Update github actions
- 6dea8d3 Update github actions
- 47f0391 Update go to 1.18 in docker builds
- 1f0e648 Update goreleaser
- 2742809 Update goreleaser
- 83cf2aa Use kubedb repo for release
- a93f5e3 Use kubedb repo for release
- 5f689d7 Use same flags and flag description for TLS as redis-cli
- 55e5147 add .idea to gitignore
- a614650 fix git permissions issue
- ffea458 fix git permissions issue
- cb20d16 fix git permissions issue
- d6e72f4 fix: nil pointer dereference when selecting database
- b9b0627 refactor DumpServer
- 93eb34d trigger GH action...