Commit graph

4874 commits

Author SHA1 Message Date
Wilken Rivera
ebcfd0cd8e
windows-restart: Update documentation for restart_check_command (#11507)
Closes #11467
2022-01-24 12:48:02 +01:00
Ethan Davidson
f9606a1352
plugin manifest file has been renamed (#11508) 2022-01-24 12:46:47 +01:00
Wilken Rivera
6c713d1fd6
Add example of marking Vault values as sensitive variables (#11503)
* Add example of marking Vault values as sensitive variables

* Update website/content/docs/templates/hcl_templates/functions/contextual/vault.mdx
2022-01-24 11:14:48 +01:00
Bryce Kalow
83a0bcf67a
chore: upgrade downloads page (#11504) 2022-01-19 13:05:08 -05:00
packer-ci
418284afee cut version 1.7.9 2022-01-19 15:50:09 +00:00
Kevin Wang
5e1be6f5ab
feat: versioned-docs (#11434)
This PR introduces Versioned-Docs to Packer!
2022-01-13 13:07:13 -05:00
Kevin Wang
573011622b
fix(algolia-index): Use TypeScript (#11496)
* fix(algolia-index): npm install -g npm@latest

* fix(algolia-index): `ts-node`

* fix(algolia-index): ts errors
2022-01-13 13:05:33 -05:00
Kevin Wang
dd322819e9
fix(website): handle multiple redirects for plugin repos (#11488) 2022-01-11 13:47:39 -05:00
Kevin Wang
b3341164cf
feat: extract /plugins (#11464)
* feat: extract `/plugins`

Co-authored-by: Zachary Shilton <4624598+zchsh@users.noreply.github.com>
Co-authored-by: Adrien Delorme <azr@users.noreply.github.com>
2022-01-11 10:26:05 -05:00
Noel Quiles
4b592ac40b
website: Upgrade deps (#11470) 2021-12-23 11:38:19 -05:00
Noel Quiles
2c3a3c8794
Update @hashicorp/react-subnav (#11463) 2021-12-20 11:14:41 +01:00
Wilken Rivera
6176d79913
Add HCP Packer Ready badge to support plugins (#11456) 2021-12-17 12:17:27 -05:00
Zachary Shilton
63eaf1f99b
feat(website): add version badge to external plugin docs pages (#11451) 2021-12-17 10:47:43 -05:00
Zachary Shilton
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 <dev@wilkenrivera.com>
2021-12-17 10:22:16 -05:00
Noel Quiles
cf121d899e
chore: Disable alert banner (#11452) 2021-12-16 15:22:59 -05:00
Noel Quiles
6618eb2e34
Update Dockerfile (#11446) 2021-12-14 10:12:28 -05:00
Alex Carpenter
daa57fdc31
fix: redirects /home to / (#11445) 2021-12-14 12:22:36 +01:00
dependabot[bot]
799a5873c0
Bump next from 11.1.2 to 11.1.3 in /website (#11439)
Bumps [next](https://github.com/vercel/next.js) from 11.1.2 to 11.1.3.
- [Release notes](https://github.com/vercel/next.js/releases)
- [Changelog](https://github.com/vercel/next.js/blob/canary/release.js)
- [Commits](https://github.com/vercel/next.js/compare/v11.1.2...v11.1.3)

---
updated-dependencies:
- dependency-name: next
  dependency-type: direct:production
...

Signed-off-by: dependabot[bot] <support@github.com>

Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2021-12-12 19:30:02 -05:00
Wilken Rivera
9f86de317b Update agains to against in the note section 2021-12-12 06:29:50 -05:00
Felipe Crescencio de Oliveira
2a8001cd87
Fix docs about running specific provisioners (#11442)
* Fix docs about running specific provisioners

* Update website/content/docs/templates/hcl_templates/blocks/build/provisioner.mdx

Co-authored-by: Wilken Rivera <dev@wilkenrivera.com>
2021-12-12 06:27:39 -05:00
Mike Wickett
670bcfa5a0
update alert banner content (#11441) 2021-12-09 12:10:26 -05:00
Noel Quiles
3661155b74
website: Upgrade <HashiStackMenu /> to latest (#11433) 2021-12-07 17:11:28 -05:00
Adrien Delorme
c4cc925da9
pull outscale docs from the freshly moved away outscale repo (#11428) 2021-12-02 13:52:58 -05:00
Adrien Delorme
a2124eb594
Tiny tweaks and fixes for the PowerShell provisioner (#11410)
* add docs
* fix potential bug
2021-11-23 12:34:26 +01:00
Wilken Rivera
09b29bc4c0
Add a little specificity to the use of dynamic blocks (#11404) 2021-11-19 11:59:03 +01:00
Wilken Rivera
41e6f760d9
Add details on the expected contents of a variable definitions file (#11403)
Closes #10903
2021-11-19 11:58:08 +01:00
Wilken Rivera
06b35c39de
hcp packer registry build labels (#11401)
* Add basic support for build_labels argument

* Update support for build_labels configuration argument

* Update complete test-fixture with a build_labels configuration
* Add test for deprecated labels argument
* Add deprecation for hcp_packer_registry.labels

When using the now deprecated labels argument of the new bucket_labels a
Warning will be presented to the user.

```
~>  HCP_PACKER_BUILD_FINGERPRINT=356786543567865456789656789 packer
build source.pkr.hcl
Warning: the argument hcp_packer_registry.labels has been deprecated and will be removed in a future release; please use hcp_packer_registry.bucket_labels
```

When trying to use both bucket_labels and labels together an error is
presented to the user.
```
~>  HCP_PACKER_BUILD_FINGERPRINT=ss6786543567865456789656789 packer
build source.pkr.hcl
Error: hcp_packer_registry.labels and hcp_packer_registry.bucket_labels are mutely exclusive; please use the recommended argument hcp_packer_registry.bucket_labels

  on source.pkr.hcl line 17:
    (source code not available)

```

* Update documentation for build_labels

* Apply suggestions from code review

Co-authored-by: Adrien Delorme <azr@users.noreply.github.com>

* Update hcl2template/types.build.hcp_packer_registry.go

Co-authored-by: Adrien Delorme <azr@users.noreply.github.com>
2021-11-18 09:40:08 +01: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
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 <wilken@hashicorp.com>

* Update website/content/docs/plugins/hcp-support.mdx

Co-authored-by: Wilken Rivera <wilken@hashicorp.com>

* Update website/content/docs/plugins/hcp-support.mdx

Co-authored-by: Wilken Rivera <wilken@hashicorp.com>

* improve docs

* change page title

* Apply suggestions from code review

Co-authored-by: Wilken Rivera <wilken@hashicorp.com>
2021-11-10 13:11:29 -05:00
Elio B
2ff9bd5748
Fix typo (#11374) 2021-11-04 14:14:00 +01:00
Kevin Wang
a9fdc19990
chore: react-subnav (#11378) 2021-11-03 17:36:19 -04:00
Adrien Delorme
6b74110e40
Update variables.mdx (#11375)
fix #11354
2021-11-03 17:16:06 +01:00
Wilken Rivera
64ddaa922a
Remove broken link (#11361)
As reported in check
https://github.com/hashicorp/packer/runs/4016851893?check_suite_focus=true
2021-10-28 10:01:51 -04:00
DenisKruchkov
5cf05e0242
Fix typo. (#11363) 2021-10-28 10:01:29 -04:00
packer-ci
c261e9d641 cut version 1.7.8 2021-10-27 18:56:52 +00:00
Zachary Shilton
91def1dde9
website: bump deps to fix print styles (#11350)
* website: bump deps to fix print styles

* website: fix up print styles

* fix: hashi-stack-menu print selector
2021-10-26 12:55:29 -04: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
Mike Wickett
38fe22062b
Nav, hero, and callout updates (#11342)
Update image
Add fallback
Update graphic
Update hcp-callout.svg
Update CTAs to point to cloud landing
Fix link
update blog post link

Co-authored-by: Alex Carpenter <im.alexcarpenter@gmail.com>
2021-10-19 11:53:02 -04: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
Vladimir Romashchenko
eae742a169
chore(website): Updated plugin naming (#11338) 2021-10-18 15:31:26 +02:00
Noel Quiles
cee58c22cc
website: Upgrade platform analytics package (#11336) 2021-10-15 16:39:03 -05: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
Noel Quiles
92c7fb8d2e
website: Add Fathom analytics (#11312)
* Impl Fathom analytics

* Use analytics package instead of direct impl

* Remove explicit fathom-client dep
2021-10-14 00:37:42 -04:00
Megan Marsh
8df61bc2a7
Merge pull request #11320 from hashicorp/data_source_return_labels
Read labels into the data source, and regenerate code.
2021-10-11 13:18:47 -07:00
Megan Marsh
e3719dd8a4
Merge pull request #11319 from hashicorp/add_iteration_id
Add iteration
2021-10-11 13:18:10 -07:00