v0.21 PSU AC Power MCP39F511N, QoL & Security upgrades
In this release we finally brought the support for our new high resolution AC PSU provider the MCP39F511N.
Also we have some QoL updates like showing the run link directly after a run, refactorings and a security upgrade (a file that we set in the sudoers file is now put to read only by all).
Also we welcome a new contributor: @davidkopp ❤️
Happy measuring y'all :)
What's Changed
- turn on NetworkConnectionsProxyContainerProvider in the VM by @dan-mm in #498
- Bump pylint from 2.17.6 to 3.0.1 by @dependabot in #500
- Bump scipy from 1.11.2 to 1.11.3 by @dependabot in #496
- Examples directory fix by @dan-mm in #501
- extends the install script to have a random password option by @ribalba in #504
- Bump psutil from 5.9.5 to 5.9.6 by @dependabot in #508
- Refactors the system checkers by @ribalba in #507
- Added BCC functionality for email sending by @ArneTR in #510
- Bump fastapi from 0.103.2 to 0.104.0 by @dependabot in #511
- Bump orjson from 3.9.7 to 3.9.9 by @dependabot in #506
- Bump actions/checkout from 3 to 4 by @dependabot in #450
- Bump python from 3.11.5-slim-bookworm to 3.12.0-slim-bookworm in /docker by @dependabot in #502
- MCP39F511N metrics provider by @ArneTR in #429
- Bump pylint from 3.0.1 to 3.0.2 by @dependabot in #512
- Tag dockerhub containers by @dan-mm in #518
- Added lshw to hardware_info_root by @ArneTR in #514
- Bump pytest from 7.4.2 to 7.4.3 by @dependabot in #515
- Bump playwright/python from 1.35.0-jammy to v1.39.0-jammy in /docker/auxiliary-containers/gcb_playwright by @dependabot in #513
- Qol Updates by @ArneTR in #521
- Bump fastapi from 0.104.0 to 0.104.1 by @dependabot in #522
- Update Dockerfile - Removed playwright version pinning by @ArneTR in #523
- Bump pandas from 2.1.1 to 2.1.2 by @dependabot in #520
- Bump orjson from 3.9.9 to 3.9.10 by @dependabot in #519
- Adding current clocksource in linux by @ArneTR in #524
- Bump uvicorn[standard] from 0.23.2 to 0.24.0.post1 by @dependabot in #526
- Makes error optional except if there is data we need by @ribalba in #530
- Adding report url instead of just ID by @ArneTR in #531
- Hog API Fix for broken payload by @ArneTR in #532
- Uses /env to run python file by @ribalba in #444
- Bump pandas from 2.1.2 to 2.1.3 by @dependabot in #534
- Bump pydantic from 2.4.2 to 2.5.0 by @dependabot in #538
- Adds the citation file by @ribalba in #537
- Bump pydantic from 2.5.0 to 2.5.1 by @dependabot in #539
- Hardware info root mac by @ArneTR in #544
- Allow digits in env var keys by @davidkopp in #541
- Fomantic update to 2.9.3 by @ArneTR in #547
- Bump psycopg[binary] from 3.1.12 to 3.1.13 by @dependabot in #549
- Bump scipy from 1.11.3 to 1.11.4 by @dependabot in #548
- Bump pydantic from 2.5.1 to 2.5.2 by @dependabot in #557
- Fix printing of container logs by @davidkopp in #559
New Contributors
- @davidkopp made their first contribution in #541
Full Changelog: v0.20.2...v0.21