Skip to content

Releases: OpsLevel/opslevel-k8s-controller

v2024.4.26

26 Apr 20:36
Compare
Choose a tag to compare

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

v2024.3.18

18 Mar 20:29
94d02a3
Compare
Choose a tag to compare

March 18, 2024

Dependency

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

v2024.2.26

26 Feb 16:31
Compare
Choose a tag to compare

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

v2024.1.25

25 Jan 17:45
Compare
Choose a tag to compare

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

v2024.1.13

13 Jan 04:04
Compare
Choose a tag to compare

January 13, 2024

Feature

  • Bump opslevel-jq-parser to 2024 release

v2023.12.22

22 Dec 20:37
Compare
Choose a tag to compare

December 22, 2023

Bugfix

  • K8SSelector doesn't yaml marshal correctly

v2023.12.14

14 Dec 20:11
Compare
Choose a tag to compare

December 14, 2023

Feature

  • Upgrade dependencies

v2023.11.16

16 Nov 21:19
Compare
Choose a tag to compare

November 16, 2023

Refactor

  • Enable the controller mainloop to only "run once"

v2023.11.2

02 Nov 01:13
Compare
Choose a tag to compare

November 02, 2023

Feature

  • Initial Release