upda/CHANGELOG.md

47 lines
1.5 KiB
Markdown
Raw Normal View History

2023-12-21 16:04:04 +00:00
# CHANGELOG
Changes adhere to [semantic versioning](https://semver.org).
## [2.0.0] - UNRELEASED
> This is a major version upgrade. Other versions are incompatible with this release.
* Added mandatory `SECRET` environment variable to encrypt some data inside the database
* Switched to encrypting webhook tokens in database
* Added _Actions_, a simple way to trigger notifications via [shoutrrr](https://containrrr.dev/shoutrrr) which supports secrets
* Switched to producing events only for _Updates_
2024-01-21 22:13:04 +00:00
## [1.1.0] - UNRELEASED
* Adapted logging which defaults to JSON encoding
2024-01-21 22:13:04 +00:00
* ...
2024-01-21 22:03:16 +00:00
## [1.0.3] - 2024/01/21
2023-12-23 23:08:14 +00:00
2024-01-21 22:03:16 +00:00
* Updated dependencies
2023-12-23 23:08:14 +00:00
## [1.0.2] - 2023/12/23
2023-12-23 22:16:24 +00:00
* Fix wrong event type being created for update state change
2023-12-23 22:16:24 +00:00
2023-12-23 22:01:50 +00:00
## [1.0.1] - 2023/12/23
2023-12-21 16:48:05 +00:00
* Disable cleaning up stale updates and events by default
* Change Prometheus exporter behavior
2023-12-23 22:01:50 +00:00
* Return `-1` for deleted updates in Prometheus which are evicted on next application restart
* Ignore `PROMETHEUS_METRICS_PATH` (defaults to `/metrics`) in application metrics
* Introduce locking for periodic background tasks
2023-12-23 22:01:50 +00:00
* Rename `TASK_LOCK_REDIS_ENABLED` to `LOCK_REDIS_ENABLED` which still defaults to `false` (disabled)
* Rename `TASK_LOCK_REDIS_URL` to `LOCK_REDIS_URL`
2023-12-21 16:48:05 +00:00
2023-12-21 16:16:57 +00:00
## [1.0.0] - 2023/12/21
2023-12-21 16:04:04 +00:00
* Initial release
2023-12-21 16:16:57 +00:00
2024-01-21 22:03:16 +00:00
[1.0.3]: https://git.myservermanager.com/varakh/upda/releases/tag/1.0.3
[1.0.2]: https://git.myservermanager.com/varakh/upda/releases/tag/1.0.2
2023-12-23 22:01:50 +00:00
[1.0.1]: https://git.myservermanager.com/varakh/upda/releases/tag/1.0.1
2023-12-21 16:16:57 +00:00
[1.0.0]: https://git.myservermanager.com/varakh/upda/releases/tag/1.0.0