Skip to content

Commit

Permalink
chore(v0.25.2): add worker fixes to release notes (#1021)
Browse files Browse the repository at this point in the history
  • Loading branch information
wass3rw3rk authored Nov 4, 2024
1 parent 33057f1 commit 9866f6d
Showing 1 changed file with 6 additions and 2 deletions.
8 changes: 6 additions & 2 deletions releases/v0.25.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,10 +6,14 @@ This document contains all release notes pertaining to the `v0.25.x` releases of

- When upgrading from `v0.24`, please take note of the [migration information](/migrations/v0.25/README.md)

## v0.25.2 (server component only)
## v0.25.2 (server and worker components only)

This release addresses a bug with parsing images using digest SHAs when using OIDC in a step.
On the server, this release addresses a bug with parsing images using digest SHAs when using OIDC in a step.

On the worker, this fixes an issue with the container outputs feature when using multiple executors per worker and an issue where the worker is not reporting its status correctly.

- (worker) fix(patch/v25.2): apply worker status fix [#613](https://github.com/go-vela/worker/pull/613) - thanks [@ecrupper](https://github.com/ecrupper)
- (worker) fix(patch/v25.2): dereference outputs ctn config [#614](https://github.com/go-vela/worker/pull/614) - thanks [@ecrupper](https://github.com/ecrupper)
- (server) fix(oidc): image parse sha support [#1207](https://github.com/go-vela/server/pull/1207) - thanks [@plyr4](https://github.com/plyr4)

## v0.25.1 (all components)
Expand Down

0 comments on commit 9866f6d

Please sign in to comment.