Skip to content

Commit

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

* Fix CNP

* Release v0.0.2

* Update Chart.yaml

---------

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

## [Unreleased]

## [0.0.2] - 2024-04-08

### Fixed

- Fix `CiliumNetworkPolicy` to allow cluster and world access (opsgenie)

## [0.0.1] - 2024-04-08

### Added

- Initialize project and create heartbeat for the installation.

[Unreleased]: https://github.com/giantswarm/observability-operator/compare/v0.0.1...HEAD
[Unreleased]: https://github.com/giantswarm/observability-operator/compare/v0.0.2...HEAD
[0.0.2]: https://github.com/giantswarm/observability-operator/compare/v0.0.1...v0.0.2
[0.0.1]: https://github.com/giantswarm/observability-operator/releases/tag/v0.0.1
4 changes: 2 additions & 2 deletions helm/observability-operator/Chart.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -3,8 +3,8 @@ name: observability-operator
description: The observability-operator manages the Giant Swarm observability platform.
home: https://github.com/giantswarm/observability-operator
icon: https://s.giantswarm.io/app-icons/giantswarm/1/light.svg
version: 0.0.1
appVersion: 0.0.1
version: 0.0.2
appVersion: 0.0.2
annotations:
application.giantswarm.io/team: "atlas"
config.giantswarm.io/version: 1.x.x
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,9 @@ spec:
{{- include "labels.selector" . | nindent 6 }}
egress:
- toEntities:
- kube-apiserver
- kube-apiserver
- cluster # Allow dns traffic
- world # Allow access to cloud
ingress:
- fromEntities:
- cluster

0 comments on commit 2f6d694

Please sign in to comment.