Commit Graph
25 Commits
Author SHA1 Message Date
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
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 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
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 ebc1317307 Bumped product version to 1.11.0. 2023-11-10 11:39:23 -05:00
Lucas Bajolet ac29a1366b version: prepare for 1.10.0 releases 2023-05-31 11:50:56 -04: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