File tree Expand file tree Collapse file tree 3 files changed +36
-1
lines changed
charts/openmeter-pod-runtime-watcher Expand file tree Collapse file tree 3 files changed +36
-1
lines changed Original file line number Diff line number Diff line change
1
+ # Changelog
2
+
3
+ All notable changes to this project will be documented in this file.
4
+
5
+ The format is based on [ Keep a Changelog] ( https://keepachangelog.com/en/1.0.0/ ) ,
6
+ and this project adheres to [ Semantic Versioning] ( https://semver.org/spec/v2.0.0.html ) .
7
+
8
+ The version number in this changelog corresponds to the ` appVersion ` field in the helm chart's ` Chart.yaml ` file.
9
+
10
+ ## [ Unreleased]
11
+
12
+ ### Added
13
+ - Track pod lifetime and send to OpenMeter
Original file line number Diff line number Diff line change
1
+ # Changelog
2
+
3
+ All notable changes to this project will be documented in this file.
4
+
5
+ The format is based on [ Keep a Changelog] ( https://keepachangelog.com/en/1.0.0/ ) ,
6
+ and this project adheres to [ Semantic Versioning] ( https://semver.org/spec/v2.0.0.html ) .
7
+
8
+ The version number in this changelog corresponds to the ` version ` field in the ` Chart.yaml ` file.
9
+ The ` appVersion ` field corresponds to the version of the application itself.
10
+
11
+ ## [ Unreleased]
12
+
13
+ ## [ 0.1.1] - 2023-09-27
14
+ ### Added
15
+ - Add changelog
16
+
17
+ ### Changed
18
+ - Bump version number to test github workflow
19
+
20
+ ## [ 0.1.0] - 2023-09-27
21
+ ### Added
22
+ - Initial helm chart
Original file line number Diff line number Diff line change @@ -2,5 +2,5 @@ apiVersion: v2
2
2
name : openmeter-pod-runtime-watcher
3
3
description : A Helm chart for deploying the OpenMeter Pod Runtime Watcher to Kubernetes
4
4
type : application
5
- version : 0.1.0
5
+ version : 0.1.1
6
6
appVersion : " 0.1.0"
You can’t perform that action at this time.
0 commit comments