Releases: claceio/clace
Releases · claceio/clace
Release v0.13.3
Release v0.13.2
Changelog
Sync related fixes
- 04be150: Add star_base and staging metadata in list_apps plugin api (@akclace)
- e511e8d: Added color for warning/error in cli (@akclace)
- e958013: Added int test for sync commands (@akclace)
- 2f23c9d: Changed default auth to none instead of system (@akclace)
- f0d1646: Changed default display format to basic (@akclace)
- 161b9c5: Changed default sync frequency to 15 minutes (@akclace)
- f5bdde4: Fix error handling for sync (@akclace)
- 7ed7393: Make the source path absolute in the client (@akclace)
Release v0.13.1
Release v0.13.0 - Scheduled sync support
Changelog
Adds support for scheduled sync jobs. Creating a sync like
clace sync schedule --minutes 5 --approve --promote github.com/claceio/clace/examples/utils.star
will automatically apply the latest app config from git every five minutes.
- 0edfd07: Add support for proxy response header updates (@akclace)
- feea6b6: Added config read in params loader (@akclace)
- b6622d4: Added scheduled sync implementation (@akclace)
- 844c7d3: Fix scheduled sync implementation (@akclace)
- da68b1a: Auto error check for http plugin (@akclace)
- 6a8a2ca: Enable write API access by default for staging and preview apps (@akclace)
- a2dfd1c: Fix dict param parsing (@akclace)
- 01bc98a: Fix failure count check (@akclace)
- 929a6f2: Fix test case (@akclace)
- e192148: Remove header delete support (@akclace)
Release v0.12.7
Release v0.12.6
Release v0.12.5
Changelog
Other
- 28eb3fa: Add config read utility api (@akclace)
- 91f0ca2: Add json line parse support (@akclace)
- d5c1629: Added container run plugin api (@akclace)
- 4b628ba: Added option to customize the base dir for starlark files (@akclace)
- 200f3df: Fix run handling in actions (@akclace)
- 24a0057: Fix string handling for config read (@akclace)
- 6d73b79: Update git url check (@akclace)