Skip to content

Latest commit

 

History

History
70 lines (41 loc) · 2.18 KB

CHANGELOG.md

File metadata and controls

70 lines (41 loc) · 2.18 KB

Changelog

All notable changes to this project are documented in this file.

The format is based on Keep a Changelog, and adheres to Semantic Versioning.

Unreleased

Changed

  • Upgraded direct and indirect dependencies.

1.1.5 / 2024-03-09

Changed

  • Bumped minimum required Go version to 1.22. This affects release artifacts.
  • Upgraded direct and indirect dependencies.

1.1.4 / 2023-03-25

Changed

  • Upgraded direct and indirect dependencies.

1.1.3 / 2023-03-05

Changed

  • Bumped minimum required Go version to 1.20. This affects release artifacts.
  • Switched from ISC License (ISC) to Apache License (Apache-2.0).
  • Upgraded direct and indirect dependencies.

1.1.2 / 2023-02-20

Changed

  • Upgraded direct and indirect dependencies.
  • Switched from MIT license to functionally equivalent ISC license.
  • Removed Darwin and Windows binaries from GitHub release artifacts.

1.1.1 / 2023-02-05

Changed

  • Upgraded indirect dependencies.

1.1.0 / 2023-01-07

Added

  • Log start and end of tick rounds including duration and identifier of individual ticks. Log level info is used for this.

Changed

  • Upgraded indirect dependencies.

Fixed

  • Don't wait one interval amount before starting the first tick round. Now KubeStatus2CloudWatch will immediately after setup start to query the Kubernetes API and update the CloudWatch metric.

1.0.0 / 2022-12-28

Initial release of KubeStatus2CloudWatch. The app is ready for usage in production environments and major breaking changes are not expected in the near future.