Skip to content

Commit

Permalink
Merge pull request #67 from ties/document-modem-url
Browse files Browse the repository at this point in the history
Document modem url + v0.6.0
  • Loading branch information
ties authored Aug 29, 2024
2 parents 9bb4c2e + 1e33880 commit 52498a3
Show file tree
Hide file tree
Showing 5 changed files with 591 additions and 473 deletions.
6 changes: 3 additions & 3 deletions .pre-commit-config.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -2,12 +2,12 @@
# See https://pre-commit.com/hooks.html for more hooks
repos:
- repo: https://github.com/psf/black-pre-commit-mirror
rev: 24.4.2
rev: 24.8.0
hooks:
- id: black
language_version: python3.11
- repo: https://github.com/pycqa/flake8
rev: 7.1.0
rev: 7.1.1
hooks:
- id: flake8
- repo: https://github.com/pycqa/isort
Expand All @@ -18,6 +18,6 @@ repos:
additional_dependencies: [toml]
- repo: https://github.com/astral-sh/ruff-pre-commit
# Ruff version.
rev: v0.5.0
rev: v0.6.2
hooks:
- id: ruff
4 changes: 3 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,7 @@
## 2024-xx-yy (v0.x.y)
## 2024-8-29 (v0.6.0)

* Update dependencies
* Document `MODEM_URL` option
* Add `node_boot_time_seconds` metric calculated from uptime.
* Add `modem_downstream_errors_total` that will replace
`modem_downstream_errors` metric (clearer name).
Expand Down
1 change: 1 addition & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -78,6 +78,7 @@ services:
- 8080:8080
environment:
MODEM_PASSWORD: PASSWORD123
MODEM_URL: http://192.168.100.1
```
## Endpoints
Expand Down
Loading

0 comments on commit 52498a3

Please sign in to comment.