Skip to content

Promitor Resource Discovery v0.7.1

Compare
Choose a tag to compare
@tomkerkhove tomkerkhove released this 08 Apr 13:34
· 383 commits to master since this release
0ce2802

What's new?

Here are some important things you should know, for a full list see changelog.promitor.io.

Features

None.

Fixes & Improvements

  • Discovered resources are no longer capped at 1000 resources (#1828)
  • Fix "Try it out" capability for end-users in Swagger UI when using reverse proxies (#1898)
  • Dependency updates & security patches

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.7.1

Docker Image information

New Docker image tags are available:

  • latest, latest-linux, latest-windows
  • 0.7.1, 0.7.1-linux, 0.7.1-windows
  • 0.7, 0.7-linux, 0.7-windows

Docker image is available on GitHub Container Registry.

For more information about our tagging strategy, feel free to read our documentation.

New Contributors

Full Changelog: ResourceDiscovery-v0.7.0...ResourceDiscovery-v0.7.1