Upgrading to v0.10.2

This guide will walk you through the process of upgrading your Aligned Operator to v0.10.2.

Changes

New Features

How to upgrade

Step 1 - Update the configuration for your specific Operator

This version requires update the operator configuration file changing the following field:

## Operator Configurations
operator:
  operator_tracker_ip_port_address: https://holesky.telemetry.alignedlayer.com
circle-info

Previous URL of operator_tracker_ip_port_address. Now it sends data to a telemetry server with better tracking and error handling

Step 2 - Update the Operator

Inside the Aligned repository, run:

This will recompile the binaries. You can then proceed to restart the operator.

Step 3 - Check the Operator Version

To see the operator version, run:

This will display the current version of the operator binary.

Step 4 - Restart the Operator

Restart the operator based on your system config

Last updated