Skip to content

v1.2.1

Compare
Choose a tag to compare
@tomkerkhove tomkerkhove released this 15 Jan 22:51
f4ddb64

What's new?

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

Fixes

Here are a list of fixes :

  • Microsoft Security Advisory CVE-2020-0602 : ASP.NET Core Denial of Service Vulnerability (#835)
  • Microsoft Security Advisory CVE-2020-0603 : ASP.NET Core Remote Code Execution Vulnerability (#836)
  • OpenAPI 3.0 docs & UI are not exposed correctly (#840)

Getting started

Running Promitor Scraper is super easy:

docker run -d -p 8999:80 --name promitor-agent-scraper
                  --env PROMITOR_AUTH_APPID='<azure-ad-app-id>'   \
                  --env-file C:/Promitor/az-mon-auth.creds \
                  --volume C:/Promitor/metrics-declaration.yaml:/config/metrics-declaration.yaml \
                  tomkerkhove/promitor-agent-scraper:1.2.1

Docker Image information

New Docker image tags are available:

  • latest
  • 1.2.1
  • 1.2

Docker image is available on Docker Hub.

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

Changes:

  • #839: Simply scrapers to reduce duplicate code and make it easy to add new scrapers
  • #841: OpenAPI 3.0 docs & UI are not exposed correctly
  • #828: Update dependency Swashbuckle.AspNetCore to v5.0.0
  • #833: Update aspnet Extensions monorepo to v3.1.1
  • #837: Security patch for CVE-2020-0602 & CVE-2020-0603
  • #834: Update dependency husky to v4.0.10
  • #830: Update dependency husky to v4.0.9
  • #827: Update dependency husky to v4.0.8
  • #826: Update dependency husky to v4.0.7
  • #825: Update dependency Prometheus.Client to v3.1.0

This list of changes was auto generated.