Commit 74c0a347 authored by Thomas Gambier's avatar Thomas Gambier 🚴🏼

Release 0.129

parent 76f0a0bd
Pipeline #25984 failed with stage
in 0 seconds
0.129 (2023-01-18)
==================
* promise/plugin: added alarms for node monitoring: check_ram_usage, check_network_errors_packets, check_network_transit, check_cpu_temperature
* monitor: use gmtime to query data in collect db
* resiliencytestsuite,kvm: python3 fixes
0.128 (2022-06-30)
==================
......
......@@ -2,7 +2,7 @@ from setuptools import setup, find_packages
import glob
import os
version = '0.128'
version = '0.129'
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