Bryce Kalow
1f90f081ee
update algolia API key ( #11102 )
2021-06-17 11:34:29 -04:00
Sylvia Moss
8470911ab6
add hashicups docs ( #11096 )
2021-06-16 11:32:05 +02:00
packer-ci
0cc423f142
Putting source back into Dev Mode
2021-06-15 22:44:21 +00:00
packer-ci
9df54c20db
Cut version 1.7.3
v1.7.3
2021-06-15 22:19:20 +00:00
packer-ci
6208456cef
cut version 1.7.3
2021-06-15 22:19:18 +00:00
packer-ci
0765821b53
update changelog
2021-06-15 22:19:18 +00:00
Wilken Rivera and Adrien Delorme
b421e07304
Upgrade plugins to latest working versions ( #11088 )
...
* Upgrade plugins to latest working versions
* Update accetest to work with new AMIHelper
* More updates
* More plugin updates
* bump MANY plugins at once !
* up docker plugin && go mod tidy
* up vmware plugin to v1.0.0
* Bump packer-plugin-azure to latest
* Update tencentcloud plugin
* Update packer-plugin-oneandone
Co-authored-by: Adrien Delorme <[email protected] >
2021-06-15 15:51:15 -04:00
Wilken Rivera
a674809438
Update CHANGELOG
...
* Add entries for hcl changes
2021-06-15 15:04:34 -04:00
Wilken Rivera
69e3bab841
update CHANGELOG
2021-06-15 13:44:19 -04:00
Adrien Delorme
9d0193ac14
add possibility to use variables everywhere in post-processor blocks ( #11094 )
...
feature + tests.
Including in:
* name
* only
* except
* keep_input_artifact
Example file:
```hcl
source "null" "example1" {
communicator = "none"
}
source "null" "example2" {
communicator = "none"
}
locals {
except = "null.example1"
}
variable "only" {
default = "null.example1"
}
build {
sources = ["source.null.example1", "source.null.example2"]
post-processor "shell-local" {
except = [local.except]
inline = ["echo first post-processor"]
}
post-processor "shell-local" {
only = [var.only]
inline = ["echo second post-processor"]
}
}
```
Ouput:
```shell-session
$ packer build foo.pkr.hcl
null.example1: output will be in this color.
null.example2: output will be in this color.
==> null.example1: Running post-processor: (type shell-local)
==> null.example2: Running post-processor: (type shell-local)
==> null.example2 (shell-local): Running local shell script: /var/folders/3k/2gb5ct4s7cncr52_jh2kz6cw0000gq/T/packer-shell201696062
==> null.example1 (shell-local): Running local shell script: /var/folders/3k/2gb5ct4s7cncr52_jh2kz6cw0000gq/T/packer-shell494781572
null.example1 (shell-local): second post-processor
Build 'null.example1' finished after 61 milliseconds 432 microseconds.
null.example2 (shell-local): first post-processor
Build 'null.example2' finished after 111 milliseconds 678 microseconds.
==> Wait completed after 111 milliseconds 714 microseconds
```
close #4895
2021-06-15 18:29:26 +02:00
Wilken Rivera
e22346f0fa
Extract ProfitBricks Plugin ( #11084 )
...
* Extract ProfitBricks Plugin
* Update CHANGELOG
2021-06-14 17:30:58 -04:00
Sylvia Moss
927093e5c0
improve regex to fix escaping on split function ( #11083 )
2021-06-14 18:58:32 +02:00
GennadySpb and Sylvia Moss
51e7a95b3b
Fix link ref ( #11079 )
...
* Fix link ref
* Update website/content/docs/templates/hcl_templates/functions/uuid/uuidv5.mdx
Co-authored-by: Sylvia Moss <[email protected] >
Co-authored-by: Sylvia Moss <[email protected] >
2021-06-11 16:41:10 +02:00
Sylvia Moss
3e471693b0
Upgrade plugins + script to upgrade plugins ( #11077 )
...
* upgrade plugins and add script
2021-06-10 13:10:53 +02:00
Mike Wickett
b3465b0495
website: update alert banner ( #11074 )
2021-06-09 11:05:52 -04:00
Ilya Voronin
079dd0d53c
SSH Key Remote Docs ( #11072 )
2021-06-09 13:54:54 +02:00
Brandon Romano
cdf1450b59
Merge pull request #11073 from hashicorp/packer-announcement
...
Homepage Update
2021-06-09 03:44:26 -07:00
Brandon Romano
870cf5102e
Homepage Update
2021-06-09 03:41:10 -07:00
David Dymko
e1f70147d9
vultr remote docs ( #11070 )
2021-06-08 15:00:03 +02:00
Brandon Romano
6e037aa84b
Merge pull request #11063 from hashicorp/ks.updates-alert-banner-hashiconf
...
chore: updates alert banner data
2021-06-08 04:22:14 -07:00
Wilken Rivera
4ab255caba
Update absolute links to relative ( #11068 )
...
* Update absolute links to relative
* Update packer-integration-program.mdx
Fix case for component names
2021-06-04 11:58:51 +02:00
Jeff Escalante
2b26376180
rotate algolia api key ( #11055 )
2021-06-03 15:05:22 -04:00
Yoan Blanc
36a7b28b5f
fix: print unchanged formatted file when using stdin ( #11047 )
...
Signed-off-by: Yoan Blanc <[email protected] >
2021-06-03 14:02:42 +02:00
Adrien Delorme
4be9dfd183
Say so when an only or an except option did not match anything ( #11050 )
...
* Say so when an only or an except option did not match anything
2021-06-03 13:50:34 +02:00
Adrien Delorme
98990fc34e
hcl2_upgrade: allow to hcl2_upgrade with unknown builders, just log errors ( #11049 )
2021-06-03 13:41:16 +02:00
Jimmy Merritello
21833e7324
Merge pull request #11065 from jmfury/jm.packer-homepage-update
...
[Website] Update the homepage
2021-06-02 15:48:12 -05:00
Jimmy Merritello
3e3e013be5
Update the homepage
2021-06-02 14:00:34 -05:00
Andy Bettisworth
940180fb5b
spelling ( #11064 )
2021-06-02 15:18:37 +02:00
Wilken Rivera
1aa7a1b3f8
workflows/issue-comment-created.yml: Add GH token input
...
Addresses reported error at
https://github.com/hashicorp/packer/runs/2722241524?check_suite_focus=true
2021-06-01 20:45:34 -04:00
Kendall Strautman
86007b04aa
chore: updates alert banner data
2021-06-01 14:01:15 -07:00
Wilken Rivera
488e6d80aa
.github/workflows/lock.yml: Fix ISO 8601 date format
2021-05-27 13:50:05 -04:00
Wilken Rivera
0a05b834d7
remove hashibot ( #11053 )
...
* Replace `closed_issue_locker` HashiBot action with GitHub action
Related to: #11043
* Replace with GitHub action
* Replace with GitHub action
2021-05-27 12:58:58 -04:00
Megan Marsh
f80da79b85
Merge pull request #11046 from hashicorp/extract_oneandone
...
Extract 1&1 builder
2021-05-25 08:44:25 -07:00
Wilken Rivera and Jeff Escalante
f3f58b1c39
Add Packer Integration Program page ( #11042 )
...
* Initial draft of Packer Integration Program docs page
- [ ] Add text from program document.
- [ ] Fix image alignment
- [ ] Fix Checklist alignment (remove bullets if possible)
- [ ] Validate with program team
* Fix broken markdown
* fix styling on centered image and checklist
* revert package-lock update
* Update packer-integration-program.mdx
Fix a few formatting issues
Co-authored-by: Jeff Escalante <[email protected] >
2021-05-25 09:22:12 -04:00
sylviamoss
8eb85ac0e5
put back empty datasource folder
2021-05-25 14:49:45 +02:00
sylviamoss
444605c127
vendor oneandone
2021-05-25 14:46:44 +02:00
sylviamoss
e3010fa817
extract oneandone and add remote docs
2021-05-25 14:26:22 +02:00
Megan Marsh and Adrien Delorme
638be57e43
document gotcha around third party plugins ( #11032 )
...
* document gotcha around third party plugins
* Update website/content/docs/commands/hcl2_upgrade.mdx
Co-authored-by: Adrien Delorme <[email protected] >
2021-05-25 13:55:25 +02:00
69572b442a
Add tip about using local instead of locals for complex cases ( #11036 )
...
* add tip about using local instead of locals
* Apply suggestions from code review
Co-authored-by: Megan Marsh <[email protected] >
Co-authored-by: Wilken Rivera <[email protected] >
Co-authored-by: Megan Marsh <[email protected] >
2021-05-24 21:50:35 -04:00
Jeff Escalante
f07813e14d
fix a typo on the downloads page ( #11044 )
2021-05-24 16:45:52 -04:00
Megan Marsh
5a14b11f2e
update changelog
2021-05-19 15:24:38 -07:00
Megan Marsh
fe6077fc85
Merge pull request #11024 from hashicorp/remove_veewee_guide
...
Remove veewee guide
2021-05-18 13:57:05 -07:00
Megan Marsh
df89b4b52c
Merge pull request #11025 from hashicorp/remove_isotime_guide
...
Remove isotime guide
2021-05-18 13:31:36 -07:00
Megan Marsh
70739cf1a1
Merge pull request #11030 from hashicorp/remove_comment_guide
...
delete comment guide, moving contents to the comment section of the t…
2021-05-18 13:19:13 -07:00
Megan Marsh
ca513aa028
upgrade to azure v0.0.3
2021-05-18 09:56:39 -07:00
Megan Marsh
57639e8330
remove workflow-tips-and-tricks pages
2021-05-18 09:49:35 -07:00
Megan Marsh
41c0668d6e
delete comment guide, moving contents to the comment section of the template engine docs for json templates
2021-05-18 09:43:42 -07:00
Megan Marsh
b6a9da11a2
clarify template variable warning
2021-05-18 09:21:26 -07:00
Megan Marsh
a3daf4c686
escape backticks
2021-05-18 09:18:40 -07:00
Megan Marsh
d9b874f118
tweak engine docs to contain guide docs for isotime
...
remove docs page
2021-05-18 09:08:25 -07:00