Skip to content

Commit 9e0b9a9

Browse files
Vincentcesmarvin
authored andcommitted
Merge branch 'release/v1.21.5-6'
2 parents 779bfe0 + f3481da commit 9e0b9a9

4 files changed

Lines changed: 10 additions & 5 deletions

File tree

CHANGELOG.md

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

88
## [Unreleased]
99

10+
## [v1.21.5-6] - 2022-06-07
11+
12+
### Changed
13+
- Update warp-menu to v1.6.0
14+
1015
## [v1.21.5-5] - 2022-05-25
1116
### Changed
1217
- Update warp-menu to v1.5.0

Dockerfile

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -26,12 +26,12 @@ 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-5"
29+
VERSION="1.21.5-6"
3030

3131
ENV CES_CONFD_VERSION=0.6.0 \
3232
CES_CONFD_TAR_SHA256="069d45503149d67585e7ff15ce5cb1fe125c4cda4f69230dbf65851ccd88ad58" \
33-
WARP_MENU_VERSION=1.5.0 \
34-
WARP_MENU_TAR_SHA256="cfdd504a03aab8e5e4a33135d953b10aeba4816da5f549ddb1eb6ee593399826" \
33+
WARP_MENU_VERSION=1.6.0 \
34+
WARP_MENU_TAR_SHA256="297c910ce2287e5322e3f447408e1ccfbc835874983dbab347b21892c74c8a5f" \
3535
CES_ABOUT_VERSION=0.2.2 \
3636
CES_ABOUT_TAR_SHA256="9926649be62d8d4667b2e7e6d1e3a00ebec1c4bbc5b80a0e830f7be21219d496" \
3737
CES_THEME_VERSION=v0.7.0 \

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.21.5-5",
3+
"Version": "1.21.5-6",
44
"DisplayName": "Nginx",
55
"Description": "Nginx WebServer.",
66
"Logo": "https://cloudogu.com/images/dogus/nginx.png",

integrationTests/cypress/support/step_definitions/then.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ Then("a static HTML custom page gets displayed", function () {
1919

2020
Then(/^the warp menu category 'Support' contains a link to docs and no link to mycloudogu or the about page$/, function () {
2121

22-
cy.get('[id^=warpc][id$=support]').parent().children('ul').children().should('have.length', 2)
22+
cy.get('[id^=warpc][id$=support]').parent().children('ul').children().should('have.length', 1)
2323

2424
cy.get('*[class^=" warp-menu-shift-container"]')
2525
.children('*[class^=" warp-menu-category-list"]')

0 commit comments

Comments
 (0)