Skip to content

Commit 1bea6eb

Browse files
CloudFlo2312cesmarvin
authored andcommitted
Merge branch 'release/v3.5.9-3'
2 parents 6d06dc8 + 9055d28 commit 1bea6eb

File tree

4 files changed

+9
-5
lines changed

4 files changed

+9
-5
lines changed

CHANGELOG.md

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,15 @@
1-
# Changelog
1+
# Postfix Changelog
22
All notable changes to this project will be documented in this file.
33

44
The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),
55
and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).
66

77
## [Unreleased]
88

9+
## [v3.5.9-3] - 2022-02-10
10+
### Fixed
11+
- XML-Parser Expat (CVE-2022-23852) security issue
12+
913
## [v3.5.9-2] - 2021-05-06
1014
### Added
1115
- Upgrade test of the Dogu in Jenkins pipeline (#7)

Dockerfile

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
1-
FROM registry.cloudogu.com/official/base:3.12.4-1
1+
FROM registry.cloudogu.com/official/base:3.15.0-1
22
LABEL name="official/postfix" \
3-
version="3.5.9-2" \
3+
version="3.5.9-3" \
44
55

66
# INSTALL POSTFIX

Jenkinsfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
#!groovy
2-
@Library(['github.com/cloudogu/ces-build-lib@1.45.1', 'github.com/cloudogu/dogu-build-lib@v1.1.1'])
2+
@Library(['github.com/cloudogu/ces-build-lib@v1.48.0', 'github.com/cloudogu/dogu-build-lib@v1.6.0'])
33
import com.cloudogu.ces.cesbuildlib.*
44
import com.cloudogu.ces.dogubuildlib.*
55

dogu.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"Name": "official/postfix",
3-
"Version": "3.5.9-2",
3+
"Version": "3.5.9-3",
44
"DisplayName": "Postfix",
55
"Description": "Postfix - Mail Transfer Agent",
66
"Logo": "https://cloudogu.com/images/dogus/postfix.png",

0 commit comments

Comments
 (0)