Releases: yannh/redis-dump-go
v0.8.2
v0.8.1
v0.8.0
Changelog
Adds support for insecure TLS connections, and for authentication user username & password.
- 848dfae Add support insecure TLS connection
- 69f7a61 Add support username and password authentication
- 1030421 Add support username and password authentication
- a169cf7 Add unit test case for passing username
- 385fb7c Add unit test case for passing username
- e3c2363 Add unit tests around reading -insecure parameter
- 637df2d Merge pull request #41 from kubedb/update-radix
- 3587bc2 Merge pull request #42 from hsshss/username_auth
- b31698a Merge pull request #43 from hsshss/insecure_tls
- beb59eb Remove
url.QueryEscape()
- ed203e7 Start multiple redis servers for acceptance tests of auth
- b2cecc5 Start multiple redis servers for acceptance tests of auth
v0.7.2
Changelog
- 63080e1 Merge pull request #38 from yannh/dump-all-dbs
- 45ea9d4 Merge pull request #39 from yannh/update-goreleaser
- 47f0391 Update go to 1.18 in docker builds
- 2742809 Update goreleaser
- 1f0e648 Update goreleaser
- 55e5147 add .idea to gitignore
- cb20d16 fix git permissions issue
- a614650 fix git permissions issue
- ffea458 fix git permissions issue
v0.7.1
Changelog
a08705f Add acceptance test - dump all dbs
65f0d87 Add missing SELECT when dumping DB
0c04870 Do not expose DumpDB anymore
Docker images
docker pull ghcr.io/yannh/redis-dump-go:latest-alpine
docker pull ghcr.io/yannh/redis-dump-go:v0.7.1-alpine
docker pull ghcr.io/yannh/redis-dump-go:v0.7.1-amd64-alpine
docker pull ghcr.io/yannh/redis-dump-go:v0.7.1
docker pull ghcr.io/yannh/redis-dump-go:v0.7.1-amd64
v0.7.0
Changelog
- Added new acceptance tests for dumping a password-protected redis host
- Fixed usage of tls/password together with selecting a db
- New signature for public functions, hence the version bump
Docker images
docker pull ghcr.io/yannh/redis-dump-go:latest-alpine
docker pull ghcr.io/yannh/redis-dump-go:v0.7.0-alpine
docker pull ghcr.io/yannh/redis-dump-go:v0.7.0-amd64-alpine
docker pull ghcr.io/yannh/redis-dump-go:v0.7.0
docker pull ghcr.io/yannh/redis-dump-go:v0.7.0-amd64
v0.6.1
Changelog
d5bfe02 Add -h tests
24d7a4a Add unit & acceptance tests around db selection
969d7ce Merge pull request #33 from yannh/fix-help-tests
d6e72f4 fix: nil pointer dereference when selecting database
Docker images
docker pull ghcr.io/yannh/redis-dump-go:latest-alpine
docker pull ghcr.io/yannh/redis-dump-go:v0.6.1-alpine
docker pull ghcr.io/yannh/redis-dump-go:v0.6.1-amd64-alpine
docker pull ghcr.io/yannh/redis-dump-go:v0.6.1
docker pull ghcr.io/yannh/redis-dump-go:v0.6.1-amd64
v0.6.0
Changelog
529aea2 Add SSL Support
c3ce5ad Add ssl generation script for future tests
fb91faa Adding tests
28b23a2 Factor out config
06af444 Factor out config
93c6108 Merge pull request #25 from yannh/update-deps
6056613 Merge pull request #28 from iSwiftLiu/master
4c9e623 Merge pull request #30 from yannh/tls-support-2
db33a88 Merge pull request #31 from yannh/add-tests
e26af10 Merge pull request #32 from yannh/new-gh-action
fb04431 Repair passwords with special characters
b740397 Update dependencies
6dea8d3 Update github actions
9422ec1 Update github actions
5c18fc6 Update github actions
5f689d7 Use same flags and flag description for TLS as redis-cli
Docker images
docker pull ghcr.io/yannh/redis-dump-go:v0.6.0
docker pull ghcr.io/yannh/redis-dump-go:v0.6.0-amd64
docker pull ghcr.io/yannh/redis-dump-go:latest-alpine
docker pull ghcr.io/yannh/redis-dump-go:v0.6.0-alpine
docker pull ghcr.io/yannh/redis-dump-go:v0.6.0-amd64-alpine