Releases: garmin/pyrex
Releases · garmin/pyrex
v2.0.0
Release Notes
The meaning of config.commands has changed to extend the container commands instead completely overriding them. This should make it easier to add custom commands. Please check your pyrex.ini file when upgrading.
What's Changed
- gha: Update runner OS by @JoshuaWatt in #104
- image: use consistent casing in FROM directives by @amstewart in #103
- Minor readability edits to README.md by @nisundar in #94
- Update README.md by @amalachow in #106
- Add python3-yaml to the machine descriptions in the Dockerfile. by @balister in #110
- Capture PYTHONPATH by @JoshuaWatt in #109
- Container commands by @JoshuaWatt in #60
- Bump version for release by @JoshuaWatt in #111
- gha: Install chrpath on host by @JoshuaWatt in #112
New Contributors
- @amstewart made their first contribution in #103
- @nisundar made their first contribution in #94
- @amalachow made their first contribution in #106
- @balister made their first contribution in #110
Full Changelog: v1.10.0...v2.0.0
v1.10.0
NOTE This version changes the container images from being hosted on Docker Hub to GHCR
What's Changed
- github actions: Remove podman tests by @JoshuaWatt in #92
- Allow run::bind config to specify different destination by @matthoosier-garmin in #91
- Reject conflicting entries in run::bind by @matthoosier-garmin in #93
- Add Ubuntu 24.04 image by @JoshuaWatt in #97
- ci: Remove commented builds by @JoshuaWatt in #98
- Switch to GHCR by @JoshuaWatt in #99
- gha: Fix publish by @JoshuaWatt in #100
- Prefix container image with "pyrex-" by @JoshuaWatt in #101
- gha: Add permissions for release by @JoshuaWatt in #102
Full Changelog: v1.9.1...v1.10.0
v1.9.1
v1.9.0
v1.8.1
Fixes a bug that prevented git lfs from working on Ubuntu 18.04 and 20.04
v1.8.0
New in this release
- Images now have
git lfssupport
v1.7.0
What's Changed
- Add Ubuntu 22.04 images by @JoshuaWatt in #81
- Add Yocto 4.0 compatibility by @JoshuaWatt in #81
Full Changelog: v1.6.0...v1.7.0
v1.6.0
In this release:
- Ignore the
gitcommand if provided by OE core, since it should not be proxied into the container runtime
v1.5.0
In this release:
- The behavior of the
oetestimage has been rolled up into theoeimage, meaning theoeimage can be used in place of theoetestimage. Theoetestimage is retained as an alias foroe, but is deprecated and will be removed in the future.
v1.4.2
In this release:
- Pass no_proxy environment variable
- Add ubuntu-XX-oegarmin images