Skip to content

Releases: jhuckaby/Cronicle

Version 0.9.63

18 Dec 17:48
Compare
Choose a tag to compare
  • Remove dependency "glob" as it has vulns. See: #837
  • Now using pixl-tools custom glob implementation instead (which uses picomatch).

Version 0.9.62

18 Dec 07:05
Compare
Choose a tag to compare
  • Bump pixl-boot to v2.0.1 for macOS fix. See: #835
  • Loosen restriction on base URI match for API filter, for injecting server_groups. See: jhuckaby/pixl-server-web#6

Version 0.9.61

18 Oct 23:10
Compare
Choose a tag to compare
  • Improve display of chain reaction jobs on Job Detail page.
  • Link chain reaction to originating job.
  • Widen event name input field.
  • Widen chain reaction menus for selecting jobs.
  • Merge pull request #819 from jhuckaby/dependabot/npm_and_yarn/multi-82ad408bf4
  • FIxes #821

Version 0.9.60

04 Oct 01:09
Compare
Choose a tag to compare
  • Bring back the live job status column, but show "Last Run" if no active jobs.
  • Merge pull request #812 from lihaohong6/master
  • Fix grammar in docs
  • Added note about timing object and subtle behavior differences.
  • Merge pull request #797 from Robokishan/master
  • initialize custom_live_log_socket_url

Screenshot 2024-10-03 at 6 01 00 PM

Version 0.9.59

06 Aug 19:45
Compare
Choose a tag to compare
  • Bump pixl-server-storage to v3.2.2 for upstream vuln fix.

Details in pixl-server-storage:

  • Bump @aws-sdk/client-s3 and @aws-sdk/lib-storage to 3.621.0 for vuln fix: GHSA-mpg4-rc92-vx8v
  • Bump @smithy/node-http-handler to 3.1.4 for good measure.

Refs:

Version 0.9.58

01 Aug 05:25
Compare
Choose a tag to compare
  • Fixed loading screen before a primary server is selected.

Version 0.9.57

01 Aug 05:02
Compare
Choose a tag to compare
  • Fix PID file issue where another process may be assigned our old PID after an unclean shutdown.
  • Bump pixl-server to v1.0.44 for same reason.
  • Fixes #789

Version 0.9.56

18 Jul 02:49
Compare
Choose a tag to compare
  • Fix bug where live log view/download failed on detached jobs. Fixes #786.

Version 0.9.55

16 Jul 22:03
Compare
Choose a tag to compare
  • Fixed typo in job_read_only implementation.

Version 0.9.54

15 Jul 21:39
Compare
Choose a tag to compare
  • Added optional job_read_only privilege. When set, a user (or API key) can ONLY run stock events from the schedule, with NO customization.