v0.4.1
Getting started
Running Promitor Scraper is super easy:
docker run -d -p 8999:80 --name promitor-scraper
--env PROMITOR_AUTH_APPID='<azure-ad-app-id>' \
--env PROMITOR_AUTH_APPKEY='<azure-ad-app-key>' \
--volume C:/Promitor/metrics-declaration.yaml:/config/metrics-declaration.yaml \
tomkerkhove/promitor-scraper:0.4.1
Docker Image information
New Docker image tags are available:
0.4.1
0.4
Docker image is available on Docker Hub.
Changes:
- 6eb7872 Upgrade to .NET 2.2.1 to mitigate CVE-2019-0548 & CVE-2019-0564 (#270) [ #267 ]
- 8e7fafe Update dependency Bogus to v25.0.3 (#264)
- d58dd5a Add v1.11 & 1.12
- 36df491 Only scan specs in /deploy/ for Kubernets schema
- 0ad34b8 Provide Kubernetes YAML Validation (#260)
- 5f4c7c5 Update dependency Microsoft.AspNetCore.App to v2.2.0 (#232)
- e01f795 [ImgBot] Optimize images (#253)
- 4585c3a Add Netlify & Codefactor to Thank You (#252) [ #230 ]
- 895c1c1 Docs - Provide links on how to create Azure AD app & get info (#251)
- 19084b8 Update dependency Bogus to v25.0.2 (#248)
This list of changes was auto generated.