Changelog

All notable changes to this project will be documented in this file.

The format is based on Keep a Changelog, and this project adheres to Semantic Versioning.

1.0.3

Release date: 2026-07-09

Added

  • Add a prototype Tango device to monitor visibility data in real-time.

Changed

  • Update ska-tango-base to version 1.6.0

  • Update pytango to version 10.3.0, and re-enable visibility monitor device unit tests in CI that were previously skipped due to a background thread bug in tangocpp.

  • Update ska-tango-testing to version 0.9.0.

1.0.2

Release date: 2026-03-19

Changed

  • Migrate Python package manager from poetry to uv.

  • Update ska-tango-base to version 1.4.2.

  • Update ska-tango-devices to 0.16.0.

  • Update scapy to 2.7.0.

  • Update OCI base image to ska-tango-images-tango-python:0.4.1.

1.0.1

Release date: 2025-09-08

Changed

  • Updated ska-tango-devices to 0.9.0 to fix STS-2121.

1.0.0

Release date: 2025-08-21

Changed

Migrate from ska-tango-util to ska-tango-devices

Note: this is a breaking change!

The ska-low-csp-testware Helm chart now uses ska-tango-devices to configure the Tango devices being deployed.

Refer to charts/ska-low-csp-testware/values.yaml for inline documentation on how to configure the chart. Additionally, helmfile.d/helmfile.yml contains the configuration used in the automated integration tests, which can serve as a simple example.

Other changes

  • The OCI image base is updated from artefact.skao.int/ska-tango-images-tango-python:0.1.0 to artefact.skao.int/ska-tango-images-tango-python:0.3.0

0.0.1

Release date: 2025-02-04

Added

  • A new PacketCapture TANGO device that exposes commands to run tcpdump remotely on demand.