add emojis to version table

This commit is contained in:
Adrien Delorme 2021-02-16 14:36:52 +01:00
parent 6e195f92e8
commit 4409991887
1 changed files with 4 additions and 4 deletions

View File

@ -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