Releases: foomo/pagespeed_exporter
Releases · foomo/pagespeed_exporter
v3.1.0
What's Changed
- Dashboard JSON updates to support latest Grafana versions by @mitchtech in #62
- Automatically add binaries to release by @lcd1232 in #63
- Update docker and libs to fix CVE's by @kim-ae in #64
New Contributors
- @mitchtech made their first contribution in #62
- @lcd1232 made their first contribution in #63
- @kim-ae made their first contribution in #64
Full Changelog: v3.0.4...v3.1.0
v3.0.4
What's Changed
- Update README.md for updated dashboard path by @mattsimonsen in #56
- Fix nil pointer access on categories by @franklinkim in #61
New Contributors
- @mattsimonsen made their first contribution in #56
- @franklinkim made their first contribution in #61
Full Changelog: v.3.0.3...v3.0.4
v.3.0.3
What's Changed
- Helm app version fix by @ognjenVlad in #49
- Add k8s scrape example by @ognjenVlad in #50
- build(deps): bump golang.org/x/net from 0.0.0-20220607020251-c690dde0001d to 0.7.0 by @dependabot in #52
- Build Platforms by @smartinov in #54
- build(deps): bump github.com/prometheus/client_golang from 1.5.1 to 1.11.1 by @dependabot in #55
New Contributors
- @ognjenVlad made their first contribution in #49
- @dependabot made their first contribution in #52
Full Changelog: v2.2.0...v.3.0.3
v2.2.0
What's Changed
- Parameterize pagespeed categories by @penmanglewood in #45
Full Changelog: v2.1.7...v2.2.0
v2.1.7
Github Actions
What's Changed
- Fix API Key authentication by @penmanglewood in #43
- Fix scrape service test by @penmanglewood in #44
- Add Github Actions to Repository by @smartinov in #46
New Contributors
- @penmanglewood made their first contribution in #43
- @smartinov made their first contribution in #46
Full Changelog: v2.1.5...v2.1.6
v2.1.5
Changes
- Add support for credentials file @thatnerdjosh (#42)
v2.1.4: Merge pull request #39 from ITNavent/fix-cls-parse
Fixed CLS parse that always returned 0
v2.1.3
v2.1.2
Changes
- Change of PrometheusTimeoutHeader const. @danielgrabowski (#30)
- Add new timing metrics @mintyfloss (#28)
- Fix pushGateway options @autowp (#26)
- Fix typo in readme @swa1ps (#23)
- feat: adding push gateway support @ricardohbin (#22)