mirror of
https://github.com/hashicorp/packer.git
synced 2026-06-09 00:32:09 -04:00
CHANGELOG: add 1.11.0-alpha2 changes
This commit is contained in:
parent
132e3d29b8
commit
407693404b
1 changed files with 9 additions and 0 deletions
|
|
@ -46,6 +46,15 @@
|
|||
version constraints. This work allows users to use binaries with versions
|
||||
reported as "x.y.z-dev" to be used with the Packer `required_plugins`
|
||||
block. [GH-12828](https://github.com/hashicorp/packer/pull/12828)
|
||||
* core: Packer now supports local paths to plugins for the `packer plugins remove`
|
||||
command. This addition makes it possible to pipe commands like
|
||||
`packer plugins installed` with it for speedy cleanup of installed plugins.
|
||||
[GH-12886](https://github.com/hashicorp/packer/pull/12886)
|
||||
* core: Version metadata support for plugins. Plugins may now formally have metadata
|
||||
in their versions, Packer supports it, and applies the semver recommendations on
|
||||
them, i.e. they are ignored for comparison/sorting purposes, but allowed for
|
||||
adding extra information about a plugin.
|
||||
[GH-12888](https://github.com/hashicorp/packer/pull/12888)
|
||||
|
||||
Given the specified version constraint only versions greater than or equal to 1.1.0 will be considered.
|
||||
|
||||
|
|
|
|||
Loading…
Reference in a new issue