Promitor Resource Discovery v0.4.1
What's new?
Here are some important things you should know, for a full list see changelog.promitor.io.
Fixes
- Support for authenticating to Azure clouds other than public (#1646)
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.4.1
Docker Image information
New Docker image tags are available:
latest
,latest-linux
,latest-windows
0.4.1
,0.4.1-linux
,0.4.1-windows
0.4
,0.4-linux
,0.4-windows
Docker image is available on GitHub Container Registry.
For more information about our tagging strategy, feel free to read our documentation.
Changes:
Bugs:
- #1646: Unauthorized error when authenticated with UserAssignedManagedIdentity on Us Gov Cloud
Others:
- #1649: Document fix for authenticating to Azure clouds other than public
- #1648: fix: missing authority host param and resource management endpoint when init the client
- #1647: chore(deps): update dependency cronos to v0.7.1
- #1645: chore(deps): update dependency microsoft.net.test.sdk to v16.10.0
- #1644: chore(deps): update dependency prometheus.client.aspnetcore to v4.4.0
- #1643: docs: Managed identity required cluster on Microsoft Azure
- #1640: chore(deps): bump nokogiri from 1.11.2 to 1.11.4 in /docs
See More
- #1628: docs: Changelog for Scraper v2.3.0 & Resource Discovery v0.4.0
This list of changes was auto generated.