Skip to content

Commit bbd981f

Browse files
committed
Cut Release 'v2025.8.11'
1 parent 59113a1 commit bbd981f

File tree

3 files changed

+24
-5
lines changed

3 files changed

+24
-5
lines changed

.changes/unreleased/Feature-20250808-111106.yaml

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

.changes/v2025.8.11.md

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,3 @@
1+
## [August 11, 2025](https://github.com/OpsLevel/opslevel-runner/compare/v2025.7.16...v2025.8.11)
2+
### Feature
3+
* Add ability to configure the job pod working directory using `--job-pod-workdir` or `OPSLEVEL_JOB_POD_WORKDIR` or the configuration file.

CHANGELOG.md

Lines changed: 21 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,9 @@
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).## [July 16, 2025](https://github.com/OpsLevel/opslevel-runner/compare/v2025.1.6...v2025.7.16)
5+
and is generated by [Changie](https://github.com/miniscruff/changie).## [August 11, 2025](https://github.com/OpsLevel/opslevel-runner/compare/v2025.7.16...v2025.8.11)
6+
### Feature
7+
* Add ability to configure the job pod working directory using `--job-pod-workdir` or `OPSLEVEL_JOB_POD_WORKDIR` or the configuration file.## [July 16, 2025](https://github.com/OpsLevel/opslevel-runner/compare/v2025.1.6...v2025.7.16)
68
### Feature
79
* Add ability to configure more of the job pod's kubernetes settings - security context, annotations, service account, node selector, etc
810
### Dependency
@@ -105,7 +107,24 @@ and is generated by [Changie](https://github.com/miniscruff/changie).## [July 16
105107
### Bugfix
106108
* 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)
107109
### Feature
108-
* Send Sentry event for failed jobs## v0.1.2 - 2022-04-28
110+
* Send Sentry event for failed jobs## [July 15, 2022](https://github.com/OpsLevel/opslevel-runner/compare/v2022.06.28...v2022.07.14)
111+
### Feature
112+
* Add Sentry integration
113+
* Upgrade opslevel-go to latest version
114+
* Add request tracing## [June 29, 2022](https://github.com/OpsLevel/opslevel-runner/compare/v22.05.30...v2022.06.28)
115+
### Feature
116+
* 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)
117+
### Bugfix
118+
* 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)
119+
### Feature
120+
* 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)
121+
### Bugfix
122+
* Fix bug with log processor flushing
123+
* ensure log lines are base64 encoded## [May 28, 2022](https://github.com/OpsLevel/opslevel-runner/compare/v22.05.24...v22.05.27)
124+
### Feature
125+
* 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))
126+
### Feature
127+
* Add prometheus metrics instrumentation## v0.1.2 - 2022-04-28
109128
### Feature
110129
* add support for get pending job lastUpdateToken
111130
* Add support for RunnerJobOutcomeVariable

0 commit comments

Comments
 (0)