From 832a305c029b5af9748c3c430c9b08c2dd3850ab Mon Sep 17 00:00:00 2001 From: derailed Date: Thu, 15 Jul 2021 17:06:33 -0600 Subject: [PATCH] update rel notes --- Makefile | 2 +- change_logs/release_v0.9.5.md | 25 +++++++++++++++++++++++++ 2 files changed, 26 insertions(+), 1 deletion(-) create mode 100644 change_logs/release_v0.9.5.md diff --git a/Makefile b/Makefile index e56d83f1..fc8ee876 100644 --- a/Makefile +++ b/Makefile @@ -1,6 +1,6 @@ NAME := popeye PACKAGE := github.com/derailed/$(NAME) -VERSION := v0.9.4 +VERSION := v0.9.5 GIT := $(shell git rev-parse --short HEAD) DATE := $(shell date +%FT%T%Z) IMG_NAME := derailed/popeye diff --git a/change_logs/release_v0.9.5.md b/change_logs/release_v0.9.5.md new file mode 100644 index 00000000..3629784c --- /dev/null +++ b/change_logs/release_v0.9.5.md @@ -0,0 +1,25 @@ + + +# Release v0.9.5 + +## Notes + +Thank you to all that contributed with flushing out issues and enhancements for Popeye! I'll try to mark some of these issues as fixed. But if you don't mind grab the latest rev and see if we're happier with some of the fixes! If you've filed an issue please help me verify and close. Your support, kindness and awesome suggestions to make Popeye better is as ever very much noticed and appreciated! + +This project offers a GitHub Sponsor button (over here 👆). As you well know this is not pimped out by big corps with deep pockets. If you feel `Popeye` is saving you cycles diagnosing potential cluster issues please consider sponsoring this project!! It does go a long way in keeping our servers lights on and beers in our fridge. + +Also if you dig this tool, please make some noise on social! [@kitesurfer](https://twitter.com/kitesurfer) + +--- + +## Maintenance Release! + +--- + +## Resolved Bugs/PRs + +* [Issue #163](https://github.com/derailed/popeye/issues/163) popeye 0.9.0 with K8S 1.21.0 bug on PodDisruptionBudget - Wrong default API - With Feelings! + +--- + +  © 2020 Imhotep Software LLC. All materials licensed under [Apache v2.0](http://www.apache.org/licenses/LICENSE-2.0)