@lando/symfony 1.12.0 → 1.12.1

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
package/CHANGELOG.md CHANGED
@@ -1,15 +1,11 @@
1
1
  ## {{ UNRELEASED_VERSION }} - [{{ UNRELEASED_DATE }}]({{ UNRELEASED_LINK }})
2
2
 
3
- ## v1.12.0 - [February 19, 2026](https://github.com/lando/symfony/releases/tag/v1.12.0)
3
+ ## v1.12.1 - [February 20, 2026](https://github.com/lando/symfony/releases/tag/v1.12.1)
4
4
 
5
- ## v1.12.0 (unreleased)
6
-
7
- * Updated `@lando/php` to `^1.11.0` for MySQL client auto-detection fix
8
- * Added PHP 8.5 support [#76](https://github.com/lando/symfony/pull/76)
9
- * Updated to [@lando/php@^1.10.0](https://github.com/lando/php/releases/tag/v1.10.0)
10
- * Fixed release workflow trigger for draft releases
11
- * Updated CI actions to latest versions
12
- * Updated README PHP version range and maintainers list
5
+ * Updated to [@lando/php@^1.11.1](https://github.com/lando/php/releases/tag/v1.11.1) for PHP 8.5 and MySQL client fixes
6
+ * Updated to [@lando/mariadb@1.8.0](https://github.com/lando/mariadb/releases/tag/v1.8.0)
7
+ * Updated to [@lando/argv@1.2.0](https://github.com/lando/argv/releases/tag/v1.2.0)
8
+ * Updated to [@lando/postgres@1.6.0](https://github.com/lando/postgres/releases/tag/v1.6.0)
13
9
 
14
10
  ## v1.11.0 - [September 3, 2025](https://github.com/lando/symfony/releases/tag/v1.11.0)
15
11
 
@@ -1,5 +1,9 @@
1
1
  ## {{ UNRELEASED_VERSION }} - [{{ UNRELEASED_DATE }}]({{ UNRELEASED_LINK }})
2
2
 
3
+ ## v1.8.0 - [September 8, 2025](https://github.com/lando/mariadb/releases/tag/v1.8.0)
4
+
5
+ * Added support for MariaDB 11.8
6
+
3
7
  ## v1.7.0 - [August 30, 2025](https://github.com/lando/mariadb/releases/tag/v1.7.0)
4
8
 
5
9
  * Switched images to [bitnamilegacy](https://github.com/bitnami/containers/issues/83267) namespace
@@ -9,12 +9,13 @@ module.exports = {
9
9
  name: 'mariadb',
10
10
  config: {
11
11
  version: '10.3',
12
- supported: ['11.7', '11.6', '11.5', '11.4', '11.3', '11.2', '11.1',
13
- '11.0', '10.11', '10.10', '10.9', '10.8', '10.7', '10.6', '10.5',
14
- '10.4', '10.3', '10.2', '10.1'],
12
+ supported: ['11.8', '11.7', '11.6', '11.5', '11.4', '11.3', '11.2',
13
+ '11.1', '11.0', '10.11', '10.10', '10.9', '10.8', '10.7', '10.6',
14
+ '10.5', '10.4', '10.3', '10.2', '10.1'],
15
15
  legacy: ['11.7', '11.6', '11.5', '11.3', '11.2', '11.1', '11.0',
16
16
  '10.10', '10.9', '10.8', '10.7', '10.4', '10.3', '10.2', '10.1'],
17
17
  pinPairs: {
18
+ '11.8': 'bitnamilegacy/mariadb:11.8.3-debian-12-r0',
18
19
  '11.7': 'bitnamilegacy/mariadb:11.7.2-debian-12-r0',
19
20
  '11.6': 'bitnamilegacy/mariadb:11.6.2-debian-12-r0',
20
21
  '11.5': 'bitnamilegacy/mariadb:11.5.2-debian-12-r7',
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "@lando/mariadb",
3
3
  "description": "A Lando plugin that provides a tight integration with mariadb.",
4
- "version": "1.7.0",
4
+ "version": "1.8.0",
5
5
  "author": "Mike Pirog @pirog",
6
6
  "license": "MIT",
7
7
  "repository": "lando/mariadb",
@@ -62,9 +62,9 @@
62
62
  "lodash"
63
63
  ],
64
64
  "dist": {
65
- "integrity": "sha512-wyl7/a+vPWwj3OvOd12kbMRCA98PdbLscClQeTZTEmm6ngu/SX4wHtOFVt7n8bZXnqi35PlUF6etz1OzVDk1XQ==",
66
- "shasum": "f4731311c8a6ee835c43a943557749fcd46b899a",
67
- "filename": "lando-mariadb-1.7.0.tgz",
68
- "unpackedSize": 1429697
65
+ "integrity": "sha512-PmnBqSulIxzB3/RfG4quKqBVdCyy9gw0DNBhz9sDiGjf3Pm2N5+QEEko+zNzhlLNy0C4nbfeQy3pCEyw1otclg==",
66
+ "shasum": "2ba1368e8c58386f966e631f88b7a1c335217080",
67
+ "filename": "lando-mariadb-1.8.0.tgz",
68
+ "unpackedSize": 1429885
69
69
  }
70
70
  }
@@ -1,5 +1,10 @@
1
1
  ## {{ UNRELEASED_VERSION }} - [{{ UNRELEASED_DATE }}]({{ UNRELEASED_LINK }})
2
2
 
3
+ ## v1.11.1 - [February 20, 2026](https://github.com/lando/php/releases/tag/v1.11.1)
4
+
5
+ * Fixed database type detection when no version is specified
6
+ * Added npm edge-to-latest tag promotion on release
7
+
3
8
  ## v1.11.0 - [February 19, 2026](https://github.com/lando/php/releases/tag/v1.11.0)
4
9
 
5
10
  * Fixed database client auto-detection for recipe-based services [#223](https://github.com/lando/php/pull/223)
@@ -68,12 +68,12 @@ const detectDatabaseClient = (options, debug = () => {}) => {
68
68
 
69
69
  for (const service of Object.values(services)) {
70
70
  const type = service?.type || '';
71
- // Match mysql:X or recipe-mysql:X (e.g., backdrop-mysql:8.0, drupal-mysql:8.4)
72
- const mysqlMatch = type.match(/(?:^|-)mysql:(\d+(?:\.\d+)?)/);
73
- if (mysqlMatch && !mysqlVersion) mysqlVersion = mysqlMatch[1];
74
- // Match mariadb:X or recipe-mariadb:X (e.g., backdrop-mariadb:10.6, drupal-mariadb:11.4)
75
- const mariaMatch = type.match(/(?:^|-)mariadb:(\d+(?:\.\d+)?)/);
76
- if (mariaMatch && !mariaVersion) mariaVersion = mariaMatch[1];
71
+ // Match mysql or mysql:X, including recipe prefixes (e.g., backdrop-mysql, backdrop-mysql:8.0)
72
+ const mysqlMatch = type.match(/(?:^|-)mysql(?::(\d+(?:\.\d+)?))?(?:$|[^a-z])/);
73
+ if (mysqlMatch && !mysqlVersion) mysqlVersion = mysqlMatch[1] || '8.0';
74
+ // Match mariadb or mariadb:X, including recipe prefixes (e.g., backdrop-mariadb:10.6)
75
+ const mariaMatch = type.match(/(?:^|-)mariadb(?::(\d+(?:\.\d+)?))?(?:$|[^a-z])/);
76
+ if (mariaMatch && !mariaVersion) mariaVersion = mariaMatch[1] || '11.4';
77
77
  }
78
78
 
79
79
  if (mariaVersion && mysqlVersion) {
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "@lando/php",
3
3
  "description": "A Lando plugin that provides a tight integration with PHP.",
4
- "version": "1.11.0",
4
+ "version": "1.11.1",
5
5
  "author": "Mike Pirog @pirog",
6
6
  "license": "MIT",
7
7
  "repository": "lando/php",
@@ -66,9 +66,9 @@
66
66
  "semver"
67
67
  ],
68
68
  "dist": {
69
- "integrity": "sha512-DXgh9l91jzrUk7wGgfTLLdlHzWnILc+VNJzPqtiTLa6sx9APcbUTQO4ns4efDjto64+cyRYqiyMSGAxrEmP/TA==",
70
- "shasum": "bbaaf72ebdb5eaf2e8f94157cbad92022356e662",
71
- "filename": "lando-php-1.11.0.tgz",
72
- "unpackedSize": 3058868
69
+ "integrity": "sha512-YARvLV+LsZ5LloDW2E7r3stkptHPkCtMh7VrEQu7Wa0pNF1N8TAQJlGxIRrWWuVT/6N7mgw+IWgro3CtPlCKsw==",
70
+ "shasum": "74c9af6bc8853760d8ca3a57528658580f99e409",
71
+ "filename": "lando-php-1.11.1.tgz",
72
+ "unpackedSize": 3059346
73
73
  }
74
74
  }
@@ -50,10 +50,15 @@ mkdir -p /etc/mysql/conf.d
50
50
  cat > /etc/mysql/conf.d/lando.cnf << 'MYCNF'
51
51
  [client]
52
52
  default-character-set=utf8mb4
53
+ # Use PREFERRED so SSL is used when available but self-signed certs
54
+ # (e.g. MySQL 5.7 defaults) don't cause verification failures.
55
+ # Preserves SSL for servers that support it
56
+ ssl-mode=PREFERRED
53
57
 
54
58
  [mysqldump]
55
59
  # Prevent column-statistics errors with newer mysqldump
56
60
  skip-column-statistics
61
+ ssl-mode=PREFERRED
57
62
  MYCNF
58
63
 
59
64
  if ! mysql --version 2>/dev/null; then
@@ -1,5 +1,9 @@
1
1
  ## {{ UNRELEASED_VERSION }} - [{{ UNRELEASED_DATE }}]({{ UNRELEASED_LINK }})
2
2
 
3
+ ## v1.6.0 - [September 8, 2025](https://github.com/lando/postgres/releases/tag/v1.6.0)
4
+
5
+ * Added support for Postgres 17
6
+
3
7
  ## v1.5.0 - [September 1, 2025](https://github.com/lando/postgres/releases/tag/v1.5.0)
4
8
 
5
9
  * Switched images to [bitnamilegacy](https://github.com/bitnami/containers/issues/83267) namespace
@@ -11,8 +11,9 @@ module.exports = {
11
11
  name: 'postgres',
12
12
  config: {
13
13
  version: '10',
14
- supported: ['16', '15', '14', '13', '12', '11', '11.1', '11.0', '10', '10.6.0', '9.6'],
14
+ supported: ['17', '16', '15', '14', '13', '12', '11', '11.1', '11.0', '10', '10.6.0', '9.6'],
15
15
  pinPairs: {
16
+ '17': 'bitnamilegacy/postgresql:17.6.0-debian-12-r4',
16
17
  '16': 'bitnamilegacy/postgresql:16.6.0-debian-12-r2',
17
18
  '15': 'bitnamilegacy/postgresql:15.10.0-debian-12-r2',
18
19
  '14': 'bitnamilegacy/postgresql:14.18.0-debian-12-r0',
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "@lando/postgres",
3
3
  "description": "A Lando plugin that provides a tight integration with Postgres.",
4
- "version": "1.5.0",
4
+ "version": "1.6.0",
5
5
  "author": "Mike Pirog @pirog",
6
6
  "license": "MIT",
7
7
  "repository": "lando/postgres",
@@ -62,9 +62,9 @@
62
62
  "lodash"
63
63
  ],
64
64
  "dist": {
65
- "integrity": "sha512-BRnUHp7zZgFoqw0SbtsGH1+KAtrrI+iJVjNdAQcEOpqOGykXwk/g4e+35fcc0mMiqZ41n63EEM6zmMqROPApsw==",
66
- "shasum": "9a76c9e135ac5359d7d4c4aac8f867198738adcc",
67
- "filename": "lando-postgres-1.5.0.tgz",
68
- "unpackedSize": 1428384
65
+ "integrity": "sha512-ldqBhdCr2d2tHD30D2an+WL2jTPJUM29p0GdzQ8DGkwo4SdxX3OygcCdMzWORYDPbEl/EaO5082+oAHzxp26EQ==",
66
+ "shasum": "1c3bc204a4495870eaedbbe999f4795976292ce7",
67
+ "filename": "lando-postgres-1.6.0.tgz",
68
+ "unpackedSize": 1428571
69
69
  }
70
70
  }
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "@lando/symfony",
3
3
  "description": "A Lando plugin that provides a tight integration with Symfony.",
4
- "version": "1.12.0",
4
+ "version": "1.12.1",
5
5
  "author": "Mike Pirog @pirog",
6
6
  "license": "MIT",
7
7
  "repository": "lando/symfony",
@@ -48,7 +48,7 @@
48
48
  "@lando/memcached": "^1.4.2",
49
49
  "@lando/mssql": "^1.4.3",
50
50
  "@lando/mysql": "^1.6.0",
51
- "@lando/php": "^1.11.0",
51
+ "@lando/php": "^1.11.1",
52
52
  "@lando/postgres": "^1.5.0",
53
53
  "@lando/redis": "^1.2.3",
54
54
  "lodash": "^4.17.21"
@@ -77,9 +77,9 @@
77
77
  "lodash"
78
78
  ],
79
79
  "dist": {
80
- "integrity": "sha512-Ov7OWdcir8gH9A/ZGNBwnaQ4KtkqWzc391LpA9Kkq5k5Kwl4mGBXhHNF+jlVcN6GbqRSZ+UP+uSbxHBm3rkptA==",
81
- "shasum": "24cffc84b3622c7e72d5855e30075102865a8180",
82
- "filename": "lando-symfony-1.12.0.tgz",
83
- "unpackedSize": 13197589
80
+ "integrity": "sha512-sw7vQG5XfVrs/zQgZjahDCb/FGflGZvr4tVEcWIzEf6IcxkxsoGfxbgGctx1OQcErFXSYzDGZZBXC3mbRvuUMw==",
81
+ "shasum": "3dc8511d633638f790dffc1bd05fbd023fb29aa5",
82
+ "filename": "lando-symfony-1.12.1.tgz",
83
+ "unpackedSize": 13198426
84
84
  }
85
85
  }