Skip to content

Latest commit

 

History

History
37 lines (29 loc) · 1.6 KB

CHANGELOG.md

File metadata and controls

37 lines (29 loc) · 1.6 KB

Changelog

All notable changes to this project will be documented in this file.

The format is based on Keep a Changelog, and is generated by Changie.

January 25, 2024

Feature

  • Add ability to pass a Context to the K8sController which will stop event processing
  • Bump actions/cache from 3 to 4
  • Bump k8s.io/apimachinery from 0.29.0 to 0.29.1
  • Bump k8s.io/klog/v2 from 2.120.0 to 2.120.1

Bugfix

  • Prevent nil pointer dereference when reading K8sEvents
  • The mainloop now supports a nil waitgroup so that the controller can be used continuously instead of for just one run
  • Fix bug where events could sometimes be missed when starting K8sController to run once

January 13, 2024

Feature

  • Bump opslevel-jq-parser to 2024 release

December 22, 2023

Bugfix

  • K8SSelector doesn't yaml marshal correctly

December 14, 2023

Feature

  • Upgrade dependencies

November 16, 2023

Refactor

  • Enable the controller mainloop to only "run once"

November 02, 2023

Feature

  • Initial Release