Skip to content

Commit 2211619

Browse files
nhinze23cesmarvin
authored andcommitted
Merge branch 'release/v3.9.0-3'
2 parents c32bb53 + 7240553 commit 2211619

7 files changed

+697
-34
lines changed

CHANGELOG.md

+4
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,10 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
66

77
## [Unreleased]
88

9+
## [v3.9.0-3] - 2024-09-18
10+
### Changed
11+
- Relicense to AGPL-3.0-only
12+
913
## [v3.9.0-2] - 2024-08-07
1014
### Changed
1115
- [#28] Upgrade base-image to v3.20.2-1

Dockerfile

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
FROM registry.cloudogu.com/official/base:3.20.2-1
22
LABEL NAME="official/postfix" \
3-
VERSION="3.9.0-2" \
3+
VERSION="3.9.0-3" \
44
55

66
# INSTALL POSTFIX

LICENSE

+661-21
Large diffs are not rendered by default.

README.md

+14-11
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,3 @@
1-
<img src="https://cloudogu.com/images/dogus/postfix.png" alt="postfix logo" height="100px">
2-
3-
41
[![GitHub license](https://img.shields.io/github/license/cloudogu/postfix.svg)](https://github.com/cloudogu/postfix/blob/develop/LICENSE)
52
[![GitHub release](https://img.shields.io/github/release/cloudogu/postfix.svg)](https://github.com/cloudogu/postfix/releases)
63

@@ -41,15 +38,21 @@ cesapp start postfix
4138
```
4239

4340
---
44-
### What is the Cloudogu EcoSystem?
45-
The Cloudogu EcoSystem is an open platform, which lets you choose how and where your team creates great software. Each service or tool is delivered as a Dogu, a Docker container. Each Dogu can easily be integrated in your environment just by pulling it from our registry. We have a growing number of ready-to-use Dogus, e.g. SCM-Manager, Jenkins, Nexus, SonarQube, Redmine and many more. Every Dogu can be tailored to your specific needs. Take advantage of a central authentication service, a dynamic navigation, that lets you easily switch between the web UIs and a smart configuration magic, which automatically detects and responds to dependencies between Dogus. The Cloudogu EcoSystem is open source and it runs either on-premises or in the cloud. The Cloudogu EcoSystem is developed by Cloudogu GmbH under [MIT License](https://cloudogu.com/license.html).
41+
## What is the Cloudogu EcoSystem?
42+
The Cloudogu EcoSystem is an open platform, which lets you choose how and where your team creates great software. Each service or tool is delivered as a Dogu, a Docker container. Each Dogu can easily be integrated in your environment just by pulling it from our registry.
43+
44+
We have a growing number of ready-to-use Dogus, e.g. SCM-Manager, Jenkins, Nexus Repository, SonarQube, Redmine and many more. Every Dogu can be tailored to your specific needs. Take advantage of a central authentication service, a dynamic navigation, that lets you easily switch between the web UIs and a smart configuration magic, which automatically detects and responds to dependencies between Dogus.
4645

47-
### How to get in touch?
48-
Want to talk to the Cloudogu team? Need help or support? There are several ways to get in touch with us:
46+
The Cloudogu EcoSystem is open source and it runs either on-premises or in the cloud. The Cloudogu EcoSystem is developed by Cloudogu GmbH under [AGPL-3.0-only](https://spdx.org/licenses/AGPL-3.0-only.html).
47+
48+
## License
49+
Copyright © 2020 - present Cloudogu GmbH
50+
This program is free software: you can redistribute it and/or modify it under the terms of the GNU Affero General Public License as published by the Free Software Foundation, version 3.
51+
This program is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU Affero General Public License for more details.
52+
You should have received a copy of the GNU Affero General Public License along with this program. If not, see https://www.gnu.org/licenses/.
53+
See [LICENSE](LICENSE) for details.
4954

50-
* [Website](https://cloudogu.com)
51-
* [myCloudogu-Forum](https://forum.cloudogu.com/topic/34?ctx=1)
52-
5355

5456
---
55-
&copy; 2021 Cloudogu GmbH - MADE WITH :heart:&nbsp;FOR DEV ADDICTS. [Legal notice / Impressum](https://cloudogu.com/imprint.html)
57+
MADE WITH :heart:&nbsp;FOR DEV ADDICTS. [Legal notice / Imprint](https://cloudogu.com/en/imprint/?mtm_campaign=ecosystem&mtm_kwd=imprint&mtm_source=github&mtm_medium=link)
58+

docs/gui/releasenotes_de.md

+8
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,8 @@
1+
# Release Notes
2+
3+
Im Folgenden finden Sie die Release Notes für das Postfix-Dogu.
4+
5+
Technische Details zu einem Release finden Sie im zugehörigen [Changelog](https://docs.cloudogu.com/de/docs/dogus/postfix/CHANGELOG/).
6+
7+
## [v3.9.0-3]
8+
- Die Cloudogu-eigenen Quellen werden von der MIT-Lizenz auf die AGPL-3.0-only relizensiert.

docs/gui/releasenotes_en.md

+8
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,8 @@
1+
# Release Notes
2+
3+
Below you will find the release notes for the Postfix-Dogu.
4+
5+
Technical details on a release can be found in the corresponding [Changelog](https://docs.cloudogu.com/en/docs/dogus/postfix/CHANGELOG/).
6+
7+
## [v3.9.0-3]
8+
- Relicense own code to AGPL-3.0-only

dogu.json

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

0 commit comments

Comments
 (0)