|
2 | 2 | All notable changes to this project will be documented in this file. |
3 | 3 |
|
4 | 4 | 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) |
6 | 8 | ### Feature |
7 | 9 | * Add ability to configure more of the job pod's kubernetes settings - security context, annotations, service account, node selector, etc |
8 | 10 | ### Dependency |
@@ -105,7 +107,24 @@ and is generated by [Changie](https://github.com/miniscruff/changie).## [July 16 |
105 | 107 | ### Bugfix |
106 | 108 | * 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) |
107 | 109 | ### 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 |
109 | 128 | ### Feature |
110 | 129 | * add support for get pending job lastUpdateToken |
111 | 130 | * Add support for RunnerJobOutcomeVariable |
|
0 commit comments