Skip to content

Commit b985d49

Browse files
committed
Fix consistency issues: remove v1.25 from supported versions, update changelog bullets, and sync test default version
1 parent d92696b commit b985d49

File tree

4 files changed

+4
-5
lines changed

4 files changed

+4
-5
lines changed

CHANGELOG.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
## {{ UNRELEASED_VERSION }} - [{{ UNRELEASED_DATE }}]({{ UNRELEASED_LINK }})
22

3-
* Added Mailpit v1.28 and v1.29 support.
4-
* Set default Mailpit version to v1.29.
3+
- Added Mailpit v1.28 and v1.29 support.
4+
- Set default Mailpit version to v1.29.
55

66
## v1.0.1 - [June 29, 2025](https://github.com/lando/mailpit/releases/tag/v1.0.1)
77

builders/mailpit.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@ const setConfigOptions = require('../utils/set-config-options');
3232
*/
3333
const defaultConfig = {
3434
version: '1.29',
35-
supported: ['1.25', '1.26', '1.27', '1.28', '1.29'],
35+
supported: ['1.26', '1.27', '1.28', '1.29'],
3636
mailFrom: ['appserver'],
3737
maxMessages: 500,
3838
port: 1025,

docs/index.md

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -74,5 +74,4 @@ To retrieve connection and credential details for your Mailpit instance, use the
7474
- [1.28](https://hub.docker.com/r/axllent/mailpit/)
7575
- [1.27](https://hub.docker.com/r/axllent/mailpit/)
7676
- [1.26](https://hub.docker.com/r/axllent/mailpit/)
77-
- [1.25](https://hub.docker.com/r/axllent/mailpit/)
7877
- [custom](https://docs.lando.dev/services/lando-3.html#overrides)

test/mailpit.spec.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@
1313
* @requires builders/mailpit
1414
*/
1515

16-
const DEFAULT_MAILPIT_VERSION = '1.27';
16+
const DEFAULT_MAILPIT_VERSION = '1.29';
1717

1818
const chai = require('chai');
1919
const expect = chai.expect;

0 commit comments

Comments
 (0)