Skip to content

Commit f302b65

Browse files
committed
Cut Release 'v2025.7.16'
1 parent 2965622 commit f302b65

8 files changed

+19
-37
lines changed

.changes/unreleased/Dependency-20250217-170328.yaml

Lines changed: 0 additions & 3 deletions
This file was deleted.

.changes/unreleased/Dependency-20250217-170331.yaml

Lines changed: 0 additions & 3 deletions
This file was deleted.

.changes/unreleased/Dependency-20250310-164239.yaml

Lines changed: 0 additions & 3 deletions
This file was deleted.

.changes/unreleased/Dependency-20250324-164829.yaml

Lines changed: 0 additions & 3 deletions
This file was deleted.

.changes/unreleased/Dependency-20250505-164143.yaml

Lines changed: 0 additions & 3 deletions
This file was deleted.

.changes/unreleased/Feature-20250715-094944.yaml

Lines changed: 0 additions & 3 deletions
This file was deleted.

.changes/v2025.7.16.md

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,9 @@
1+
## [July 16, 2025](https://github.com/OpsLevel/opslevel-runner/compare/v2025.1.6...v2025.7.16)
2+
### Feature
3+
* Add ability to configure more of the job pod's kubernetes settings - security context, annotations, service account, node selector, etc
4+
### Dependency
5+
* Bump github.com/spf13/cobra from 1.8.1 to 1.9.1 in /src
6+
* Bump golang.org/x/net from 0.34.0 to 0.35.0 in /src
7+
* Bump golang.org/x/net from 0.35.0 to 0.37.0 in /src
8+
* Bump github.com/rs/zerolog from 1.33.0 to 1.34.0 in /src
9+
* Bump github.com/contribsys/faktory from 1.9.1 to 1.9.2 in /src

CHANGELOG.md

Lines changed: 10 additions & 19 deletions
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,15 @@
22
All notable changes to this project will be documented in this file.
33

44
The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),
5-
and is generated by [Changie](https://github.com/miniscruff/changie).## [January 06, 2025](https://github.com/OpsLevel/opslevel-runner/compare/v2024.12.19...v2025.1.6)
5+
and is generated by [Changie](https://github.com/miniscruff/changie).## [July 16, 2025](https://github.com/OpsLevel/opslevel-runner/compare/v2025.1.6...v2025.7.16)
6+
### Feature
7+
* Add ability to configure more of the job pod's kubernetes settings - security context, annotations, service account, node selector, etc
8+
### Dependency
9+
* Bump github.com/spf13/cobra from 1.8.1 to 1.9.1 in /src
10+
* Bump golang.org/x/net from 0.34.0 to 0.35.0 in /src
11+
* Bump golang.org/x/net from 0.35.0 to 0.37.0 in /src
12+
* Bump github.com/rs/zerolog from 1.33.0 to 1.34.0 in /src
13+
* Bump github.com/contribsys/faktory from 1.9.1 to 1.9.2 in /src## [January 06, 2025](https://github.com/OpsLevel/opslevel-runner/compare/v2024.12.19...v2025.1.6)
614
### Bugfix
715
* Fixed issue where job pods could be orphaned during runner shutdown## [December 19, 2024](https://github.com/OpsLevel/opslevel-runner/compare/v2024.12.16...v2024.12.19)## [December 16, 2024](https://github.com/OpsLevel/opslevel-runner/compare/v2024.10.14...v2024.12.16)
816
### Dependency
@@ -97,24 +105,7 @@ and is generated by [Changie](https://github.com/miniscruff/changie).## [January
97105
### Bugfix
98106
* Fix bug when shipping 0 length log chunks causes an API error## [August 03, 2022](https://github.com/OpsLevel/opslevel-runner/compare/v2022.07.14...v2022.8.3)
99107
### Feature
100-
* Send Sentry event for failed jobs## [July 15, 2022](https://github.com/OpsLevel/opslevel-runner/compare/v2022.06.28...v2022.07.14)
101-
### Feature
102-
* Add Sentry integration
103-
* Upgrade opslevel-go to latest version
104-
* Add request tracing## [June 29, 2022](https://github.com/OpsLevel/opslevel-runner/compare/v22.05.30...v2022.06.28)
105-
### Feature
106-
* Enable runner to un/register itself if the API token allows for it## [July 29, 2022](https://github.com/OpsLevel/opslevel-runner/compare/v2022.07.14...v22.07.29)
107-
### Bugfix
108-
* Fix log sanitizer when variable value is empty string## [July 20, 2022](https://github.com/OpsLevel/opslevel-runner/compare/v2022.07.14...v22.07.20)
109-
### Feature
110-
* When a Pod fails to start in time, report a PodTimeout back to OpsLevel instead of a QueueTimeout"## [May 30, 2022](https://github.com/OpsLevel/opslevel-runner/compare/v22.05.27...v22.05.30)
111-
### Bugfix
112-
* Fix bug with log processor flushing
113-
* ensure log lines are base64 encoded## [May 28, 2022](https://github.com/OpsLevel/opslevel-runner/compare/v22.05.24...v22.05.27)
114-
### Feature
115-
* Add ability to ship job logs back to OpsLevel## [May 25, 2022]((https://github.com/OpsLevel/opslevel-runner/compare/v0.1.2...v22.05.24))
116-
### Feature
117-
* Add prometheus metrics instrumentation## v0.1.2 - 2022-04-28
108+
* Send Sentry event for failed jobs## v0.1.2 - 2022-04-28
118109
### Feature
119110
* add support for get pending job lastUpdateToken
120111
* Add support for RunnerJobOutcomeVariable

0 commit comments

Comments
 (0)