From b48cfd1b456ba90d61c14ba9a81098312b966ec3 Mon Sep 17 00:00:00 2001 From: Andrew Kozin Date: Mon, 9 Oct 2023 16:32:34 +0100 Subject: [PATCH] Release v0.9.0 (fix license key encoding) --- CHANGELOG.md | 8 ++++++++ imgproxy/Chart.yaml | 6 +++--- imgproxy/values.yaml | 2 +- 3 files changed, 12 insertions(+), 4 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 9f65945..3fa786f 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,11 @@ +## 0.9.0 (2023-10-09) + +* Support imgproxy v3.20.0 + +### Backwards incompatible changes + +* Fix issue #144 (encode license key properly in a secret) + ## 0.8.35 (2023-08-21) * Support imgproxy v3.19.0 diff --git a/imgproxy/Chart.yaml b/imgproxy/Chart.yaml index 2e08a5a..d356c88 100644 --- a/imgproxy/Chart.yaml +++ b/imgproxy/Chart.yaml @@ -2,8 +2,8 @@ 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.35 -appVersion: 3.19.0 +version: 0.9.0 +appVersion: 3.20.0 keywords: - imgproxy - image @@ -25,7 +25,7 @@ annotations: artifacthub.io/containsSecurityUpdates: "false" artifacthub.io/images: | - name: impgroxy - image: darthsim/imgproxy:v3.19.0 + image: darthsim/imgproxy:v3.20.0 artifacthub.io/license: MIT-open-group artifacthub.io/links: | - name: imgproxy-helm chart on Github diff --git a/imgproxy/values.yaml b/imgproxy/values.yaml index 20e8a8c..80bc787 100644 --- a/imgproxy/values.yaml +++ b/imgproxy/values.yaml @@ -2,7 +2,7 @@ # Docker image repository, tag, policy and secrets for Kubernetes to pull it. image: repo: darthsim/imgproxy - tag: v3.19.0 + tag: v3.20.0 pullPolicy: IfNotPresent # create new image-pull-secret if enabled: true pullSecrets: