Releases: Firstset/fogo-community-ansible
Releases · Firstset/fogo-community-ansible
v0.1.2
Summary
- Now the
validator_servicerole supports both building binaries in each host, or building binaries in one host and pushing them to each host, which can be helpful for upgrading an active validator node. See more here. - The binaries to be built can be configured now using
fogo_binaries_to_build. By default, it builds and updates the binariesfdctl,solana, andagave-leader-tool. - The options
install_solana_cliandsolana_cli_versionhave been deprecated and please useinstall_agave_validator_binaryandagave_validator_versioninstead. This means the Solana CLI should be built from the Fogo codebase (usingfogo_binaries_to_buildto configure).
What's Changed
- improve the flow of updating fdctl binary by @gluckzhang in #30
- #31 feat: two ways of updating the binaries by @gluckzhang in #32
- doc: instructions regarding two different ways of updating binaries by @gluckzhang in #33
Full Changelog: v0.1.1...v0.1.2
v0.1.1
What's Changed
- fix some parameters are overriden by other sysctl configs, also add the new nofile value to
/etc/security/limits.confby @gluckzhang in #26 - #25 disable unattended upgrades by default by @gluckzhang in #27
- #24 disable swap by default by @gluckzhang in #28
- doc: update key tasks list and default values by @gluckzhang in #29
Full Changelog: v0.1.0...v0.1.1
v0.1.0
What's Changed
- Fix fdctl key generation not using config file by @ygarg25 in #20
- a bunch of improvements based on the feedback by @gluckzhang in #23, including:
- add a new variable named
stage(testnetby default) that controls the default values forfiredancer_config_template_pathandsolana_cli_json_rpc_url - add performance tuning tasks to the
validator_servicerole, including sysctl settings and network ring buffers config - make
firedancer_log_rotation_daysconfigurable - fix an issue in bootstrapping disks, now it uses UUID instead of
nvmeXn1p1for persisting the mounts
- add a new variable named
New Contributors
Full Changelog: v0.0.10...v0.1.0
v0.0.10
What's Changed
- #12 support user-defined activation password by @gluckzhang in #15
- #17 by default output firedancer logs to a file by @gluckzhang in #18
- #17 update ufw settings to include tpu ports (open ports
9001and9007) by @gluckzhang in #18 - #17 bump the default fogo firedancer binary version to
v14.0.0by @gluckzhang in #18
Full Changelog: v0.0.9...v0.0.10
v0.0.9
What's Changed
- fix #13, keep the execution if wait for restart window fails by @gluckzhang in #14
- add a graceful stop/restart flow using agave-validator (
wait-for-restart-windowsubcommand) if available by @gluckzhang in #14 - update the config template and have private rpc by default, otherwise without
port_check = falsein the config, the service cannot start and it complains aboutReceived no response at tcp/8899, check your port configurationby @gluckzhang in #14
Full Changelog: v0.0.8...v0.0.9
v0.0.8
What's Changed
- feat: installing solana cli so that users can use solana or agave-validator binaries by @gluckzhang in #9
- feat: support vote_account_path configuration, better restart flow by @gluckzhang in #10
Full Changelog: v0.0.7...v0.0.8
v0.0.7
What's Changed
- update fd config and move user creation task before bootstrpping disks by @gluckzhang in #8
Full Changelog: v0.0.6...v0.0.7
v0.0.6
- Upgrade fogo binary version to
v10.0.0and enable FD port check by default
Full Changelog: v0.0.5...v0.0.6
v0.0.5
What's Changed
- #6 add operations role for checking node states by @gluckzhang in #7
Full Changelog: v0.0.4...v0.0.5
v0.0.4
What's Changed
- #2 roll out configuration changes by @gluckzhang in #5
Full Changelog: v0.0.3...v0.0.4