Promitor Resource Discovery v0.13.0
What's new?
Here are some important things you should know, for a full list see changelog.promitor.io.
Features
- Provide Support for enabling DefaultAzureCredential
- Provide support for custom Azure environment
Fixes & Improvements
- Fixed a bug where metrics are no longer properly pushed to OpenTelemetry collector
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.13.0
Docker Image information
New Docker image tags are available:
latest
,latest-linux
,latest-windows
0.13.0
,0.13.0-linux
,0.13.0-windows
0.13
,0.13-linux
,0.13-windows
Docker image is available on GitHub Container Registry.
For more information about our tagging strategy, feel free to read our documentation.
New Contributors
- @jayendranarumugam made their first contribution in #2578
- @kevand900 made their first contribution in #2579
Full Changelog: ResourceDiscovery-v0.12.0...ResourceDiscovery-v0.13.0