-
Notifications
You must be signed in to change notification settings - Fork 7
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
11 changed files
with
35 additions
and
32 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1 +1 @@ | ||
16 | ||
18 |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,4 +1,6 @@ | ||
.github | ||
.nyc_output | ||
coverage | ||
docs | ||
examples | ||
guides | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,40 +1,39 @@ | ||
## v1.0.0 - [December 7, 2023](https://github.com/lando/ngin/releases/tag/v1.0.0) | ||
* Dialed fully for `lando update` | ||
|
||
* Dialed fully for `lando update` | ||
|
||
## v0.11.0 - [December 5, 2023](https://github.com/lando/nginx/releases/tag/v0.11.0) | ||
|
||
* Got rid of render-template tooling. [#33](https://github.com/lando/nginx/pull/33) | ||
* Added support for `nginx:1.25`. | ||
* Got rid of render-template tooling. [#33](https://github.com/lando/nginx/pull/33) | ||
* Added support for `nginx:1.25`. | ||
|
||
## v0.10.0 - [November 15, 2023](https://github.com/lando/nginx/releases/tag/v0.10.0) | ||
|
||
* Moved builder file to the new builders/ directory. | ||
* Isolated testing to fit with HARDCORE strategy. | ||
* Moved builder file to the new builders/ directory. | ||
* Isolated testing to fit with HARDCORE strategy. | ||
|
||
## v0.9.0 - [July 3, 2023](https://github.com/lando/nginx/releases/tag/v0.9.0) | ||
|
||
* Removed bundle-dependencies and version-bump-prompt from plugin. | ||
* Updated package to use prepare-release-action. | ||
* Updated documentation to reflect new release process. | ||
* Removed bundle-dependencies and version-bump-prompt from plugin. | ||
* Updated package to use prepare-release-action. | ||
* Updated documentation to reflect new release process. | ||
|
||
## v0.8.0 - [May 10, 2023](https://github.com/lando/nginx/releases/tag/v0.8.0) | ||
|
||
* Added support for `nginx:1.19` | ||
* Added support for `nginx:1.20` | ||
* Added support for `nginx:1.21` | ||
* Added support for `nginx:1.22` | ||
* Added support for `nginx:1.23` | ||
* Added support for `nginx:1.24` | ||
* Added support for `nginx:1.19` | ||
* Added support for `nginx:1.20` | ||
* Added support for `nginx:1.21` | ||
* Added support for `nginx:1.22` | ||
* Added support for `nginx:1.23` | ||
* Added support for `nginx:1.24` | ||
|
||
## v0.7.0 - [December 12, 2022](https://github.com/lando/nginx/releases/tag/v0.7.0) | ||
|
||
* Added bundle-dependencies to release process. | ||
* Fixed bug in plugin dogfooding test. | ||
|
||
## v0.6.0 - [September 7, 2022](https://github.com/lando/nginx/releases/tag/v0.6.0) | ||
* Added bundle-dependencies to release process. | ||
* Fixed bug in plugin dogfooding test. | ||
|
||
## v0.5.0 - [November 9, 2021](https://github.com/lando/nginx/releases/tag/v0.5.0) | ||
|
||
Lando is **free** and **open source** software that relies on contributions from developers like you! If you like Lando then help us spend more time making, updating and supporting it by [contributing](https://github.com/sponsors/lando). | ||
Lando is **free** and **open source** software that relies on contributions from developers like you! If you like Lando then help us spend more time making, updating and supporting it by [contributing](https://github.com/sponsors/lando). | ||
|
||
* Initial Release | ||
* Initial Release |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -60,14 +60,14 @@ However if you would like to manually install the plugin, update it to the bleed | |
:::: code-group | ||
::: code-group-item LANDO 3.21+ | ||
```bash:no-line-numbers | ||
lando plugin-add @lando/apache | ||
lando plugin-add @lando/nginx | ||
``` | ||
::: | ||
::: code-group-item HYPERDRIVE | ||
```bash:no-line-numbers | ||
# @TODO | ||
# @NOTE: This doesn't actaully work yet | ||
hyperdrive install @lando/apache | ||
hyperdrive install @lando/nginx | ||
``` | ||
::: | ||
::: code-group-item DOCKER | ||
|
@@ -78,7 +78,7 @@ mkdir -p ~/.lando/plugins | |
# Install plugin | ||
# NOTE: Modify the "npm install @lando/nginx" line to install a particular version eg | ||
# npm install @lando/[email protected] | ||
docker run --rm -it -v ${HOME}/.lando/plugins:/plugins -w /tmp node:16-alpine sh -c \ | ||
docker run --rm -it -v ${HOME}/.lando/plugins:/plugins -w /tmp node:18-alpine sh -c \ | ||
"npm init -y \ | ||
&& npm install @lando/nginx --production --flat --no-default-rc --no-lockfile --link-duplicates \ | ||
&& npm install --production --cwd /tmp/node_modules/@lando/nginx \ | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters