You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
This agents release is backwards compatible with the existing agent configuration interface and on-disk DB schema. Maintain persistence when upgrading.
New Features
nomad-core
Added IRSA credentials to AWS client instantiation (#202)
Added checks for empty replica name arrays in NomadAgent::run_many and NomadAgent::run_all (#211)
Added home and replica labels to contract sync metrics to differentiate where events originated from (#210)
configuration
Removed unused enabled flag from NomadConfig agent configuration blocks (#189)
relayer
Added checks that home and replica updater addresses match, errors channel if otherwise (#219)
processor
Added check for empty intersection of specified replicas and listed subsidized remotes to ensure we didn't list subsidized remotes that aren't in the base agent configuration (#211)
Improves tracing around prove and process flow (#194)