Skip to content

Releases: Firstset/fogo-community-ansible

v0.1.2

23 Oct 09:25
39d2214

Choose a tag to compare

Summary

  • Now the validator_service role 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 binaries fdctl, solana, and agave-leader-tool.
  • The options install_solana_cli and solana_cli_version have been deprecated and please use install_agave_validator_binary and agave_validator_version instead. This means the Solana CLI should be built from the Fogo codebase (using fogo_binaries_to_build to configure).

What's Changed

Full Changelog: v0.1.1...v0.1.2

v0.1.1

01 Oct 11:50
2344aa9

Choose a tag to compare

What's Changed

  • fix some parameters are overriden by other sysctl configs, also add the new nofile value to /etc/security/limits.conf by @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

30 Sep 14:10
e01f4cc

Choose a tag to compare

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 (testnet by default) that controls the default values for firedancer_config_template_path and solana_cli_json_rpc_url
    • add performance tuning tasks to the validator_service role, including sysctl settings and network ring buffers config
    • make firedancer_log_rotation_days configurable
    • fix an issue in bootstrapping disks, now it uses UUID instead of nvmeXn1p1 for persisting the mounts

New Contributors

Full Changelog: v0.0.10...v0.1.0

v0.0.10

15 Sep 08:50
8deb478

Choose a tag to compare

What's Changed

Full Changelog: v0.0.9...v0.0.10

v0.0.9

27 Aug 13:04
b819837

Choose a tag to compare

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-window subcommand) if available by @gluckzhang in #14
  • update the config template and have private rpc by default, otherwise without port_check = false in the config, the service cannot start and it complains about Received no response at tcp/8899, check your port configuration by @gluckzhang in #14

Full Changelog: v0.0.8...v0.0.9

v0.0.8

26 Aug 09:11
9df3b87

Choose a tag to compare

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

22 Aug 14:01
88cf753

Choose a tag to compare

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

22 Aug 12:30
f9f1210

Choose a tag to compare

  • Upgrade fogo binary version to v10.0.0 and enable FD port check by default

Full Changelog: v0.0.5...v0.0.6

v0.0.5

30 Jun 11:45
831db9c

Choose a tag to compare

What's Changed

Full Changelog: v0.0.4...v0.0.5

v0.0.4

25 Jun 13:12
c540f29

Choose a tag to compare

What's Changed

Full Changelog: v0.0.3...v0.0.4