Skip to content

Commit

Permalink
Cut Release 'v2024.1.25'
Browse files Browse the repository at this point in the history
  • Loading branch information
opslevel-ops committed Jan 25, 2024
1 parent f74226b commit d39a00a
Show file tree
Hide file tree
Showing 10 changed files with 22 additions and 24 deletions.
3 changes: 0 additions & 3 deletions .changes/unreleased/Bugfix-20240115-222806.yaml

This file was deleted.

4 changes: 0 additions & 4 deletions .changes/unreleased/Bugfix-20240115-223028.yaml

This file was deleted.

4 changes: 0 additions & 4 deletions .changes/unreleased/Bugfix-20240117-135549.yaml

This file was deleted.

3 changes: 0 additions & 3 deletions .changes/unreleased/Feature-20240117-135512.yaml

This file was deleted.

3 changes: 0 additions & 3 deletions .changes/unreleased/Feature-20240122-201906.yaml

This file was deleted.

3 changes: 0 additions & 3 deletions .changes/unreleased/Feature-20240122-205808.yaml

This file was deleted.

3 changes: 0 additions & 3 deletions .changes/unreleased/Feature-20240122-205821.yaml

This file was deleted.

10 changes: 10 additions & 0 deletions .changes/v2024.1.25.md
@@ -0,0 +1,10 @@
## [January 25, 2024]((https://github.com/OpsLevel/opslevel-k8s-controller/compare/v2024.1.13...v2024.1.25))
### 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
11 changes: 11 additions & 0 deletions CHANGELOG.md
Expand Up @@ -5,6 +5,17 @@ The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),
and is generated by [Changie](https://github.com/miniscruff/changie).


## [January 25, 2024]((https://github.com/OpsLevel/opslevel-k8s-controller/compare/v2024.1.13...v2024.1.25))
### 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]((https://github.com/OpsLevel/opslevel-k8s-controller/compare/v2023.12.22...v2024.1.13))
### Feature
* Bump opslevel-jq-parser to 2024 release
Expand Down
2 changes: 1 addition & 1 deletion version.go
@@ -1,3 +1,3 @@
package opslevel_k8s_controller

const ReleaseVersion = "v2024.1.13"
const ReleaseVersion = "v2024.1.25"

0 comments on commit d39a00a

Please sign in to comment.