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 v0.15.2 #265

Merged
merged 1 commit into from
Nov 13, 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]

## [0.15.2] - 2024-11-13

### Added

- Enable VPA on alloy if the deployed alloy version supports it.
Expand Down Expand Up @@ -379,7 +381,8 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
- Add '--vintage' toggle
- Add controller for Workload Management Cluster using cluster.x-k8s.io/v1beta1```

[Unreleased]: https://github.com/giantswarm/logging-operator/compare/v0.15.1...HEAD
[Unreleased]: https://github.com/giantswarm/logging-operator/compare/v0.15.2...HEAD
[0.15.2]: https://github.com/giantswarm/logging-operator/compare/v0.15.1...v0.15.2
[0.15.1]: https://github.com/giantswarm/logging-operator/compare/v0.15.0...v0.15.1
[0.15.0]: https://github.com/giantswarm/logging-operator/compare/v0.14.0...v0.15.0
[0.14.0]: https://github.com/giantswarm/logging-operator/compare/v0.13.0...v0.14.0
Expand Down
2 changes: 1 addition & 1 deletion helm/logging-operator/Chart.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ apiVersion: v2
name: logging-operator
description: The logging-operator manages loki and logging related config.
home: https://github.com/giantswarm/logging-operator
version: 0.15.1
version: 0.15.2
appVersion: 0.0.1
annotations:
application.giantswarm.io/team: "atlas"
Expand Down