Commit Graph
5161 Commits
Author SHA1 Message Date
Zachary ShiltonandWilken 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
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] <[email protected]>

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 OliveiraandWilken Rivera 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 <[email protected]>
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 RiveraandAdrien Delorme 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 <[email protected]>

* Update hcl2template/types.build.hcp_packer_registry.go

Co-authored-by: Adrien Delorme <[email protected]>
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 MossandWilken 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
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 WickettandAlex Carpenter 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 <[email protected]>
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
Megan Marsh b763b79d9f implement contextual variable packer.iteration_id 2021-10-11 10:55:44 -07:00
Bryce Kalow 264afed604 upgrade deps to fix search styles (#11326) 2021-10-11 11:28:48 -04:00
Adrien Delorme e99e038a72 Docs: remove reference to undefined map function (#11324) 2021-10-11 10:09:34 -04:00
Adrien Delorme 3135714465 rename all things 'inexist[e|a]nt' to 'nonexistent' & fix tests (#11325)
+ a typo
2021-10-11 15:48:51 +02:00
bitmeal 28e82b480e update debugging info for cloud-init (#11316)
make example to wait for cloud-init use `cloud-init status --wait`
2021-10-11 13:46:57 +02:00
Kerim Satirli bc6f1e36e6 Fixes typos in docs (#11322)
* fixes typos in base docs

* fixes typos in example code

* fixes typos in website docs

* fixes link to Terraform provider

* fixes typo in function name
2021-10-11 10:19:49 +02:00
Megan Marsh 8ad99a40c6 Read labels into the data source, and regenerate code. 2021-10-08 15:58:29 -07:00
Koya IWAMURA 7ebc85564b website: fix markdown to display inline backslash correctly (#11313) 2021-10-08 10:48:58 -04:00
Wilken Rivera 2e114e82d6 Fix issue with template example 2021-10-06 16:51:55 -04:00
Bryce Kalow e200a86377 update deps to fix search index (#11306) 2021-10-05 17:38:58 +02:00
Bryce Kalow 92f5f9c070 website: upgrade dependencies (#11299)
* upgrades website deps

* add expect-error to get around incorrect prop types
2021-10-04 10:35:33 -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