File tree Expand file tree Collapse file tree 12 files changed +123
-121
lines changed
Expand file tree Collapse file tree 12 files changed +123
-121
lines changed Load Diff This file was deleted.
Original file line number Diff line number Diff line change 1+ # Release Notes for Version 1.0
2+
3+ Released 2019-11-14.
4+
5+ First major release.
6+
7+ Upgrading from a release before v1.0 is possible but not recommended and requires database conversion.
Original file line number Diff line number Diff line change 1+ # Release Notes for Version 1.1
2+
3+ Released 2020-01-31.
4+
5+ - Rewrite feature added to Regexp module.
6+ - sams-post-receiver, sams.loader.File and sams.output.File makes target directory tree.
7+
8+ Upgrading from v1.0 does not require any changes.
Original file line number Diff line number Diff line change 1+ # Release Notes for Version 1.2
2+
3+ Released 2020-04-06.
4+
5+ - Set umask in deamon mode.
6+ - Adds a FAQ.
7+ - sams-software-updater now uses GLOB (\* ?) instead of SQLite "LIKE" patterns.
8+ - Fixes som problem with setup.py for generating .rpm's.
9+ - Adds a --show-software flag to sams-software-updater.
10+
11+ Upgrading from v1.1 does not require any changes to configurations files.
Original file line number Diff line number Diff line change 1+ # Release Notes for Version 1.3
2+
3+ Released 2020-11-05.
4+
5+ - --test-output option added to sams-collector.
6+ - Collectd output module added.
7+ - Enables to use --show-software and --show-path together in sams-software-updater.
8+ - Export software with user/project specific information in software/version/local version.
9+
10+ Upgrading from v1.2 does not require any changes to configurations files.
Original file line number Diff line number Diff line change 1+ # Release Notes for Version 1.4
2+
3+ Released 2021-02-11.
4+
5+ - Fix/cleanup of yaml module import.
6+ - New sams.sampler.FSStats module. Fetches Metrics from a filesystem.
7+ - New sams.sampler.IOStats. Fetches metrics from iostat command about block devices.
8+ - Updated setup.py.
9+ - Make nvidia-smi metrics configurable.
10+ - New sams.sampler.ZFSStats. ZFS metrics sampler.
11+ - Updated Collectd module.
12+ - Removed write\_ as\_ uid/setfsuid due to license problems.
13+ - LICENSE added to the project.
14+ - Experimental output module for Prometheus node-exporter.
15+ - Support for stopping rewrite rules on match.
16+
17+ Upgrading from v1.3 does not require any changes to configurations files.
Original file line number Diff line number Diff line change 1+ # Release Notes for Version 1.5
2+
3+ Released 2022-02-04.
4+
5+ - Cleanup of code using isort, black and pylint.
6+ - Fix crach on empty config key.
7+ - Changed isAlive() to is\_ alive() due to deprecation.
8+ - sams-commands now have a --version flag.
9+ - Support for --reset-softare= in sams-software-updater.
10+ - After a --reset-command an update is run directly afterwards.
11+ - Updated examples for sams-software-updater.
12+ - Add swap output from sams.sampler.SlurmCGroup module.
13+
14+ Upgrading from v1.4 does not require any changes to configurations files.
Original file line number Diff line number Diff line change 1+ # Release Notes for Version 1.6
2+
3+ Released 2023-03-29.
4+
5+ - New sams.sampler.Pressure. Fetches pressure metrics from cgroup.
6+ - New sams.loader.FileSlurmInfoFallback. Fetches information from sacct if Slurm is not responding or does not want to ask slurmctld from nodes.
7+ - Possible to set Sqlite temp\_ store pragma to allow use of memory instead of /var/tmp or $TMPDIR to store temporary information during queries.
8+ - Exception cleanup.
9+ - Fix in sams.output.Prometheus for None values.
10+ - Fix in sams.output.Carbon and Collectd to check if var is dict.
11+ - Fix in sams.loader.File for moving files to different filesystem.
12+ - Continue code cleanup using isort, black, pylint.
13+
14+ Upgrading from v1.5 does not require any changes to configurations files.
Original file line number Diff line number Diff line change 1+ # Release Notes for Version 1.7
2+
3+ Released 2023-09-06.
4+
5+ - Updated sgas-sa-registrant. Same as sgas-bart bart-registrant that uses Python 3 and does not use twisted.
6+
7+ Upgrading to 1.7 requires using Python 3 and compatible requests library for the the sgas-sa-registrant and config file need to be updated.
Original file line number Diff line number Diff line change 1+ # Release Notes for Version 1.8
2+
3+ Released 2023-12-07.
4+
5+ - New database backend that uses PeeWee ORM.
6+ - Fixes in sgas-sa-registrant for Python 3.6.
7+ - Improved SlurmInfoFallback.
8+
9+ Upgrading from v1.7 does not require any changes to configurations files.
You can’t perform that action at this time.
0 commit comments