This repository was archived by the owner on Feb 24, 2024. It is now read-only.
Releases: autamus/binoc
Releases · autamus/binoc
Release list
v0.3.5
Changelog:
- Better patching of packages without URLs.
- Fix updating a package from a Git URL.
v0.3.4
Changelog:
- Update Dependencies for Better URL Parsing
v0.3.3
Changelog:
- Binoc now better supports named versions such as "main", "develop", etc...
- When finding non zip/tarball releases for Spack packages Binoc now correctly marks the version as
Expand=False.
v0.3.0
Changelog:
- Binoc now supports pulling Spack Package updates from upstream locations! Use it with the
repo_spackupstreamlinkoption now in the action!
v0.2.8
Changelog:
- Fixed a bug comparing releases with the same release time.
- Fixed dependencies being parsed incorrectly.
v0.2.6
Changelog
- Binoc now supports the ability to disable Binoc's embedded PR management via
pr_skip. This is handy for people who want Binoc to run in non GitHub environments or don't want Binoc clogging up their Pull Request with Package Updates. Thanks @vsoch! - Better prioritization of standardized version tags for docker containers over using
latest.
v0.2.5
Changelog:
- Better Alphabetic Versions/Tag handling!
- Update multiple container digests at once!
v0.2.0
Initial Support for SHPC Container YAMLs!
Changelog:
- addition of SHPC parser!
- include updates from Cuppa and Lookout dependencies.
v0.1.0
Changelog:
- add support for custom release asset URLs.
- add support for spack versions based on git branches.
- add support for multi-line versions when patching build instructions.
v0.0.5
Changelog:
- Add support for custom branch prefixes.