Skip to content

Releases: cloudfoundry/healthchecker-release

0.25.0

30 Sep 19:54
Compare
Choose a tag to compare

0.25.0

Release Date: September 30, 2024

Changes

✨ Built with go 1.23.1

Full Changelog: v0.24.0...v0.25.0

Resources

0.24.0

17 Sep 17:41
Compare
Choose a tag to compare

0.24.0

Release Date: September 17, 2024

Changes

  • Update dependencies

✨ Built with go 1.22.7

Full Changelog: v0.23.0...v0.24.0

Resources

0.23.0

26 Aug 15:51
Compare
Choose a tag to compare

0.23.0

Release Date: August 26, 2024

Changes

  • Update dependencies

✨ Built with go 1.22.6

Full Changelog: v0.22.0...v0.23.0

Resources

0.22.0

20 Aug 20:05
Compare
Choose a tag to compare

0.22.0

Release Date: August 20, 2024

Changes

  • Update dependancies

✨ Built with go 1.22.6

Full Changelog: v0.21.0...v0.22.0

Resources

0.21.0

12 Apr 16:09
Compare
Choose a tag to compare

Changes

  • Bumped to go 1.22.2

✨ Built with go 1.22.2

Full Changelog: v0.20.0...v0.21.0

Resources

0.20.0

12 Apr 15:34
Compare
Choose a tag to compare

Changes

  • Bump to golang 1.21.9
  • Update code to be staticcheck linter compliant + remove deprecated calls

✨ Built with go 1.21.9

Full Changelog: v0.18.0...v0.20.0

Resources

0.19.0

12 Apr 15:26
Compare
Choose a tag to compare

Changes

  • Bump golang to 1.21.7

✨ Built with go 1.21.7

Full Changelog: v0.18.0...v0.19.0

Resources

0.18.0

05 Feb 23:59
Compare
Choose a tag to compare

Changes

  • Bump go Golang 1.21
  • Bump dependencies

✨ Built with go 1.21.6

Full Changelog: v0.17.0...v0.18.0

Resources

0.17.0

05 Jan 21:24
Compare
Choose a tag to compare

Changes

  • Adds HTTPS support for health checking

Bosh Job Spec changes:

diff --git a/jobs/example/spec b/jobs/example/spec
index 476c34a..3c755f5 100644
--- a/jobs/example/spec
+++ b/jobs/example/spec
@@ -18,6 +18,10 @@ properties:
     description: "Port which the example job will listen on."
     default: 8053
 
+  scheme:
+    description: "URL scheme to use when doing http checks (http/https)"
+    default: https
+
   log_level:
     description: "Log level"
     default: info

✨ Built with go 1.21.5

Full Changelog: v0.16.0...v0.17.0

Resources

0.16.0

07 Dec 22:25
Compare
Choose a tag to compare

Changes

  • bump to go 1.21.5

✨ Built with go 1.21.5

Full Changelog: v0.15.0...v0.16.0

Resources