8000 Tags · picodata/genin · GitHub
[go: up one dir, main page]
More Web Proxy on the site http://driver.im/
Skip to content

Tags: picodata/genin

Tags

0.9.0

Toggle 0.9.0's commit message
[Added]

Interactive mode for the build command if state was created earlier

[Fixed]

Renamed replicasets_count to replicaset_count while maintaining backward compatibility.

0.9.0-rc

Toggle 0.9.0-rc's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
Merge pull request #180 from picodata/bump_rustup

Release 0.9.0

0.8.0

Toggle 0.8.0's commit message
0.8.0

[Added]
+ raft mode for failover

0.8.0-rc

Toggle 0.8.0-rc's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
Merge pull request #171 from picodata/add_raft_failover

Add raft failover

0.7.0

Toggle 0.7.0's commit message
0.7.0

[Added]
+ symlink on latest state
+ app version to inventory file
+ new default cluster configuration from the base yml config

[REMOVED]
- default cluster configuration that caused naming errors
- support for v1 host and instance configurations
- unused args for init command

[UPDATED]
* default cluster configuration, now works via yml config

0.7.0-rc

Toggle 0.7.0-rc's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
Merge pull request #167 from picodata/166-fix_role_naming

Fix incorrect role names when using tabs and spaces in the genin file

0.6.0

Toggle 0.6.0's commit message

0.6.0-rc

Toggle 0.6.0-rc's commit message
Release 0.6.0

0.5.9

Toggle 0.5.9's commit message
ci: add trigger for gitlab pipeline

split builds in Makefile
update README.md

NO_DOC=internal
NO_TEST=internal
NO_CHANGELOG=internal

0.5.9-rc

Toggle 0.5.9-rc's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
Add missing failover params (#145)

add missing failover params

It adds these failover parameters:
1) failover_timeout;
2) fencing_enabled;
3) fencing_timeout;
4) fencing_pause.
0