Zach Shilton
379a17fdca
fix(website): pin packer-plugin-outscale docs to 1.0.2 ( #11986 )
2022-09-14 13:35:26 -04:00
Scott Ford
0a1b1435b4
Adds packer plugin for Mondoo ( #11951 )
...
Signed-off-by: Scott Ford <[email protected] >
Signed-off-by: Scott Ford <[email protected] >
2022-08-22 16:27:17 -04:00
Dan Barr
aec214d0b8
Fix plugin nav titles
...
* Normalize branding/capitalizations
2022-08-05 13:42:56 -04:00
Dan Barr
ab69a2963b
Update HTTP data source page title
...
* Capitalize HTTP
2022-08-05 13:42:56 -04:00
Wilken Rivera
c09f98686d
Add HCP Packer Ready badge to UpCloud ( #11914 )
2022-07-29 15:41:27 -04:00
Wilken Rivera
e12bbf3fb9
Update DigitalOcean plugin docs path ( #11886 )
2022-07-22 13:02:30 -04:00
Chris Griggs
30a263ec7f
Removing Huawei from plugin docs ( #11888 )
2022-07-21 07:42:29 -04:00
Wilken Rivera
9f64b99073
Add Packer Plugin Gridscale to plugins page ( #11862 )
...
* Add Packer Plugin Gridscale to plugins page
* Add verified tier badge
2022-07-07 14:06:28 -04: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
Bryce Kalow
1c0d3ad93d
website: website source code / content split ( #11716 )
2022-04-20 15:51:18 -05:00
Zachary Shilton
a88d54c310
fix(website): remove empty index pages ( #11702 )
2022-04-11 16:08:39 -04: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
Jenna Goldstrich
5f00b15c2e
Linode is HCP Packer ready
2022-03-16 14:23:01 -07:00
Jenna Goldstrich
3cf9985430
Digital Ocean is HCP Packer Ready
2022-03-14 12:41:32 -07:00
Wilken Rivera
1f610310ea
Update plugin tiers documentation ( #11643 )
...
* Add verified and archived tiers
* Bump documentation version for sshkey plugin
* Update website/content/partials/plugins/plugin-tiers-and-namespaces.mdx
Add link to HashiCorp Partners and Integrations page
2022-03-08 14:53:46 -05:00
Zachary Shilton
d82135d4f5
website: support Verified pluginTier, support Archived badge ( #11622 )
...
* website: support Verified pluginTier, support Archived badge
* website: demo new plugin badges, should revert this later
* website: fix missing types, non-optional iconSvg prop
* Revert "website: demo new plugin badges, should revert this later"
This reverts commit ca4aeae831 .
* feat: mark verified plugins and archived plugins
* website: move archived badge to be first badge shown
* fix: move archived badge next to version number
2022-03-07 15:11:47 -05:00
Pamela Bortnick
6f147eb78a
Merge pull request #11607 from hashicorp/pb.alert-banner
...
Updates for HCP Packer
2022-03-07 14:04:36 -05:00
Bryce Kalow
05f828bd56
website: pin previous version of plugin ( #11638 )
...
packer-plugin-sshkey's latest release is missing the docs artifacts. Pinning to the old version here so that website builds can succeed.
2022-03-07 13:19:18 -05:00
Wilken Rivera
a91bd71b92
Cut release 1.8.0
2022-03-04 17:42:26 -05:00
Pamela Bortnick
bf1b550e95
Add expiration date to banner
2022-03-03 12:43:25 -05:00
Pamela Bortnick
4d7dbba904
Add alert banner to site
2022-02-28 14:46:05 -05:00
Pekka Nurmi and Wilken Rivera
a4450adc54
Add UpCloud plugin documentation ( #11587 )
...
* Add UpCloud plugin documentation
* Update UpCloud plugin repository path
* Add sourceBranch to UpCloud plugin description
* Alphabetically sort plugin
Co-authored-by: Wilken Rivera <[email protected] >
2022-02-25 11:26:34 -05:00
Wilken Rivera
df5699c10d
Rename integration program documentation ( #11570 )
2022-02-18 10:01:59 -05:00
9f4a1281dd
Add packer plugins command and subcommands to interact with plugins ( #11553 )
...
* add basic docs for plugins command
* refactor docs
Co-Authored-By: Wilken Rivera <[email protected] >
* add plugins command
* add plugins subcommands
they do nothing for now
* add plugins installed command + tests
* add plugins install command
* add remove plugin command
* better docs for the plugins install command
* remove duplicate content
* better output for installed plugins
* add plugins required command
* Update plugins_install.go
* add newline after `Usage:`
* Update plugins_remove.go
* Update plugins_required.go
* Update plugins_remove.go
* Update plugins_installed.go
* Update plugins_install.go
* add docs
* Update plugins_install.go
* fix typos
* Update plugins_test.go
* fix typos
Co-Authored-By: Wilken Rivera <[email protected] >
* Update core_wrapper.go
Co-Authored-By: Wilken Rivera <[email protected] >
* Update website/content/docs/commands/plugins/remove.mdx
Co-authored-by: Wilken Rivera <[email protected] >
* Update website/content/docs/commands/plugins/required.mdx
Co-authored-by: Wilken Rivera <[email protected] >
* Update website/content/docs/commands/plugins/required.mdx
Co-authored-by: Wilken Rivera <[email protected] >
* Update plugins_required.go
* Update install.mdx
* Update required.mdx
* plugins requirement, warn when no plugin was found
* Update website/content/docs/commands/plugins/required.mdx
Co-authored-by: Wilken Rivera <[email protected] >
Co-authored-by: Wilken Rivera <[email protected] >
Co-authored-by: Wilken Rivera <[email protected] >
2022-02-10 16:53:50 -05:00
packer-ci
661b85e18c
cut version 1.7.10
2022-02-02 22:01:36 +00:00
packer-ci
418284afee
cut version 1.7.9
2022-01-19 15:50:09 +00:00
b3341164cf
feat: extract /plugins ( #11464 )
...
* feat: extract `/plugins`
Co-authored-by: Zachary Shilton <[email protected] >
Co-authored-by: Adrien Delorme <[email protected] >
2022-01-11 10:26:05 -05:00
Wilken Rivera
6176d79913
Add HCP Packer Ready badge to support plugins ( #11456 )
2021-12-17 12:17:27 -05:00
Zachary Shilton and Wilken Rivera
cae7bd9e5b
feat(website): add official and HCP Packer Ready labels ( #11449 )
...
* refactor(website): use prop and CSS for plugin label spacing
* fix: add official tier label to built-in plugin docs
* feat(website): add BadgesHeader component
* refactor(website): use BadgesHeader in all content
* feat(website): add HCP ready demo, tweak badge look
* refactor: integrate work from add-plugin-version branch
* fix(website): correct bad import
* fix: use updated MDX custom component
* chore: remove plugin version label work from this branch
* chore: remove unused var
* fix: use new BadgesHeader interface for dual tags
* chore: remove unused var, refine comment
* fix: remove unused broken import
* fix: shorten property for HCP packer readiness
* Apply suggestions from code review
Remove a few demo labels before merging
Co-authored-by: Wilken Rivera <[email protected] >
2021-12-17 10:22:16 -05:00
Noel Quiles
cf121d899e
chore: Disable alert banner ( #11452 )
2021-12-16 15:22:59 -05:00
Mike Wickett
670bcfa5a0
update alert banner content ( #11441 )
2021-12-09 12:10:26 -05:00
Adrien Delorme
c4cc925da9
pull outscale docs from the freshly moved away outscale repo ( #11428 )
2021-12-02 13:52:58 -05:00
Ethan Davidson
1b949085d4
Add git plugin ( #11395 )
2021-11-15 12:11:56 +01:00
Wilken Rivera
fe2d302421
Bump Packer plugin program navigation up one level ( #11390 )
...
* Bump Packer plugin program navigation up one level
* Fix file path
2021-11-10 14:28:18 -05:00
Sylvia Moss and Wilken Rivera
d8a5ae729f
Add docs for plugins HCP Packer support ( #11389 )
...
* add docs hcp support for plugins
* fix golang format
* Update website/content/docs/plugins/hcp-support.mdx
Co-authored-by: Wilken Rivera <[email protected] >
* Update website/content/docs/plugins/hcp-support.mdx
Co-authored-by: Wilken Rivera <[email protected] >
* Update website/content/docs/plugins/hcp-support.mdx
Co-authored-by: Wilken Rivera <[email protected] >
* improve docs
* change page title
* Apply suggestions from code review
Co-authored-by: Wilken Rivera <[email protected] >
2021-11-10 13:11:29 -05:00
packer-ci
c261e9d641
cut version 1.7.8
2021-10-27 18:56:52 +00:00
Brandon Romano
0fea39d1da
Update HashiConf alert-banner expiration
...
Updates the HashiConf Alert Banner expiration to 10/20 @ 11pm (PT)
2021-10-20 16:04:52 -07:00
Megan Marsh
76d7504aa5
Merge pull request #11333 from hashicorp/add-hcp-docs-info
...
[DO NOT MERGE] Updates for HCP Packer docs
2021-10-19 08:44:40 -07:00
packer-ci
d0c2326671
cut version 1.7.7
2021-10-19 15:12:25 +00:00
Laura Pacilio
da8ec95249
Updates for HCP Packer docs
...
Enable HCP Packer docs and add note about public beta (#11339 )
format markdown and mention that registry block is available in v1.7.7
2021-10-19 08:03:32 -07:00
Noel Quiles
29b227fd60
website: Update alert banner for HashiConf ( #11340 )
...
* Update alert banner for HashiConf
* Closer expiration date
* Final cleanup
2021-10-19 10:00:18 -04:00
Alex Carpenter
6981c9a397
Update banner text and link ( #11331 )
2021-10-14 10:11:38 -04:00
Nathan Pierce
4d18167c29
added anka plugin to docs-remote-plugins.json ( #11279 )
2021-10-14 10:10:21 -04:00
Adrien Delorme
8f832f6126
use remote scaleway docs
2021-09-30 16:15:41 +02:00
packer-ci
55cd239f92
cut version 1.7.6
2021-09-28 19:55:17 +00:00
Noel Quiles
0d9e3eac0f
Update alert banner for HashiConf Global 2021
2021-09-18 23:44:51 -04:00
packer-ci
aec7ec4ea8
cut version 1.7.5
2021-09-14 21:02:50 +00:00