Skip to content

Commit

Permalink
Release v0.12.0
Browse files Browse the repository at this point in the history
This release includes fixes for the security issue detailed in:

GHSA-9j4f-f249-q5w8

Thanks to https://github.com/iamwillbar for reporting the issue.

* Add oauth2 support to HTTP checks (#377)
* adhoc: Reorder validation of adhoc checks
* Create SECURITY.md
* Fix: default to listening on localhost, not all interfaces
* Fix: allow getting API token from environment

Signed-off-by: Marcelo E. Magallon <[email protected]>
  • Loading branch information
mem committed Nov 30, 2022
1 parent 257e2f6 commit f87f21e
Showing 1 changed file with 12 additions and 1 deletion.
13 changes: 12 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,16 @@
## [Unreleased]


<a name="v0.12.0"></a>
## [v0.12.0] - 2022-11-29
### Adhoc
- Reorder validation of adhoc checks

### Fix
- default to listening on localhost, not all interfaces
- allow getting API token from environment


<a name="v0.11.2"></a>
## [v0.11.2] - 2022-11-24

Expand Down Expand Up @@ -357,7 +367,8 @@
<a name="v0.0.1"></a>
## v0.0.1 - 2020-06-24

[Unreleased]: https://github.com/grafana/synthetic-monitoring-agent/compare/v0.11.2...HEAD
[Unreleased]: https://github.com/grafana/synthetic-monitoring-agent/compare/v0.12.0...HEAD
[v0.12.0]: https://github.com/grafana/synthetic-monitoring-agent/compare/v0.11.2...v0.12.0
[v0.11.2]: https://github.com/grafana/synthetic-monitoring-agent/compare/v0.11.1...v0.11.2
[v0.11.1]: https://github.com/grafana/synthetic-monitoring-agent/compare/v0.11.0...v0.11.1
[v0.11.0]: https://github.com/grafana/synthetic-monitoring-agent/compare/v0.10.2...v0.11.0
Expand Down

0 comments on commit f87f21e

Please sign in to comment.