Releases: amanjpro/greenish
Releases · amanjpro/greenish
Version 1.7.0
- 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
Add Greenish logo to the dashboard
Hot fix
Fix a race condition when you have more than 2 instances of Greenish running on the same machine #62
Version 1.6.0
- 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
- Add start-at property to the jobs #51
- Add expiry to job refresh tasks #53
Version 1.4.0
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
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
- 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
Fix prometheus id validation.
As this is used for the label, :
is not valid