File tree Expand file tree Collapse file tree
resources/etc/ces-confd/templates Expand file tree Collapse file tree Original file line number Diff line number Diff 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
Original file line number Diff line number Diff line change @@ -26,10 +26,10 @@ RUN set -x -o errexit \
2626FROM registry.cloudogu.com/official/base:3.15.3-1
2727LABEL 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 \
Original file line number Diff line number Diff line change 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" ,
1515 "Dependencies" : [
1616 {
1717 "type" : " dogu" ,
18- "name" : " registrator"
18+ "name" : " registrator" ,
19+ "version" : " >=0.10.0-1"
1920 }
2021 ],
2122 "Configuration" : [
Original file line number Diff line number Diff 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;
You can’t perform that action at this time.
0 commit comments