Skip to content

Releases: amanjpro/greenish

Version 1.7.0

27 Aug 02:15
Compare
Choose a tag to compare
  • Add extra info in the dashboard #61
  • Make job-owner accept HTML tags
  • Clean-up scratch directory at startup #72
  • Add secure environment variables to store secrets and make them not show up in the endpoints #69

Greenish with logo

18 Aug 15:13
Compare
Choose a tag to compare

Add Greenish logo to the dashboard

Hot fix

10 Aug 23:11
Compare
Choose a tag to compare

Fix a race condition when you have more than 2 instances of Greenish running on the same machine #62

Version 1.6.0

07 Aug 04:30
Compare
Choose a tag to compare
  • Add owner of the jobs to the dashboard #56
  • Expose stdout lines for monitoring jobs in both API and UI #55

Version 1.5.0

05 Aug 01:09
Compare
Choose a tag to compare
  • Add start-at property to the jobs #51
  • Add expiry to job refresh tasks #53

Version 1.4.1

30 Jul 01:47
Compare
Choose a tag to compare

Small UI tweaks

Version 1.4.0

29 Jul 03:48
Compare
Choose a tag to compare

Introduces the following:

  • Navigable links in the dashboard #43
  • Add oldest missing period to the summary API #45
  • Add namespace to the dashboard UI #46

Version 1.3.1

22 Jul 02:48
Compare
Choose a tag to compare

Add another metric to Prometheus, which tells the oldest period that is missing (basically, how many periods it is far from the newest period)

TYPE: GAUGE
NAME: greenish_oldest_missing_period
HELP: The oldest missing period
LABELS: job_id

Version 1.3.0

18 Jul 01:11
Compare
Choose a tag to compare
  • Support environment variables per job and group #41
  • Use UTC time in the dashboard everywhere #38
  • Add an endpoint to refresh the entire state #36
  • Support Unix crontab-syntax to express job run frequency #34
  • Allow hyphen (-) and spaces in prometheus ids, Greenish converts them to underscore (_) #40

Version 1.2.1

17 Jul 04:17
Compare
Choose a tag to compare

Fix prometheus id validation.
As this is used for the label, : is not valid