Skip to content

Commit f44ef85

Browse files
authored
operations/helm: cut 0.5.0 of Alloy chart (#1234)
1 parent ee16476 commit f44ef85

File tree

3 files changed

+5
-2
lines changed

3 files changed

+5
-2
lines changed

operations/helm/charts/alloy/CHANGELOG.md

+3
Original file line numberDiff line numberDiff line change
@@ -10,6 +10,9 @@ internal API changes are not present.
1010
Unreleased
1111
----------
1212

13+
0.5.0 (2024-07-08)
14+
------------------
15+
1316
### Enhancements
1417

1518
- Only utilize spec.internalTrafficPolicy in the Service if deploying to Kubernetes 1.26 or later. (@petewall)

operations/helm/charts/alloy/Chart.yaml

+1-1
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@ apiVersion: v2
22
name: alloy
33
description: 'Grafana Alloy'
44
type: application
5-
version: 0.4.0
5+
version: 0.5.0
66
appVersion: 'v1.2.0'
77
icon: https://raw.githubusercontent.com/grafana/alloy/main/docs/sources/assets/alloy_icon_orange.svg
88

operations/helm/charts/alloy/README.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
# Grafana Alloy Helm chart
22

3-
![Type: application](https://img.shields.io/badge/Type-application-informational?style=flat-square) ![Version: 0.4.0](https://img.shields.io/badge/Version-0.4.0-informational?style=flat-square) ![AppVersion: v1.2.0](https://img.shields.io/badge/AppVersion-v1.2.0-informational?style=flat-square)
3+
![Type: application](https://img.shields.io/badge/Type-application-informational?style=flat-square) ![Version: 0.5.0](https://img.shields.io/badge/Version-0.5.0-informational?style=flat-square) ![AppVersion: v1.2.0](https://img.shields.io/badge/AppVersion-v1.2.0-informational?style=flat-square)
44

55
Helm chart for deploying [Grafana Alloy][] to Kubernetes.
66

0 commit comments

Comments
 (0)