Commit Graph
4810 Commits
Author SHA1 Message Date
Pamela Bortnick 66c37f31b3 Merge branch 'master' of https://github.com/hashicorp/packer into vscode-optimization 2021-09-08 10:38:09 -04:00
Megan Marsh c25c27b6b6 add docs pages for new data sources 2021-09-07 10:27:25 -07:00
Megan Marsh 48de1fc7da allow datasources to use other datasources
create a null data source for testing. We can choose to document if we want to, but it's a convenience for us

add a test to catch cyclic datasource dependency, update tests to include out of order data sources, and update the code to clean up the returned diagnostics generated from the recursive evaluation

PR review comments
2021-09-03 16:10:39 -07:00
Megan Marsh fd80f8da8c Add two new data sources -- hcp-packer-iteration and hcp-packer-image. These data sources together will allow users to query hcp_packer for the image_ids they need to use as source images to their builds, with a simple UI and clear outputs.
add quick and dirty acceptance test for hcp packer image iteration and hcp packer image data sources
PR review
linting
2021-09-03 15:51:09 -07:00
Adrien Delorme 27d89ac8d4 update all plugins + pin go to go 1.17 (#11237)
* up plugins and get rid of a dependency loop from packer to packer
2021-09-02 12:15:13 +02:00
Kevin Wang 8e026209da fix(website): start script reloads app on save (#11244) 2021-09-01 17:07:39 -04:00
Pamela Bortnick bf4ef37137 Change to correct color 2021-09-01 15:17:14 -04:00
Pamela Bortnick 5d4c094278 Add bg color to status bar 2021-09-01 13:47:52 -04:00
Megan Marsh d6792820f4 Merge pull request #11227 from hashicorp/hcp_data_source
Implement hcp packer data source.
2021-08-31 09:33:48 -07:00
Adrien DelormeandSylvia Moss 9bdeb84cda Clarify what the labels of a source block do. (#11236)
Co-authored-by: Sylvia Moss <[email protected]>
2021-08-31 16:13:47 +02:00
Adrien Delorme d25373a8d6 move inspec provisioner out (#11230) 2021-08-31 12:07:26 +02:00
Adrien Delorme acb01cb800 move salt-masterless provisioner out (#11229)
* move salt-masterless provisioner out
* go get github.com/hashicorp/packer-plugin-salt
2021-08-31 12:07:10 +02:00
Florian Sommerfeld eb39a3120e Fix typo in autounattend_windows.mdx (#11233) 2021-08-31 10:46:07 +02:00
Megan Marsh 60b734733b reworked docs, and created docs page. Not adding to the website index because we don't want this doc page live until after the HCP Packer registry enters public beta 2021-08-30 16:27:08 -07:00
Megan Marsh c0eb830c42 better docstrings and regenerate docs 2021-08-30 15:53:29 -07:00
Megan Marsh 980deeb684 Implement hcp packer data source. This is a rough copy of the terraform provider's data source, to make beta user experience consistent across both sources 2021-08-27 12:03:55 -07:00
Pamela Bortnick 6efee459fb Update social share image (#11226)
* Update social share image

* Remove unecessary files
2021-08-26 17:09:39 -04:00
Adrien Delorme eb8e302941 hcl2_upgrade: special case: vsphere fix (#11216)
* fix typo

* hcl2_upgrade: special case linux_options and network_interface to block instead of maps

* Update hcl2_upgrade_test.go

* Update hcl2_upgrade_test.go

remove unused code

* hcl2_upgrade: support strftime too (#11220)

* hcl2_upgrade strftime function
* create legacy_strftime.mdx
2021-08-25 14:20:08 +02:00
Adrien Delorme 1d915adad1 file provisioner: add possibility to set content + tests (#11209) 2021-08-17 11:24:29 +02:00
Mike Wickett 3f8c8704e5 chore: update alert banner (#11195) 2021-08-13 08:05:10 -04:00
Zachary Shilton adcd472873 website: upgrade content and global styles (#11151)
* website: upgrade global-styles packages

* website: upgrade community page

* website: hide alert-banner on mobile

* website: replace g-container with g-grid-container

* website: delete unused CSS

* website: backfill missing type styles

* website: fix style import path

* website: bump to latest patched dependencies
2021-08-13 08:04:19 -04:00
dependabot[bot] 54a4f59fc7 Bump path-parse from 1.0.6 to 1.0.7 in /website (#11202)
Bumps [path-parse](https://github.com/jbgutierrez/path-parse) from 1.0.6 to 1.0.7.
- [Release notes](https://github.com/jbgutierrez/path-parse/releases)
- [Commits](https://github.com/jbgutierrez/path-parse/commits/v1.0.7)

---
updated-dependencies:
- dependency-name: path-parse
  dependency-type: indirect
...

Signed-off-by: dependabot[bot] <[email protected]>

Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2021-08-12 10:56:36 +02:00
a534c743cf HCP Packer registry enabled Packer client (#11154)
* Add working registry pkg

* Add custom error for handling the loading of PAR environment variables

* Working Publish to Build, with proper error handling for bucket names

* Update hcp-sdk-go to use branch instead of mod replace directive

* Update Packer build status configuration

* Add support for HCP_PACKER_BUILD_FINGERPRINT env

* Add support for publishing one or more PARtifacts from a single build

* add git shas to this branch

* Add ability to set provider name if available

* Add working RegistryBuilder type

* Add RegistryPostProcessor as wrapper post-processor

* When in PAR mode a empty RegistryPostProcessor is added to the end of
  the post-processor list to publish all final image data.

* Add support for updating a build from PAR that is not in a DONE state

* Fix a small issue with creation the initial builds for an empty
  iteration.

* Add PAR URL to post-processor display

* Implement hcp_packer_registry block (#11168)

* Update vendored Amazon plugin to v1.0.1-dev

* Fix panic when running a Packer registry build in a clean directory

* Remove the publishing of post-processor metadata from the registry
  post-processor.

* Remove metadata add from registry_builder

* Update registry builder to skip a build that was found to be DONE

Co-authored-by: Megan Marsh <[email protected]>
Co-authored-by: Sylvia Moss <[email protected]>
2021-08-05 09:25:19 -04:00
Mike Wickett 298ca5fd35 website: update consent manager (#11177) 2021-07-30 15:45:14 -04:00
HACK SPHERE LABS 3b733eb0f8 added newest packer-plugin-xenserver and xcp-ng (#11166)
the old citrix plugin has not been updated recently, so the sponsored fork is added, and references to xcp-ng added
2021-07-29 15:49:34 +02:00
Bryce Kalow 6825d1ad0d web: migrate to web platform- packages (#11156) 2021-07-27 15:54:54 -05:00
Ori Hoch 7db0234a60 add Kamatera builder plugin (#11158) 2021-07-26 15:14:11 -04:00
packer-ci 024c08b3d3 cut version 1.7.4 2021-07-20 17:06:43 +00:00
Joseph Daniel 33a4ba2dc1 Fix incorrect isotime output (#11157) 2021-07-20 10:54:29 -04:00
Megan Marsh f73edb70b5 fix link and copypasta from waypoint 2021-07-14 10:26:47 -07:00
Noel Quiles e76697f2b7 Bump hashi-stack-menu (#11141) 2021-07-12 16:32:26 -04:00
Megan Marsh c56f34f9d3 add stdin to docs for fmt (#11132) 2021-07-07 10:11:02 -04:00
Megan Marsh a7b234af13 remove broken links and just send users over to learn platform (#11127) 2021-07-02 12:20:12 +02:00
Megan Marsh 7cd0167c84 Merge pull request #11122 from brimstone/patch-1
fix typo in configure docs
2021-06-28 15:17:28 -07:00
Kendall Strautman cf48d76fbd chore: upgrade react-head and deps (#11119) 2021-06-28 08:58:17 -07:00
Matt Robinson fe425e533d fix typo in configure docs 2021-06-25 20:10:20 -04:00
Zachary Shilton a2b7105238 website: bump nextjs-scripts for latest code-block (#11112) 2021-06-23 10:01:34 -04:00
Mark Lewis 5b8cce603d Minor formatting improvement (#11106) 2021-06-21 17:34:13 +02:00
Zachary Shilton e6f1330c10 website: upgrade code-block (#11031)
* website: test code-block upgrade with pre-releases

* website: remove prism  style import, now incl in code-block

* website: bump to latest code-block releases

* website: remove explicit code-block dep, not needed
2021-06-21 10:55:45 -04:00
Bryce Kalow 1f90f081ee update algolia API key (#11102) 2021-06-17 11:34:29 -04:00
Sylvia Moss 8470911ab6 add hashicups docs (#11096) 2021-06-16 11:32:05 +02:00
packer-ci 6208456cef cut version 1.7.3 2021-06-15 22:19:18 +00:00
Wilken Rivera e22346f0fa Extract ProfitBricks Plugin (#11084)
* Extract ProfitBricks Plugin

* Update CHANGELOG
2021-06-14 17:30:58 -04:00
GennadySpbandSylvia Moss 51e7a95b3b Fix link ref (#11079)
* Fix link ref

* Update website/content/docs/templates/hcl_templates/functions/uuid/uuidv5.mdx

Co-authored-by: Sylvia Moss <[email protected]>

Co-authored-by: Sylvia Moss <[email protected]>
2021-06-11 16:41:10 +02:00
Mike Wickett b3465b0495 website: update alert banner (#11074) 2021-06-09 11:05:52 -04:00
Ilya Voronin 079dd0d53c SSH Key Remote Docs (#11072) 2021-06-09 13:54:54 +02:00
Brandon Romano 870cf5102e Homepage Update 2021-06-09 03:41:10 -07:00
David Dymko e1f70147d9 vultr remote docs (#11070) 2021-06-08 15:00:03 +02:00
Brandon Romano 6e037aa84b Merge pull request #11063 from hashicorp/ks.updates-alert-banner-hashiconf
chore: updates alert banner data
2021-06-08 04:22:14 -07:00
Wilken Rivera 4ab255caba Update absolute links to relative (#11068)
* Update absolute links to relative

* Update packer-integration-program.mdx

Fix case for component names
2021-06-04 11:58:51 +02:00