Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

CHANGELOG: add changes for v1.12.0 #13266

Open
wants to merge 1 commit into
base: main
Choose a base branch
from

Conversation

lbajolet-hashicorp
Copy link
Contributor

No description provided.

@lbajolet-hashicorp lbajolet-hashicorp requested a review from a team as a code owner January 21, 2025 18:53
@lbajolet-hashicorp lbajolet-hashicorp force-pushed the changelog_1.12.0 branch 2 times, most recently from 0f54ac1 to ac5ced3 Compare January 21, 2025 19:27
Copy link
Contributor

@JenGoldstrich JenGoldstrich left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

LGTM, consider my feedback, take it or leave it

Comment on lines +5 to +7
* core: add support for a DAG-based evaluation on locals and datasources.
A long-standing odditiy of Packer in terms of evaluation has been the
locals/datasource order dependency. In previous versions of Packer, the
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Suggested change
* core: add support for a DAG-based evaluation on locals and datasources.
A long-standing odditiy of Packer in terms of evaluation has been the
locals/datasource order dependency. In previous versions of Packer, the
* core: add support for a DAG-based evaluation on locals and datasources.
A long-standing odditiy of Packer has been the order of evaluating locals and datasources.
In previous versions of Packer, the

[GH-13155](https://github.com/hashicorp/packer/pull/13155)

* core/hcp: support for uploading SBOMs to HCP Packer.
Software Bill of Materials is a standardised way to export the various
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Suggested change
Software Bill of Materials is a standardised way to export the various
Software Bill of Material (SBOM) files are a standardized way to export the various

Comment on lines +28 to +32
While the production of the SBOM itself is not supported directly by
Packer, instead we recommend using known scanners to produce them, we add
the capacity to upload this SBOM file to HCP Packer, and link it to a
build artifact.
[GH-13171](https://github.com/hashicorp/packer/pull/13171)
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Suggested change
While the production of the SBOM itself is not supported directly by
Packer, instead we recommend using known scanners to produce them, we add
the capacity to upload this SBOM file to HCP Packer, and link it to a
build artifact.
[GH-13171](https://github.com/hashicorp/packer/pull/13171)
While the generation of the SBOM itself is not done directly by
Packer, instead we recommend using known scanners to produce them, we add
the capacity to upload this SBOM file to HCP Packer, and link it to a
build artifact.
[GH-13171](https://github.com/hashicorp/packer/pull/13171)

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants