Skip to content

Latest commit

 

History

History
57 lines (27 loc) · 2.81 KB

CHANGELOG.md

File metadata and controls

57 lines (27 loc) · 2.81 KB

1.0.6 (2023-12-08)

Bug Fixes

1.0.5 (2023-11-27)

Bug Fixes

  • code cleanup to remove Kafka broker warnings (28c6220)

1.0.4 (2023-11-27)

Bug Fixes

  • producer message send debug fix (48d768b)

1.0.3 (2023-11-23)

Bug Fixes

1.0.2 (2023-11-22)

Bug Fixes

  • include http_check_id in msg (88c9b17)
  • udpate env vars from CM to include name, retries (5536c64)

1.0.1 (2023-11-20)

Bug Fixes

  • add clean exit with code 1 for Kafka producer error (25b4cbf), closes #9

1.0.0 (2023-11-16)

Bug Fixes

  • update releaserc remote repository URL (0d3f15c)

Features

  • add CI/CD Jenkins Groovy pipeline and semver releaserc (781475e), closes #4
  • add fetch function to get the health status check (0480210)
  • basic Kafka producer app (1b3145a)
  • publish dummy healthcheck data to Kafka brokers (6cd6fc2), closes #1