Commit c68f8faf authored by Joanne Hugé's avatar Joanne Hugé

Release 0.130

parent 612f26e0
......@@ -3,6 +3,12 @@ unreleased
* runner: totally remove runner directory (webrunner is replaced by Theia)
0.130 (2023-02-08)
==================
* promise/plugin: added alarms for ORS monitoring: check_amarisoft_stats_log, check_baseband_latency, check_cpri_lock, check_interface_up, check_lopcomm_lof, check_lopcomm_rssi, check_lopcomm_vswr, check_rx_saturated, check_sdr_busy
* promise/plugin: reworked methods in util.py
0.129 (2023-01-18)
==================
......
......@@ -2,7 +2,7 @@ from setuptools import setup, find_packages
import glob
import os
version = '0.129'
version = '0.130'
name = 'slapos.toolbox'
long_description = open("README.rst").read() + "\n"
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment