generated from hashicorp/packer-plugin-scaffolding
-
Notifications
You must be signed in to change notification settings - Fork 21
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
feat: add HCP packer support #122
Merged
Merged
Conversation
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
jooola
force-pushed
the
ajax-ryzhyi-r/main
branch
2 times, most recently
from
December 13, 2023 11:19
6abb7c5
to
242ce34
Compare
jooola
force-pushed
the
ajax-ryzhyi-r/main
branch
from
January 2, 2024 12:04
8280e55
to
3f42c8d
Compare
jooola
force-pushed
the
ajax-ryzhyi-r/main
branch
from
January 12, 2024 12:14
3f42c8d
to
4b19632
Compare
jooola
force-pushed
the
ajax-ryzhyi-r/main
branch
3 times, most recently
from
May 29, 2024 15:44
0a39933
to
e563c5a
Compare
Codecov ReportAttention: Patch coverage is
Additional details and impacted files@@ Coverage Diff @@
## main #122 +/- ##
==========================================
+ Coverage 29.48% 32.49% +3.01%
==========================================
Files 11 11
Lines 641 677 +36
==========================================
+ Hits 189 220 +31
- Misses 428 433 +5
Partials 24 24 ☔ View full report in Codecov by Sentry. |
Co-authored-by: Jonas Lammler <[email protected]> Co-authored-by: Julian Tölle <[email protected]>
jooola
force-pushed
the
ajax-ryzhyi-r/main
branch
from
June 3, 2024 08:17
ef00e01
to
472d983
Compare
apricote
approved these changes
Jun 4, 2024
jooola
pushed a commit
that referenced
this pull request
Jun 5, 2024
🤖 I have created a release *beep* *boop* --- ## [1.5.0](v1.4.0...v1.5.0) (2024-06-05) ### Features * add HCP packer support ([#122](#122)) ([85435ef](85435ef)) * allow disabling the server public ips ([#190](#190)) ([82e6cdb](82e6cdb)), closes [#188](#188) ### Bug Fixes * ensure the upgrade server type is not nil ([#182](#182)) ([d297dcb](d297dcb)) --- This PR was generated with [Release Please](https://github.com/googleapis/release-please). See [documentation](https://github.com/googleapis/release-please#release-please).
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
This pull request adds support for the HCP Packer registry by including the necessary metadata in the image state.
For more details, see: https://developer.hashicorp.com/packer/docs/plugins/creation/hcp-support
Continuation of #91 after accidentally closing the PR.