179 Commits
Author SHA1 Message Date
Sanya d17af854b1 Packer release 1.16.1 (#13705) 2026-09-15 17:27:27 +05:30
fb8fa2b0fe [COMPLIANCE] Add/Update Copyright Headers (#13699)
* [COMPLIANCE] Add/Update Copyright Headers

* make generate update

* make generate

---------

Co-authored-by: hashicorp-copywrite[bot] <110428419+hashicorp-copywrite[bot]@users.noreply.github.com>
Co-authored-by: sanya <[email protected]>
Co-authored-by: Sanya <[email protected]>
2026-09-15 17:10:54 +05:30
Tanmay Jain 856572ec83 version: cut release v1.16.0 (#13682)
* Go Module grpc update

* version: cut release v1.16.0
2026-07-24 11:33:24 +05:30
Hari 2f86cc4001 chore(release): update changelog and version to 1.15.4 (#13651) 2026-06-03 18:27:30 +05:30
hashicorp-copywrite[bot] abc4bfffce Merge pull request #13632 from hashicorp/compliance/add-headers
[COMPLIANCE] Add/Update Copyright Headers
2026-06-03 14:37:46 +05:30
Tanmay JainandCopilot 08fe3137c6 version: cut release v1.15.3
Co-authored-by: Copilot <[email protected]>
2026-04-27 14:28:47 +05:30
HariandCopilot 9ca74f740b Bump version to 1.15.2 and update changelog for release (#13618)
* Bump version to 1.15.2 and update changelog for release

* Cleanup changelog by removing outdated entries and sensitive data ref… (#13619)

* Cleanup changelog by removing outdated entries and sensitive data references

* Clarify provisioner behavior in changelog to improve understanding of lifecycle enforcement

* Update changelog to clarify provisioner lifecycle enforcement and remove outdated bug fix entry

Co-authored-by: Copilot <[email protected]>

---------

Co-authored-by: Copilot <[email protected]>

---------

Co-authored-by: Copilot <[email protected]>
2026-04-24 12:13:21 +05:30
Anurag Sharma 33740b7c61 cut release v1.15.1 (#13588) 2026-03-26 16:44:34 +05:30
Tanmay Jain 708f748911 version: prepare dev v1.15.1 2026-02-04 13:07:19 +05:30
Tanmay Jain 17bc81ea6c version: cut release v1.15.0 2026-02-04 10:56:10 +05:30
hashicorp-copywrite[bot] 6af0b29558 [COMPLIANCE] Update Copyright and License Headers 2025-11-30 18:32:15 +00:00
Anurag Sharma c60dc95eda prepare for dev 1.14.4 (#13531) 2025-11-19 12:09:31 +05:30
Anurag Sharma e6f6dabce2 cut release 1.14.3 (#13520) 2025-11-18 18:36:17 +05:30
kp2099 847497f8f3 Merge pull request #13469 from hashicorp/karthik/prep_version_1.14.3
version prep 1.14.3
2025-09-09 20:51:55 +05:30
karthik P d23da9806e updating versiun + changelog 2025-09-09 14:00:56 +05:30
anshulSharma c98a15a6b7 dev version bump (#13443) 2025-08-07 15:08:02 +05:30
anshulSharma 4ed31576eb changelog update and patch release version changes (#13440)
* changelog update and patch release version changes

* typo fix
2025-08-05 16:15:14 +05:30
anshulSharma 1a01c0547b change log update for packer 1.14.0 (#13436)
* change log update for packer 1.14.0

* review suggested change

* packer version change, the one to be released
2025-07-30 10:11:49 +05:30
kp2099 f829fd9669 prepare version 1.13.2-dev (#13408) 2025-06-06 15:43:28 +05:30
karthik P 232165097b prepare version 1.13.1 2025-06-06 12:38:34 +05:30
anshulSharma 9086931f21 bump dev version (#13389)
* bump dev version

* missing changelog addition
2025-06-03 20:59:25 +05:30
anshulSharma 9b6353a04d release version readiness (#13384)
* release version readiness

* changelog updated
2025-05-28 11:53:23 +05:30
anshulSharma a80c83c40e keeping the version file up to date (#13382) 2025-05-26 13:34:42 +05:30
Lucas Bajolet 361a432eac version: bump main to 1.12.0-dev
Since we released 1.11.0 today, we need to have main point to the next
minor release of Packer so CI succeeds, otherwise we get an unexpected
output for the version being out-of-date.
2024-05-31 15:17:52 -04:00
Lucas Bajolet 410e59f141 version: compute SemVer from rawVersion
A bug in the SDK prevents us from calling SemVer on the PluginVersion
derived from the rawVersion, as when doing so, we reset the semVer
attribute to only use the core part of the version, thereby dropping any
information on pre-release/metadata.

This is not ideal, and arguably not wanted. So in order to not lose this
information, we re-compute the SemVer from rawVersion, this way we don't
overwrite it for both structures.
2024-04-23 11:10:43 -04:00
Lucas Bajolet cdaad0cde2 version: up version handling code for SDK update
Since the SDK was updated and now accepts raw version strings in
addition to also supporting metadata officially, we can start using
those functions in our version package as well.
2024-04-16 14:27:05 -04:00
Lucas Bajolet f05124e2a4 version: set version to 1.11.0-dev
Since we set the raw version string from version/VERSION now, we change
its information to point to 1.11.0-dev until we're ready to release.
2024-04-16 10:19:17 -04:00
Lucas Bajolet 93bec31ec9 version: embed version/VERSION as version string
Since we have both version/version.go and version/VERSION to specify
version strings, both are a bit redundant.

As version/VERSION is supposed to be the source of truth now, we are
using it to derive the version informaiton we used to rely on in Packer
and its subcommands.

Note: doing this prevents us from changing the version/prerelease
through ldflags though as we derive Version/VersionPrerelease from the
rawVersion variable.
2024-04-16 10:19:17 -04:00
Wilken Rivera c138ce533e Revert "Bumped product version to 1.12.0."
This reverts commit cc22e282ac.
The action successfully works now for the future release branch.
2023-11-10 16:32:19 -05:00
hc-github-team-packer cc22e282ac Bumped product version to 1.12.0. 2023-11-10 16:29:36 -05:00
Wilken Rivera a118b5489e Bumped product version to 1.11.0 2023-11-10 11:42:44 -05:00
Wilken Rivera ebc1317307 Bumped product version to 1.11.0. 2023-11-10 11:39:23 -05:00
hashicorp-copywrite[bot] 19055df3ec [COMPLIANCE] License changes (#12568)
* Updating the license from MPL to Business Source License

Going forward, this project will be licensed under the Business Source License v1.1. Please see our blog post for more details at https://hashi.co/bsl-blog, FAQ at https://hashi.co/license-faq, and details of the license at www.hashicorp.com/bsl.

* Update copyright file headers to BUSL-1.1

---------

Co-authored-by: hashicorp-copywrite[bot] <110428419+hashicorp-copywrite[bot]@users.noreply.github.com>
2023-08-10 15:53:29 -07:00
Lucas Bajolet ac29a1366b version: prepare for 1.10.0 releases 2023-05-31 11:50:56 -04:00
hashicorp-copywrite[bot] b7df3ca36f [COMPLIANCE] Add Copyright and License Headers (#12254)
Co-authored-by: hashicorp-copywrite[bot] <110428419+hashicorp-copywrite[bot]@users.noreply.github.com>
2023-03-02 15:37:05 -05:00
Wilken Rivera b986a7c948 Bump development version to 1.9.0
Stable releases for 1.8.x will be made off of the release/1.8.x branch.
Main will represent the next minor version. When ready for a release a new release branch will
be created for the version.
2023-02-08 11:17:54 -05:00
claire labry 0d94e7d753 Introduce action-set-product-version for Packer (#12135)
This change introduces the new actions-set-product-version, a tiny, but mighty, GitHub action that acts as a bridge between the product repo and our new CRT feature: automated version bumping.

tl;dr automated version bumping has a new command (bob update version) in the bob CLI that automatically bumps the version to a new patch. This automation has been introduced to crt-workflows-common as a new workflow (with the new bob command) and handles version bumping at the end of the release pipeline (after being released to production); for example, 1.0.0→1.0.1 and 1.0.0-dev→1.0.0. Bumping the minor version (ie 1.0.x→1.1.0) is only supported manually via bob update version -bump minor, but not supported in CRT (this work is upcoming). This is made possible by adding the new event “bump-version” in the ci.hcl file in this PR.

What this small action does:

    Allows for the static version string from the version/VERSION file to be read by the new CRT workflow and automagically be bumped to the next version (whether it be a minor, or patch, or major version bump).
    Outputs an error if there’s no VERSION file in the version dir
    Outputs an error if there’s no version string in the VERSION file
    Is able to parse product_version if it is 1.3.0-alpha1 as 1.3.0 (example: when product_version = 1.3.0-alpha1, base_version = 1.3.0)
    Is able to parse prerelease product versions such as alpha1 (example prerelease_product_version = alpha1) in the statement above.
2023-01-19 14:02:09 -05:00
Wilken Rivera 82bcc9e671 Reset to dev mode 2022-12-13 14:29:25 -05:00
Wilken Rivera e4f31384a3 Cut release 1.8.5 2022-12-12 16:40:41 -05:00
Lucas Bajolet 83ca7c203c prepare 1.8.5 2022-10-28 12:13:31 -04:00
Lucas Bajolet 83cc093d50 cut release 1.8.4 2022-10-28 10:43:05 -04:00
Wilken Rivera 0c9c3fe48c Put in dev mode 1.8.4 2022-08-02 21:05:48 -04:00
Wilken Rivera 38b47d8211 Cut release 1.8.3
* Fix spacing in CHANGELOG
* Add release date to CHANGELOG
2022-08-02 05:55:28 -04:00
Wilken Rivera f752f8dd63 Put in dev mode 2022-06-21 17:51:54 -04:00
Wilken Rivera f0e24a249b Cut release v1.8.2 2022-06-21 13:01:18 -04:00
Wilken Rivera ecacd59f0f Put in dev mode 1.8.2 (#11822) 2022-05-30 10:26:36 +02:00
Wilken Rivera 467529f597 Cut release 1.8.1 2022-05-27 13:17:11 -04:00
Wilken Rivera ec912cae9e Put in dev mode 2022-03-08 19:37:47 -05:00
Wilken Rivera 70806cb27e Bump version for 1.8.0 release 2022-03-03 12:07:10 -05:00
b63a9c9803 Onboard to CRT (#11564)
Onboard Packer to CRT

Co-authored-by: Wilken Rivera <[email protected]>
Co-authored-by: Claire Labry <[email protected]>
2022-02-25 15:56:20 -08:00