Wilken Rivera
8d4c7d31b4
Add regenerated docs from packer-plugin-sdk
...
```
cd $HOME/Development/packer-plugin-sdk
PROJECT_ROOT=packer-plugin-sdk go generate ./...
rsync -av multistep/commonsteps/packer-plugin-sdk/website/content/partials/ ../packer/website/content/partials/
rsync -av bootcommand/packer-plugin-sdk/website/content/partials/ ../packer/website/content/partials/
rsync -av shutdowncommand/packer-plugin-sdk/website/content/partials/ ../packer/website/content/partials/
rsync -av communicator/packer-plugin-sdk/website/content/partials/ ../packer/website/content/partials/
```
2021-01-06 16:27:12 -05:00
Wilken Rivera
04dbbe2d8e
Fix broken links detected by link checker
...
- Fix broken example links
- Fix broken provisioner links
- Ignore linode.com because of DDOS protection settings
2021-01-06 16:27:12 -05:00
Wilken Rivera
7b793cefb1
Add GHA to check for broken links on pull-request
...
- Add scheduled cron job for checking against master
- Change configuration file path
2021-01-06 16:26:57 -05:00
Jeff Escalante
a4e5df9149
set main branch to master for 'edit this page' links ( #10447 )
2021-01-06 16:19:06 -05:00
Felix Hillingshaeuser
233c7f0a83
docs: Add default value for cloud_init in builders/proxmox ( #10445 )
2021-01-06 10:37:23 -05:00
Megan Marsh
4b0de7263e
Merge pull request #10412 from adeniyistephen/hlc-doc
...
Add hcl Example to openstack
2021-01-04 09:44:52 -08:00
Megan Marsh
d260bb63d3
Merge pull request #10413 from adeniyistephen/hcl-doc
...
Add hcl Example to docker-save
2021-01-04 09:41:15 -08:00
Megan Marsh
560d5ff270
Merge pull request #10415 from adeniyistephen/hcl-docs
...
Add hcl example to docker-tag
2021-01-04 09:40:24 -08:00
Megan Marsh
e83603faa5
Merge pull request #10425 from adeniyistephen/scaleway
...
Add hcl example for scaleway
2021-01-04 09:39:18 -08:00
Shigetaka Shirouchi
7ef5246e94
docs: Fix trivial json format ( #10437 )
2021-01-04 11:02:11 +01:00
adeniyistephen
4d25a59600
add hcl example to docker-save
2020-12-28 15:05:08 +01:00
adeniyistephen
ed4ed9885b
add hcl example to docker-tag
2020-12-28 15:03:13 +01:00
adeniyistephen
779a5d9bbb
add hcl example to scaleway
2020-12-28 14:58:53 +01:00
adeniyistephen
73d9e8430a
Add hcl example for scaleway
2020-12-27 19:43:10 +01:00
adeniyistephen
08e0f1ea72
Add hcl example to docker-tag
2020-12-21 17:22:44 +01:00
adeniyistephen
7abe0a4759
Add hcl Example to docker-save
2020-12-21 17:01:39 +01:00
adeniyistephen
dc87825d5c
Add hcl Example to docker-save
2020-12-21 16:56:12 +01:00
adeniyistephen
11d7b9d7ee
Add hcl Example to openstack
2020-12-21 16:27:10 +01:00
Megan Marsh
d1d5706048
Merge pull request #10362 from nielspardon/master
...
OpenStack builder: Make external source image props configurable
2020-12-18 10:55:40 -08:00
Megan Marsh
d27e627e2a
Merge pull request #10391 from hashicorp/plugin_release_docs
...
Plugin release step by step docs
2020-12-18 10:45:35 -08:00
Megan Marsh
88b7b0e14a
remove sdk
2020-12-17 13:29:25 -08:00
Megan Marsh
761200485e
remove partials since they moved
2020-12-16 15:21:35 -08:00
Megan Marsh
e5a95c7017
regenerate code to add extra line to prevent bad godoc synopsis string loading
2020-12-16 15:14:44 -08:00
packer-ci
8b59e703da
cut version 1.6.6
2020-12-16 21:03:54 +00:00
Niels Pardon
0e56b83196
OpenStack builder: Make external source image props configurable
...
Signed-off-by: Niels Pardon <par@zurich.ibm.com>
2020-12-16 17:19:52 +00:00
Megan Marsh
75803397cb
Document exception to encryption ( #10395 )
...
* Update docs on ebs encrypt_boot to clarify that packer will not override global account settings
* Update struct-markdown generator and regenerate partials with new website location. This overwrites some linting that got automatically applied when the files got moved
2020-12-16 10:35:34 +01:00
Dany Garcia
504c3807f7
adding support for root volume encryption for amazon-chroot
2020-12-15 10:40:08 -08:00
sylviamoss
85eb704770
improve text
2020-12-15 14:59:25 +01:00
sylviamoss
180feebaea
make releases link prettier
2020-12-15 12:52:40 +01:00
sylviamoss
af316bbc97
add more information to release doc
2020-12-15 12:44:43 +01:00
sylviamoss
081d18f9ca
write plugin release step by step docs
2020-12-15 10:28:17 +01:00
dependabot[bot]
e7e02c591d
Bump lodash from 4.17.15 to 4.17.20 in /website
...
Bumps [lodash](https://github.com/lodash/lodash ) from 4.17.15 to 4.17.20.
- [Release notes](https://github.com/lodash/lodash/releases )
- [Commits](https://github.com/lodash/lodash/compare/4.17.15...4.17.20 )
Signed-off-by: dependabot[bot] <support@github.com>
2020-12-14 23:55:46 +00:00
Jeff Escalante
a7be0df3de
resolve hanging conflicts
2020-12-14 18:20:31 -05:00
Jeff Escalante
29b01e5111
update deps, restore search
2020-12-14 18:20:31 -05:00
Jeff Escalante
9d4ffb6cbd
use global markdownpage component
2020-12-14 18:20:19 -05:00
Jeff Escalante
5f68414ce0
Update website/components/_temporary-markdown-page/README.md
...
Co-authored-by: Wilken Rivera <dev@wilkenrivera.com>
2020-12-14 18:20:04 -05:00
Jeff Escalante
6809b16b14
fix tab indentation on inspec provisioner page
2020-12-14 18:20:03 -05:00
Jeff Escalante
ad81e9df2f
remove unneeded initialprops in app.js
2020-12-14 18:20:03 -05:00
Jeff Escalante
25380116f2
remove layout frontmatter prop
2020-12-14 18:20:03 -05:00
Jeff Escalante
2de270341c
refactor to mdx remote
2020-12-14 18:20:01 -05:00
dependabot[bot]
77047c6425
Bump ini from 1.3.5 to 1.3.8 in /website ( #10381 )
...
Bumps [ini](https://github.com/isaacs/ini ) from 1.3.5 to 1.3.8.
- [Release notes](https://github.com/isaacs/ini/releases )
- [Commits](https://github.com/isaacs/ini/compare/v1.3.5...v1.3.8 )
Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2020-12-14 12:21:52 -05:00
Megan Marsh
edb9d73027
Merge pull request #10368 from GennadySpb/yandex-export-show-progress
...
Yandex export show progress
2020-12-11 13:47:38 -08:00
Roman Mingazeev
bbd9ee8589
fix export when using empty ubuntu image
2020-12-10 14:52:22 +03:00
Adrien Delorme
e89db37717
add aws multiplugin binary canary code ( #10272 )
...
This creates a new plumbing to allow to have binaries that can define any plugin on any type.
2020-12-10 09:22:09 +01:00
Mike Tougeron
e0e82e2192
Support AWS gp3 volumes ( #10338 )
...
* Support AWS gp3 volumes
* docs
* tests
2020-12-09 13:06:57 +01:00
Megan Marsh
39ab646236
move plugin and rpc code into sdk; other minor tweaks ( #10359 )
2020-12-09 12:39:54 +01:00
Megan Marsh
26946f1300
Merge pull request #10320 from seventieskid/gcp-wait-to-add-ssh-keys-10312
...
Gcp wait to add ssh keys 10312
2020-12-08 15:52:52 -08:00
Roman Mingazeev
9fabad6f1d
rebase && some fixes
2020-12-07 18:27:22 +03:00
Roman Mingazeev
d30c09e642
remove incorrect doc
2020-12-07 18:13:12 +03:00
Roman Mingazeev
478fda12ba
reuse common configs
2020-12-07 18:13:06 +03:00