Skip to content

Commit 331e76e

Browse files
committed
Cut Release 'v2024.2.26'
1 parent ef993b4 commit 331e76e

6 files changed

+12
-10
lines changed

.changes/unreleased/Dependency-20240205-200648.yaml

-3
This file was deleted.

.changes/unreleased/Dependency-20240212-205812.yaml

-3
This file was deleted.

.changes/unreleased/Dependency-20240219-204137.yaml

-3
This file was deleted.

.changes/v2024.2.26.md

+5
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,5 @@
1+
## [February 26, 2024]((https://github.com/OpsLevel/opslevel-k8s-controller/compare/v2024.1.25...v2024.2.26))
2+
### Dependency
3+
* Bump codecov/codecov-action from 3 to 4
4+
* Bump arduino/setup-task from 1 to 2
5+
* Bump k8s.io/apimachinery from 0.29.1 to 0.29.2

CHANGELOG.md

+6
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,12 @@ The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),
55
and is generated by [Changie](https://github.com/miniscruff/changie).
66

77

8+
## [February 26, 2024]((https://github.com/OpsLevel/opslevel-k8s-controller/compare/v2024.1.25...v2024.2.26))
9+
### Dependency
10+
* Bump codecov/codecov-action from 3 to 4
11+
* Bump arduino/setup-task from 1 to 2
12+
* Bump k8s.io/apimachinery from 0.29.1 to 0.29.2
13+
814
## [January 25, 2024]((https://github.com/OpsLevel/opslevel-k8s-controller/compare/v2024.1.13...v2024.1.25))
915
### Feature
1016
* Add ability to pass a Context to the K8sController which will stop event processing

version.go

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
11
package opslevel_k8s_controller
22

3-
const ReleaseVersion = "v2024.1.25"
3+
const ReleaseVersion = "v2024.2.26"

0 commit comments

Comments
 (0)