File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -8,11 +8,9 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
88## [ Unreleased]
99
1010## [ v1.26.3-4] - 2026-02-01
11-
1211### Security
1312- CVE fixed: [ cve-2025 -15467] ( https://avd.aquasec.com/nvd/2025/cve-2025-15467/ )
1413
15-
1614## [ v1.26.3-3] - 2025-05-26
1715### Added
1816- [ #123 ] allow ces-exporter access in maintenance mode
Original file line number Diff line number Diff line change @@ -2,7 +2,7 @@ FROM node:lts-alpine as templating
22
33ENV WORKDIR=/template \
44 # Used in template to invalidate caches - do not remove. The release script will auto update this line
5- VERSION="1.26.3-3 "
5+ VERSION="1.26.3-4 "
66
77RUN mkdir -p ${WORKDIR}
88WORKDIR ${WORKDIR}
Original file line number Diff line number Diff line change @@ -96,6 +96,12 @@ node('vagrant') {
9696 enableScreenshots : params.EnableScreenshotRecording ])
9797 }
9898
99+ stage(' Finish Release' ) {
100+ String releaseVersion = ' v1.26.3-4'
101+ ecoSystem. push(' /dogu' )
102+ github. createReleaseWithChangelog(releaseVersion, changelog, " main" )
103+ }
104+
99105 if (params.TestDoguUpgrade != null && params.TestDoguUpgrade ) {
100106 stage(' Upgrade dogu' ) {
101107 ecoSystem. upgradeFromPreviousRelease(params.OldDoguVersionForUpgradeTest , doguName)
Original file line number Diff line number Diff line change 11{
22 "Name" : " official/nginx" ,
3- "Version" : " 1.26.3-3 " ,
3+ "Version" : " 1.26.3-4 " ,
44 "DisplayName" : " Nginx" ,
55 "Description" : " Nginx WebServer." ,
66 "Logo" : " https://cloudogu.com/images/dogus/nginx.png" ,
You can’t perform that action at this time.
0 commit comments