Skip to content

Releases: legolasbo/chart-version-monitor

Update dependencies

30 Oct 13:38
6fdfac0
Compare
Choose a tag to compare

What's Changed

New Contributors

Full Changelog: 0.2.1...0.2.2

0.2.1 - Update README.md

24 Oct 13:23
Compare
Choose a tag to compare
  • Change mentions of config.json to config.yml
  • Clarify the use of environment variables

0.2.0 - config.yml instead of config.json

24 Oct 13:17
Compare
Choose a tag to compare

Yaml is a lot easier on the eyes than json especially when the configuration is reported during startup.

Code cleanup

04 Oct 13:32
Compare
Choose a tag to compare

After having run things for a while and successfully being notified of the first chart update I've decided to clean up the code a bit. This takes the application from a proof of concept to an MVP.

Do initial fetch on startup

27 Sep 11:58
Compare
Choose a tag to compare
Pre-release

The app used to wait for the configured check interval to pass before doing the first fetch. It now does the first fetch on startup. This prevents the app from missing chart updates that happen between startup and the check interval.

Initial release

27 Sep 10:05
Compare
Choose a tag to compare
Initial release Pre-release
Pre-release
0.0.1

Build and publish image when release is published