Skip to content

Commit d528367

Browse files
committed
Add release notes to documentation
1 parent 3de8ab2 commit d528367

File tree

12 files changed

+123
-121
lines changed

12 files changed

+123
-121
lines changed

Changelog.md

Lines changed: 0 additions & 120 deletions
This file was deleted.

docs/releasenotes/1.0.md

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,7 @@
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.

docs/releasenotes/1.1.md

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,8 @@
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.

docs/releasenotes/1.2.md

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,11 @@
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.

docs/releasenotes/1.3.md

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,10 @@
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.

docs/releasenotes/1.4.md

Lines changed: 17 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,17 @@
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.

docs/releasenotes/1.5.md

Lines changed: 14 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,14 @@
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.

docs/releasenotes/1.6.md

Lines changed: 14 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,14 @@
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.

docs/releasenotes/1.7.md

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,7 @@
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.

docs/releasenotes/1.8.md

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,9 @@
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.

0 commit comments

Comments
 (0)