From 3b97d9a30540fca6224f73816918b88077ebb38d Mon Sep 17 00:00:00 2001 From: pierreboissinot Date: Wed, 31 Jul 2024 13:41:51 +0200 Subject: [PATCH 1/3] chore(maildev): remove redundant `--hide-extensions STARTTLS` option This is the default option since https://github.com/maildev/maildev/pull/276 --- CHANGELOG.md | 6 ++++++ docker-compose.yml | 2 +- 2 files changed, 7 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index fea2853..f3f0ef0 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,11 @@ # Changelog +## [2.4.1](https://github.com/le-phare/docker-stack/compare/v2.4.0...v2.4.1) (2024-07-31) + +### Miscellaneous Chores + +* **maildev:** remove redundant `--hide-extensions STARTTLS` option ([todo](https://github.com/le-phare/docker-stack/commit/todo)) + ## [2.4.0](https://github.com/le-phare/docker-stack/compare/v2.3.2...v2.4.0) (2024-07-19) diff --git a/docker-compose.yml b/docker-compose.yml index 74e9763..f6b7b07 100644 --- a/docker-compose.yml +++ b/docker-compose.yml @@ -41,7 +41,7 @@ services: networks: public: private: - command: bin/maildev --web 80 --smtp 25 --outgoing-host smtp-relay.gmail.com --outgoing-secure --hide-extensions STARTTLS + command: bin/maildev --web 80 --smtp 25 --outgoing-host smtp-relay.gmail.com --outgoing-secure labels: caddy: maildev.${DOCKER_HOST_SUFFIX:-local} caddy.tls: internal From 48be25741d4bc5ad37c113354f77f74e15fe3bd6 Mon Sep 17 00:00:00 2001 From: pierreboissinot Date: Wed, 31 Jul 2024 13:44:24 +0200 Subject: [PATCH 2/3] docs(changelog): add references for 2.4.1 entry --- CHANGELOG.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index f3f0ef0..d1cc62b 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -4,7 +4,7 @@ ### Miscellaneous Chores -* **maildev:** remove redundant `--hide-extensions STARTTLS` option ([todo](https://github.com/le-phare/docker-stack/commit/todo)) +* **maildev:** remove redundant `--hide-extensions STARTTLS` option ([3b97d9a](https://github.com/le-phare/docker-stack/commit/3b97d9a30540fca6224f73816918b88077ebb38d)) ## [2.4.0](https://github.com/le-phare/docker-stack/compare/v2.3.2...v2.4.0) (2024-07-19) From 2bd7852df48bb30db145266fbfe28b28c058ef3e Mon Sep 17 00:00:00 2001 From: pierreboissinot Date: Wed, 31 Jul 2024 14:19:02 +0200 Subject: [PATCH 3/3] docs(changelog): changelog is automatic --- CHANGELOG.md | 6 ------ 1 file changed, 6 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index d1cc62b..fea2853 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,11 +1,5 @@ # Changelog -## [2.4.1](https://github.com/le-phare/docker-stack/compare/v2.4.0...v2.4.1) (2024-07-31) - -### Miscellaneous Chores - -* **maildev:** remove redundant `--hide-extensions STARTTLS` option ([3b97d9a](https://github.com/le-phare/docker-stack/commit/3b97d9a30540fca6224f73816918b88077ebb38d)) - ## [2.4.0](https://github.com/le-phare/docker-stack/compare/v2.3.2...v2.4.0) (2024-07-19)