From 048efcd45e74201a4196ddc5dde5d3ca36635b82 Mon Sep 17 00:00:00 2001 From: derailed Date: Wed, 21 Feb 2024 10:57:59 -0700 Subject: [PATCH] rel notes --- Makefile | 2 +- change_logs/release_v0.20.3.md | 25 +++++++++++++++++++++++++ 2 files changed, 26 insertions(+), 1 deletion(-) create mode 100644 change_logs/release_v0.20.3.md diff --git a/Makefile b/Makefile index 8b5a1a5..456d0af 100644 --- a/Makefile +++ b/Makefile @@ -1,6 +1,6 @@ NAME := popeye PACKAGE := github.com/derailed/$(NAME) -VERSION := v0.20.2 +VERSION := v0.20.3 GIT := $(shell git rev-parse --short HEAD) DATE := $(shell date +%FT%T%Z) IMG_NAME := derailed/popeye diff --git a/change_logs/release_v0.20.3.md b/change_logs/release_v0.20.3.md new file mode 100644 index 0000000..c472570 --- /dev/null +++ b/change_logs/release_v0.20.3.md @@ -0,0 +1,25 @@ + + +# Release v0.20.3 + +## 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 Issues + +. [#284](https://github.com/derailed/popeye/issues/284) Db get failed for "" + +--- + +  © 2024 Imhotep Software LLC. All materials licensed under [Apache v2.0](http://www.apache.org/licenses/LICENSE-2.0)