Skip to content

Releases: guilbaults/TrailblazingTurtle

Release v1.7.0

07 Apr 18:32

Choose a tag to compare

What's Changed

  • Upgrading to Django5.2 (LTS)
  • Improve traceback when prometheus response is empty by @cmd-ntrf in #87
  • Quotasgpfsfs fix and Jobstats GPU config by @csqrs in #85
  • Make prometheus default filter configuration optional by @cmd-ntrf in #88
  • Gather saml2 settings in 40-saml.py and make djangosaml2 app optional by @cmd-ntrf in #86
  • Add NVIDIA A30 to Jobstats. by @csqrs in #95
  • Scale Y axis of GPU power graph to account for some GPUs tendency to over shoot their stated max. by @csqrs in #97
  • Add 'NVIDIA H200' to jobstats/views by @jsl6ul in #98

Full Changelog: v1.6.0...v1.7.0

Release v1.6.0

29 Aug 19:04

Choose a tag to compare

What's Changed

  • Bugfix: Parameters of a decorator are evaluated when python starts by @guilbaults in #68
  • Fix Cloudflare Zero-Trust authentication and Prometheus query without instance by @evaan in #70
  • Add PyJWT to requirements.txt by @evaan in #71
  • Avoid calling trim() on undefined values. by @jsl6ul in #72
  • Define values for 'NVIDIA H100 80GB HBM3' gpu. by @jsl6ul in #73
  • Replaces hard-coded string -oob with settings.HOSTNAME_OOB_SUFFIX. by @jsl6ul in #74
  • Replaces hard-coded prometheus metric with a setting variable. by @jsl6ul in #75
  • Update gpu_count to re.match on the settings.SLURM_TRES keys. by @jsl6ul in #77
  • Add the possibility of using a domain name by @jsl6ul in #76
  • Set H100 idle power to 70 by @jsl6ul in #78
  • Fix prometheus label_replace to append the domain name by @jsl6ul in #79
  • Fix use of 'query_time' which is deprecated. by @csqrs in #80
  • Increase promql time interval from 1m to 2m. by @jsl6ul in #82
  • Make sure that job.time is not None. by @jsl6ul in #81
  • Jobstats: Using the GSI-HPC fork of lustre_exporter by @guilbaults in #83
  • Security updates of python modules by @guilbaults in #84

New Contributors

Full Changelog: v1.5.0...v1.6.0

Release v1.5.0

17 Oct 20:02
099a493

Choose a tag to compare

What's Changed

Full Changelog: v1.4.0...v1.5.0

Release v1.4.0

16 Jan 16:06
e4ff71d

Choose a tag to compare

What's Changed

New Contributors

Full Changelog: v1.3.1...v1.4.0

v1.3.1

31 Oct 20:33
3051783

Choose a tag to compare

Release v1.3.0

02 Oct 20:01
a485a95

Choose a tag to compare

What's Changed

Full Changelog: v1.2.0...v1.3.0

Release v1.2.0

19 Sep 19:02
f8ca51b

Choose a tag to compare

What's Changed

New Contributors

Full Changelog: v1.1.0...v1.2.0

Release v1.1.0

09 Aug 18:36
32a9a34

Choose a tag to compare

What's Changed

New Contributors

  • @csqrs made their first contribution in #14

Full Changelog: v1.0.2...v1.1.0

Release v1.0.2

07 Nov 18:41
3a7df70

Choose a tag to compare

What's Changed

  • Improving Jobscripts uploader (#7)
    • Slurm spool directory path is now configurable
    • Adding logging and a verbose mode
    • Configuration script path is now a CLI parameter

Full Changelog: v1.0.1...v1.0.2

Release v1.0.1

04 Nov 15:58

Choose a tag to compare

  • Removing Lustre filesystem graphs when lustre_exporter is not enabled