Skip to content

Commit 76fff8e

Browse files
committed
Add a bare bones changelog
1 parent e1d78c9 commit 76fff8e

File tree

1 file changed

+64
-0
lines changed

1 file changed

+64
-0
lines changed

CHANGELOG.md

Lines changed: 64 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,64 @@
1+
## Changelog
2+
3+
Full commit history per tag: https://github.com/vpenso/prometheus-slurm-exporter/commits/{tag number}
4+
5+
* **0.19**
6+
- Merge PR#50
7+
8+
* **0.18**
9+
- Add CPU/Memory info per node (see PR#47)
10+
11+
* **0.17**
12+
- Add fair share collector
13+
14+
* **0.16**
15+
- Export more data per account/partition, fix squeue for pending jobs
16+
- Merge PR#34
17+
18+
* **0.15**
19+
- CPU allocation status per partition
20+
21+
* **0.14**
22+
- add stats about jobs per account/per user
23+
24+
* **0.13**
25+
- Merge pull request #32 from pdtpartners/faster-node-metrics
26+
27+
* **0.12**
28+
- Merge pull request #30 from omnivector-solutions/add_snap_packaging
29+
30+
* **0.11**
31+
- Merge PR#29
32+
- Add more backfill stats (see PR#27)
33+
34+
* **0.10**
35+
- Scheduler: keep track of the DBD agent queue size
36+
37+
* **0.9**
38+
- README: update to fix build problem raised with issue #26
39+
40+
* **0.8**
41+
- Merge pull request #21 from cleargray/command-paths
42+
43+
* **0.7**
44+
- Update scheduler.go (fix issue #18)
45+
46+
* **0.6**
47+
- Merge pull request #13 from rug-cit-hpc/master
48+
49+
* **0.5**
50+
- [BUG]: count all job states (issue #9)
51+
52+
* **0.4**
53+
- Merge pull request #8 from MatMaul/pending-dep
54+
55+
* **0.3**
56+
- Fix issue #4
57+
58+
* **0.2**
59+
- Fix issue #3
60+
61+
* **0.1**
62+
- Basic prototype
63+
- Merge PR#2
64+
- Add Grafana dashboard

0 commit comments

Comments
 (0)