add emojis to version table

pull/10635/head
Adrien Delorme 5 years ago
parent 6e195f92e8
commit 4409991887

@ -67,10 +67,10 @@ maintainer-focused guide [here](/guides/1.7-plugin-upgrade).
Check the table below to better understand whether your plugin is compatible with `packer init`, with manual
installation, or with both for the the Packer version you are using.
| Packer Core Version | Single Component Plugin - API v4 | Single Component Plugin - API v5.0 | Multi Component Plugin - API v5.0 |
| ------------------- | ---------------------------------------------- | ---------------------------------------------- | ------------------------------------------------------ |
| v1.5.0 to v1.6.6 | Plugin must be manually installed | Plugin cannot be used with this Packer version | Plugin cannot be used with this Packer version |
| v1.7.0 | Plugin cannot be used with this Packer version | Plugin must be manually installed | Plugin can be installed manually or with `packer init` |
| Packer Core Version | Single Component Plugin - API v4 | Single Component Plugin - API v5.0 | Multi Component Plugin - API v5.0 |
| ------------------- | ------------------------------------------------- | ------------------------------------------------- | -------------------------------------------------------- |
| v1.5.0 to v1.6.6 | Plugin must be manually installed | Plugin cannot be used with this Packer version | Plugin cannot be used with this Packer version |
| v1.7.0 | Plugin cannot be used with this Packer version | Plugin must be manually installed | 📦 Plugin can be installed manually or with `packer init` |
### How to upgrade your template

Loading…
Cancel
Save