Skip to content

Tags: labgrid-project/labgrid

Tags

v25.0

Verified

This tag was signed with the committer’s verified signature. The key has expired.
jluebbe Jan Lübbe
release v25.0

v24.0.3

CHANGES: add release notes for v24.0.3

Signed-off-by: Jan Luebbe <jlu@pengutronix.de>

v24.0.2

CHANGES: add release notes for v24.0.2

Signed-off-by: Bastian Krause <bst@pengutronix.de>

v24.0.1

CHANGES: add release notes for v24.0.1

Signed-off-by: Bastian Krause <bst@pengutronix.de>

v24.0

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
Merge pull request #1465 from Emantor/topic/changes-24.0

CHANGES: more updates for 24.0 release

v23.0.6

Release 23.0.6 (Released Apr 16, 2024)

Bug fixes in 23.0.6:

- In `USBVideoDriver`, use the ``playbin3`` element instead of ``playbin`` to
  fix decoding via VA-API for certain webcams on AMD graphic cards.
- Let the `SSHDriver` redirect ``/dev/null`` to stdin on ``run()`` to prevent
  unexpected consumption of stdin of the remotely started process.
- Cover more failure scenarios in the exporter and coordinator systemd
  services, fix the service startup order, do not buffer journal logs.

v24.0a1

Verified

This tag was signed with the committer’s verified signature.
Emantor Rouven Czerwinski
Alpha release 1 for v24.0

v23.0.5

Release 23.0.5 (Released Jan 13, 2024)

Bug fixes in 23.0.5
~~~~~~~~~~~~~~~~~~
- Fix readthedocs build by specifying Python version and OS.
- Fix several incompatibilities with doc sphinxcontrib-* dependencies having
  dropped their explicit Sphinx dependencies, which prevented generation of
  labgrid's docs.

v23.0.4

Release 23.0.4 (Released Nov 10, 2023)

Bug fixes in 23.0.4
~~~~~~~~~~~~~~~~~~
- Fix dockerfiles syntax error that became fatal in a recent docker release.
- Fix ShellDriver's xmodem functionality.
- Pin pylint to prevent incompatibility with pinned pytest-pylint.
- Fix ``labgrid-client console --loop`` on disappearing serial ports (such as
  on-board FTDIs).

v23.0.3

Release 23.0.3 (Released Jul 20, 2023)

Bug fixes in 23.0.3:
- Update to PyYAML 6.0.1 to prevent install errors with Cython>=3.0, see:
  yaml/pyyaml#601
  yaml/pyyaml#726 (comment)