Skip to content

Releases: gesellix/couchdb-cluster-config

v17.2.3

22 Oct 09:45
Compare
Choose a tag to compare

What's Changed

  • Bump github.com/urfave/cli/v2 from 2.15.0 to 2.16.3 by @dependabot in #37
  • Bump github.com/urfave/cli/v2 from 2.16.3 to 2.17.1 by @dependabot in #38
  • Bump github.com/urfave/cli/v2 from 2.17.1 to 2.19.2 by @dependabot in #39
  • Bump github.com/urfave/cli/v2 from 2.19.2 to 2.20.2 by @dependabot in #40

Full Changelog: v17.2.2...v17.2.3

v17.2.2

10 Sep 10:36
Compare
Choose a tag to compare

What's Changed

Full Changelog: v17.1.1...v17.2.2

v17.1.1

27 May 09:10
Compare
Choose a tag to compare

What's Changed

Full Changelog: v17.1.0...v17.1.1

v17.1.0

15 Oct 18:32
Compare
Choose a tag to compare

What's Changed

New Contributors

Full Changelog: v17.0.0...v17.1.0

v17.0.0

26 Jul 18:57
Compare
Choose a tag to compare

Release /v17 as proper Go Module

Changelog

3777875 Revert "v16"
5fcef8b update goreleaser-action
2198d62 v16
a6d236a v17

v16.2.1

26 Jul 17:47
Compare
Choose a tag to compare

Changelog

31bf8cc Add goreleaser github action workflow
5387471 Add setup delay to startup log message
b05f96e Add timeout configuration option
8448d98 Allow version override during linking
754a7d8 Create LICENSE
f8ee904 Create README.md
bff4878 Delay setup by 20s (demo only) for #2
a0eaf0b Dry run in pull requests, actual release on master
2d12ee9 Ensure that the coordinating node has a valid uuid.
6821904 Expose retry timeout as cli flag (default: 20s)
e5b70ea Fix ip address conversion
5328424 Introduce delay before the cluster config setup will be started
43a3249 Migrate from dep to Go 1.11+ modules
31eb49f Remove superfluous leftover from old/manual conversion to Duration
e83b97e Revert setup delay to 5s (demo only)
200ad62 Set default timeout in docker-compose to 60s.
cc470b7 Update README.md
bad17ad Update deps
fa110e7 Update example setup to CouchDB 3.1.0
13029aa Update goreleaser config
76eea56 Update to github.com/urfave/cli v2
cdbad2a add actions workflow
e0d56e1 add readme and an example docker-compose cluster.
186857f add the initial code to setup a couchdb cluster
1138dac add travis-ci config
97aeb7e allow custom check func
55b53b8 apply some dependency updates
c9484b4 beautify log messages
09b4ab0 check config, then release
2d9bf40 cleanup
e3e61fe core databases should be created during cluster setup by the couchdb itself
8d851cd create basic databases after the cluster setup
d809d02 dep ensure -update
11d237c dep init
cb8b412 enable_cluster only when the coordinating node doesn't already have cluster_enabled
2a51784 fix example setup command
7fd0039 fix link to cluster setup docs
9aa52bd goreleaser init
9ae595c gracefully handle existing users and databases, also skip cluster config when cluster_finished.
e0c31c4 ignore dist/
aeadbae inline the couchdb-client, fix setup steps
74d641f make admin credentials configurable
b53d1d6 make the "await-nodes" util less couchdb specific
f91d4fc move insecure flag declaration to the cli main package
20b71db polish the cli interface
cfa1393 reduce log noise (also doesn't log credentials anymore)
81b86ab release only for tags starting with v
ded9de7 remove local default node ip addresses
0a11919 replace the flags usage with the cli package.
4beb82d update compose config to couchdb:2.3.1
aa2d494 update dependencies

v16.2.0

26 Jul 17:47
Compare
Choose a tag to compare

Changelog

31bf8cc Add goreleaser github action workflow
5387471 Add setup delay to startup log message
b05f96e Add timeout configuration option
8448d98 Allow version override during linking
754a7d8 Create LICENSE
f8ee904 Create README.md
bff4878 Delay setup by 20s (demo only) for #2
a0eaf0b Dry run in pull requests, actual release on master
2d12ee9 Ensure that the coordinating node has a valid uuid.
6821904 Expose retry timeout as cli flag (default: 20s)
e5b70ea Fix ip address conversion
5328424 Introduce delay before the cluster config setup will be started
43a3249 Migrate from dep to Go 1.11+ modules
31eb49f Remove superfluous leftover from old/manual conversion to Duration
e83b97e Revert setup delay to 5s (demo only)
200ad62 Set default timeout in docker-compose to 60s.
cc470b7 Update README.md
bad17ad Update deps
fa110e7 Update example setup to CouchDB 3.1.0
13029aa Update goreleaser config
76eea56 Update to github.com/urfave/cli v2
cdbad2a add actions workflow
e0d56e1 add readme and an example docker-compose cluster.
186857f add the initial code to setup a couchdb cluster
1138dac add travis-ci config
97aeb7e allow custom check func
55b53b8 apply some dependency updates
c9484b4 beautify log messages
09b4ab0 check config, then release
2d9bf40 cleanup
e3e61fe core databases should be created during cluster setup by the couchdb itself
8d851cd create basic databases after the cluster setup
d809d02 dep ensure -update
11d237c dep init
cb8b412 enable_cluster only when the coordinating node doesn't already have cluster_enabled
2a51784 fix example setup command
9aa52bd goreleaser init
9ae595c gracefully handle existing users and databases, also skip cluster config when cluster_finished.
e0c31c4 ignore dist/
aeadbae inline the couchdb-client, fix setup steps
74d641f make admin credentials configurable
b53d1d6 make the "await-nodes" util less couchdb specific
f91d4fc move insecure flag declaration to the cli main package
20b71db polish the cli interface
cfa1393 reduce log noise (also doesn't log credentials anymore)
81b86ab release only for tags starting with v
ded9de7 remove local default node ip addresses
0a11919 replace the flags usage with the cli package.
4beb82d update compose config to couchdb:2.3.1
aa2d494 update dependencies

v16.1.0

21 Jul 18:04
Compare
Choose a tag to compare

Changelog

31bf8cc Add goreleaser github action workflow
5387471 Add setup delay to startup log message
b05f96e Add timeout configuration option
8448d98 Allow version override during linking
754a7d8 Create LICENSE
f8ee904 Create README.md
bff4878 Delay setup by 20s (demo only) for #2
a0eaf0b Dry run in pull requests, actual release on master
6821904 Expose retry timeout as cli flag (default: 20s)
e5b70ea Fix ip address conversion
5328424 Introduce delay before the cluster config setup will be started
43a3249 Migrate from dep to Go 1.11+ modules
31eb49f Remove superfluous leftover from old/manual conversion to Duration
e83b97e Revert setup delay to 5s (demo only)
200ad62 Set default timeout in docker-compose to 60s.
cc470b7 Update README.md
bad17ad Update deps
13029aa Update goreleaser config
cdbad2a add actions workflow
e0d56e1 add readme and an example docker-compose cluster.
186857f add the initial code to setup a couchdb cluster
1138dac add travis-ci config
97aeb7e allow custom check func
55b53b8 apply some dependency updates
c9484b4 beautify log messages
09b4ab0 check config, then release
2d9bf40 cleanup
d809d02 dep ensure -update
11d237c dep init
2a51784 fix example setup command
9aa52bd goreleaser init
9ae595c gracefully handle existing users and databases, also skip cluster config when cluster_finished.
e0c31c4 ignore dist/
aeadbae inline the couchdb-client, fix setup steps
74d641f make admin credentials configurable
b53d1d6 make the "await-nodes" util less couchdb specific
f91d4fc move insecure flag declaration to the cli main package
20b71db polish the cli interface
cfa1393 reduce log noise (also doesn't log credentials anymore)
81b86ab release only for tags starting with v
ded9de7 remove local default node ip addresses
0a11919 replace the flags usage with the cli package.
4beb82d update compose config to couchdb:2.3.1
aa2d494 update dependencies

v16.0.3

01 Mar 23:18
Compare
Choose a tag to compare

This is the first automated release, so the changelog below shows the complete history (more or less). Upcoming releases will contain a more helpful changelog.

You'll notice ready-built binaries for several platforms now, which helps in environments where a Docker container won't help.

Changelog

31bf8cc Add goreleaser github action workflow
5387471 Add setup delay to startup log message
b05f96e Add timeout configuration option
8448d98 Allow version override during linking
754a7d8 Create LICENSE
f8ee904 Create README.md
bff4878 Delay setup by 20s (demo only) for #2
a0eaf0b Dry run in pull requests, actual release on master
6821904 Expose retry timeout as cli flag (default: 20s)
e5b70ea Fix ip address conversion
5328424 Introduce delay before the cluster config setup will be started
43a3249 Migrate from dep to Go 1.11+ modules
31eb49f Remove superfluous leftover from old/manual conversion to Duration
e83b97e Revert setup delay to 5s (demo only)
200ad62 Set default timeout in docker-compose to 60s.
cc470b7 Update README.md
bad17ad Update deps
13029aa Update goreleaser config
cdbad2a add actions workflow
e0d56e1 add readme and an example docker-compose cluster.
186857f add the initial code to setup a couchdb cluster
1138dac add travis-ci config
97aeb7e allow custom check func
55b53b8 apply some dependency updates
c9484b4 beautify log messages
09b4ab0 check config, then release
2d9bf40 cleanup
d809d02 dep ensure -update
11d237c dep init
2a51784 fix example setup command
9aa52bd goreleaser init
9ae595c gracefully handle existing users and databases, also skip cluster config when cluster_finished.
e0c31c4 ignore dist/
aeadbae inline the couchdb-client, fix setup steps
74d641f make admin credentials configurable
b53d1d6 make the "await-nodes" util less couchdb specific
f91d4fc move insecure flag declaration to the cli main package
20b71db polish the cli interface
cfa1393 reduce log noise (also doesn't log credentials anymore)
81b86ab release only for tags starting with v
ded9de7 remove local default node ip addresses
0a11919 replace the flags usage with the cli package.
4beb82d update compose config to couchdb:2.3.1