Releases: OpsLevel/opslevel-k8s-controller
Releases · OpsLevel/opslevel-k8s-controller
v2024.9.3
v2024.8.19
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
v2024.4.26
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
March 18, 2024
Dependency
- Bump google.golang.org/protobuf from 1.32.0 to 1.33.0
v2024.2.26
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
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
January 13, 2024
Feature
- Bump opslevel-jq-parser to 2024 release
v2023.12.22
December 22, 2023
Bugfix
- K8SSelector doesn't yaml marshal correctly
v2023.12.14
December 14, 2023
Feature
- Upgrade dependencies
v2023.11.16
November 16, 2023
Refactor
- Enable the controller mainloop to only "run once"