Skip to content

Commit

Permalink
Release v0.0.1 (#8)
Browse files Browse the repository at this point in the history
* add-mimir-heartbeat

* Fix

* Release v0.0.1

---------

Co-authored-by: QuentinBisson <[email protected]>
  • Loading branch information
taylorbot and QuentinBisson authored Apr 8, 2024
1 parent 6dfdb94 commit 0956552
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 1 deletion.
5 changes: 4 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,8 +7,11 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0

## [Unreleased]

## [0.0.1] - 2024-04-08

### Added

- Initialize project and create heartbeat for the installation.

[Unreleased]: https://github.com/giantswarm/observability-operator/tree/master
[Unreleased]: https://github.com/giantswarm/observability-operator/compare/v0.0.1...HEAD
[0.0.1]: https://github.com/giantswarm/observability-operator/releases/tag/v0.0.1
1 change: 1 addition & 0 deletions pkg/monitoring/heartbeat/opsgenie.go
Original file line number Diff line number Diff line change
Expand Up @@ -121,6 +121,7 @@ func (r *OpsgenieHeartbeatRepository) Delete(ctx context.Context) error {
apiErr, ok := err.(*client.ApiError)
if ok && apiErr.StatusCode == http.StatusNotFound {
logger.Info("heartbeat does not exist, skipping")
return nil
} else {
return errors.WithStack(err)
}
Expand Down

0 comments on commit 0956552

Please sign in to comment.