Skip to content

Commit 5088b87

Browse files
committed
Merge branch 'release/v1.17.8-4'
2 parents 4801a6a + d529fc8 commit 5088b87

3 files changed

Lines changed: 12 additions & 8 deletions

File tree

CHANGELOG.md

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

88
## [Unreleased]
99

10+
## [1.17.8-4] - 2020-05-26
11+
### Changed
12+
- update warp menu to v1.0.3
13+
1014
## [1.17.8-3] - 2020-05-20
11-
## Changed
15+
### Changed
1216
- update warp menu to v1.0.2
1317

1418
## [1.17.8-2] - 2020-05-12
1519

16-
## Changed
20+
### Changed
1721
- update warp menu to v1.0.1
1822

1923
## [1.17.8-1] - 2020-01-29
2024

21-
## Changed
25+
### Changed
2226
- Available ciphers
2327

24-
## Removed
28+
### Removed
2529
- Support for TLS 1.0 & 1.1
2630

2731

2832
## v0.0.1 - v1.17.1-2 / previous versions
2933

30-
Up till version v1.17.1-2 there was no changelog. Please see the [release page](https://github.com/cloudogu/nginx/releases)
34+
Up till version v1.17.1-2 there was no changelog. Please see the [release page](https://github.com/cloudogu/nginx/releases)

Dockerfile

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -20,10 +20,10 @@ RUN set -x \
2020
FROM registry.cloudogu.com/official/base:3.10.3-2
2121
LABEL maintainer="sebastian.sdorra@cloudogu.com" \
2222
name="official/nginx" \
23-
version="1.17.8-3"
23+
version="1.17.8-4"
2424

2525
ENV CES_CONFD_VERSION=0.3.1 \
26-
WARP_MENU_VERSION=1.0.2 \
26+
WARP_MENU_VERSION=1.0.3 \
2727
CES_ABOUT_VERSION=0.2.2 \
2828
CES_THEME_VERSION=d7a0865917f25d3dbf78777d81d96aaab845f622 \
2929
CES_MAINTENANCE_MODE=false

dogu.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"Name": "official/nginx",
3-
"Version": "1.17.8-3",
3+
"Version": "1.17.8-4",
44
"DisplayName": "Nginx",
55
"Description": "Nginx WebServer.",
66
"Logo": "https://cloudogu.com/images/dogus/nginx.png",

0 commit comments

Comments
 (0)