Commit Graph
17874 Commits
Author SHA1 Message Date
Jenna Goldstrich 89dc1c9fdf Merge pull request #11812 from hashicorp/revert-11811-hpats/remove-access-token-check
Revert "Remove Access Token Check, Silence curl request, and Merge Clone & Test steps in HPATS"
2022-05-26 12:31:34 -07:00
Jenna Goldstrich 6497a75783 Revert "Remove Access Token Check, Silence curl request, and Merge Clone & Test steps in HPATS" 2022-05-26 12:19:38 -07:00
Jenna Goldstrich 2e913bcd28 Merge pull request #11811 from hashicorp/hpats/remove-access-token-check
Remove Access Token Check, Silence curl request, and Merge Clone & Test steps in HPATS
2022-05-26 11:50:00 -07:00
Jenna Goldstrich 394c5e1175 Merge Clone and run steps cause it doesn't look like CDing into hpats directory works 2022-05-26 11:39:04 -07:00
Jenna Goldstrich 599db968e5 Remove Access Token Check, and silence curl request 2022-05-26 11:29:59 -07:00
Jenna Goldstrich 2355853918 Try curl for getting HCP Access Token in HPATS (#11810) 2022-05-26 14:18:44 -04:00
Jenna Goldstrich f94e3ea01b Remove .github from repo clone (#11809) 2022-05-26 12:46:56 -04:00
Jenna Goldstrich e8c623f75f Add SSH key for HPATS to pull internal repo (#11808) 2022-05-26 12:19:20 -04:00
Jenna Goldstrich de196e1306 - to _ for workflow_dispatch (#11807) 2022-05-26 11:54:43 -04:00
Jenna Goldstrich 961c1d7046 Migrate to internal Registry tests (#11806)
* Implement HPATS in Nightly build, delete registry par test

* Update .github/workflows/acceptance-test.yml

* add workflow-dispatch
2022-05-26 11:51:38 -04:00
Wilken Rivera adc130a73e Update project GitHub actions (#11805)
To assist in tracking newly created issues and pull-requests a new set
of actions is being added to assign inbound request to a new project
board. Where the team can view, filter, and organize in bound requests
across all Packer repos.
2022-05-25 17:01:04 -04:00
Wilken Rivera 23b492bf7d Update CHANGELOG 2022-05-25 15:58:44 -04:00
Wilken Rivera 6f1cefa53d Bump versions for all recently plugins (#11802)
* Bump versions for all recently plugins

This change brings all plugins in Packer core up to date to address
issues with legacy SSH RSA-SHA1 key algorithms.

Related to: https://github.com/hashicorp/packer/pull/11761

* Update repository for packer-plugin-outscale
2022-05-25 15:51:40 -04:00
teddylear 36fc4a9f3d docs: Update unix packer config file location docs (#11797) 2022-05-23 15:47:23 -04:00
Jenna Goldstrich 177ea5f0c2 Merge pull request #11761 from hashicorp/nywilken/update-external-plugins
Update external plugins to latest available release
2022-05-20 07:58:51 -07:00
Michele Degges a8bbf7ae92 [CI-only] Build and publish dev dockerhub images (#11790) 2022-05-19 22:53:06 -07:00
Wilken Rivera 9bf17ec952 Update external plugins to latest available release 2022-05-19 16:21:16 -04:00
dependabot[bot] cec4f91d34 Bump github.com/hashicorp/packer-plugin-sdk from 0.2.12 to 0.2.13 (#11774)
Bumps [github.com/hashicorp/packer-plugin-sdk](https://github.com/hashicorp/packer-plugin-sdk) from 0.2.12 to 0.2.13.
- [Release notes](https://github.com/hashicorp/packer-plugin-sdk/releases)
- [Changelog](https://github.com/hashicorp/packer-plugin-sdk/blob/main/CHANGELOG.md)
- [Commits](https://github.com/hashicorp/packer-plugin-sdk/compare/v0.2.12...v0.2.13)

---
updated-dependencies:
- dependency-name: github.com/hashicorp/packer-plugin-sdk
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

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

Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2022-05-19 13:13:01 -04:00
lbajolet-hashicorp f821704428 Merge pull request #11791 from hashicorp/makefile_fix_1.18
Makefile: use go install for install-gen-deps
2022-05-18 15:58:13 -04:00
Lucas Bajolet 7d4b9548ac Makefile: use go install for install-gen-deps
The `go get' command for installing a module without modifying the
go.mod/go.sum was deprecated for several versions, and is now removed in
go 1.18.

Since the project supports go 1.17 at minimum, the behaviour is
supported too, and we can change this in the Makefile so the build works
on Go 1.18 too.
2022-05-18 15:41:00 -04:00
dependabot[bot] 3cba759c52 Bump slackapi/slack-github-action from 1.18.0 to 1.19.0 (#11753)
Bumps [slackapi/slack-github-action](https://github.com/slackapi/slack-github-action) from 1.18.0 to 1.19.0.
- [Release notes](https://github.com/slackapi/slack-github-action/releases)
- [Commits](https://github.com/slackapi/slack-github-action/compare/v1.18.0...v1.19.0)

---
updated-dependencies:
- dependency-name: slackapi/slack-github-action
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

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

Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2022-05-17 20:57:39 -04:00
dependabot[bot] 6d8a9fb8e2 Bump github/issue-labeler from 2.4 to 2.5 (#11782)
Bumps [github/issue-labeler](https://github.com/github/issue-labeler) from 2.4 to 2.5.
- [Release notes](https://github.com/github/issue-labeler/releases)
- [Commits](https://github.com/github/issue-labeler/compare/v2.4...v2.5)

---
updated-dependencies:
- dependency-name: github/issue-labeler
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

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

Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2022-05-17 20:56:56 -04:00
Jenna Goldstrich 66d4c2dc44 Merge pull request #11784 from hashicorp/fix_generated_code
Run make generate
2022-05-17 12:08:55 -07:00
sylviamoss 667e18f8be fix docs 2022-05-17 20:11:26 +02:00
sylviamoss 0cc754a1ad make generate 2022-05-17 20:03:49 +02:00
teddylear 805225a113 feat: add http datasource (#11658) 2022-05-17 19:26:34 +02:00
Kiss Tamás b19980c26e Add libvirt plugin (#11762)
This PR adds my packer plugin supporting remote builds on Libvirt hypervisors to the plugin manifest.
2022-05-16 11:31:51 +02:00
Zachary Shilton 90d3c20b7d fix: work around deleted plugin release (#11771)
* fix: work around deleted plugin release

* fix: specify version for plugin without docs.zip
2022-05-10 13:09:48 -06:00
Sylvia Moss 5c0988acbd bump hcp-sdk-go and fix import path (#11763)
* bump hcp-sdk-go and fix import path

* bump hcp-sdk-go 0.19.0
2022-05-10 14:01:26 +02:00
Wilken Rivera 14ef80f9eb Update builders index page (#11765)
- Fix broken link thanks
- Update language text
2022-05-06 15:20:15 +02:00
Wilken Rivera 5c1694ca9d Bump packer-plugin-sdk (#11754)
The Packer Plugin SDK has been updated in v0.2.12 to address the
x/crypto/ssh fix for unsupported key algorithms. This change is specific
to the SSH communication which is mostly in the sdk pkg. But it is being
brought into Packer to have parity with all the external plugins, which
are being updated separately.
2022-05-05 13:35:38 -04:00
Mike Schinkel fefb70be2b Added mention of HCL in Terminology>Templates (#11749) 2022-05-04 15:27:54 -04:00
Laura Pacilio ed54fb363a Make Builders Overview Page Clearer (#11743)
* Update page to make it clearer where users can find all the builder types

* MOve plugins to be first per PR feedback
2022-05-04 14:08:40 -04:00
Jeanne Angeles Franco ea70359e52 Add release metadata config (#11747)
* Add release metadat config

* Move the release metadata config to the correct event workflow
2022-05-03 18:02:39 -04:00
dependabot[bot] 36c2301781 Bump github.com/hashicorp/hcl/v2 from 2.11.1 to 2.12.0 (#11737)
Bumps [github.com/hashicorp/hcl/v2](https://github.com/hashicorp/hcl) from 2.11.1 to 2.12.0.
- [Release notes](https://github.com/hashicorp/hcl/releases)
- [Changelog](https://github.com/hashicorp/hcl/blob/main/CHANGELOG.md)
- [Commits](https://github.com/hashicorp/hcl/compare/v2.11.1...v2.12.0)

---
updated-dependencies:
- dependency-name: github.com/hashicorp/hcl/v2
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

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

Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2022-04-29 12:27:41 -04:00
doppelc 7d9c6fb795 Fix typo in docs (#11734) 2022-04-25 19:06:52 +02:00
Jenna GoldstrichandWilken Rivera 1dd7532846 Support packer plugins installed plugins in JSON (and HCL without required block) (#11712)
* Parse plugins from nested installed directories in json/non-required block HCL

* Add Packer Plugins installed test

* Add checksum validation for multi-component plugins installed by the packer plugins subcommand (#11732)

This change copies a bit of the logic in hcl2template/plugin in order to
strengthen the check for multi-component plugins installed via the
`packer plugins install` commands.

* Replace ioutil with os pkg

In go1.16 the ioutil std lib package was deprecated in favor of the os
and io packages. This change just updates all Temp creation methods to
their os pkg equivalents.

Co-authored-by: Wilken Rivera <[email protected]>
2022-04-21 15:14:47 -04:00
Bryce Kalow 1881ecede5 updates platform-cli to latest (#11727) 2022-04-21 10:16:10 -04:00
Wilken Rivera ca825d7a6a Remove markdown link checker (#11722)
The Markdown link checker currently deployed has served its purpose for
the time being. It is being removed to avoid failed checks on PRs, while
we evaluate alternative solutions used by other HashiCorp repositories.
2022-04-21 10:15:40 -04:00
Bryce Kalow 1c0d3ad93d website: website source code / content split (#11716) 2022-04-20 15:51:18 -05:00
Wilken Rivera e2dc5a7137 Update community note on GitHub issue templates (#11715)
In an effort to help prioritize issues (i.e bugs and feature requests) that are important to the community
the community note pertaining to issue voting has been moved to the top of each
template with a comment informing users not to delete it. The goal is to
rely more on votes for feature requests and issues that are not critical.

Critical issues being crashes, regressions, security vulnerabilities, and broken features.
2022-04-15 11:26:29 -04:00
Wilken Rivera 202f93f6a9 Update issue-labeler action (#11699)
The latest release of the action requires the field
enable_versioned_regex to be set. We currently don't use
versioned_regex. So this change sets the field to false.
2022-04-12 17:57:00 -04:00
Zachary Shilton a88d54c310 fix(website): remove empty index pages (#11702) 2022-04-11 16:08:39 -04:00
Michele Degges 4801fae3df [RelAPI Onboarding] Add release API metadata file (#11683) 2022-03-23 11:16:01 +01:00
Bryce Kalow 544efd71f4 website: unpin plugin version (#11680) 2022-03-22 16:18:06 -05:00
Bryce Kalow 78c62ded09 website: pin plugin version (#11677) 2022-03-22 13:30:26 -05:00
Adrien Delorme 039155612a get go-getter 2.0.2, that won't untar OVA files (#11675) 2022-03-22 11:08:31 +01:00
Jenna Goldstrich ba130d2dec Merge pull request #11669 from hashicorp/linode-hcp-ready
Linode is HCP Packer ready
2022-03-18 08:43:21 -07:00
Jenna Goldstrich 5f00b15c2e Linode is HCP Packer ready 2022-03-16 14:23:01 -07:00
Wilken Rivera a7c37ee34d Add tests for the packer plugins subcommand (#11660)
* Add tests for plugins install command

* Add tests for plugins remove command

* Add PACKER_GITHUB_API_TOKEN to all test env

* Update dir hashes for non-darwin os

* Update tests with feedback from review
2022-03-15 16:32:49 -04:00