Skip to content

Commit

Permalink
Updated to @lando/core@3.20.2
Browse files Browse the repository at this point in the history
  • Loading branch information
pirog committed Oct 1, 2023
1 parent 1a4da0a commit b9332b8
Show file tree
Hide file tree
Showing 45 changed files with 61 additions and 45 deletions.
2 changes: 1 addition & 1 deletion BUILD.env
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
DOCKER_DESKTOP_VERSION=4.23.0
DOCKER_DESKTOP_BUILD=120376
LANDO_CLI_VERSION=3.20.1
LANDO_CLI_VERSION=3.20.2
18 changes: 17 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,19 @@
## v3.20.2 - [September 30, 2023](https://github.com/lando/lando/releases/tag/3.20.2)

**THIS RELEASE HAS SOME BIG CHANGES SO PLEASE [READ THIS](https://lando.dev/blog/2023/09/25/v320-extended.html)**

### CLI

* Updated to `@lando/cli` version [`3.20.2`](https://github.com/lando/cli/releases/tag/v3.20.2)

### Plugins

* Updated to `@lando/core` version [`3.20.2`](https://github.com/lando/core/releases/tag/v3.20.2)

## Special

* [Extended release notes](https://lando.dev/blog/2023/09/25/v320-extended.html)

## v3.20.1 - [September 25, 2023](https://github.com/lando/lando/releases/tag/3.20.1)

**THIS RELEASE HAS SOME BIG CHANGES SO PLEASE [READ THIS](https://lando.dev/blog/2023/09/25/v320-extended.html)**
Expand All @@ -13,7 +29,7 @@

### Plugins

* Updated to `@lando/core` version [`3.20.0`](https://github.com/lando/core/releases/tag/v3.20.1)
* Updated to `@lando/core` version [`3.20.1`](https://github.com/lando/core/releases/tag/v3.20.1)
* Updated to `@lando/lagoon` version [`0.10.0`](https://github.com/lando/lagoon/releases/tag/v0.10.0)

## Special
Expand Down
2 changes: 1 addition & 1 deletion cli
Submodule cli updated 287 files
2 changes: 1 addition & 1 deletion core
Submodule core updated 231 files
2 changes: 1 addition & 1 deletion core-next
Submodule core-next updated 278 files
2 changes: 1 addition & 1 deletion events
2 changes: 1 addition & 1 deletion plugins/lagoon
Submodule lagoon updated 45 files
+0 −65 .github/workflows/pr-all-services.yml
+2 −4 .github/workflows/pr-docs-tests.yml
+67 −0 .github/workflows/pr-drupal-example-simple-tests.yml
+0 −61 .github/workflows/pr-drupal9-base.yml
+2 −2 .github/workflows/pr-linter.yml
+0 −68 .github/workflows/pr-proxy-tests.yml
+2 −2 .github/workflows/pr-unit-tests.yml
+2 −8 .github/workflows/release.yml
+1 −1 .gitignore
+1 −1 .lando.yml
+0 −12 CHANGELOG.md
+4 −16 docs/config.md
+6 −1 docs/development.md
+0 −0 examples/all-services/.gitignore
+0 −1 examples/all-services/.lagoon.yml
+0 −22 examples/all-services/.lando.yml
+0 −19 examples/all-services/Dockerfile
+0 −79 examples/all-services/README.md
+0 −82 examples/all-services/docker-compose.yml
+0 −13 examples/all-services/index.js
+0 −13 examples/all-services/package.json
+0 −368 examples/all-services/yarn.lock
+0 −0 examples/drupal-example-simple/.gitignore
+8 −8 examples/drupal-example-simple/README.md
+0 −2 examples/drupal9-base/.lando.local.yml
+0 −0 examples/proxy-tests/.gitignore
+0 −1 examples/proxy-tests/.lagoon.yml
+0 −20 examples/proxy-tests/.lando.yml
+0 −19 examples/proxy-tests/Dockerfile
+0 −77 examples/proxy-tests/README.md
+0 −57 examples/proxy-tests/docker-compose.yml
+0 −13 examples/proxy-tests/index.js
+0 −13 examples/proxy-tests/package.json
+0 −368 examples/proxy-tests/yarn.lock
+1 −1 index.js
+14 −161 lib/proxy.js
+3 −7 lib/services.js
+1 −15 lib/tooling.js
+6 −9 package.json
+0 −37 services/lagoon-basic/builder.js
+0 −31 services/lagoon-node/builder.js
+0 −31 services/lagoon-python/builder.js
+0 −31 services/lagoon-ruby/builder.js
+2 −2 services/lagoon-solr/builder.js
+249 −33 yarn.lock
2 changes: 1 addition & 1 deletion plugins/php
Submodule php updated 52 files
+31 −33 .github/workflows/build-php-images.yml
+6 −6 .github/workflows/pr-docs-tests.yml
+36 −20 .github/workflows/pr-legacy-php5-tests.yml
+35 −20 .github/workflows/pr-legacy-php7-tests.yml
+2 −2 .github/workflows/pr-linter.yml
+37 −20 .github/workflows/pr-php-extension-tests.yml
+35 −20 .github/workflows/pr-php-other-tests.yml
+36 −20 .github/workflows/pr-php7-tests.yml
+36 −21 .github/workflows/pr-php8-tests.yml
+2 −2 .github/workflows/pr-unit-tests.yml
+2 −8 .github/workflows/release.yml
+0 −15 CHANGELOG.md
+14 −0 actions-lando-config.yml
+6 −1 docs/development.md
+59 −59 docs/extensions.md
+1 −2 docs/index.md
+1 −2 examples/7.0/.lando.yml
+0 −3 examples/8.2/.gitignore
+0 −58 examples/8.2/.lando.yml
+0 −131 examples/8.2/README.md
+0 −188 examples/8.2/config/apache.conf
+0 −30 examples/8.2/config/nginx.conf
+0 −4 examples/8.2/config/php.ini
+0 −3 examples/8.2/index.php
+0 −1 examples/8.2/path_info.php
+0 −3 examples/8.2/web/index.php
+0 −1 examples/8.2/web/path_info.php
+0 −13 examples/images-edge/8.2-apache-4/.lando.yml
+0 −50 examples/images-edge/8.2-apache-4/README.md
+0 −3 examples/images-edge/8.2-apache-4/index.php
+0 −14 examples/images-edge/8.2-fpm-4/.lando.yml
+0 −50 examples/images-edge/8.2-fpm-4/README.md
+0 −3 examples/images-edge/8.2-fpm-4/index.php
+0 −13 examples/images-stable/8.2-apache-4/.lando.yml
+0 −50 examples/images-stable/8.2-apache-4/README.md
+0 −3 examples/images-stable/8.2-apache-4/index.php
+0 −14 examples/images-stable/8.2-fpm-4/.lando.yml
+0 −50 examples/images-stable/8.2-fpm-4/README.md
+0 −3 examples/images-stable/8.2-fpm-4/index.php
+1 −1 examples/php-extensions/Dockerfile.custom
+1 −1 examples/php-extensions/README.md
+1 −1 images/7.3-apache/Dockerfile
+1 −1 images/7.3-fpm/Dockerfile
+1 −1 images/7.4-apache/Dockerfile
+1 −1 images/7.4-fpm/Dockerfile
+1 −1 images/8.1-apache/Dockerfile
+1 −1 images/8.1-fpm/Dockerfile
+0 −85 images/8.2-apache/Dockerfile
+0 −86 images/8.2-fpm/Dockerfile
+6 −7 package.json
+2 −2 services/php/builder.js
+237 −21 yarn.lock

0 comments on commit b9332b8

Please sign in to comment.