Skip to content

Commit

Permalink
Update CHANGELOG
Browse files Browse the repository at this point in the history
* Add changes for unreleased 1.11.0 changes
  • Loading branch information
nywilken committed Apr 29, 2024
1 parent 78e8e32 commit 0153347
Showing 1 changed file with 19 additions and 0 deletions.
19 changes: 19 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -62,6 +62,22 @@
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: Relax Packer source address URIs within the `required_plugins` block to
support the installation of local plugin binary using a custom or internal
source address (e.g. mycompay.com/plugins/happyorg/happycloud). Remote
installation using `packer init` or `packer plugins install` does not
support non-GitHub source URIs. Users using internal source URIs must
install plugins manually using `packer plugins install --path`.
[GH-12911](https://github.com/hashicorp/packer/pull/12911)
* core: Remote plugins installed containing an internal version number that
differs from the version number within the binary name can lead to
confusion when tracking Packer plugin version information. To help track
such deprecates in the plugin version, `packer init` and `packer plugin
install` have been updated to install such plugins as dev versions (e.g.
1.0.0-dev). Users are encouraged to notify plugin maintainers of any
version mismatches.
[GH-12915](https://github.com/hashicorp/packer/pull/12915)

* 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
Expand Down Expand Up @@ -114,6 +130,9 @@ If, however, a 1.1.1 release version of the plugin is available, it will have pr
but lexicographically inferior will be loaded.
Ex: 1.0.9 vs. 1.0.10; `1.0.9 > 1.0.10` lexicographically, but semantically
`1.0.10 > 1.0.9`
* core/hcp: fix potential race condition when storing plugin details to the HCP
Packer metadata storage map.
[GH-12936](https://github.com/hashicorp/packer/pull/12936)


## 1.10.3 (April 22, 2024)
Expand Down

0 comments on commit 0153347

Please sign in to comment.