We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents c80335c + ef6cec9 commit 7541ecfCopy full SHA for 7541ecf
CHANGELOG.md
@@ -1,5 +1,12 @@
1
# Changelog
2
3
+## [0.1.1](https://github.com/eickler/banshee/compare/v0.1.0...v0.1.1) (2024-06-10)
4
+
5
6
+### Bug Fixes
7
8
+* Use correct API for recording events ([09c01be](https://github.com/eickler/banshee/commit/09c01bee435d108c0a51172a00dc565ed13b54c5))
9
10
## 0.1.0 (2024-06-10)
11
12
Cargo.toml
@@ -1,6 +1,6 @@
[package]
name = "banshee"
-version = "0.1.0"
+version = "0.1.1"
edition = "2021"
[dependencies]
charts/Chart.yaml
@@ -2,5 +2,5 @@ apiVersion: v2
name: banshee
description: A microservice to announce Kubernetes OOM killings more visibly.
type: application
-version: 0.1.0
+version: 0.1.1
appVersion: "0.1.0"
0 commit comments