Promitor Resource Discovery v0.6.0
tomkerkhove
released this
21 Oct 14:14
·
472 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 more flexibility for filtering tags in resource discovery (docs | #1793 | Contributed by @locmai 🎉).
Fixes
- Security fix for CVE-2021-3711
- Security fix for CVE-2021-3712
- Security fix for CVE-2021-36159
- Security fix for CVE-2021-36222
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.6.0
Docker Image information
New Docker image tags are available:
latest
,latest-linux
,latest-windows
0.6.0
,0.6.0-linux
,0.6.0-windows
0.6
,0.6-linux
,0.6-windows
Docker image is available on GitHub Container Registry.
For more information about our tagging strategy, feel free to read our documentation.