Skip to content

Commit

Permalink
cl and lando clear on mac
Browse files Browse the repository at this point in the history
  • Loading branch information
pirog committed Feb 28, 2024
1 parent 8722bde commit 456036d
Show file tree
Hide file tree
Showing 2 changed files with 23 additions and 1 deletion.
23 changes: 22 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,25 @@
## v3.21.0-beta.6 - [February 28, 2024](https://github.com/lando/lando/releases/tag/3.21.0-beta.6)

**THIS RELEASE HAS SOME BIG CHANGES SO PLEASE [READ THIS](https://lando.dev/blog/2024/01/16/v321-extended.html)**

### Installer

* Removed `docker-ce` requirement from Linux packages
* Removed Docker Desktop install from macOS installers
* Updated Docker Desktop in Windows to version `4.27.2`

### CLI

* Updated to `@lando/cli` version [`3.21.0-beta.6`](https://github.com/lando/cli/releases/tag/v3.21.0-beta.6)

### CORE

* Updated to `@lando/core` version [`3.21.0-beta.6`](https://github.com/lando/core/releases/tag/v3.21.0-beta.6)

## Special

* [Extended release notes](https://lando.dev/blog/2024/01/16/v321-extended.html)

## v3.21.0-beta.1 - [February 16, 2024](https://github.com/lando/lando/releases/tag/3.21.0-beta.1)

**THIS RELEASE HAS SOME BIG CHANGES SO PLEASE [READ THIS](https://lando.dev/blog/2024/01/16/v321-extended.html)**
Expand All @@ -14,7 +36,6 @@

* [Extended release notes](https://lando.dev/blog/2024/01/16/v321-extended.html)


## v3.21.0-alpha.10 - [January 15, 2024](https://github.com/lando/lando/releases/tag/3.21.0-alpha.10)

**THIS RELEASE HAS SOME BIG CHANGES SO PLEASE [READ THIS](https://lando.dev/blog/2024/01/16/v321-extended.html)**
Expand Down
1 change: 1 addition & 0 deletions installer/macos/mpkg/lando.pkg/Scripts/postinstall
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,7 @@ sudo chmod +x /usr/local/bin/lando

# shellenv
sudo -iu "$USER" /usr/local/bin/lando shellenv --add > /tmp/lando-install.log
sudo -iu "$USER" /usr/local/bin/lando --clear

# Fin
exit 0

0 comments on commit 456036d

Please sign in to comment.