Skip to content

Commit

Permalink
Release on postfix version 3.0.2
Browse files Browse the repository at this point in the history
  • Loading branch information
valentinab25 committed Nov 12, 2024
1 parent 5dcbd97 commit 0820558
Show file tree
Hide file tree
Showing 5 changed files with 19 additions and 3 deletions.
15 changes: 14 additions & 1 deletion docs/index.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -4948,6 +4948,19 @@ entries:
- plonesaas-2.4.0.tgz
version: 2.4.0
postfix:
- apiVersion: v2
appVersion: 3.5-1.0
created: "2024-11-12T18:56:25.04690328+02:00"
description: Mail forwarder
digest: 4c561db94a90cf1683730ca62e195f8411697398e64a20d7a3d45ee6a8bce0d1
icon: https://raw.githubusercontent.com/eea/helm-charts/main/sources/postfix/mail-forward.png
keywords:
- Mail
name: postfix
type: application
urls:
- postfix-3.0.2.tgz
version: 3.0.2
- apiVersion: v2
appVersion: 3.5-1.0
created: "2024-11-12T18:03:39.405843929+02:00"
Expand Down Expand Up @@ -6755,4 +6768,4 @@ entries:
urls:
- zz-testing-catalogrefresh-2.0.0.tgz
version: 2.0.0
generated: "2024-11-12T18:06:56.316023969+02:00"
generated: "2024-11-12T18:56:25.046148618+02:00"
Binary file added docs/postfix-3.0.2.tgz
Binary file not shown.
2 changes: 1 addition & 1 deletion sources/postfix/Chart.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ type: application
keywords:
- Mail

version: 3.0.1
version: 3.0.2

# Version for the main container
appVersion: "3.5-1.0"
3 changes: 3 additions & 0 deletions sources/postfix/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -28,6 +28,9 @@ in order to succesfully send emails.
## Releases

<dl>
<dt>Version 3.0.2 - 12 November 2024</dt>
<dd>Updated the network security policy for mailtrap web interface.</dd>

<dt>Version 3.0.1 - 11 November 2024</dt>
<dd>Added network security policy for mailtrap web interface.</dd>

Expand Down
2 changes: 1 addition & 1 deletion sources/postfix/templates/postfix-netsecpol.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
Only allow outgoing to defined mtpPort and DNS resolution.
If mtpPort is not defined, then don't restrict outgoing.
*/}}
{{- if not (.Values.dryrun) }}
{{- if or ( not (.Values.dryrun) ) ( and .Values.mailtrap.httpenabled .Values.mailtrap.ingress.enabled ) }}
apiVersion: networking.k8s.io/v1
kind: NetworkPolicy
metadata:
Expand Down

0 comments on commit 0820558

Please sign in to comment.