Skip to content

Commit

Permalink
Bump version and condense changelog (#2)
Browse files Browse the repository at this point in the history
  • Loading branch information
tizz98 authored Oct 3, 2023
1 parent c01330c commit 54c4643
Show file tree
Hide file tree
Showing 6 changed files with 13 additions and 59 deletions.
31 changes: 0 additions & 31 deletions .github/workflows/helm.yaml

This file was deleted.

11 changes: 9 additions & 2 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,10 +5,17 @@ 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]

## [0.1.2] - 2023-10-03
### Changed
- Bump version for helm chart

## [0.1.1] - 2023-10-03
### Changed
- Bump version for helm chart

## [0.1.0] - 2023-09-27
### Added
- Track pod lifetime and send to OpenMeter
- Initial helm chart
2 changes: 1 addition & 1 deletion Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "openmeter-pod-runtime-watcher"
version = "0.1.0"
version = "0.1.2"
edition = "2021"
license = "MIT"

Expand Down
22 changes: 0 additions & 22 deletions charts/openmeter-pod-runtime-watcher/CHANGELOG.md

This file was deleted.

4 changes: 2 additions & 2 deletions 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.1
appVersion: "0.1.0"
version: 0.1.2
appVersion: "0.1.2"

0 comments on commit 54c4643

Please sign in to comment.