Skip to content

Commit 5c09cb2

Browse files
Joshua Spreycesmarvin
authored andcommitted
Merge branch 'release/v1.21.5-7'
2 parents 9e0b9a9 + fb5ccdb commit 5c09cb2

4 files changed

Lines changed: 13 additions & 5 deletions

File tree

CHANGELOG.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,10 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
77

88
## [Unreleased]
99

10+
## [v1.21.5-7] - 2022-09-20
11+
### Changed
12+
- Update ces-confd to 0.7.0 #61
13+
1014
## [v1.21.5-6] - 2022-06-07
1115

1216
### Changed

Dockerfile

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -26,10 +26,10 @@ RUN set -x -o errexit \
2626
FROM registry.cloudogu.com/official/base:3.15.3-1
2727
LABEL maintainer="hello@cloudogu.com" \
2828
NAME="official/nginx" \
29-
VERSION="1.21.5-6"
29+
VERSION="1.21.5-7"
3030

31-
ENV CES_CONFD_VERSION=0.6.0 \
32-
CES_CONFD_TAR_SHA256="069d45503149d67585e7ff15ce5cb1fe125c4cda4f69230dbf65851ccd88ad58" \
31+
ENV CES_CONFD_VERSION=0.7.0 \
32+
CES_CONFD_TAR_SHA256="21568a5293208e8d806382087640418fb593bffec52587bb6669efd2ae561d41" \
3333
WARP_MENU_VERSION=1.6.0 \
3434
WARP_MENU_TAR_SHA256="297c910ce2287e5322e3f447408e1ccfbc835874983dbab347b21892c74c8a5f" \
3535
CES_ABOUT_VERSION=0.2.2 \

dogu.json

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"Name": "official/nginx",
3-
"Version": "1.21.5-6",
3+
"Version": "1.21.5-7",
44
"DisplayName": "Nginx",
55
"Description": "Nginx WebServer.",
66
"Logo": "https://cloudogu.com/images/dogus/nginx.png",
@@ -15,7 +15,8 @@
1515
"Dependencies": [
1616
{
1717
"type": "dogu",
18-
"name": "registrator"
18+
"name": "registrator",
19+
"version": ">=0.10.0-1"
1920
}
2021
],
2122
"Configuration": [

resources/etc/ces-confd/templates/app.conf.tpl

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -42,6 +42,9 @@ server {
4242
{{range .Services}}
4343
location /{{.Location}} {
4444
{{if eq .HealthStatus "healthy" "" }}
45+
{{ if .Rewrite }}
46+
rewrite ^/{{ .Rewrite.Pattern }}(/|$)(.*) {{ .Rewrite.Rewrite }}/$2 break;
47+
{{end}}
4548
proxy_pass {{.URL}};
4649
{{else}}
4750
error_page 503 /errors/starting.html;

0 commit comments

Comments
 (0)