You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: CHANGELOG.md
+16Lines changed: 16 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -7,6 +7,22 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
7
7
8
8
## [Unreleased]
9
9
10
+
## [2.0.0] - 2025-11-12
11
+
### Changed
12
+
- ⚠️ BREAKING CHANGE ⚠️ Uptime Kuma v2 support is now enabled by default, v1 compatible images are available with the `uptime-kuma-v1-` prefix, please make sure to use the correct tag.
13
+
- AutoKuma now keeps the connection alive between syncs, this should dramatically reduce the load on uptime kuma
14
+
- Improve error messages for label parsing
15
+
16
+
### Fixed
17
+
- Improve parsing for `expected_value` properties
18
+
- DateTime parsing now works for MariaDB backed uptime kuma instances
19
+
- Improve parsing for `notification.active` and `notifcation.is_default`
20
+
- Default values not being applied correctly
21
+
22
+
### Added
23
+
- Add container exclusion patterns for Docker Compose temporary containers, see #141[@Laptop765](https://github.com/Laptop765)
24
+
- Remote Database Shrink and Remote Database GetSize command, see #144[@ianmclinden](https://github.com/ianmclinden)
25
+
10
26
## [1.0.0] - 2025-05-09
11
27
### Changed
12
28
- ⚠️ BREAKING CHANGE ⚠️ AutoKuma now requires persistent storage:
|`parent_name`|`apps`| The autokuma id of the parent group |
7
+
|`notification_name_list`|`["matrix", "discord"]`| List of autokuma ids of enabled notification providers, |
8
+
|`tag_names`|`[{"name": "mytag", "value": "A value" }]`| List of structs containing the id and optionally a values for labels, |
9
+
|`docker_host_name`|`local_socket`| The autokuma id of the docker socket for a docker monitor |
10
+
|`create_paused`| false | If true new monitors will be added in paused state, does not effect existing monitors |
11
11
12
12
# `docker_host`
13
13
| Property | Example Value |
@@ -23,28 +23,32 @@ AutoKuma adds a few special properties which are handled internally and aren't s
23
23
|`config`| nested provider specific settings. Too many to list here. I suggest creating a notification with your provider in the WebUI and then using the `kuma` CLI to inspect the options |
24
24
25
25
# Monitor Types
26
-
-[`dns`](#dns)
27
-
-[`docker`](#docker)
28
-
-[`gamedig`](#gamedig)
29
-
-[`group`](#group)
30
-
-[`grpc-keyword`](#grpc-keyword)
31
-
-[`http`](#http)
32
-
-[`json-query`](#json-query)
33
-
-[`kafka-producer`](#kafka-producer)
34
-
-[`keyword`](#keyword)
35
-
-[`mongodb`](#mongodb)
36
-
-[`mqtt`](#mqtt)
37
-
-[`mysql`](#mysql)
38
-
-[`ping`](#ping)
39
-
-[`port`](#port)
40
-
-[`postgres`](#postgres)
41
-
-[`push`](#push)
42
-
-[`radius`](#radius)
43
-
-[`real-browser`](#real-browser)
44
-
-[`redis`](#redis)
45
-
-[`steam`](#steam)
46
-
-[`sqlserver`](#sqlserver)
47
-
-[`tailscale-ping`](#tailscale-ping)
26
+
-[AutoKuma specific properties:](#autokuma-specific-properties)
0 commit comments