diff --git a/Makefile b/Makefile index 65ba4ad6..a4f28fc9 100644 --- a/Makefile +++ b/Makefile @@ -1,6 +1,6 @@ NAME := popeye PACKAGE := github.com/derailed/$(NAME) -VERSION := v0.11.2 +VERSION := v0.11.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.11.3.md b/change_logs/release_v0.11.3.md new file mode 100644 index 00000000..4ddbd871 --- /dev/null +++ b/change_logs/release_v0.11.3.md @@ -0,0 +1,21 @@ + + +# Release v0.11.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! + +Fix docker build issues + +--- + +  © 2023 Imhotep Software LLC. All materials licensed under [Apache v2.0](http://www.apache.org/licenses/LICENSE-2.0) diff --git a/pkg/config/config.go b/pkg/config/config.go index dc5f56c3..49bd2bb8 100644 --- a/pkg/config/config.go +++ b/pkg/config/config.go @@ -1,9 +1,6 @@ // SPDX-License-Identifier: Apache-2.0 // Copyright Authors of Popeye -// SPDX-License-Identifier: Apache-2.0 -// Copyright Authors of Popeye - package config import ( diff --git a/pkg/config/config_test.go b/pkg/config/config_test.go index 7e09841a..05699252 100644 --- a/pkg/config/config_test.go +++ b/pkg/config/config_test.go @@ -1,9 +1,6 @@ // SPDX-License-Identifier: Apache-2.0 // Copyright Authors of Popeye -// SPDX-License-Identifier: Apache-2.0 -// Copyright Authors of Popeye - package config import (