Skip to content

Commit

Permalink
Update nginx to v1.0.0. More render-template fixes."
Browse files Browse the repository at this point in the history
  • Loading branch information
reynoldsalec committed Dec 11, 2023
1 parent 4950ed7 commit ad45530
Show file tree
Hide file tree
Showing 3 changed files with 13 additions and 6 deletions.
9 changes: 8 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,9 +1,16 @@
## v3.20.7 - [December 11, 2023](https://github.com/lando/cli/releases/tag/3.20.7)

### Plugins

* Updated to `@lando/nginx` version [`1.0.0`](https://github.com/lando/nginx/releases/tag/v1.0.0), fixes underlying `render-template` issues.


## v3.20.6 - [December 6, 2023](https://github.com/lando/cli/releases/tag/3.20.6)

### Plugins

#### CRITICAL HOTFIX PLEASE UPDATE
* Updated to `@lando/nginx` version [`0.11.0`](https://github.com/lando/pantheon/releases/tag/v0.13.1) to remove dependency on `render-template` to avoid errors.
* Updated to `@lando/nginx` version [`0.11.0`](https://github.com/lando/nginx/releases/tag/v0.11.0) to remove dependency on `render-template` to avoid errors.


## v3.20.5 - [December 5, 2023](https://github.com/lando/cli/releases/tag/3.20.5)
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -126,7 +126,7 @@
"@lando/mongo": "0.7.0",
"@lando/mssql": "0.7.0",
"@lando/mysql": "0.7.0",
"@lando/nginx": "0.11.0",
"@lando/nginx": "1.0.0",
"@lando/node": "0.8.1",
"@lando/pantheon": "0.13.1",
"@lando/php": "0.8.0",
Expand Down
8 changes: 4 additions & 4 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -781,10 +781,10 @@
dependencies:
lodash "^4.17.21"

"@lando/nginx@0.11.0":
version "0.11.0"
resolved "https://registry.yarnpkg.com/@lando/nginx/-/nginx-0.11.0.tgz#527509a636ff30988832ef5af42fff214e787248"
integrity sha512-yoOaEHRXwaJDV6HH+BwMvfU2+dtbdrP/6RQi04dLTfsVLQm6TC49QGV3kL3xoVqv4fLIKDyLQqe2MUhJ8PROgw==
"@lando/nginx@1.0.0":
version "1.0.0"
resolved "https://registry.yarnpkg.com/@lando/nginx/-/nginx-1.0.0.tgz#97b1e54edf0240839d9490e86680fbfc30a70204"
integrity sha512-usnoQ5a9cbHs5Bu6WcSwEgyjJ41d9imsqYFb13dOM3Q9cmL96J7RbskcgK5xe4PnIwdJNug5fDnqlZsvwh1iJQ==
dependencies:
lodash "^4.17.21"

Expand Down

0 comments on commit ad45530

Please sign in to comment.