Skip to content

Commit b48cfd1

Browse files
committed
Release v0.9.0 (fix license key encoding)
1 parent cc4dbc4 commit b48cfd1

File tree

3 files changed

+12
-4
lines changed

3 files changed

+12
-4
lines changed

CHANGELOG.md

+8
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,11 @@
1+
## 0.9.0 (2023-10-09)
2+
3+
* Support imgproxy v3.20.0
4+
5+
### Backwards incompatible changes
6+
7+
* Fix issue #144 (encode license key properly in a secret)
8+
19
## 0.8.35 (2023-08-21)
210

311
* Support imgproxy v3.19.0

imgproxy/Chart.yaml

+3-3
Original file line numberDiff line numberDiff line change
@@ -2,8 +2,8 @@ apiVersion: v1
22
description: A fast and secure standalone server for resizing and converting remote images. The main principles of imgproxy are simplicity, speed, and security.
33
name: imgproxy
44
icon: https://cdn.rawgit.com/imgproxy/imgproxy/master/logo.svg
5-
version: 0.8.35
6-
appVersion: 3.19.0
5+
version: 0.9.0
6+
appVersion: 3.20.0
77
keywords:
88
- imgproxy
99
- image
@@ -25,7 +25,7 @@ annotations:
2525
artifacthub.io/containsSecurityUpdates: "false"
2626
artifacthub.io/images: |
2727
- name: impgroxy
28-
image: darthsim/imgproxy:v3.19.0
28+
image: darthsim/imgproxy:v3.20.0
2929
artifacthub.io/license: MIT-open-group
3030
artifacthub.io/links: |
3131
- name: imgproxy-helm chart on Github

imgproxy/values.yaml

+1-1
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
# Docker image repository, tag, policy and secrets for Kubernetes to pull it.
33
image:
44
repo: darthsim/imgproxy
5-
tag: v3.19.0
5+
tag: v3.20.0
66
pullPolicy: IfNotPresent
77
# create new image-pull-secret if enabled: true
88
pullSecrets:

0 commit comments

Comments
 (0)