Skip to content

Releases: pivotal-cf/metric-registrar-cli

v1.3.10

04 May 02:00
Compare
Choose a tag to compare

What's Changed

Full Changelog: v1.3.8...1.3.10

v1.3.9

03 May 23:49
Compare
Choose a tag to compare

⚠️⚠️⚠️
Do not use. There was an issue with the automation of the release process for this version.

v1.3.8

06 Mar 17:11
Compare
Choose a tag to compare

What's Changed

  • built with golang 1.20.1
  • update dependencies

New Contributors

  • @acrmp made their first contribution in #35

Full Changelog: 1.3.7...v1.3.8

Metric Registrar CLI v1.3.7

08 Nov 02:01
Compare
Choose a tag to compare

What's Changed

  • Compiled with go1.19.3

Full Changelog: 1.3.6...1.3.7

Metric Registrar CLI v1.3.6

19 Oct 19:31
33ac39e
Compare
Choose a tag to compare

What's Changed

  • compile using golang 1.19.2

Full Changelog: 1.3.5...1.3.6

Metric Registrar CLI v1.3.5

13 Apr 22:12
Compare
Choose a tag to compare

What's Changed

  • Bump github.com/onsi/ginkgo from 1.14.0 to 1.16.5 by @dependabot in #6
  • Bump github.com/onsi/gomega from 1.10.1 to 1.18.0 by @dependabot in #10
  • Bump github.com/jessevdk/go-flags from 1.4.0 to 1.5.0 by @dependabot in #8
  • Bump github.com/onsi/gomega from 1.18.0 to 1.18.1 by @dependabot in #11
  • Remove unused functions by @ctlong in #12
  • Upgrade ginkgo to v2 by @ctlong in #13
  • Bump code.cloudfoundry.org/cli from 7.0.1+incompatible to 7.1.0+incompatible by @dependabot in #9
  • Bump to golang 1.18.1

New Contributors

Full Changelog: 1.3.4...1.3.5

Metric Registrar CLI v1.3.4

20 Dec 18:50
Compare
Choose a tag to compare

✨ Built with golang 1.17.5

⚠️ IPv4 addresses containing decimal components with leading zeros will be rejected

With the upgrade to Go 1.17, the ParseIP and ParseCIDR functions now reject IPv4 addresses which contain decimal components with leading zeros.

Ensure that IP addresses provided to syslog agents via service bindings, and elsewhere, do not contain leading zeros.

For more information on the context of this change, please refer to the Go 1.17 release notes.

v1.3.3

25 Aug 21:02
Compare
Choose a tag to compare
  • update golang
  • remove redundant and repetative secure warning
  • add ability to unregister with a separate and analagous --internal-port flag

Metric Registrar CLI v1.3.2

12 Apr 17:52
Compare
Choose a tag to compare

✨ Built with golang 1.16.3

Metric Registrar CLI v1.3.1

24 Nov 21:57
Compare
Choose a tag to compare
  • Plugin is built with Go 1.15.5.
  • Go 1.15 contains an important change to the validation of X.509 Certificates that may affect you if the certificate presented by your foundation does not include a Subject Alternative Name. We recommend obtaining a certificate that has the Subject Alternative Name.