|
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).## [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) |
6 | 14 | ### Bugfix |
7 | 15 | * 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) |
8 | 16 | ### Dependency |
@@ -97,24 +105,7 @@ and is generated by [Changie](https://github.com/miniscruff/changie).## [January |
97 | 105 | ### Bugfix |
98 | 106 | * 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) |
99 | 107 | ### 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 |
118 | 109 | ### Feature |
119 | 110 | * add support for get pending job lastUpdateToken |
120 | 111 | * Add support for RunnerJobOutcomeVariable |
|
0 commit comments