From 2f6d6940e7b2a1ed844b2b0375162780c8f492cc Mon Sep 17 00:00:00 2001 From: Taylor Bot Date: Mon, 8 Apr 2024 15:00:48 +0300 Subject: [PATCH] Release v0.0.2 (#9) * add-mimir-heartbeat * Fix CNP * Release v0.0.2 * Update Chart.yaml --------- Co-authored-by: QuentinBisson --- CHANGELOG.md | 9 ++++++++- helm/observability-operator/Chart.yaml | 4 ++-- .../templates/cilium-network-policy.yaml | 4 +++- 3 files changed, 13 insertions(+), 4 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 4579f0d7..6d1d7b46 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -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 diff --git a/helm/observability-operator/Chart.yaml b/helm/observability-operator/Chart.yaml index d86cdb78..027d2cb9 100644 --- a/helm/observability-operator/Chart.yaml +++ b/helm/observability-operator/Chart.yaml @@ -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 diff --git a/helm/observability-operator/templates/cilium-network-policy.yaml b/helm/observability-operator/templates/cilium-network-policy.yaml index bbdc8576..d74f63f7 100644 --- a/helm/observability-operator/templates/cilium-network-policy.yaml +++ b/helm/observability-operator/templates/cilium-network-policy.yaml @@ -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