Releases: garmin/pyrex
Releases · garmin/pyrex
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 lfs
support
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
git
command 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
oetest
image has been rolled up into theoe
image, meaning theoe
image can be used in place of theoetest
image. Theoetest
image 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
v1.4.1
In this release:
- Fixed Let's Encrypt Root CA expiration preventing downloads.