Skip to content

Commit

Permalink
Prepare for the 5.21.2 patch release (#3988)
Browse files Browse the repository at this point in the history
Signed-off-by: Nikki Attea <[email protected]>
  • Loading branch information
Nikki Attea authored Aug 31, 2020
1 parent 4947298 commit c1fb790
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 0 deletions.
5 changes: 5 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,11 @@ The format is based on [Keep a Changelog](http://keepachangelog.com/en/1.0.0/)
and this project adheres to [Semantic
Versioning](http://semver.org/spec/v2.0.0.html).

## [5.21.2] - 2020-08-31

### Fixed
- Failed check events now get written to the event log file.

## [5.21.1] - 2020-08-05

### Changed
Expand Down
1 change: 1 addition & 0 deletions backend/eventd/eventd.go
Original file line number Diff line number Diff line change
Expand Up @@ -442,6 +442,7 @@ func (e *Eventd) handleFailure(ctx context.Context, event *corev2.Event) error {
return err
}

e.Logger.Println(updatedEvent)
return e.bus.Publish(messaging.TopicEvent, updatedEvent)
}

Expand Down

0 comments on commit c1fb790

Please sign in to comment.