mirror of
https://github.com/hashicorp/packer.git
synced 2026-06-08 16:22:15 -04:00
changelog update and patch release version changes (#13440)
* changelog update and patch release version changes * typo fix
This commit is contained in:
parent
b99244845a
commit
4ed31576eb
2 changed files with 10 additions and 2 deletions
10
CHANGELOG.md
10
CHANGELOG.md
|
|
@ -1,4 +1,12 @@
|
|||
## 1.14.0 (Upcoming...)
|
||||
## 1.14.1 (August 5, 2025)
|
||||
|
||||
### BUG FIXES:
|
||||
|
||||
* core: Changes on the packer plugin installation process to ensure that the plugin is installed correctly.
|
||||
The releases binary from official site releases.hashicorp.com was not getting installed from a proxy server, which was addressed in this PR.
|
||||
[GH-13439](https://github.com/hashicorp/packer/pull/13439)
|
||||
|
||||
## 1.14.0 (July 30, 2025)
|
||||
|
||||
### IMPROVEMENTS:
|
||||
|
||||
|
|
|
|||
|
|
@ -1 +1 @@
|
|||
1.14.0
|
||||
1.14.1
|
||||
|
|
|
|||
Loading…
Reference in a new issue