This commit is contained in:
Ken Hibino 2022-03-02 06:36:30 -08:00
parent 3e9365882d
commit fc7b4a10bf
2 changed files with 4 additions and 2 deletions

View File

@ -7,6 +7,8 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
## [Unreleased] ## [Unreleased]
## [0.6.0] - 2022-03-02
### Added ### Added
- (cmd): Added `--read-only` flag to specify read-only mode - (cmd): Added `--read-only` flag to specify read-only mode

View File

@ -15,7 +15,8 @@ Please make sure the version compatibility with the Asynq package you are using.
| Asynq version | WebUI (asynqmon) version | | Asynq version | WebUI (asynqmon) version |
| -------------- | ------------------------ | | -------------- | ------------------------ |
| 0.20.x | 0.5.x | | 0.22.x | 0.6.x |
| 0.20.x, 0.21.x | 0.5.x |
| 0.19.x | 0.4.x | | 0.19.x | 0.4.x |
| 0.18.x | 0.2.x, 0.3.x | | 0.18.x | 0.2.x, 0.3.x |
| 0.16.x, 0.17.x | 0.1.x | | 0.16.x, 0.17.x | 0.1.x |
@ -121,7 +122,6 @@ The address can be specified via `--prometheus-addr`. This enables the metrics v
<img width="1532" alt="Screen Shot 2021-12-19 at 4 37 19 PM" src="https://user-images.githubusercontent.com/10953044/146696852-25916465-07f0-4ed5-af31-18be02390bcb.png"> <img width="1532" alt="Screen Shot 2021-12-19 at 4 37 19 PM" src="https://user-images.githubusercontent.com/10953044/146696852-25916465-07f0-4ed5-af31-18be02390bcb.png">
### Examples ### Examples
```bash ```bash