Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Bump version and condense changelog #2

Merged
merged 2 commits into from
Oct 3, 2023
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
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"
Loading