Skip to content

Commit

Permalink
lando/lagoon#44: Update Lando CLI to use Lagoon service v0.9.0.
Browse files Browse the repository at this point in the history
  • Loading branch information
reynoldsalec committed Aug 1, 2023
1 parent 44a403b commit 5b4d624
Show file tree
Hide file tree
Showing 3 changed files with 11 additions and 5 deletions.
6 changes: 6 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,9 @@
## v3.20.0 - [TBD](https://github.com/lando/cli/releases/tag/3.20.0)

### Plugins

* Updated to `@lando/lagoon` version [`0.9.0`](https://github.com/lando/lagoon/releases/tag/v0.9.0)

## v3.19.5 - [June 21, 2023](https://github.com/lando/cli/releases/tag/3.19.5)

* Fixed bug preventing new release flow from working take 5
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -115,7 +115,7 @@
"@lando/elasticsearch": "0.7.0",
"@lando/go": "0.8.0",
"@lando/joomla": "0.8.0",
"@lando/lagoon": "0.7.0",
"@lando/lagoon": "0.9.0",
"@lando/lamp": "0.7.0",
"@lando/laravel": "0.8.0",
"@lando/lemp": "0.7.0",
Expand Down
8 changes: 4 additions & 4 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -699,10 +699,10 @@
dependencies:
lodash "^4.17.21"

"@lando/lagoon@0.7.0":
version "0.7.0"
resolved "https://registry.yarnpkg.com/@lando/lagoon/-/lagoon-0.7.0.tgz#39cdf1410c25ad0a1e0cf0cf8bfa7989bb7bd065"
integrity sha512-7kusJ5qTtqOJWFOOgsxFRM/X2IMCKtV25Hy1WWKqx7htcHfh24/GiV/E8ILsXTvWxf8KrZ/UAgQXk1s6DeUvRg==
"@lando/lagoon@0.9.0":
version "0.9.0"
resolved "https://registry.yarnpkg.com/@lando/lagoon/-/lagoon-0.9.0.tgz#a5c62c4e5b51df39a579a4106e7879a0263417d7"
integrity sha512-wuRxLN4YTB0KMORz9L+umNcXbTBhi+vC8ndph51FDGzRUFQ3E+CnKgakNQdMivzEqST3DlmsBF2NSgz3DIeRNA==
dependencies:
axios "0.21.4"
bluebird "^3.4.1"
Expand Down

0 comments on commit 5b4d624

Please sign in to comment.