Skip to content

Releases: dennissivia/plus9k.rs

Release 1.0.0 for marketplace listing

06 Sep 11:13
Compare
Choose a tag to compare

Fully functional, but still minimal implementation, that replaces the Ruby version of this GitHub Action.

v0.1.0-pre30

30 Aug 19:31
Compare
Choose a tag to compare
Update ENV vars and replace Result with Option

v0.1.0-pre29

30 Aug 16:39
Compare
Choose a tag to compare
Update ENV vars and replace Result with Option

v0.1.0-pre28

30 Aug 16:25
Compare
Choose a tag to compare
Update ENV vars and replace Result with Option

v0.1.0-pre27

30 Aug 16:17
Compare
Choose a tag to compare
Add GitHub CI for tests

Initially I planned to do the releaes management via Actions and GPR.
Unfortunately GPR creates tags and releases, which makes it hard to
create a normal CI/CD workflow, like automatically building a docker
image for each push and tagging images based on code tags.
The problem is, that after pushing a tagged image, a new tag would be
created by GPR which makes this workflow unfeasible.
Thus I decided to create images and tags manually to sidestep that
problem.

v0.1.0-pre26

28 Aug 11:06
Compare
Choose a tag to compare
Add second Dockerfile based on rust-musl-builder

v0.1.0-pre21

28 Aug 10:10
Compare
Choose a tag to compare
Add second Dockerfile based on rust-musl-builder

v0.1.0-pre20

27 Aug 07:48
Compare
Choose a tag to compare
Add GitHub CI

v0.1.0-pre19

27 Aug 07:42
Compare
Choose a tag to compare
Add GitHub CI