Scraper-v2.11.1
tomkerkhove
released this
29 Feb 08:59
·
65 commits
to master
since this release
What's new?
Here are some important things you should know, for a full list see changelog.promitor.io.
Features
None.
Fixes & Improvements
- Migrate to .NET 8
- Patch for CVE-2024-21386 (Critical - CVE Report)
- Patch for CVE-2023-36414 (High - CVE Report)
- Patch for CVE-2023-4911 (High - CVE Report)
- Patch for CVE-2023-5156 (High - CVE Report)
- Patch for CVE-2023-4039 (Medium - CVE Report)
- Patch for CVE-2023-4806 (Medium - CVE Report)
Deprecations
None.
Breaking Changes
None.
Getting started
Running Promitor Scraper is super easy:
docker run -d -p 8999:80 --name promitor-agent-scraper
--env PROMITOR_AUTH_APPID='<azure-ad-app-id>' \
--env-file C:/Promitor/az-mon-auth.creds \
--volume C:/Promitor/metrics-declaration.yaml:/config/metrics-declaration.yaml \
ghcr.io/tomkerkhove/promitor-agent-scraper:2.11.1
Docker Image information
New Docker image tags are available:
latest
,latest-linux
,latest-windows
2.11.1
,2.11.1-linux
,2.11.0-windows
2.11
,2.11-linux
,2.11-windows
Docker image is available on GitHub Container Registry.
For more information about our tagging strategy, feel free to read our documentation.
New Contributors
None.
Full Changelog: Scraper-v2.11.0...Scraper-v2.11.1