Skip to content

Latest commit

 

History

History
64 lines (51 loc) · 2.78 KB

CHANGELOG.md

File metadata and controls

64 lines (51 loc) · 2.78 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.

September 03, 2024

Dependency

  • bump opslevel-jq-parser to v2024.9.3 and github.com/go-logr/logr to v1.4.2

August 19, 2024

Dependency

  • Bump github.com/opslevel/opslevel-jq-parser/v2024 from 2024.3.15 to 2024.4.26
  • bump opslevel-go to v2024.8.16
  • bump version of opslevel-jq-parser to v2024.8.19

April 26, 2024

Feature

  • Add back ability to filter resouces by namespace instead of just excludes

Dependency

  • Bump golang.org/x/net from 0.22.0 to 0.23.0
  • bump opslevel-jq-parser

March 18, 2024

Dependency

  • Bump google.golang.org/protobuf from 1.32.0 to 1.33.0

February 26, 2024

Dependency

  • Bump codecov/codecov-action from 3 to 4
  • Bump arduino/setup-task from 1 to 2
  • Bump k8s.io/apimachinery from 0.29.1 to 0.29.2

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