Promitor Resource Discovery v0.9.0
tomkerkhove
released this
24 Mar 07:00
·
194 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
- Provide Public IP Address scraper (docs - Contributed by @amirschw 🎉)
- Provide Azure Traffic Manager scraper (docs - Contributed by @amirschw 🎉)
- Provide Azure Log Analytics scraper (docs - Contributes by @tranmonglong0611 🎉)
- Provide Azure Data Explorer Cluster scraper (docs - Contributed by @SagiVaknin🎉)
- Provide Azure NAT Gateway scraper (docs - Contributed by @SagiVaknin🎉)
- Provide capability to read Azure AD service principal secret from a file (docs - Contributed by @arielhaim83 🎉)
- Provide option to use a User Assigned Managed Identity without specifying the Client ID (Contributed by @amirschw 🎉)
- Provide container vulnerability scanning in CI
Fixes & Improvements
- Patch for CVE-2022-37434 (Critical | Base image)
- Patch for CVE-2021-42377 (Critical | Base image)
- Patch for CVE-2022-38013 (High)
- Patch for CVE-2022-41032 (High)
- Patch for CVE-2023-0215 (High | Base image)
- Patch for CVE-2022-2097 (High | Base image)
- Patch for CVE-2021-42373 (High | Base image)
- Patch for CVE-2022-34716 (Moderate)
- Patch for CVE-2022-4304 (Moderate | Base image)
- Migrate to .NET 7
- Migrate Resharper code quality check to GitHub Actions
Deprecations
None.
Breaking Changes
None.
Getting started
Running Promitor Resource Discovery is super easy:
docker run -d -p 9999:80 --name promitor-agent-resource-discovery \
--env PROMITOR_AUTH_APPID='<azure-ad-app-id>' \
--env-file C:/Promitor/promitor-discovery-auth.creds \
--volume C:/Promitor/resource-discovery-declaration.yaml:/config/resource-discovery-declaration.yaml \
--volume C:/Promitor/resource-discovery-runtime.yaml:/config/runtime.yaml \
ghcr.io/tomkerkhove/promitor-agent-resource-discovery:0.9.0
Docker Image information
New Docker image tags are available:
latest
,latest-linux
,latest-windows
0.9.0
,0.9.0-linux
,0.9.0-windows
0.9
,0.9-linux
,0.9-windows
Docker image is available on GitHub Container Registry.
For more information about our tagging strategy, feel free to read our documentation.
New Contributors
- @phnx47 made their first contribution in #2112
- @MaurizioPz made their first contribution in #2153
- @tranmonglong0611 made their first contribution in #2132
- @arielhaim83 made their first contribution in #2176
- @SagiVaknin made their first contribution in #2223
- @amirschw made their first contribution in #2247
Full Changelog: ResourceDiscovery-v0.8.0...ResourceDiscovery-v0.9.0