Skip to content

Releases: cirruslabs/cirrus-cli

v0.3.1

21 Aug 15:43
Compare
Choose a tag to compare

Changelog

7d2f131 Bump timeout to 15 seconds
8f8a56a Release binaries (#44)

v0.3.0

20 Aug 22:16
1d09028
Compare
Choose a tag to compare

Changelog

1d09028 Added branch to invalidate GH cache
01db4b1 Mention Dockerfile as a CI environment
8590cfe Updated Documentation (#41)
d1acf41 Updated Dependencies (#40)
259539f Stable order of task execution (#39)
fbb9504 Fixed order of cleanups (#37)
eee5786 RPC: add no-op methods (#36)
e0c939e Support Dockerfile as CI environment (#33)
5c179d2 Integrate Echelon (#20)
9992b35 Dirty mode for running tasks (#34)
3b9cb68 Support execution behavior on the CLI side (#29)
16297bc CI: move golangci-lint's arguments to .golangci.yml (#28)
596ca8f Docker Pipe support (#26)
4c9fab8 Environment variables support (#25)
686fb7f Handle premature instance termination (#24)
2bfe003 Override entrypoint (#23)
bd53ae5 A task pattern argument to only run specific tasks (#21)
7f657ac Working volumes (#22)
4a43ed2 Improved gRPC dial (#19)
129c3d5 TestKeySanitization: ignore order when comparing slices
4b4676e Fixed dependencies in test data
6a96f43 Cache support (#17)
d83771e Support additional containers (#15)
4f57110 Output logs by default (#12)
f8fc7e3 Enforce CPU and memory limits (#10)

v0.2.0

27 Jul 19:12
23d3619
Compare
Choose a tag to compare

Changelog

23d3619 Basic implementation of the executor and the run command (#6)
ce16291 Switch from GraphQL to gRPC endpoint (#5)

v0.1.1

14 Jul 14:38
3411970
Compare
Choose a tag to compare

Changelog

3411970 Release for Windows and macOS (#3)
82506ba CI badge (#4)
84f9d89 README.md: use "go get" in the Go installation section

v0.1.0

14 Jul 13:36
Compare
Choose a tag to compare

Changelog

f53ac66 Fix GoReleaser invocation
6d93cbd Add GITHUB_TOKEN for releases
5c1bec2 Prepare for release (#2)
ae9641b Basic Cirrus CLI with validate command (#1)
e1c5e9a Initial commit