Skip to content

Releases: cirruslabs/cirrus-cli

v0.6.2

07 Sep 14:27
Compare
Choose a tag to compare

Changelog

b2d704b Fix off-by-one when evaluating iface.Addrs()'s return value

v0.6.1

07 Sep 13:52
9bbb4b0
Compare
Choose a tag to compare

Changelog

9bbb4b0 Fixed Homebrew release (#68)

v0.6.0

07 Sep 13:04
91b76c2
Compare
Choose a tag to compare

Changelog

91b76c2 Update Agent Version (#67)
5dcb763 Fix Docker bridge IP detection on Linux (#66)
2f6cd75 Homebrew Releases (#60)
0ee7e1c Support --version flag (#65)
ccf70cb Include unique labels in logs (#62)
c21ec95 Ensure that the Docker daemon is reachable before running the tasks (#64)
639e221 Update install instructions for GitHub Actions (#55)

v0.5.0

31 Aug 21:24
b349526
Compare
Choose a tag to compare

Changelog

b349526 Reworked documentation (#54)
84033e3 GitHub Actions Renderer (#52)
9f4f297 Support Travis CI log format (#50)
443089a Prebuilt Binaries for PRs (#51)

v0.4.0

28 Aug 19:03
fb001ec
Compare
Choose a tag to compare

Changelog

fb001ec Don't include version in published binary (#49)
77828e0 Proof of concept of syntax sugar (#47)
d0dc02b Basic Starlark support (#46)

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