Releases: cloudfoundry/cf_exporter
Releases · cloudfoundry/cf_exporter
v1.4.0
What's Changed
- Added domain metric by @adamspd in #128
- Modified service bindings to add route bindings by @adamspd in #127
- Added new metric application_buildpack by @adamspd in #126
- Adjust import statements to use cloudfoundry by @benjaminguttmann-avtq in #130
- Bump github.com/onsi/gomega from 1.31.0 to 1.33.1 by @dependabot in #124
- Bump github.com/prometheus/client_golang from 1.17.0 to 1.19.1 by @dependabot in #125
- Bump github.com/prometheus/common from 0.45.0 to 0.54.0 by @dependabot in #134
- bump to go v1.22.4 by @gmllt in #137
- Bump github.com/cloudfoundry-community/go-cf-clients-helper/v2 from 2.5.0 to 2.6.3 by @dependabot in #138
New Contributors
Full Changelog: v1.3.1...v1.4.0
v1.3.1
Changelog
- ebdb915: Bump golang.org/x/net from 0.20.0 to 0.23.0 (@dependabot[bot])
- de31655: Bump google.golang.org/protobuf from 1.32.0 to 1.33.0 (@dependabot[bot])
v1.3.0
v1.2.3
Changelog
- 01fdff2: Bump github.com/cloudfoundry-community/go-cf-clients-helper/v2 (@dependabot[bot])
- ce198af: Bump github.com/onsi/gomega from 1.27.10 to 1.29.0 (@dependabot[bot])
- 666231b: Bump github.com/onsi/gomega from 1.29.0 to 1.30.0 (@dependabot[bot])
- f75fda1: Bump github.com/prometheus/client_golang from 1.16.0 to 1.17.0 (@dependabot[bot])
- 3d0ee68: Bump github.com/prometheus/common from 0.44.0 to 0.45.0 (@dependabot[bot])
- de60899: Bump google.golang.org/grpc from 1.58.0 to 1.58.3 (@dependabot[bot])
- 5f6e0e4: Remove dot imports from tests (@benjaminguttmann-avtq)
- ff6085e: Running go mod tidy to be able to release a new version (@benjaminguttmann-avtq)
- 414b601: rework tasks metrics report to avoid triggering var-naming errors when golangci-lint executes (@gmllt)
v1.2.2
v1.2.1
v1.1.0
Changelog
Bugfix
- cb869aa: Merge pull request #87, fixes #85 doesn't handle apps & spaces being deleted during a scrape gracefully (@psycofdj)
Chores
- d6ac5b5: Merge pull request #80, bump
github.com/onsi/gomega-1.27.6
(@psycofdj) - f6c4e90: Merge pull request #83, bump
github.com/onsi/ginkgo-1.16.5
(@psycofdj) - db5b883: Merge pull request #84, bump
github.com/prometheus/client_golang-1.15.1
(@psycofdj) - 192e804: Merge pull request #86, bump
github.com/prometheus/common-0.43.0
(@psycofdj)
v1.0.1
Changelog
Bugfix
- connexions to api are correctly closed
- concurrent requests are handled correctly (#82)
--cf.api_url
is not longer required and can be given from CF_EXPORTER_CF_API_URL
Chores
- Bump github.com/onsi/gomega from 1.20.0 to 1.27.2
- New workflow that handles stale issues and PRs
- New workflow that run static code linter
golangci-lint
- Fixes of linter warnings
v1.0.0
Changelog
- d1fb4bb: bugfix: use CF_EXPORTER_WEB_TLS_CERTFILE envvar for web.tls.cert_file flag (@psycofdj)
- 69457c7: rework: refactor code, use cf cli v3 bindings (@psycofdj)
- 3431224: rework: remplace promu by goreleaser, replace travis by github actions (@psycofdj)
- 452afcc: rework: rename files (@psycofdj)
- 84d748e: rework: update readme (@psycofdj)
- 5df5379: rework: vendor updated dependencies (@psycofdj)
0.10.1
Cloud Foundry Prometheus Exporter v0.10.1
- Updates go-cfclient to a version that supports the urlencoding of client ID and client secrets passed to UAA #55 (thanks @lancefrench)