Skip to content

Commit

Permalink
Add changelogs and bump helm chart version #
Browse files Browse the repository at this point in the history
  • Loading branch information
Elijah Wilson committed Sep 27, 2023
1 parent b3d0be5 commit c64a616
Show file tree
Hide file tree
Showing 3 changed files with 36 additions and 1 deletion.
13 changes: 13 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,13 @@
# Changelog

All notable changes to this project will be documented in this file.

The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),
and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).

The version number in this changelog corresponds to the `appVersion` field in the helm chart's `Chart.yaml` file.

## [Unreleased]

### Added
- Track pod lifetime and send to OpenMeter
22 changes: 22 additions & 0 deletions charts/openmeter-pod-runtime-watcher/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,22 @@
# Changelog

All notable changes to this project will be documented in this file.

The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),
and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).

The version number in this changelog corresponds to the `version` field in the `Chart.yaml` file.
The `appVersion` field corresponds to the version of the application itself.

## [Unreleased]

## [0.1.1] - 2023-09-27
### Added
- Add changelog

### Changed
- Bump version number to test github workflow

## [0.1.0] - 2023-09-27
### Added
- Initial helm chart
2 changes: 1 addition & 1 deletion charts/openmeter-pod-runtime-watcher/Chart.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -2,5 +2,5 @@ apiVersion: v2
name: openmeter-pod-runtime-watcher
description: A Helm chart for deploying the OpenMeter Pod Runtime Watcher to Kubernetes
type: application
version: 0.1.0
version: 0.1.1
appVersion: "0.1.0"

0 comments on commit c64a616

Please sign in to comment.