Skip to content
This repository has been archived by the owner on Apr 10, 2023. It is now read-only.

Releases: cicadahq/release

v0.1.29

10 Apr 17:35
Compare
Choose a tag to compare

Changelog

  • Final release on this repo, points autoupdater to now use cicadahq/cicada

v0.1.28

07 Apr 19:17
Compare
Choose a tag to compare

Changes

  • Remove dependency on gh cli and no longer required to auth to use
  • Added anonymous telemetry for tracking usage and crash reports
    • You can opt out by setting the environment variable CICADA_DISABLE_TELEMETRY=1
    • Segment is being used for event tracking, the only event that is being tracked is the top level command .i.e "run", "init", "new", etc
    • Sentry is being used for crash reporting, the default rust sentry integration is being used

v0.1.27

04 Apr 23:53
cd7d0d5
Compare
Choose a tag to compare

Changes

  • Add Windows build
  • Fixed issue when invoking pipeline via relative path

v0.1.26

04 Apr 23:32
cd7d0d5
Compare
Choose a tag to compare

Changes

  • Fix having no net access in runner
  • Add cli completions

v0.1.25

04 Apr 21:00
cd7d0d5
Compare
Choose a tag to compare

Changes

  • (BREAKING) - Many of the types have been reworked, I would encourage you to look at the git diff here to see all the changes:
    cicadahq/cicada@68275b9
  • Add ability to configure cache type
  • Add ability to chose what happens when a job fails, by default the pipeline will exit
  • Refactored secret API to make it use the new Secret class
  • Internally there were a lot of infra changes in this release so we should be able to release at a quicker pace again and with a more stable product 🚀

v0.1.24

01 Apr 01:24
cd7d0d5
Compare
Choose a tag to compare

Changes

  • Fix panic when not run in project dir

v0.1.23

01 Apr 00:59
cd7d0d5
Compare
Choose a tag to compare

Changes

  • Add dependsOn to job options
  • Reduce buildx requirement to v0.9
  • Cache dependencies with deno on cicada init
  • Add initial support for GitHub integration

v0.1.22

31 Mar 20:38
cd7d0d5
Compare
Choose a tag to compare

Changes

  • Fix, ensure the data directory exists

v0.1.21

31 Mar 18:51
cd7d0d5
Compare
Choose a tag to compare

Changes

  • Add update check that runs once per day to see if the CLI is up to date
    • This does not happen on the musl build and only on the run and init commands

v0.1.20

31 Mar 05:39
cd7d0d5
Compare
Choose a tag to compare

Changes

  • Fix, pull correct musl build in container