Skip to content

Commit c64a616

Browse files
author
Elijah Wilson
committed
Add changelogs and bump helm chart version #
1 parent b3d0be5 commit c64a616

File tree

3 files changed

+36
-1
lines changed

3 files changed

+36
-1
lines changed

CHANGELOG.md

Lines changed: 13 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,13 @@
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
Lines changed: 22 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,22 @@
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

charts/openmeter-pod-runtime-watcher/Chart.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,5 +2,5 @@ apiVersion: v2
22
name: openmeter-pod-runtime-watcher
33
description: A Helm chart for deploying the OpenMeter Pod Runtime Watcher to Kubernetes
44
type: application
5-
version: 0.1.0
5+
version: 0.1.1
66
appVersion: "0.1.0"

0 commit comments

Comments
 (0)