Releases: coq-community/docker-coq-action
Releases · coq-community/docker-coq-action
docker-coq-action v1.5.0
New features:
- Make it possible to read variable
COQ_IMAGE
=Docker image name in CI script (PR #89 by @JasonGross) - Enable usage of GitHub Actions environment-files commands (PR #90 by @JasonGross and @erikmd)
→ This allows the use of>> "$GITHUB_ENV"
,>> "$GITHUB_OUTPUT"
, and>> "$GITHUB_STEP_SUMMARY"
to pass information to subsequent steps.
Documentation:
Full Changelog: v1.4.1...v1.5.0 − Refman: v1.5.0
docker-coq-action v1.4.1
Bugfixes:
- Add
-y
flag toopam remove
command inuninstall:
field (PR #78, #79 by @liyishuai) - Use
actions/checkout@v3
instead ofactions/checkout@v2
(PR #81, by @erikmd) - Skip
docker pull $COQ_IMAGE
if it locally exists, e.g. after a first GHA step usingdocker-coq-action
(PR #82 by @erikmd)
Changelog: v1.4.0...v1.4.1 − Refman: v1.4.1
docker-coq-action v1.4.0
Feature:
- Replace support of
ocaml_version: "minimal"
with that ofocaml_version: "default"
(PR #75 by @erikmd)
Changelog: v1.3.1...v1.4.0 − Refman: v1.4.0
docker-coq-action v1.3.1
Bugfix & Documentation:
- Adapt to PR coq-community/docker-coq#47 [all Docker-Coq images are now single-switch] (PR #39 by @erikmd)
Warning:
docker-coq-action v1.3.0
docker-coq-action v1.2.4
Bugfix:
- The customizable scripts couldn't contain single-quotes because of the previous interpolation function (PR #41 by @erikmd)
→ related fields:before_install
,install
,after_install
,before_script
,script
,after_script
,uninstall
Enhancement:
- Add CI test-suite for
docker-coq-action
, to automatically test and document typical workflows (PR #60 by @erikmd)
Documentation:
- Simplify the
actions.yml
comments, adding a permalink to docker-coq tags documentation (PR #44 by @erikmd) - Refactor & Extend the Readme, documenting more use cases & pitfalls (PR #56 by @Bruno-366, and #61, #38, #62 by @erikmd)
- and some minor PR-free changes.
Changelog: v1.2.3...v1.2.4 − Refman: v1.2.4
docker-coq-action v1.2.3
docker-coq-action v1.2.2
Bugfix:
Changelog: v1.2.1...v1.2.2 − Refman: v1.2.2
docker-coq-action v1.2.1
Bugfix:
- Move
startGroup
/endGroup
constructs to individual fields (PR #35 by @erikmd)
→ this slightly changes defaults values w.r.t. v1.2.0, but this is fully backward-compatible w.r.t. v1.1.0, and this makes it possible to customize group titles (by usingstartGroup "Group title"
in individual fields) without needing to overridecustom_script
.
Technical documentation:
Changelog: v1.2.0...v1.2.1 − Refman: v1.2.1
docker-coq-action v1.2.0
Bugfix:
Documentation:
New Features:
- Add feature to export env variables (PR #31 by @erikmd)
- Split custom_script to enhance the customization experience (PR #33 by @erikmd)
→ custom_script now interpolates{{before_install}}, {{install}}, {{after_install}}, {{before_script}}, {{script}}, {{after_script}}, {{uninstall}}
Changelog: v1.1.0...v1.2.0 − Refman: v1.2.0