Commit Graph
1515 Commits
Author SHA1 Message Date
Wilken Rivera a5d220e0a2 CHANGELOG: Update release date for 1.11 2024-05-31 09:18:24 -04:00
Lucas Bajolet 3591d64bb3 scripts: remove wait for changelog listing 2024-05-30 13:35:48 -04:00
Lucas Bajolet bfd264beda CHANGELOG: update changelog for Packer 1.11.0
Since the release will happen soon, we are updating the changelog to
list all the changes before that happens.
2024-05-30 13:35:48 -04:00
Wilken Rivera e161367e28 Update CHANGELOG 2024-05-15 14:50:41 -04:00
Wilken Rivera 094e00ebd2 Update CHANGELOG 2024-04-23 09:26:25 -04:00
Wilken Rivera baa67010de Add CHANGELOG entries for 1.10.3 2024-04-23 09:15:23 -04:00
Lucas Bajolet 407693404b CHANGELOG: add 1.11.0-alpha2 changes 2024-03-27 09:18:27 -04:00
Lucas Bajolet 28adb06984 CHANGELOG: call out lexicographic version ordering
Since v1.11.0 should fix the version ordering to work with semver
comparison instead of reliying on glob (lexicographic), we should call
out the problem in the CHANGELOG.
2024-03-21 15:49:52 -04:00
Wilken Rivera e6c6520714 Update CHANGELOG.md 2024-03-13 14:07:30 -04:00
Wilken Rivera 7baca4d615 Update CHANGELOG 2024-03-13 14:07:30 -04:00
Wilken Rivera 0a5e51c265 Update CHANGELOG 2024-03-12 13:19:21 -04:00
Wilken Rivera f75a8d1693 Update CHANGELOG 2024-03-11 13:20:31 -04:00
Wilken Rivera 008422c3f1 Clean up CHANGELOG 2024-03-06 10:11:16 -05:00
Wilken Rivera 7e1fb1cc36 Update release date for 1.10.2 2024-03-06 10:04:07 -05:00
Wilken Rivera 17b69be738 Update CHANGELOG 2024-03-06 10:04:07 -05:00
Wilken Rivera ca066f73bf Update CHANGELOG 2024-01-30 05:27:00 -05:00
Wilken Rivera 4d5f1a3607 Update CHANGELOG for 1.10.0 release 2023-12-05 10:11:27 -05:00
Wilken Rivera 327d8a4f73 Update CHANGELOG for upcoming releases 2023-12-04 14:53:51 -05:00
Wilken RiveraandLucas Bajolet 2b7bfaea57 Apply suggestions from code review
Co-authored-by: Lucas Bajolet <[email protected]>
2023-11-10 11:36:52 -05:00
Wilken Rivera 85e9e22bde Update CHANGELOG 2023-11-10 11:36:52 -05:00
Wilken Rivera b3280493e0 Update CHANGELOG 2023-11-08 18:51:07 -05:00
Wilken Rivera c703d2e73d Fix notes section in CHANGELOG 2023-11-08 15:07:02 -05:00
Wilken Rivera edaa10e0a0 Update CHANGELOG 2023-11-08 14:56:08 -05:00
Lucas Bajolet 3c6e3f52ce CHANGELOG: preparing for 1.9.5 2023-08-18 15:38:13 -04:00
Lucas Bajolet 42da69e2bd CHANGELOG: cut 1.9.4 release 2023-08-18 10:58:42 -04:00
Wilken Rivera f961715161 Prepare for 1.9.4 dev mode 2023-08-17 13:10:23 -04:00
Wilken Rivera 50e8f507ca Update CHANGELOG for 1.9.3 2023-08-17 11:05:55 -04:00
Lucas Bajolet e3c20e3dc5 CHANGELOG: prepare for 1.9.3 2023-07-19 17:20:26 -04:00
Lucas Bajolet 3c4a4f06da CHANGELOG: add changelog for Packer 1.9.2 2023-07-19 15:13:57 -04:00
Lucas Bajolet 5f038ce8ac CHANGELOG: prepare for upcoming v1.9.2 2023-06-02 14:13:48 -04:00
Lucas Bajolet 2d5d78a306 CHANGELOG: fix latest release version 2023-06-01 15:44:33 -04:00
Lucas Bajolet 571adf9f1b CHANGELOG: add changelog for v1.9.1 2023-06-01 15:08:17 -04:00
Lucas Bajolet 3f4e49e847 CHANGELOG: add advisory on multiproject support
On HCP, multiproject support was GA'd recently, but Packer does not
support the feature yet.

To avoid clients being surprised if they encounter an error with this
feature enabled, we add an advisory related to this feature not being
supported for now, but planned for later.
2023-06-01 11:20:45 -04:00
Lucas Bajolet f730bd640f changelog: update for release 1.9.0 2023-05-31 11:45:50 -04:00
Lucas Bajolet 35c579a9f6 CHANGELOG: update for 1.9.0 release 2023-05-30 17:20:34 -04:00
Wilken Rivera c6e2468489 Update CHANGELOG 2023-05-04 19:59:14 -04:00
Wilken Rivera 0eb65683d3 Update CHANGELOG
* Add a few missing entries
* Fix minor typos
2023-05-04 19:29:41 -04:00
Wilken Rivera 88abc56781 Update CHANGELOG 2023-05-04 15:10:37 -04:00
Wilken Rivera 290fb9d908 Update CHANGELOG 2023-04-06 16:51:48 -04:00
Wilken Rivera 5652c2f593 CHANGELOG: Add HCP Packer description regression fix 2023-02-15 16:24:16 -05:00
Wilken Rivera b589d0f583 Update CHANGELOG 2023-02-15 16:15:09 -05:00
Wilken Rivera 40557017e0 Update CHANGELOG for 1.8.6 and 1.9.0 2023-02-08 15:47:48 -05:00
Claire b278e5e2d4 add changelog update for vendor label for linux packaging 2023-02-07 13:37:28 -05:00
Lucas Bajolet ec1d2e68f5 hcp: generate fingerprints on each new build
Fingerprints are how we link a packer build to an iteration on HCP.
These are computed automatically from the Git SHA in the current state,
and are unique to the bucket/iteration.

The main problem with this approach is that while sound in theory, it
quickly falls apart when users want to run the same build configuration
twice, but expect a new image to be created.

With the current model, this fails, as the iteration with the current
SHA already exists.

While this is solvable through environment variables, or by committing a
change to the repository, we think this is not clear enough, and causes
an extra step to what should otherwise be a simple process.

Therefore, to lower the barrier of entry into HCP, we change this
behaviour with this commit.

Now, fingerprints are randomly generated ULIDs instead of a git SHA, and
a new one is always generated, unless one is already specified in the
environment.

This makes continuation of an existing iteration a conscious choice
rather than something automatic, and virtually eliminates conflicts such
as the ones described above.
2023-01-25 15:29:26 -05:00
Lucas Bajolet ca197afe9b hcp: remove superfluous return value on GetBuilds
This commit irons out one of the pain points of the HCP rework by
introducing a HCPPublisher interface, implemented both by the JSON Core,
and the HCL2 PackerConfig, which keeps a map of the build names used by
Packer to the build names pushed on HCP.

This in turn lets us go back to the old implementation of the GetBuilds
function, which returns a list of (filtered) builds, and eventually an
error if something went wrong while processing.
2022-12-22 16:06:34 -05:00
Wilken Rivera ea1d32e456 Update CHANGELOG 2022-12-21 16:02:21 -05:00
Wilken Rivera 82bcc9e671 Reset to dev mode 2022-12-13 14:29:25 -05:00
Wilken Rivera 020f9818c3 Update CHANGELOG.md
Fix version for vSphere plugin
2022-12-13 11:32:45 -05:00
Wilken Rivera e4f31384a3 Cut release 1.8.5 2022-12-12 16:40:41 -05:00
Wilken Rivera ad25ebc836 Update CHANGELOG 1.8.5 2022-12-12 16:34:32 -05:00