Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Release v2.8.1 #184

Merged
merged 2 commits into from
Jan 23, 2024
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
5 changes: 4 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,8 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0

## [Unreleased]

## [2.8.1] - 2024-01-23

### Fixed

- Fix `CiliumNetworkPolicy` to allow access to the internet (required to download plugins).
Expand Down Expand Up @@ -211,7 +213,8 @@ Added:
- images retagged for Giant Swarm registries
- simple functionality test to get login web page

[Unreleased]: https://github.com/giantswarm/grafana-app/compare/v2.8.0...HEAD
[Unreleased]: https://github.com/giantswarm/grafana-app/compare/v2.8.1...HEAD
[2.8.1]: https://github.com/giantswarm/grafana-app/compare/v2.8.0...v2.8.1
[2.8.0]: https://github.com/giantswarm/grafana-app/compare/v2.7.1...v2.8.0
[2.7.1]: https://github.com/giantswarm/grafana-app/compare/v2.7.0...v2.7.1
[2.7.0]: https://github.com/giantswarm/grafana-app/compare/v2.6.0...v2.7.0
Expand Down
2 changes: 1 addition & 1 deletion helm/grafana/Chart.yaml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
apiVersion: v2
name: grafana
version: 2.8.0
version: 2.8.1
appVersion: 10.2.2
kubeVersion: "^1.8.0-0"
description: The leading tool for querying and visualizing time series and metrics.
Expand Down