Skip to content

Commit

Permalink
Release version 0.8.23 (support imgproxy 3.9.0)
Browse files Browse the repository at this point in the history
  • Loading branch information
nepalez committed Oct 19, 2022
1 parent f26c746 commit f3d2014
Show file tree
Hide file tree
Showing 3 changed files with 8 additions and 4 deletions.
4 changes: 4 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,7 @@
## 0.8.23 (2022-10-19)

* Support imgproxy v3.9.0

## 0.8.22 (2022-10-17)

* Support imgproxy v3.8.0
Expand Down
4 changes: 2 additions & 2 deletions imgproxy/Chart.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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.22
appVersion: 3.8.0
version: 0.8.23
appVersion: 3.9.0
keywords:
- imgproxy
- image
Expand Down
4 changes: 2 additions & 2 deletions imgproxy/values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
# Docker image repository, tag, policy and secrets for Kubernetes to pull it.
image:
repo: darthsim/imgproxy
tag: v3.8.0
tag: v3.9.0
pullPolicy: IfNotPresent
# create new image-pull-secret if enabled: true
pullSecrets:
Expand Down Expand Up @@ -1107,7 +1107,7 @@ features:
returnAttachment: false

# ENV['IMGPROXY_SVG_FIX_UNSUPPORTED']
# (v3.8+) when `true`, imgproxy will try to replace SVG features unsupported by librsvg
# (v3.9+) when `true`, imgproxy will try to replace SVG features unsupported by librsvg
# to minimize SVG rendering error. This config only takes effect on SVG rasterization.
# Default: `false`
svgFixUnsupported: false
Expand Down

0 comments on commit f3d2014

Please sign in to comment.