0
0
Fork 0
mirror of https://github.com/healthchecks/healthchecks.git synced 2025-03-15 20:54:53 +00:00

Update CHANGELOG for v2.10 release

This commit is contained in:
Pēteris Caune 2023-07-02 10:07:02 +03:00
parent e208b7f543
commit a2fdb5dc52
No known key found for this signature in database
GPG key ID: E28D7679E9A9EDE2
4 changed files with 8 additions and 4 deletions

View file

@ -1,7 +1,7 @@
# Changelog
All notable changes to this project will be documented in this file.
## v2.10-dev - Unreleased
## v2.10 - 2023-07-02
### Improvements
- Configure logging to log unhandled exceptions to console even when DEBUG=False (#835)
@ -14,6 +14,10 @@ All notable changes to this project will be documented in this file.
- Add API support for filtering checks by slug (#844)
- Add support for Telegram topics (#852)
- For cron checks, switch to using check's (not browser's) timezone to format dates
- Upgrade to cronsim 2.5 (adds support for "LW" in the day-of-month field)
### Bug Fixes
- Fix DB connection timeouts in `manage.py smtpd` (#847)
## v2.9.2 - 2023-06-05

View file

@ -16,7 +16,7 @@ services:
dockerfile: docker/Dockerfile
# To use a pre-built image, remove the above "build" section
# and uncomment the following line:
# image: healthchecks/healthchecks:v2.9.2
# image: healthchecks/healthchecks:v2.10
env_file:
- .env
ports:

View file

@ -72,5 +72,5 @@ The images are built automatically for every new release. The Docker images supp
amd64, arm/v7 and arm64 architectures.</p>
<p>To use a pre-built image for Healthchecks version X.Y, in the <code>docker-compose.yml</code> file
replace the "build" section with:</p>
<div class="highlight"><pre><span></span><code>image: healthchecks/healthchecks:v2.9.2
<div class="highlight"><pre><span></span><code>image: healthchecks/healthchecks:v2.10
</code></pre></div>

View file

@ -76,7 +76,7 @@ To use a pre-built image for Healthchecks version X.Y, in the `docker-compose.ym
replace the "build" section with:
```text
image: healthchecks/healthchecks:v2.9.2
image: healthchecks/healthchecks:v2.10
```