From a853ff15ee5b318f9e8a8a3ce42607f4502280ef Mon Sep 17 00:00:00 2001 From: Andrew Kozin Date: Sat, 18 Jun 2022 16:48:44 +0100 Subject: [PATCH] Release v0.8.16 --- CHANGELOG.md | 5 +++++ imgproxy/Chart.yaml | 2 +- 2 files changed, 6 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 5f990d3..a75590f 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,8 @@ +## 0.8.16 (2022-06-18) + +* Fix issue #77 (make authentication key file not required) +* Fix issue #76 (add a conditional apiVersion for PodDisruptionBudget in k8s v1.21+) + ## 0.8.15 (2022-05-11) * Support imgproxy v3.5.0 diff --git a/imgproxy/Chart.yaml b/imgproxy/Chart.yaml index 434dbe2..a8f9752 100644 --- a/imgproxy/Chart.yaml +++ b/imgproxy/Chart.yaml @@ -2,7 +2,7 @@ apiVersion: v1 description: A fast and secure standalone server for resizing and converting remote images. The main principles of imgproxy are simplicity, speed, and security. name: imgproxy icon: https://cdn.rawgit.com/imgproxy/imgproxy/master/logo.svg -version: 0.8.15 +version: 0.8.16 appVersion: 3.5.0 keywords: - imgproxy