Skip to main content

0.10.0: Environments on Autopilot

· One min read
Overlock Team
Maintainers

A big feature drop: a config-file driven environment workflow, automatic provisioning triggered by on-chain events, and a new Cosmos plugin. Lots of polish around install and error handling too.

What's new

  • Config-file driven environment setup (#306) — define an environment in a single config file and let Overlock create cluster, registry, providers and configurations.
  • Network-event auto-provisioning — environments, registries, configurations and providers can now be created automatically in response to on-chain events:
    • Auto-create environment from a Solana TX (#296).
    • Auto-create configuration from a network event (#294).
    • Auto-create local registry from a network event (#292).
    • Auto-register providers in the network (#302, #304).
  • Cosmos plugin: environment subscribe (#291) — subscribe to Cosmos chain events and react to them.
  • Billing reconciliation event watching (#301).
  • Discord notifications on release (#308).
  • Friendlier error UX — surfaced errors now link to the docs (#320).

Bug fixes

  • Install script bug (#317).
  • Missing default values filled in (#319).
  • Spurious "plugin doesn't exist" warning silenced (#318).