@lando/symfony 1.9.0 → 1.11.0
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/.lando.yml +1 -1
- package/CHANGELOG.md +15 -0
- package/LICENSE +21 -0
- package/README.md +11 -3
- package/builders/symfony-nginx.js +1 -1
- package/builders/symfony-php.js +17 -16
- package/builders/symfony.js +11 -2
- package/netlify.toml +9 -0
- package/node_modules/@lando/mariadb/.lando.yml +1 -1
- package/node_modules/@lando/mariadb/.node-version +1 -1
- package/node_modules/@lando/mariadb/CHANGELOG.md +8 -1
- package/node_modules/@lando/mariadb/LICENSE +21 -0
- package/node_modules/@lando/mariadb/README.md +5 -2
- package/node_modules/@lando/mariadb/builders/mariadb.js +25 -22
- package/node_modules/@lando/mariadb/netlify.toml +9 -2
- package/node_modules/@lando/mariadb/package.json +8 -8
- package/node_modules/@lando/memcached/.lando.yml +1 -1
- package/node_modules/@lando/memcached/.node-version +1 -1
- package/node_modules/@lando/memcached/CHANGELOG.md +17 -1
- package/node_modules/@lando/memcached/LICENSE +21 -0
- package/node_modules/@lando/memcached/README.md +5 -2
- package/node_modules/@lando/memcached/builders/memcached.js +5 -3
- package/node_modules/@lando/memcached/netlify.toml +9 -2
- package/node_modules/@lando/memcached/package.json +8 -8
- package/node_modules/@lando/mysql/.lando.yml +1 -1
- package/node_modules/@lando/mysql/CHANGELOG.md +10 -0
- package/node_modules/@lando/mysql/LICENSE +21 -0
- package/node_modules/@lando/mysql/README.md +5 -2
- package/node_modules/@lando/mysql/builders/mysql.js +9 -5
- package/node_modules/@lando/mysql/netlify.toml +9 -0
- package/node_modules/@lando/mysql/package.json +8 -8
- package/node_modules/@lando/php/.lando.yml +1 -1
- package/node_modules/@lando/php/CHANGELOG.md +35 -1
- package/node_modules/@lando/php/LICENSE +21 -0
- package/node_modules/@lando/php/README.md +5 -2
- package/node_modules/@lando/php/builders/php.js +68 -15
- package/node_modules/@lando/php/images/5.6-apache/Dockerfile +0 -4
- package/node_modules/@lando/php/images/5.6-fpm/Dockerfile +0 -5
- package/node_modules/@lando/php/images/7.0-apache/Dockerfile +0 -4
- package/node_modules/@lando/php/images/7.0-fpm/Dockerfile +0 -4
- package/node_modules/@lando/php/images/7.1-apache/Dockerfile +0 -4
- package/node_modules/@lando/php/images/7.1-fpm/Dockerfile +0 -4
- package/node_modules/@lando/php/images/7.2-apache/Dockerfile +0 -4
- package/node_modules/@lando/php/images/7.2-fpm/Dockerfile +0 -4
- package/node_modules/@lando/php/images/7.3-apache/Dockerfile +0 -3
- package/node_modules/@lando/php/images/7.3-fpm/Dockerfile +0 -3
- package/node_modules/@lando/php/images/7.4-apache/Dockerfile +45 -55
- package/node_modules/@lando/php/images/7.4-fpm/Dockerfile +59 -69
- package/node_modules/@lando/php/images/8.0-apache/Dockerfile +45 -56
- package/node_modules/@lando/php/images/8.0-fpm/Dockerfile +45 -56
- package/node_modules/@lando/php/images/8.1-apache/Dockerfile +12 -2
- package/node_modules/@lando/php/images/8.1-fpm/Dockerfile +12 -2
- package/node_modules/@lando/php/images/8.2-apache/Dockerfile +12 -2
- package/node_modules/@lando/php/images/8.2-fpm/Dockerfile +12 -2
- package/node_modules/@lando/php/images/8.3-apache/Dockerfile +24 -4
- package/node_modules/@lando/php/images/8.3-fpm/Dockerfile +25 -4
- package/node_modules/@lando/php/images/8.4-apache/Dockerfile +27 -4
- package/node_modules/@lando/php/images/8.4-fpm/Dockerfile +27 -4
- package/node_modules/@lando/php/netlify.toml +10 -1
- package/node_modules/@lando/php/node_modules/@lando/nginx/.lando.yml +1 -1
- package/node_modules/@lando/php/node_modules/@lando/nginx/.node-version +1 -1
- package/node_modules/@lando/php/node_modules/@lando/nginx/CHANGELOG.md +9 -1
- package/node_modules/@lando/php/node_modules/@lando/nginx/LICENSE +21 -0
- package/node_modules/@lando/php/node_modules/@lando/nginx/README.md +5 -2
- package/node_modules/@lando/php/node_modules/@lando/nginx/builders/nginx.js +34 -15
- package/node_modules/@lando/php/node_modules/@lando/nginx/netlify.toml +9 -4
- package/node_modules/@lando/php/node_modules/@lando/nginx/package.json +8 -8
- package/node_modules/@lando/php/package.json +10 -10
- package/node_modules/@lando/php/scripts/install-composer.sh +4 -0
- package/node_modules/@lando/php/utils/add-build-step.js +17 -3
- package/node_modules/@lando/php/utils/get-install-commands.js +19 -3
- package/node_modules/@lando/postgres/.lando.yml +1 -1
- package/node_modules/@lando/postgres/CHANGELOG.md +11 -0
- package/node_modules/@lando/postgres/LICENSE +21 -0
- package/node_modules/@lando/postgres/README.md +5 -2
- package/node_modules/@lando/postgres/builders/postgres.js +9 -9
- package/node_modules/@lando/postgres/netlify.toml +9 -4
- package/node_modules/@lando/postgres/package.json +8 -8
- package/package.json +13 -12
- package/LICENSE.md +0 -674
- package/PRIVACY.md +0 -169
- package/node_modules/@lando/mariadb/LICENSE.md +0 -674
- package/node_modules/@lando/mariadb/PRIVACY.md +0 -169
- package/node_modules/@lando/mariadb/tmpfile +0 -0
- package/node_modules/@lando/memcached/LICENSE.md +0 -674
- package/node_modules/@lando/memcached/PRIVACY.md +0 -169
- package/node_modules/@lando/memcached/tmpfile +0 -0
- package/node_modules/@lando/mysql/.tool-versions +0 -1
- package/node_modules/@lando/mysql/LICENSE.md +0 -674
- package/node_modules/@lando/mysql/PRIVACY.md +0 -169
- package/node_modules/@lando/php/LICENSE.md +0 -674
- package/node_modules/@lando/php/PRIVACY.md +0 -169
- package/node_modules/@lando/php/node_modules/@lando/nginx/LICENSE.md +0 -674
- package/node_modules/@lando/php/node_modules/@lando/nginx/PRIVACY.md +0 -169
- package/node_modules/@lando/postgres/LICENSE.md +0 -674
- package/node_modules/@lando/postgres/PRIVACY.md +0 -169
package/.lando.yml
CHANGED
package/CHANGELOG.md
CHANGED
|
@@ -1,5 +1,20 @@
|
|
|
1
1
|
## {{ UNRELEASED_VERSION }} - [{{ UNRELEASED_DATE }}]({{ UNRELEASED_LINK }})
|
|
2
2
|
|
|
3
|
+
## v1.11.0 - [September 3, 2025](https://github.com/lando/symfony/releases/tag/v1.11.0)
|
|
4
|
+
|
|
5
|
+
* Switched images to [bitnamilegacy](https://github.com/bitnami/containers/issues/83267) namespace
|
|
6
|
+
* Updated to [@lando/mariadb@1.7.0](https://github.com/lando/mariadb/releases/tag/v1.7.0)
|
|
7
|
+
* Updated to [@lando/memcached@1.4.2](https://github.com/lando/mongo/releases/tag/v1.4.2)
|
|
8
|
+
* Updated to [@lando/mysql@1.6.0](https://github.com/lando/mysql/releases/tag/v1.6.0)
|
|
9
|
+
* Updated to [@lando/php@1.8.0](https://github.com/lando/php/releases/tag/v1.8.0)
|
|
10
|
+
* Updated to [@lando/postgres@1.5.0](https://github.com/lando/postgres/releases/tag/v1.5.0)
|
|
11
|
+
* Updated default `nginx` version to `1.29`
|
|
12
|
+
|
|
13
|
+
## v1.10.0 - [May 12, 2025](https://github.com/lando/symfony/releases/tag/v1.10.0)
|
|
14
|
+
|
|
15
|
+
* Added Symfony CLI to the `appserver` service, accessible via `lando symfony`.
|
|
16
|
+
* Updated to [@lando/php@1.7.1](https://github.com/lando/php/releases/tag/v1.7.1).
|
|
17
|
+
|
|
3
18
|
## v1.9.0 - [December 9, 2024](https://github.com/lando/symfony/releases/tag/v1.9.0)
|
|
4
19
|
|
|
5
20
|
* Optimized for `midcore`
|
package/LICENSE
ADDED
|
@@ -0,0 +1,21 @@
|
|
|
1
|
+
MIT License
|
|
2
|
+
|
|
3
|
+
Copyright (c) 2025 Lando Alliance
|
|
4
|
+
|
|
5
|
+
Permission is hereby granted, free of charge, to any person obtaining a copy
|
|
6
|
+
of this software and associated documentation files (the "Software"), to deal
|
|
7
|
+
in the Software without restriction, including without limitation the rights
|
|
8
|
+
to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
|
|
9
|
+
copies of the Software, and to permit persons to whom the Software is
|
|
10
|
+
furnished to do so, subject to the following conditions:
|
|
11
|
+
|
|
12
|
+
The above copyright notice and this permission notice shall be included in all
|
|
13
|
+
copies or substantial portions of the Software.
|
|
14
|
+
|
|
15
|
+
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
|
|
16
|
+
IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
|
|
17
|
+
FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
|
|
18
|
+
AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
|
|
19
|
+
LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
|
|
20
|
+
OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
|
|
21
|
+
SOFTWARE.
|
package/README.md
CHANGED
|
@@ -3,7 +3,8 @@
|
|
|
3
3
|
This is the _official_ [Lando](https://lando.dev) plugin for [Symfony](https://symfony.com/). When installed it...
|
|
4
4
|
|
|
5
5
|
* Allows users to run a `symfony` app
|
|
6
|
-
*
|
|
6
|
+
* Includes the Symfony CLI, accessible via `lando symfony`
|
|
7
|
+
* Allows configuration of PHP versions (e.g., PHP 5.3 to 8.4+) via Lando's PHP service
|
|
7
8
|
* Allows users to configure `webroot`
|
|
8
9
|
* Allows users to configure web server to (`apache` or `nginx`)
|
|
9
10
|
* Allows users to configure database backend to (`mariadb`, `mysql`, or `postgres`)
|
|
@@ -20,6 +21,10 @@ Add a `symfony` recipe to your Landofile
|
|
|
20
21
|
```yaml
|
|
21
22
|
name: symfony-app
|
|
22
23
|
recipe: symfony
|
|
24
|
+
config:
|
|
25
|
+
php: '8.2'
|
|
26
|
+
via: apache:2.4
|
|
27
|
+
database: mysql:5.7
|
|
23
28
|
```
|
|
24
29
|
|
|
25
30
|
For more info you should check out the [docs](https://docs.lando.dev/symfony):
|
|
@@ -56,5 +61,8 @@ Made with [contributors-img](https://contrib.rocks).
|
|
|
56
61
|
|
|
57
62
|
## Other Selected Resources
|
|
58
63
|
|
|
59
|
-
* [LICENSE](
|
|
60
|
-
* [
|
|
64
|
+
* [LICENSE](/LICENSE)
|
|
65
|
+
* [TERMS OF USE](https://docs.lando.dev/terms)
|
|
66
|
+
* [PRIVACY POLICY](https://docs.lando.dev/privacy)
|
|
67
|
+
* [CODE OF CONDUCT](https://docs.lando.dev/coc)
|
|
68
|
+
|
|
@@ -8,7 +8,7 @@ module.exports = {
|
|
|
8
8
|
name: 'symfony-nginx',
|
|
9
9
|
parent: '_webserver',
|
|
10
10
|
config: {
|
|
11
|
-
version: '1.
|
|
11
|
+
version: '1.29',
|
|
12
12
|
},
|
|
13
13
|
builder: (parent, config) => class SymfonyNginx extends PhpNginx.builder(parent, PhpNginx.config) {
|
|
14
14
|
constructor(id, options = {}) {
|
package/builders/symfony-php.js
CHANGED
|
@@ -1,30 +1,31 @@
|
|
|
1
1
|
'use strict';
|
|
2
2
|
|
|
3
|
-
const _ = require('lodash');
|
|
4
|
-
const fs = require('fs');
|
|
5
3
|
const path = require('path');
|
|
6
4
|
const landoPhpPath = path.join(__dirname, '../node_modules/@lando/php');
|
|
7
5
|
const LandoPhp = require(`${landoPhpPath}/builders/php.js`);
|
|
8
6
|
|
|
9
|
-
|
|
10
|
-
|
|
11
|
-
|
|
12
|
-
|
|
13
|
-
|
|
14
|
-
|
|
15
|
-
lando.utils.makeExecutable(fs.readdirSync(dest), dest);
|
|
16
|
-
lando.log.debug('automoved scripts from %s to %s and set to mode 755',
|
|
17
|
-
path.join(landoPhpPath, 'scripts'), confDir);
|
|
18
|
-
}
|
|
19
|
-
};
|
|
20
|
-
|
|
21
|
-
// Builder
|
|
7
|
+
/**
|
|
8
|
+
* Symfony PHP builder class that extends Lando PHP builder.
|
|
9
|
+
* Uses the bundled version of @lando/php plugin instead of user's version.
|
|
10
|
+
*
|
|
11
|
+
* @module symfony-php
|
|
12
|
+
*/
|
|
22
13
|
module.exports = {
|
|
23
14
|
name: 'symfony-php',
|
|
24
15
|
parent: '_appserver',
|
|
16
|
+
/**
|
|
17
|
+
* Builder function that returns the SymfonyPhp class
|
|
18
|
+
* @param {Object} parent - Parent builder class
|
|
19
|
+
* @return {Class} SymfonyPhp class extending LandoPhp builder
|
|
20
|
+
*/
|
|
25
21
|
builder: parent => class SymfonyPhp extends LandoPhp.builder(parent, LandoPhp.config) {
|
|
22
|
+
/**
|
|
23
|
+
* Create a new SymfonyPhp instance
|
|
24
|
+
* @param {string} id - Service id
|
|
25
|
+
* @param {Object} options - Service options
|
|
26
|
+
* @param {Object} factory - App factory instance
|
|
27
|
+
*/
|
|
26
28
|
constructor(id, options = {}, factory) {
|
|
27
|
-
loadScripts(options);
|
|
28
29
|
options.nginxServiceType = 'symfony-nginx';
|
|
29
30
|
super(id, options, factory);
|
|
30
31
|
}
|
package/builders/symfony.js
CHANGED
|
@@ -31,7 +31,11 @@ const getCache = cache => {
|
|
|
31
31
|
*/
|
|
32
32
|
const getServices = options => ({
|
|
33
33
|
appserver: {
|
|
34
|
-
build_as_root_internal:
|
|
34
|
+
build_as_root_internal: [
|
|
35
|
+
'curl -sS https://get.symfony.com/cli/installer | bash',
|
|
36
|
+
'mv /root/.symfony5/bin/symfony /usr/local/bin/symfony',
|
|
37
|
+
...(options.build_root || []),
|
|
38
|
+
],
|
|
35
39
|
build_internal: options.build,
|
|
36
40
|
composer: options.composer,
|
|
37
41
|
composer_version: options.composer_version,
|
|
@@ -138,6 +142,11 @@ const toolingDefaults = {
|
|
|
138
142
|
service: 'appserver',
|
|
139
143
|
cmd: 'php',
|
|
140
144
|
},
|
|
145
|
+
'symfony': {
|
|
146
|
+
service: 'appserver',
|
|
147
|
+
cmd: 'symfony',
|
|
148
|
+
description: 'Runs Symfony CLI commands',
|
|
149
|
+
},
|
|
141
150
|
};
|
|
142
151
|
|
|
143
152
|
/*
|
|
@@ -271,7 +280,7 @@ module.exports = {
|
|
|
271
280
|
// Add in console tooling
|
|
272
281
|
options.tooling.console = {
|
|
273
282
|
service: 'appserver',
|
|
274
|
-
cmd: `php
|
|
283
|
+
cmd: `php ${options.webroot}/../bin/console`,
|
|
275
284
|
};
|
|
276
285
|
|
|
277
286
|
if (_.has(options, 'cache')) options.services.cache = getCache(options.cache);
|
package/netlify.toml
CHANGED
|
@@ -40,6 +40,15 @@
|
|
|
40
40
|
output_path = "reports/lighthouse.html"
|
|
41
41
|
|
|
42
42
|
# We need this so preview environments and the base site look ok on their own
|
|
43
|
+
[[redirects]]
|
|
44
|
+
from = "https://lando-symfony.netlify.app"
|
|
45
|
+
to = "https://lando-symfony.netlify.app/plugins/symfony/index.html"
|
|
46
|
+
status = 301
|
|
47
|
+
force = true
|
|
48
|
+
[[redirects]]
|
|
49
|
+
from = "https://lando-symfony.netlify.app/*"
|
|
50
|
+
to = "https://docs.lando.dev/:splat"
|
|
51
|
+
status = 301
|
|
43
52
|
[[redirects]]
|
|
44
53
|
from = "/"
|
|
45
54
|
to = "/plugins/symfony"
|
|
@@ -1 +1 @@
|
|
|
1
|
-
|
|
1
|
+
20
|
|
@@ -1,7 +1,14 @@
|
|
|
1
1
|
## {{ UNRELEASED_VERSION }} - [{{ UNRELEASED_DATE }}]({{ UNRELEASED_LINK }})
|
|
2
2
|
|
|
3
|
+
## v1.7.0 - [August 30, 2025](https://github.com/lando/mariadb/releases/tag/v1.7.0)
|
|
4
|
+
|
|
5
|
+
* Switched images to [bitnamilegacy](https://github.com/bitnami/containers/issues/83267) namespace
|
|
6
|
+
* Updated `mariadb:11.4` to `11.4.7`
|
|
7
|
+
|
|
3
8
|
## v1.6.3 - [December 6, 2024](https://github.com/lando/mariadb/releases/tag/v1.6.3)
|
|
4
9
|
|
|
10
|
+
* Added support for MariaDB 11.6 and 11.7.
|
|
11
|
+
* Bumped all available MariaDB minor versions.
|
|
5
12
|
* Updated the version index.md to get Docuverse page to build correctly.
|
|
6
13
|
|
|
7
14
|
## v1.6.2 - [December 4, 2024](https://github.com/lando/mariadb/releases/tag/v1.6.2)
|
|
@@ -19,7 +26,7 @@
|
|
|
19
26
|
## v1.5.0 - [September 26, 2024](https://github.com/lando/mariadb/releases/tag/v1.5.0)
|
|
20
27
|
|
|
21
28
|
* Added MariaDB 11.5.
|
|
22
|
-
* Updated pinned image versions to be ARM compatible.
|
|
29
|
+
* Updated pinned image versions to be ARM compatible.
|
|
23
30
|
|
|
24
31
|
## v1.4.0 - [September 24, 2024](https://github.com/lando/mariadb/releases/tag/v1.4.0)
|
|
25
32
|
|
|
@@ -0,0 +1,21 @@
|
|
|
1
|
+
MIT License
|
|
2
|
+
|
|
3
|
+
Copyright (c) 2025 Lando Alliance
|
|
4
|
+
|
|
5
|
+
Permission is hereby granted, free of charge, to any person obtaining a copy
|
|
6
|
+
of this software and associated documentation files (the "Software"), to deal
|
|
7
|
+
in the Software without restriction, including without limitation the rights
|
|
8
|
+
to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
|
|
9
|
+
copies of the Software, and to permit persons to whom the Software is
|
|
10
|
+
furnished to do so, subject to the following conditions:
|
|
11
|
+
|
|
12
|
+
The above copyright notice and this permission notice shall be included in all
|
|
13
|
+
copies or substantial portions of the Software.
|
|
14
|
+
|
|
15
|
+
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
|
|
16
|
+
IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
|
|
17
|
+
FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
|
|
18
|
+
AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
|
|
19
|
+
LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
|
|
20
|
+
OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
|
|
21
|
+
SOFTWARE.
|
|
@@ -49,5 +49,8 @@ Made with [contributors-img](https://contrib.rocks).
|
|
|
49
49
|
|
|
50
50
|
## Other Selected Resources
|
|
51
51
|
|
|
52
|
-
* [LICENSE](
|
|
53
|
-
* [
|
|
52
|
+
* [LICENSE](/LICENSE)
|
|
53
|
+
* [TERMS OF USE](https://docs.lando.dev/terms)
|
|
54
|
+
* [PRIVACY POLICY](https://docs.lando.dev/privacy)
|
|
55
|
+
* [CODE OF CONDUCT](https://docs.lando.dev/coc)
|
|
56
|
+
|
|
@@ -9,28 +9,31 @@ module.exports = {
|
|
|
9
9
|
name: 'mariadb',
|
|
10
10
|
config: {
|
|
11
11
|
version: '10.3',
|
|
12
|
-
supported: ['11.
|
|
13
|
-
'
|
|
14
|
-
|
|
15
|
-
|
|
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'],
|
|
15
|
+
legacy: ['11.7', '11.6', '11.5', '11.3', '11.2', '11.1', '11.0',
|
|
16
|
+
'10.10', '10.9', '10.8', '10.7', '10.4', '10.3', '10.2', '10.1'],
|
|
16
17
|
pinPairs: {
|
|
17
|
-
'11.
|
|
18
|
-
'11.
|
|
19
|
-
'11.
|
|
20
|
-
'11.
|
|
21
|
-
'11.
|
|
22
|
-
'11.
|
|
23
|
-
'
|
|
24
|
-
'
|
|
25
|
-
'10.
|
|
26
|
-
'10.
|
|
27
|
-
'10.
|
|
28
|
-
'10.
|
|
29
|
-
'10.
|
|
30
|
-
'10.
|
|
31
|
-
'10.
|
|
32
|
-
'10.
|
|
33
|
-
'10.
|
|
18
|
+
'11.7': 'bitnamilegacy/mariadb:11.7.2-debian-12-r0',
|
|
19
|
+
'11.6': 'bitnamilegacy/mariadb:11.6.2-debian-12-r0',
|
|
20
|
+
'11.5': 'bitnamilegacy/mariadb:11.5.2-debian-12-r7',
|
|
21
|
+
'11.4': 'bitnamilegacy/mariadb:11.4.7-debian-12-r2',
|
|
22
|
+
'11.3': 'bitnamilegacy/mariadb:11.3.2-debian-12-r9',
|
|
23
|
+
'11.2': 'bitnamilegacy/mariadb:11.2.6-debian-12-r2',
|
|
24
|
+
'11.1': 'bitnamilegacy/mariadb:11.1.6-debian-12-r0',
|
|
25
|
+
'11.0': 'bitnamilegacy/mariadb:11.0.6-debian-12-r0',
|
|
26
|
+
'10.11': 'bitnamilegacy/mariadb:10.11.11-debian-12-r11',
|
|
27
|
+
'10.10': 'bitnamilegacy/mariadb:10.10.7-debian-11-r6',
|
|
28
|
+
'10.9': 'bitnamilegacy/mariadb:10.9.8-debian-11-r22',
|
|
29
|
+
'10.8': 'bitnamilegacy/mariadb:10.8.8-debian-11-r5',
|
|
30
|
+
'10.7': 'bitnamilegacy/mariadb:10.7.8-debian-11-r6',
|
|
31
|
+
'10.6': 'bitnamilegacy/mariadb:10.6.20-debian-12-r2',
|
|
32
|
+
'10.5': 'bitnamilegacy/mariadb:10.5.27-debian-12-r2',
|
|
33
|
+
'10.4': 'bitnamilegacy/mariadb:10.4.34-debian-12-r7',
|
|
34
|
+
'10.3': 'bitnamilegacy/mariadb:10.3.39-debian-11-r5',
|
|
35
|
+
'10.2': 'bitnamilegacy/mariadb:10.2.44-debian-11-r9',
|
|
36
|
+
'10.1': 'bitnamilegacy/mariadb:10.1.47',
|
|
34
37
|
},
|
|
35
38
|
patchesSupported: true,
|
|
36
39
|
confSrc: path.resolve(__dirname, '..', 'config'),
|
|
@@ -59,7 +62,7 @@ module.exports = {
|
|
|
59
62
|
if (!options.healthcheck) options.healthcheck = require('../utils/get-default-healthcheck')(options);
|
|
60
63
|
|
|
61
64
|
const mariadb = {
|
|
62
|
-
image: `
|
|
65
|
+
image: `bitnamilegacy/mariadb:${options.version}`,
|
|
63
66
|
command: '/launch.sh',
|
|
64
67
|
environment: {
|
|
65
68
|
ALLOW_EMPTY_PASSWORD: 'yes',
|
|
@@ -41,9 +41,16 @@
|
|
|
41
41
|
[plugins.inputs.audits]
|
|
42
42
|
output_path = "reports/lighthouse.html"
|
|
43
43
|
|
|
44
|
-
|
|
45
|
-
|
|
46
44
|
# We need this so preview environments and the base site look ok on their own
|
|
45
|
+
[[redirects]]
|
|
46
|
+
from = "https://lando-mariadb.netlify.app"
|
|
47
|
+
to = "https://lando-mariadb.netlify.app/plugins/mariadb/index.html"
|
|
48
|
+
status = 301
|
|
49
|
+
force = true
|
|
50
|
+
[[redirects]]
|
|
51
|
+
from = "https://lando-mariadb.netlify.app/*"
|
|
52
|
+
to = "https://docs.lando.dev/:splat"
|
|
53
|
+
status = 301
|
|
47
54
|
[[redirects]]
|
|
48
55
|
from = "/"
|
|
49
56
|
to = "/plugins/mariadb"
|
|
@@ -1,9 +1,9 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@lando/mariadb",
|
|
3
3
|
"description": "A Lando plugin that provides a tight integration with mariadb.",
|
|
4
|
-
"version": "1.
|
|
4
|
+
"version": "1.7.0",
|
|
5
5
|
"author": "Mike Pirog @pirog",
|
|
6
|
-
"license": "
|
|
6
|
+
"license": "MIT",
|
|
7
7
|
"repository": "lando/mariadb",
|
|
8
8
|
"bugs": "https://github.com/lando/mariadb/issues/new/choose",
|
|
9
9
|
"homepage": "https://github.com/lando/mariadb",
|
|
@@ -14,7 +14,7 @@
|
|
|
14
14
|
"mariadb"
|
|
15
15
|
],
|
|
16
16
|
"engines": {
|
|
17
|
-
"node": ">=
|
|
17
|
+
"node": ">=20.0.0"
|
|
18
18
|
},
|
|
19
19
|
"lando": {},
|
|
20
20
|
"main": "index.js",
|
|
@@ -48,7 +48,7 @@
|
|
|
48
48
|
"devDependencies": {
|
|
49
49
|
"@babel/eslint-parser": "^7.16.0",
|
|
50
50
|
"@lando/leia": "^1.0.0-beta.3",
|
|
51
|
-
"@lando/vitepress-theme-default-plus": "^1.1.
|
|
51
|
+
"@lando/vitepress-theme-default-plus": "^1.1.1",
|
|
52
52
|
"chai": "^4.3.4",
|
|
53
53
|
"command-line-test": "^1.0.10",
|
|
54
54
|
"eslint": "^7.32.0",
|
|
@@ -62,9 +62,9 @@
|
|
|
62
62
|
"lodash"
|
|
63
63
|
],
|
|
64
64
|
"dist": {
|
|
65
|
-
"integrity": "sha512-
|
|
66
|
-
"shasum": "
|
|
67
|
-
"filename": "lando-mariadb-1.
|
|
68
|
-
"unpackedSize":
|
|
65
|
+
"integrity": "sha512-wyl7/a+vPWwj3OvOd12kbMRCA98PdbLscClQeTZTEmm6ngu/SX4wHtOFVt7n8bZXnqi35PlUF6etz1OzVDk1XQ==",
|
|
66
|
+
"shasum": "f4731311c8a6ee835c43a943557749fcd46b899a",
|
|
67
|
+
"filename": "lando-mariadb-1.7.0.tgz",
|
|
68
|
+
"unpackedSize": 1429697
|
|
69
69
|
}
|
|
70
70
|
}
|
|
@@ -1 +1 @@
|
|
|
1
|
-
|
|
1
|
+
20
|
|
@@ -1,5 +1,20 @@
|
|
|
1
1
|
## {{ UNRELEASED_VERSION }} - [{{ UNRELEASED_DATE }}]({{ UNRELEASED_LINK }})
|
|
2
2
|
|
|
3
|
+
## v1.4.2 - [August 28, 2025](https://github.com/lando/memcached/releases/tag/v1.4.2)
|
|
4
|
+
|
|
5
|
+
* Enforced canonical url redirect part 2
|
|
6
|
+
|
|
7
|
+
## v1.4.1 - [August 28, 2025](https://github.com/lando/memcached/releases/tag/v1.4.1)
|
|
8
|
+
|
|
9
|
+
* Enforced canonical url redirect
|
|
10
|
+
|
|
11
|
+
## v1.4.0 - [August 28, 2025](https://github.com/lando/memcached/releases/tag/v1.4.0)
|
|
12
|
+
|
|
13
|
+
* Switched images to [bitnamilegacy](https://github.com/bitnami/containers/issues/83267) namspace [#40](https://github.com/lando/memcached/issues/40)
|
|
14
|
+
* Updated `memcached:1` to `1.6.39`
|
|
15
|
+
* Updated `memcached:1.6` to `1.6.39`
|
|
16
|
+
* Updated `memcached:1.5` to `1.5.22`
|
|
17
|
+
|
|
3
18
|
## v1.3.3 - [December 6, 2024](https://github.com/lando/memcached/releases/tag/v1.3.3)
|
|
4
19
|
|
|
5
20
|
* Updated the version index.md to get Docuverse page to build correctly.
|
|
@@ -13,7 +28,8 @@
|
|
|
13
28
|
* Updated to [@lando/vitepress-theme-default-plus@v1.1.0-beta.18](https://github.com/lando/vitepress-theme-default-plus/releases/tag/v1.1.0-beta.18).
|
|
14
29
|
|
|
15
30
|
## v1.1.0 - [March 8, 2024](https://github.com/lando/memcached/releases/tag/v1.1.0)
|
|
16
|
-
|
|
31
|
+
|
|
32
|
+
* Updated to latest database services.
|
|
17
33
|
|
|
18
34
|
## v1.1.0 - [February 21, 2024](https://github.com/lando/memcached/releases/tag/v1.1.0)
|
|
19
35
|
|
|
@@ -0,0 +1,21 @@
|
|
|
1
|
+
MIT License
|
|
2
|
+
|
|
3
|
+
Copyright (c) 2025 Lando Alliance
|
|
4
|
+
|
|
5
|
+
Permission is hereby granted, free of charge, to any person obtaining a copy
|
|
6
|
+
of this software and associated documentation files (the "Software"), to deal
|
|
7
|
+
in the Software without restriction, including without limitation the rights
|
|
8
|
+
to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
|
|
9
|
+
copies of the Software, and to permit persons to whom the Software is
|
|
10
|
+
furnished to do so, subject to the following conditions:
|
|
11
|
+
|
|
12
|
+
The above copyright notice and this permission notice shall be included in all
|
|
13
|
+
copies or substantial portions of the Software.
|
|
14
|
+
|
|
15
|
+
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
|
|
16
|
+
IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
|
|
17
|
+
FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
|
|
18
|
+
AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
|
|
19
|
+
LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
|
|
20
|
+
OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
|
|
21
|
+
SOFTWARE.
|
|
@@ -49,5 +49,8 @@ Made with [contributors-img](https://contrib.rocks).
|
|
|
49
49
|
|
|
50
50
|
## Other Selected Resources
|
|
51
51
|
|
|
52
|
-
* [LICENSE](
|
|
53
|
-
* [
|
|
52
|
+
* [LICENSE](/LICENSE)
|
|
53
|
+
* [TERMS OF USE](https://docs.lando.dev/terms)
|
|
54
|
+
* [PRIVACY POLICY](https://docs.lando.dev/privacy)
|
|
55
|
+
* [CODE OF CONDUCT](https://docs.lando.dev/coc)
|
|
56
|
+
|
|
@@ -9,9 +9,11 @@ module.exports = {
|
|
|
9
9
|
name: 'memcached',
|
|
10
10
|
config: {
|
|
11
11
|
version: '1',
|
|
12
|
-
supported: ['1', '1.
|
|
12
|
+
supported: ['1', '1.6', '1.6.x', '1.5', '1.5.x', '1.5.12'],
|
|
13
13
|
pinPairs: {
|
|
14
|
-
'1': '
|
|
14
|
+
'1': 'bitnamilegacy/memcached:1.6.39-debian-12-r1',
|
|
15
|
+
'1.6': 'bitnamilegacy/memcached:1.6.39-debian-12-r1',
|
|
16
|
+
'1.5': 'bitnamilegacy/memcached:1.5.22',
|
|
15
17
|
},
|
|
16
18
|
patchesSupported: true,
|
|
17
19
|
confSrc: path.resolve(__dirname, '..', 'config'),
|
|
@@ -23,7 +25,7 @@ module.exports = {
|
|
|
23
25
|
constructor(id, options = {}) {
|
|
24
26
|
options = _.merge({}, config, options);
|
|
25
27
|
const memcached = {
|
|
26
|
-
image: `
|
|
28
|
+
image: `bitnamilegacy/memcached:${options.version}`,
|
|
27
29
|
command: '/launch.sh',
|
|
28
30
|
environment: {
|
|
29
31
|
MEMCACHED_CACHE_SIZE: options.mem,
|
|
@@ -41,9 +41,16 @@
|
|
|
41
41
|
[plugins.inputs.audits]
|
|
42
42
|
output_path = "reports/lighthouse.html"
|
|
43
43
|
|
|
44
|
-
|
|
45
|
-
|
|
46
44
|
# We need this so preview environments and the base site look ok on their own
|
|
45
|
+
[[redirects]]
|
|
46
|
+
from = "https://lando-memcached.netlify.app"
|
|
47
|
+
to = "https://lando-memcached.netlify.app/plugins/memcached/index.html"
|
|
48
|
+
status = 301
|
|
49
|
+
force = true
|
|
50
|
+
[[redirects]]
|
|
51
|
+
from = "https://lando-memcached.netlify.app/*"
|
|
52
|
+
to = "https://docs.lando.dev/:splat"
|
|
53
|
+
status = 301
|
|
47
54
|
[[redirects]]
|
|
48
55
|
from = "/"
|
|
49
56
|
to = "/plugins/memcached"
|
|
@@ -1,9 +1,9 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@lando/memcached",
|
|
3
3
|
"description": "A Lando plugin that provides a tight integration with Memcached.",
|
|
4
|
-
"version": "1.
|
|
4
|
+
"version": "1.4.2",
|
|
5
5
|
"author": "Mike Pirog @pirog",
|
|
6
|
-
"license": "
|
|
6
|
+
"license": "MIT",
|
|
7
7
|
"repository": "lando/memcached",
|
|
8
8
|
"bugs": "https://github.com/lando/memcached/issues/new/choose",
|
|
9
9
|
"homepage": "https://github.com/lando/memcached",
|
|
@@ -47,8 +47,8 @@
|
|
|
47
47
|
},
|
|
48
48
|
"devDependencies": {
|
|
49
49
|
"@babel/eslint-parser": "^7.16.0",
|
|
50
|
-
"@lando/leia": "^0.
|
|
51
|
-
"@lando/vitepress-theme-default-plus": "^1.1.
|
|
50
|
+
"@lando/leia": "^1.0.0-beta.4",
|
|
51
|
+
"@lando/vitepress-theme-default-plus": "^1.1.1",
|
|
52
52
|
"chai": "^4.3.4",
|
|
53
53
|
"command-line-test": "^1.0.10",
|
|
54
54
|
"eslint": "^7.32.0",
|
|
@@ -62,9 +62,9 @@
|
|
|
62
62
|
"lodash"
|
|
63
63
|
],
|
|
64
64
|
"dist": {
|
|
65
|
-
"integrity": "sha512-
|
|
66
|
-
"shasum": "
|
|
67
|
-
"filename": "lando-memcached-1.
|
|
68
|
-
"unpackedSize":
|
|
65
|
+
"integrity": "sha512-tyLGUxJQoL3uirL2yI4YuqP6jxuXOCXVLxgtTSqK//0Oom3PqUc0eA125ES57EdW1uEnbFRiKtX0Glh0NVpFnQ==",
|
|
66
|
+
"shasum": "9f04cd5b0084c85a30f3241863613ab58d3098ed",
|
|
67
|
+
"filename": "lando-memcached-1.4.2.tgz",
|
|
68
|
+
"unpackedSize": 1425638
|
|
69
69
|
}
|
|
70
70
|
}
|
|
@@ -1,5 +1,15 @@
|
|
|
1
1
|
## {{ UNRELEASED_VERSION }} - [{{ UNRELEASED_DATE }}]({{ UNRELEASED_LINK }})
|
|
2
2
|
|
|
3
|
+
## v1.6.0 - [August 31, 2025](https://github.com/lando/mysql/releases/tag/v1.6.0)
|
|
4
|
+
|
|
5
|
+
* Switched images to [bitnamilegacy](https://github.com/bitnami/containers/issues/83267) namespace
|
|
6
|
+
* Updated `mysql:8.4` to `8.4.3`
|
|
7
|
+
|
|
8
|
+
## v1.5.0 - [January 6, 2025](https://github.com/lando/mysql/releases/tag/v1.5.0)
|
|
9
|
+
|
|
10
|
+
* Added support for MySQL 8.4
|
|
11
|
+
* Updated 8.0 to patch 40
|
|
12
|
+
|
|
3
13
|
## v1.4.4 - [December 7, 2024](https://github.com/lando/mysql/releases/tag/v1.4.4)
|
|
4
14
|
|
|
5
15
|
* Optimized for `midcore`
|
|
@@ -0,0 +1,21 @@
|
|
|
1
|
+
MIT License
|
|
2
|
+
|
|
3
|
+
Copyright (c) 2025 Lando Alliance
|
|
4
|
+
|
|
5
|
+
Permission is hereby granted, free of charge, to any person obtaining a copy
|
|
6
|
+
of this software and associated documentation files (the "Software"), to deal
|
|
7
|
+
in the Software without restriction, including without limitation the rights
|
|
8
|
+
to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
|
|
9
|
+
copies of the Software, and to permit persons to whom the Software is
|
|
10
|
+
furnished to do so, subject to the following conditions:
|
|
11
|
+
|
|
12
|
+
The above copyright notice and this permission notice shall be included in all
|
|
13
|
+
copies or substantial portions of the Software.
|
|
14
|
+
|
|
15
|
+
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
|
|
16
|
+
IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
|
|
17
|
+
FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
|
|
18
|
+
AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
|
|
19
|
+
LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
|
|
20
|
+
OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
|
|
21
|
+
SOFTWARE.
|
|
@@ -49,5 +49,8 @@ Made with [contributors-img](https://contrib.rocks).
|
|
|
49
49
|
|
|
50
50
|
## Other Selected Resources
|
|
51
51
|
|
|
52
|
-
* [LICENSE](
|
|
53
|
-
* [
|
|
52
|
+
* [LICENSE](/LICENSE)
|
|
53
|
+
* [TERMS OF USE](https://docs.lando.dev/terms)
|
|
54
|
+
* [PRIVACY POLICY](https://docs.lando.dev/privacy)
|
|
55
|
+
* [CODE OF CONDUCT](https://docs.lando.dev/coc)
|
|
56
|
+
|