-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #17 from gonicus/develop
Release v1.1.0
- Loading branch information
Showing
17 changed files
with
271 additions
and
146 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,24 @@ | ||
# asterisk-prometheus-exporter Changelog | ||
## v1.1.0 - 2024-01-15 | ||
### Added | ||
- Add metric `version_info` showing the version of the exporter [#12](https://github.com/gonicus/asterisk-prometheus-exporter/pull/12) | ||
- Add the `fully_booted_validation_timeout` configuration value to specify how long to wait for the `FullyBooted` event at startup [#13](https://github.com/gonicus/asterisk-prometheus-exporter/pull/13) | ||
|
||
### Changed | ||
- The exporter now waits for the `FullyBooted` event sent by Asterisk. Used to prevent sending actions to early [#13](https://github.com/gonicus/asterisk-prometheus-exporter/pull/13) | ||
- Improve logging [#14](https://github.com/gonicus/asterisk-prometheus-exporter/pull/14) | ||
- Improve docker instructions in `README.md` [#10](https://github.com/gonicus/asterisk-prometheus-exporter/pull/10) | ||
- Update lint and test workflows to only run on the `pull_request` trigger [#15](https://github.com/gonicus/asterisk-prometheus-exporter/pull/15) | ||
|
||
### Fixed | ||
- Fix scrape example in `README.md` [#11](https://github.com/gonicus/asterisk-prometheus-exporter/pull/11) | ||
|
||
### Dependencies | ||
Dependencies have been updated with the following pull request: [#4](https://github.com/gonicus/asterisk-prometheus-exporter/pull/4) | ||
- Updated python to `3.12.1` | ||
- Updated prometheus-client to `0.19.0` | ||
- Updated asterisk-ami to `0.1.7` | ||
- Updated jsonschema to `4.20.0` | ||
- Updated Docker image to use `python:3.12.1-alpine` | ||
- Updated Flake8 to run on `ubuntu-22.04` | ||
- Updated Flake8 to use python version `3.12.1` |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,4 +1,4 @@ | ||
FROM python:3.8.10-alpine | ||
FROM python:3.12.1-alpine | ||
|
||
ENV POETRY_VERSION=1.7.1 | ||
|
||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.