From a17fa34ab713fb437639d7d65f130d3bedd98013 Mon Sep 17 00:00:00 2001 From: Andrew Kozin Date: Tue, 20 Sep 2022 10:19:13 +0100 Subject: [PATCH] Prepare version 0.8.20 --- CHANGELOG.md | 4 ++++ Readme.md | 1 + imgproxy/Chart.yaml | 2 +- imgproxy/README.md | 1 + 4 files changed, 7 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 3bf0a71..f9d9549 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,7 @@ +## 0.8.20 (2022-09-20) + +* Add new setting `features.ingress.pathSuffix` + ## 0.8.19 (2022-07-31) * Fix broken env variables for imgproxy formats diff --git a/Readme.md b/Readme.md index 78c46d3..5d96c6a 100644 --- a/Readme.md +++ b/Readme.md @@ -344,6 +344,7 @@ Deployment specific options. |**resources.ingress.enabled**|When true, enables ingress resource for imgproxy|`false`| |**resources.ingress.health.whitelist**|Comma separated string of CIDR addresses that are allowed to access `/health` url of imgproxy|| |**resources.ingress.hosts**|Hostnames for the ingress resource to use|`["example.com"]`| +|**resources.ingress.pathSuffix**|Suffix to be added to path prefix, for example wildcard '*' for AWS balancer|| |**resources.ingress.tls**|TLS config array|| |**resources.ingress.tls[].hosts**|Hostnames this tls secret is used for|`["example.com"]`| |**resources.ingress.tls[].secretName**|Name of the k8s Secret resource which stores crt & key for the ingress resource|| diff --git a/imgproxy/Chart.yaml b/imgproxy/Chart.yaml index a297103..01b43df 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.19 +version: 0.8.20 appVersion: 3.7.0 keywords: - imgproxy diff --git a/imgproxy/README.md b/imgproxy/README.md index 54970c1..e964b9d 100644 --- a/imgproxy/README.md +++ b/imgproxy/README.md @@ -402,6 +402,7 @@ Deployment specific options. |**resources.ingress.enabled**|When true, enables ingress resource for imgproxy|`false`| |**resources.ingress.health.whitelist**|Comma separated string of CIDR addresses that are allowed to access `/health` url of imgproxy|| |**resources.ingress.hosts**|Hostnames for the ingress resource to use|`["example.com"]`| +|**resources.ingress.pathSuffix**|Suffix to be added to path prefix, for example wildcard '*' for AWS balancer|| |**resources.ingress.pathType**|Set the pathType for ingress rules explicitly (use `Prefix` for AWS ELB Controllers)|`ImplementationSpecific`| |**resources.ingress.tls**|TLS config array|| |**resources.ingress.tls[].hosts**|Hostnames this tls secret is used for|`["example.com"]`|