forked from roots/trellis
-
Notifications
You must be signed in to change notification settings - Fork 0
⬆️ Update wp_cli_version to 2.8.1 #2
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Closed
Closed
Conversation
This file contains hidden or 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
Apt defaults to the architecture supported by `dpkg`, which defaults to the actual architecture of the OS (as it should). Removing this explicit `arc=amd64` option just means we'll get the smart default which improves support for `arm64` (Apple M1 CPUs primarily).
Improve ARM support - remove explicit arch deb options
Digitalocean has proven to be an unreliable mirror so let's switch to another one (from the official MariaDB site).
Change MariaDB mirror source
Enabling pipelining for SSH connections only means that `become` behaves differently for vagrant, than it does VMs over SSH. Moving this config to the defaults makes both vagrant and VMs behave the same in regards to become, and perhaps we will see some local speed improvements on local provisions as a result.
Enable pipelining for local connections
Add GitHub SSH ed25519 key to known hosts
Update default PHP version to 8.0
Add PHP 8.1 support
[skip ci] Co-authored-by: QWp6t <[email protected]>
chore(github): fix typos in issue templates
This was needed to prevent Logjam attacks but those only applied to DHE cyphers which haven't been supported in Trellis for 2 years.
Remove ssl_dhparam and Diffie-Hellman group
Remove issue closer
Bump vagrant_ansible_version to 2.10.7
2.2.19 has a bug affecting macOS Big Sur and should be avoided.
Require Vagrant < 2.2.19
Ubuntu 22.04 no longer supports UDP for NFS. UDP might offer better performance on 20.04 and older boxes so it can be re-enabled manually. And while there's no plans to switch to NFS v4, it doesn't support UDP either.
`ansible_user` can't be assumed to be defined during Ansible local provisioning (the default mode in Vagrant if Ansible is not installed on the host machine).
Fixes "invalid or malformed argument" issue
Fix doc link in "Deploy WP site"-step message. URL should be redirected IMO additionally.
Gives the ability for users who have the libvirt plugin installed on linux to use libvirt/kvm for creating the virtual machine. This change will make sure that the RAM and CPU count will be properly set on each trellis up.
* Change vmname to title for libvirt vagrant provider * Added KVM Acceleration to the VM. In order for a more accelerated virtual machine, KVM needs to be installed and set as the driver, so that the VM will be a lot faster.
This might also help others in the future.
Trellis CLI is now preferring `trellis.cli.yml` as the main config file path over `.trellis/cli.yml` (though it remains supported). This now makes it possible to gitignore the entire `.trellis` directory as it contains CLI generated files for machine use only. `.trellis/cli.yml` is exempted in the gitignore for legacy compatibility purposes.
Allows customization of the PHP-FPM service configuration. Previously only the _pool_ configuration was exposed in Trellis. This allows for more advanced performance tuning. The PHP-FPM php.ini template is the default values as a starting point. Co-authored-by: Paul Brzeski <[email protected]>
Co-authored-by: Paul Brzeski <[email protected]>
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
WP-CLI v2.8.1 Release Notes
A new release of WP-CLI is available as of today: WP-CLI v2.8.1. For this release, we had 3 contributors collaborate to get 7 pull requests merged.
This is a hotfix release to fix 2 critical bugs with release v2.8.0.
Detailed change log
wp-cli/wp-cli-bundle
wp-cli/wp-cli
WP_CLI_ROOTif needed [#5797]wp-cli/search-replace-command
Contributors
@brandonpayton, @danielbachhuber, @schlessera
#release, #v2-8-1