SEARCH
NEW RPMS
DIRECTORIES
ABOUT
FAQ
VARIOUS
BLOG

 
 
Changelog for golang-github-hashicorp-packer-1.9.5-2.1.x86_64.rpm :

* Thu Oct 10 2024 opensuse_buildserviceAATTojkastl.de- Update to version 1.9.5:
* SECURITY - Bump github.com/go-jose/go-jose/v3 to address GO-2023-2334. GH-12723
* BUG FIXES: - Add VirtualBox as known plugin prefix to prevent endless bundled plugin warning. GH-12719
* Thu Oct 10 2024 opensuse_buildserviceAATTojkastl.de- Update to version 1.9.4:
* BUG FIXES: - core: When invoking Packer with the CHECKPOINT_DISABLE environment variable the telemetry reporter is left uninitialized in order to disable telemetry reporting. Any method calls on the nil reporter is expected to check if the reporter is active or in NOOP mode. The SetBundledUsage function, introduced in Packer 1.9.2, failed to perform a nil check before attempting to modify an attribute, causing Packer to fail when telemetry is disabled. This release fixes this issue by introducing such a check.
* Thu Oct 10 2024 opensuse_buildserviceAATTojkastl.de- convert to obs_scm and refactor _service file- Update to version 1.9.3:
* NOTES: - New Docker Image: As part of the bundled plugin removal effort, a new Docker target called release-full has been added to the Packer release artifacts. The release-full image includes Packer and all the official plugins pre-installed in its environment. This image is being offered as an alternative option for those users who may still be relying on the plugin versions bundled into the Packer binary. GH-12532
* IMPROVEMENTS: - core/docs: Clarify the expected usage of the packer init command for HCL2 template builds. GH-12535 - core/hcp: Add support for project-level service principals. A user connecting with a project level service principals must provide a valid HCP_PROJECT_ID in order to connect. GH-12520 GH-12576 - core: A new Docker image packer:release-full has been added for all supported architectures. The release-full image includes Packer and all the official plugins pre-installed in its environment. GH-12532 - core: Add enhanced support to Packer telemetry for bundle plugins usage. GH-12536
* BUG FIXES: - core: Bump golang.org/x/net to v0.13.0 to address CVE GO-2023-1988. Packer itself is not vulnerable to the CVE as we don\'t render web pages, but security checks do point it as an issue that needs to be addressed. GH-12561 - core: Fix custom plugin loading in current working directory regression. GH-12544
* Thu Jul 20 2023 kastlAATTb1-systems.de- Update to version 1.9.2:
* NOTES: - Vendored plugins within Packer have not been updated. Plugin releases occur on a regular basis to address issues and feature requests. Please note that in an upcoming version of Packer, we will remove the last bundled plugins from Packer. Users are encouraged to use packer init for HCL2 templates or packer plugins install with legacy JSON templates for installing external plugins. - Packer will now warn when using bundled plugins. This feature will be removed in a future version of the tool, so this warning is meant to bring awareness of the upcoming change, and to help users update their environment/templates to be ready for this. GH-12495
* BUG FIXES: - Fixed a bug with how Packer was discovering plugins: in order to load plugins, Packer would recursively scan all the known directories in which we could have installed plugins. This caused unnecessary directory walks and slowdowns upon invocation. Packer will now only check for nested plugins within the directories used by commands such as packer init, or packer plugins install, or as defined in PACKER_PLUGIN_PATH. Refer to Packer\'s plugin directory documentation for details on how loading works. GH-12414 - The packer init subcommand now bundles all the missing installed plugins into one condensed warning, as opposed to one warning per missing plugin. GH-12506
* PLUGINS: - packer-plugin-parallels: The Parallels plugin has been handed over to the Parallels team. New releases for this plugin are available at https://github.com/parallels/packer-plugin-parallels. This plugin is is no longer being bundled in the Packer binary release. Existing references to the plugin will continue to work but users are advised to update the required_plugins block to use the new plugin source address. GH-12476
* IMPROVEMENTS: - The hcl2_upgrade subcommand will now add required_plugins to the template generated from JSON for all our officially supported plugins. GH-12504
* Fri Jun 02 2023 kastlAATTb1-systems.de- Update to version 1.9.1:
* On May 16th 2023, HCP introduced multi-project support to the platform. In order to use multiple projects in your organization, you will need to update Packer to version 1.9.1 or above. Starting with 1.9.1, you may specify a project ID to push builds to with the HCP_PROJECT_ID environment variable. If no project ID is specified, Packer will pick the project with the oldest creation date. Older versions of Packer are incompatible with multi-project support on HCP, and builds will fail for HCP organizations with multiple projects on versions before 1.9.1. GH-12453
* Thu Jun 01 2023 kastlAATTb1-systems.de- BuildRequire go1.20 to follow upstream- Update to version 1.9.0:
* Update issues-opened.yml
* Remove invalid quote from ldflags
* build GHA: Address set-output deprecation warnings
* auto-close-stale-issues: Bump action/stale to latest available release
* acceptance-test GHA: Address set-output deprecation warnings
* jira GHA: Address set-output deprecation warnings
* Remove community plugins from the vendored plugins list (#12436)
* docs: add missing end quote
* Bump github.com/shirou/gopsutil to v3 (#12437)
* Align Packer logo color
* Update ldflags used to build release binaries
* .go-version: Bump version of Go to 1.20.4
* Fixed formatting issue
* .github: re-pin github-script to v3
* Remove circular reference between data source documentation pages
* Add release branches to Go GHA workflows
* docs: add docs to show diffs between JSON and HCL2
* Remove external archived provisioner plugins (#12374)
* Remove IONOS plugins from vendored plugins (#12385)
* Fix url git repository modern Windows version in the Autounattend Windows Guide (#12382)
* Bump version of golanci-lint
* Run make fmt to fix checks
* Bump go.mod to 1.20
* Result of tsccr-helper -pin-all-workflows . (#12381)
* Remove external plugin for Digital Ocean (#12376)
* packer: track template type in spans
* packer: add HCL2 support for telemetry
* Update fix command autocomplete to work for JSON template files only (#12366)
* Enhance zsh completion for the packer command (#12356)
* clarify local and input variables (#12334)
* cmd/console: Add config-type flag to command help (#12360)
* Update allowed dependencies to track (#12355)
* Update CHANGELOG
* website: fix typo in documentation of validate command (#12344)
* Migrate external UCloud plugin to ucloud/packer-plugin-ucloud (#12335)
* Update website/data/plugins-manifest.json
* Update Outscale plugin HCP Ready tag
* build(deps): bump actions/setup-go from 2 to 4 (#12316)
* build(deps): bump github/issue-labeler from 3.0 to 3.1 (#12328)
* Migrate external Linode plugin to linode/packer-plugin-linode (#12329)
* website: adds content-check command and README update (#12317)
* add meta descriptions (#12315)
* Register documentation for Volcengine plugin (#12202)
* Add external data source plugin as a community integration (#12150)
* build(deps): bump github.com/hashicorp/packer-plugin-sdk (#12306)
* build(deps): bump github.com/hashicorp/hcp-sdk-go from 0.34.0 to 0.36.0 (#12292)
* build(deps): bump aws-actions/configure-aws-credentials from 1 to 2 (#12302)
* Delete test-link-rewrites.yml
* [COMPLIANCE] Add Copyright and License Headers (#12254)
* Update golang.org/x/net to address GO-2023-1571
* build(deps): bump github/issue-labeler from 2.6 to 3.0 (#12261)
* website: Update plugin tier for Nutanix to partner verified (#12291)
* Update JSON template does not return substitute values in 1.8.6 version (#12290)
* CHANGELOG: Add HCP Packer description regression fix
* Update CHANGELOG
* Bump bundled plugins to latest available version (#12271)
* build(deps): bump github.com/hashicorp/hcp-sdk-go from 0.33.0 to 0.34.0 (#12262)
* Update github.com/hashicorp/go-getter/v2 pkgs to address CVE-2023-0475
* build(deps): bump github.com/hashicorp/hcp-sdk-go from 0.31.0 to 0.33.0
* build(deps): bump hashicorp/actions-go-build from 0.1.7 to 0.1.9
* Update instance runner for workflow
* Fix crash when variables block is undefined
* Bump development version to 1.9.0
* copywrite: add command/plugin.go to ignore list
* copywrite: setup configuration for licensing
* add changelog update for vendor label for linux packaging
* Add release branches to CRT build pipeline
* build(deps): bump github/issue-labeler from 2.5 to 2.6
* Update ReadFromHCLBuildBlock to use the hcp_packer_registry.Description
* Update community-tools.mdx
* docs: Migrate link formats (#12192)
* build(deps): bump github.com/hashicorp/hcp-sdk-go from 0.29.0 to 0.31.0
* hcp: generate fingerprints on each new build
* internal: remove unused Labels on Iteration
* Update variables documentation to refer to Packer not Terraform (#12220)
* Unpin Outscale documentation version
* Add HCP Ready label to Oracle plugin in preparation for 1.0.4 release
* Add a small sleep to calm the machines
* Update nightly-release.yml
* correct document issue in provisioner block doc (#12210)
* Update index.mdx
* build(deps): bump json5 from 1.0.1 to 1.0.2 in /website (#12185)
* Introduce action-set-product-version for Packer (#12135)
* Fix the spelling of several words within the README.md stored in the website/ project directory. (#12197)
* build(deps): bump tomhjp/gh-action-jira-search from 0.2.1 to 0.2.2
* Add PACKER_GITHUB_API_TOKEN to fix failures due to API rate limiting
* RELENG-305: add VBA automation to create new release branches
* Updating old learn link
* Updating link to use cases docs page
* hcl2: don\'t warn on excluded post-processor (#12187)
* hcp: remove superfluous return value on GetBuilds
* hcp: set the status to CANCELLED when a build is
* core: CoreBuild.Run error on cancelled builds
* Bump github.com/hashicorp/go-getter/v2 (#12161)
* Update BuildBlock with valid HCL2Ref (#12167)
* Update Go checks to run on pull_requests (#12166)
* build(deps): bump github.com/hashicorp/hcp-sdk-go from 0.28.0 to 0.29.0 (#12163)
* Reset to dev mode
* Fri May 05 2023 kastlAATTb1-systems.de- Update to version 1.8.7:
* PLUGINS - core: Migrate external Linode plugin to linode/packer-plugin-linode. GH-12329 - core: Migrate external UCloud plugin to ucloud/packer-plugin-ucloud. GH-12335 - core: Remove external plugin for Digital Ocean as a vendored plugin. GH-12376 - core: Remove external plugins for Profitbricks and 1&1 as vendored plugins. GH-12385 - docs: Add HCP Ready label to Oracle builder components. GH-12217
* IMPROVEMENTS - cmd/console: Add config-type flag to command help. GH-12360 - core: Add enhanced support to Packer telemetry for HCL2. GH-12319 - Enhance zsh completion for the Packer command. GH-12356, GH-12366
* BUG FIXES - cmd/hcl2_upgrade: Fix a crash when running the hcl2_upgrade command against a legacy JSON template containing user variables with an undefined variables block. GH-12257 - core: Bump github.com/hashicorp/hcp-sdk-go to 0.36.0. GH-12292 - core: Bump github.com/hashicorp/packer-plugin-sdk to 0.4.0 to address CVE-2023-0475, CVE-2022-41723. GH-12306 - core: Bump Go module version to 1.20 GH-12380 - core: Fix regression introduced in 1.8.6, where legacy JSON templates with custom builder names are outputted to STDOUT as uninterpolated user variables. GH-12290
* Thu Feb 16 2023 kastlAATTb1-systems.de- Update to version 1.8.6:
* Cut release 1.8.6
* Update CHANGELOG
* build(deps): bump github.com/hashicorp/hcp-sdk-go from 0.29.0 to 0.34.0 (#12275)
* Bump bundled plugins to latest available version (#12274)
* Update github.com/hashicorp/go-getter/v2 pkgs to address CVE-2023-0475
* Update CHANGELOG
* backport of commit 6c9e65312050059789404e25287a3cdaa3c4ab85
* backport of commit dfedfd3931b5a2cbc82d6f369fa385ce041fd106
* Update index.mdx
* Introduce action-set-product-version for Packer (#12135)
* Fix the spelling of several words within the README.md stored in the website/ project directory. (#12197)
* Updating old learn link
* Updating link to use cases docs page
* hcl2: don\'t warn on excluded post-processor (#12187)
* hcp: remove superfluous return value on GetBuilds
* hcp: set the status to CANCELLED when a build is
* core: CoreBuild.Run error on cancelled builds
* Update CHANGELOG
* Bump github.com/hashicorp/go-getter/v2 (#12161)
* Update ReadFromHCLBuildBlock to use the hcp_packer_registry.Description
* Update BuildBlock with valid HCL2Ref (#12167)
* Update Go checks to run on pull_requests (#12166)
* build(deps): bump github.com/hashicorp/hcp-sdk-go from 0.28.0 to 0.29.0 (#12163)
* Reset to dev mode
* Update CHANGELOG.md
* backport of commit 93400ed9dd416743a6e9581e2f0b8f1a4b2ecf13
* backport of commit 93400ed9dd416743a6e9581e2f0b8f1a4b2ecf13
* backport of commit 25444e0e8704476235d208b5e630a7ce1932abaf
* backport of commit 61b10faaa8fe9ddb657419321a641d9f704c2fa7
* backport of commit 92a72c4a92bdb92a96b691c6cf446b1bac769e72
* backport of commit e86ec8e000083034a26e4458cd5bbf364a681088
* Fri Dec 16 2022 kastlAATTb1-systems.de- Update to version 1.8.5:
* Cut release 1.8.5
* Update CHANGELOG 1.8.5
* go.mod: bump golang.org/net to 0.4.0
* Update external plugins to latest available release
* website: Added Tart builder
* go-version: bump to 1.18.9
* command/validate: Add `-evaluate-datasources` flag to command help text (#12152)
* build(deps): bump dessant/lock-threads from 3 to 4 (#12145)
* Add github.com/hashicorp/hcp-sdk-go to dependabot tracking (#12147)
* hcp: reject template type changes between builds
* hcp: record template type when creating iterations
* hcp: fix payloads for new SDK version
* Add Nutanix docs (#12131)
* chore: Update Digital Team Files (#12139)
* cmd/hcl2_upgrade: Generate variable block for all referenced user input variables (#12136)
* build(deps): bump atlassian/gajira-create from 2.0.1 to 3.0.1
* build(deps): bump atlassian/gajira-login from 2.0.0 to 3.0.1
* datasource: remove packer-image-iteration
* hcp: remove duplicated build registration for JSON
* website: add docs for variable warning bypass opts
* command/validate: add option to eval datasources
* Removing duplicate line of text
* core: Update validation options for undeclared variables (#12104)
* registry: don\'t use datasource output for ancestry
* internal: reorganise registry/HCP code
* hcp: extract all HCP-related code to hcp package
* hcp: keep map of build names for hcp tracking
* tmp: move HCP logic to unwrap builds/post
* internal/registry: reverse image check condition
* Update github.com/stretchr/testify to address vulnerabilities in dependencies
* packer: try previous ver. on unavailable checksum
* plugin_test: error on missing checksum file
* Bump github.com/hashicorp/hcl/v2 from 2.13.0 to 2.14.1 (#12015)
* chore: add empty page redirects
* chore: stub in empty page redirects
* Add packages for iso builds
* Update CHANGELOG.md
* prepare 1.8.5
* Sat Oct 29 2022 kastlAATTb1-systems.de- Update to version 1.8.4:
* cut release 1.8.4
* Update CHANGELOG for 1.8.4 (#12083)
* Update bundled plugins to latest available version (#12085)
* hcl2_upgrade: add share_image_gallery workaround (#12087)
* Remove a skip for darwin arm64 (m1/m2 macs) for exec tests. (#12088)
* hcl2_upgrade: fix liniting issues with fmt.Sprintf
* hcl2_upgrade: replace passthroughs by pre-visit
* [HPR-763] Update HCL variable documentation (#12058)
* website: fix intro link (#12076)
* website: reset redirects file (#12066)
* chore: Update Digital Team Files (#12069)
* Update links to packer-template-configuration (#12072)
* [HPR-574] Add documentation for configuring Packer for HCP Packer (#12022)
* fix: update redirected and broken links (#12060)
* command: rework HCP-related error messages
* docs: move legacy JSON warning under title
* packer: include builder type in HCP name for JSON
* Update generated scripts (website-build.sh)
* Update generated scripts (website-start.sh)
* Update generated website Makefile
* Update generated scripts (should-build.sh)
* Update generated scripts (should-build.sh)
* Update generated scripts (website-start.sh)
* Update generated scripts (website-build.sh)
* Update generated website Makefile
* Update CHANGELOG
* Remove sidebar entries that no longer exist
* hcp: read fingerprint from env during initialize
* Read loading over bucket name from env var
* Add documenation for HCPConfigMode type
* Add initialize method to Iteration
* Rename withHCLBucketConfiguration function
* Move datasource data into its own bucketConfiguratioOpts func
* Consolidate bucket configuration logic
* Update IsHCPExplicitelyEnabled logic
* Add env for HCP_PACKER_BUILD_FINGERPRINT
* registry: load bucket slug in command/registry
* command: report multiple errors in bad HCP config
* registry: add function to detect explicit HCP
* chore: Bump golang.org/x/text to v0.3.8
* Bump slackapi/slack-github-action from 1.22.0 to 1.23.0
* [COMPLIANCE] Update MPL 2.0 LICENSE
* Enable Iron Bank integration
* Upgrade next version
* Skip issue creation for previously synced issues (#12035)
* chore: Update Digital Team Files (#12032)
* chore: use `ImageConfig` (#12026)
* hcl2: report error on build without sources
* hcl2: add example for undefined variable set warn
* chore(website): nvmrc 16 (#12021)
* Add ppc64le to binary release matrix for Linux (#11966)
* command: enhance error message on no build to run
* build: exit immediately if no builds and diags
* command: move func to extract stdout/err in tests
* Add JIRA sync action (#12003)
* Update dependency to resolve GO-2022-0969 (#12009)
* test: use `T.Setenv` to set env vars in tests
* Bump github.com/hashicorp/packer-plugin-sdk from 0.3.1 to 0.3.2 (#11981)
* fix(website): sourceBranch for anka in plugins-manifest (#12004)
* hcp: use HCP_PACKER_REGISTRY to disable HCP
* Update plugin docs - devdot launch (#11978)
* Remove Oracle plugin from the list of vendored plugins (#11983)
* Bump actions/stale from 5.1.1 to 5.2.0 (#11989)
* Content munge devportal (#11982)
* fix(website): pin packer-plugin-outscale docs to 1.0.2 (#11986)
* Bump slackapi/slack-github-action from 1.21.0 to 1.22.0 (#11980)
* command/build: warn and exit when nothing to build
* Remove unused action
* Makefile: bump golangci-lint to 1.46.0 (#11977)
* ci: add minimum GitHub token permissions for workflows
* Fix: Correct the spelling of recommended in the Installing Plugins installation instructions. (#11960)
* Bump golang.org/x/sys to address CVE-2022-29526 (#11953)
* Adds packer plugin for Mondoo (#11951)
* feat: support pwsh in powershell provisioner (#11950)
* Update CHANGELOG
* Update Packer to use Go 1.18 (#11927)
* Set PRODUCT_VERSION arg in dockerfile (#11947)
* Add github.com/vmware-samples to list of template repositories (#11937)
* parser: extract HCP logic out of the HCL parser
* packer: remove useless nil check on generatedVars
* command: move GetConfig methods to meta
* Update CHANGELOG
* Update python command for reading in pull.json
* Update changelog scripts to work with Python3
* Update comments used by generated docs
* Update Golang references to Go
* Fix plugin nav titles
* Update HTTP data source page title
* Fix capitalizations in docs
* Put in dev mode 1.8.4
* Update CHANGELOG
* introduces the post publish website event
* Wed Sep 07 2022 kastlAATTb1-systems.de- Update to version 1.8.3:
* Cut release 1.8.3
* Update CHANGELOG
* Bump bundled plugins to latest available version (#11917)
* Add HCP Packer Ready badge to UpCloud (#11914)
* Update third-party plugin imports (#11912)
* Send channel id to HCP Packer (#11861)
* Bump actions/stale from 5.1.0 to 5.1.1 (#11910)
* Bump slackapi/slack-github-action from 1.20.0 to 1.21.0 (#11911)
* go.mod: bump SDK to v0.3.1
* Bump slackapi/slack-github-action from 1.19.0 to 1.20.0 (#11906)
* Bump actions/stale from 5.0.0 to 5.1.0 (#11880)
* Fix typo in the pipelining-builds docs (#11900)
* Delete pull-requests-opened.yml (#11890)
* Update DigitalOcean plugin docs path (#11886)
* fix: use newer node for check-plugin-docs (#11893)
* Removing Huawei from plugin docs (#11888)
* hcl2: fix crash on malformed overrides (#11881)
* hcl2template: only iterate on known HCP datasource (#11883)
* Add `component_type` optional field (#11872)
* datasource: change phrasing for iteration_id
* hcp-packer-image: add support for channel
* Add Packer Plugin Gridscale to plugins page (#11862)
* Document known limitation of locals being used within a data source (#11864)
* Bump github.com/hashicorp/hcl/v2 from 2.12.0 to 2.13.0 (#11856)
* registry: add heartbeat call for running builds (#11846)
* Put in dev mode
* Update CHANGELOG.md
* Wed Jun 22 2022 kastlAATTb1-systems.de- Update to version 1.8.2:
* Bump to go1.17.11
* Update CHANGELOG for 1.8.2
* Fail HCP datasources for revoked iteration (#11854)
* Fix typo in release yaml
* Update permission to allow publishing release
* Fix permissions for nightly-release.yml
* update action permissions (#11837)
* Update plugins that use StepDownload to latest version (#11844)
* Bump packer-plugin-sdk to latest version v0.3.0 (#11843)
* Remove HCP Packer acceptance tests (#11842)
* Associate Packer build to HCP Packer parent iteration (#11832)
* Bump semver-regex from 3.1.3 to 3.1.4 in /website (#11836)
* Update engine.mdx (#11833)
* Bump actions-ecosystem/action-create-comment from 1.0.0 to 1.0.2 (#11830)
* Bump actions-ecosystem/action-add-labels from 1.1.0 to 1.1.3 (#11829)
* Remove Linux package service configs and pre/post install scripts (#11831)
* Add workflow to link to discuss on new question (#11825)
* Clarify documentation for template file function (#11798)
* Add support for Env in remote shell provisioners (#11819)
* Put in dev mode 1.8.2 (#11822)
* fix: updates to have make fmt-check and ci-lint pass
* powershell/provisioner: remove useless fmt.Sprintf
* provisioner/powershell: remove unused variable
* feat: Add pause_after config to powershell provisioner like shell provisioner
* Mon May 30 2022 kastlAATTb1-systems.de- Update to version 1.8.1:
* Cut release 1.8.1
* Revert \"Migrate to internal Registry tests (#11806)\" (#11817)
* Revert \"- to _ for workflow_dispatch (#11807)\"
* Revert \"Add SSH key for HPATS to pull internal repo (#11808)\"
* Revert \"Remove .github from repo clone (#11809)\"
* Revert \"Try curl for getting HCP Access Token in HPATS (#11810)\"
* Revert \"Remove Access Token Check, Silence curl request, and Merge Clone & Test steps in HPATS\"
* Merge Clone and run steps cause it doesn\'t look like CDing into hpats directory works
* Remove Access Token Check, and silence curl request
* Try curl for getting HCP Access Token in HPATS (#11810)
* Remove .github from repo clone (#11809)
* Add SSH key for HPATS to pull internal repo (#11808)
* - to _ for workflow_dispatch (#11807)
* Migrate to internal Registry tests (#11806)
* Update project GitHub actions (#11805)
* Update CHANGELOG
* Bump versions for all recently plugins (#11802)
* docs: Update unix packer config file location docs (#11797)
* [CI-only] Build and publish dev dockerhub images (#11790)
* Update external plugins to latest available release
* Bump github.com/hashicorp/packer-plugin-sdk from 0.2.12 to 0.2.13 (#11774)
* Makefile: use go install for install-gen-deps
* Bump slackapi/slack-github-action from 1.18.0 to 1.19.0 (#11753)
* Bump github/issue-labeler from 2.4 to 2.5 (#11782)
* fix docs
* make generate
* feat: add http datasource (#11658)
* Add libvirt plugin (#11762)
* fix: work around deleted plugin release (#11771)
* bump hcp-sdk-go and fix import path (#11763)
* Update builders index page (#11765)
* Bump packer-plugin-sdk (#11754)
* Added mention of HCL in Terminology>Templates (#11749)
* Make Builders Overview Page Clearer (#11743)
* Add release metadata config (#11747)
* Bump github.com/hashicorp/hcl/v2 from 2.11.1 to 2.12.0 (#11737)
* Fix typo in docs (#11734)
* Support `packer plugins installed` plugins in JSON (and HCL without required block) (#11712)
* updates platform-cli to latest (#11727)
* Remove markdown link checker (#11722)
* website: website source code / content split (#11716)
* Update community note on GitHub issue templates (#11715)
* Update issue-labeler action (#11699)
* fix(website): remove empty index pages (#11702)
* [RelAPI Onboarding] Add release API metadata file (#11683)
* website: unpin plugin version (#11680)
* website: pin plugin version (#11677)
* get go-getter 2.0.2, that won\'t untar OVA files (#11675)
* Linode is HCP Packer ready
* Add tests for the packer plugins subcommand (#11660)
* Digital Ocean is HCP Packer Ready
* Update link checker to use main as base-branch (#11663)
* Turn nvd security scanning off temporarily (#11657)
* Codify comment about error checking (#11653)
* fix missing closing bracket for build {} section (#11654)
* reference main branch instead of master branch (#11652)
* Put in dev mode
* Update plugin tiers documentation (#11643)
* website: support Verified pluginTier, support Archived badge (#11622)
* website: pin previous version of plugin (#11638)
* Website: Fix the hashicorp/packer link on the plugins creation page (#11629)
* Cut release 1.8.0
* Update CHANGELOG.md
* Remove beta language from data sources overview page
* Add notes about deactivated registries
* Fix langauge on docs intro page and templates build block page
* Remove Beta language from HCP packer data sources pages
* Add expiration date to banner
* Update url
* Change hero cta
* Delete console log
* Add alert banner to site
* Sat Mar 05 2022 kastlAATTb1-systems.de- Update to version 1.8.0:
* Set default file extension for binary removal on Windows (#11627)
* Bump external plugin versions
* Bump Go version
* Update CHANGELOG
* Set default file extension for binary installations on Windows (#11625)
* Bump version for 1.8.0 release
* remove iteration revocation check (#11624)
* Add reference and link to the plugins command docs in the manual install part (#11620)
* do not fail for scheduled revocation (#11619)
* Update monogo-driver to address CVE-2021-20329 (#11617)
* [CI] Add publish-release step to nightly release workflow (#11618)
* Update documenation links for community plugins (#11613)
* Remove nightly release draft (#11611)
* Add workflow_dispatch caller to nightly_release job (#11610)
* CI fix docker build job for nightly release failure (#11609)
* Fix docker build for workflow_call events (#11603)
* Add missing closing parenthesis (#11599)
* remove packer-plugin-check command (#11317)
* Fix linux packaging CI step on workflow_call events (#11601)
* Fix readme build badge (#11600)
* Onboard to CRT (#11564)
* Update HCP Packer build labels when re-running Packer on an incomplete build (#11584)
* Update CODEOWNERS
* Add UpCloud plugin documentation (#11587)
* Add missing closing parenthesis (#11593)
* website: bump docs-page to fix manual copy issue (#11538)
* Fix secret name to GPG_PASSPHRASE (#11586)
* Update CreateIntialBuildForIteration to initialize each build its own map (#11574)
* Rename integration program documentation (#11570)
* all shells: Pass env vars through a key value store (#11569)
* docs: add link to builder list (#11571)
* Sanitize var code (#11566)
* Allow to parse pgp signed checksums (#11495)
* Add `packer plugins` command and subcommands to interact with plugins (#11553)
* Correct typo (#11555)
* chore(website): bump AATThashicorp/platform-cli (#11549)
* core/hcl2: Fix issue preventing builds from pausing between provisioners when the `--debug` argument has been passed (#11537)
* Putting source back into Dev Mode
* Fri Feb 04 2022 kastlAATTb1-systems.de- Update to version 1.7.10:
* Fixes link to tutorial in README (#11524)
* Update psutils dep to avoid crash on m1 machine (#11546)
* Fix format in plugin-location.mdx (#11543)
* prevent duplicate local block creation (#11534)
* feat: print all locals errors when there is a circular error (#11527)
* Update CONTRIBUTING guide for Packer (#11532)
* feat: display warning in IE 11 (#11528)
* windows-restart: Update documentation for restart_check_command (#11507)
* plugin manifest file has been renamed (#11508)
* Add example of marking Vault values as sensitive variables (#11503)
* chore: upgrade downloads page (#11504)
* Fri Feb 04 2022 kastlAATTb1-systems.de- Update to version 1.7.9:
* Update test client to use Org/Project ID from client; not environment variables (#11502)
* up plugin azure and go mod tidy (#11499)
* feat: versioned-docs (#11434)
* fix(algolia-index): Use TypeScript (#11496)
* Fail for revoked iterations (#11492)
* fix: backport target (#11491)
* feat: extract `/plugins` (#11464)
* feat: backport.yaml (#11447)
* Run ./scripts/update-plugins and go mod tidy
* Update AATThashicorp/react-subnav (#11463)
* Bump github.com/hashicorp/packer-plugin-sdk from 0.2.9 to 0.2.11 (#11459)
* Update handling of image metadata before pushing to registry (#11458)
* Add HCP Packer Ready badge to support plugins (#11456)
* add packer user agent to HCP client (#11455)
* chore: Disable alert banner (#11452)
* Update Contributor docs to clone repo instead of go get packer
* Update Dockerfile (#11446)
* fix: redirects /home to / (#11445)
* Update agains to against in the note section
* Fix docs about running specific provisioners (#11442)
* update alert banner content (#11441)
* Fix basic datasource acceptance test flakiness (#11438)
* Update all external plugins to their latest available version (#11435)
* Move to using ectx to preload build names (#11432)
* Temporarily revert the use of indirect redirects for external plugins (#11430)
* pull outscale docs from the freshly moved away outscale repo (#11428)
* Bump github.com/hashicorp/hcl/v2 from 2.10.1 to 2.11.1 (#11426)
* Packer SVC acc tests (#11274)
* Add support for variable interpolation to hcp_packer_registry and build blocks. (#11421)
* Tiny tweaks and fixes for the PowerShell provisioner (#11410)
* Update output directory used in TestArchive (#11406)
* Add a little specificity to the use of dynamic blocks (#11404)
* Add details on the expected contents of a variable definitions file (#11403)
* hcp packer registry build labels (#11401)
* Bump issues-labeler to proper version
* Add git plugin (#11395)
* Bump github.com/hashicorp/packer-plugin-sdk from 0.2.8 to 0.2.9 (#11394)
* Bump github.com/hashicorp/packer-plugin-sdk from 0.2.7 to 0.2.8 (#11391)
* Bump Packer plugin program navigation up one level (#11390)
* Add docs for plugins HCP Packer support (#11389)
* Update README.md
* HCL2: fix a crash when an HCL2 component is nil after a misconfiguration (#11382)
* Bump github.com/zclconf/go-cty from 1.9.1 to 1.10.0
* chore: react-subnav (#11378)
* Update variables.mdx (#11375)
* go mod tidy
* remove all non official plugins from vendored plugins
* remove ansible plugin from bundled plugins
* remove vagrant plugin from bundled plugins
* remove qemu plugin from bundled plugins
* remove googlecompute plugin from bundled plugins
* remove docker plugin from bundled plugins
* remove vsphere plugin from bundled plugins
* remove parallels plugin from bundled plugins
* remove vmware plugin from bundled plugins
* remove virtualbox plugin from bundled plugins
* remove azure plugin from bundled plugins
* remove amazon plugin from bundled plugins
* make the exoscale plugin an implicit import
* File provisioner, don\'t fail when no content is passed. (#11349)
* Remove broken link (#11361)
* Thu Feb 03 2022 kastlAATTb1-systems.de- Update to version 1.7.8:
* Bump packer-plugin-amazon to v1.0.4 (#11360)
* Add go mod tidy check for Go 1.17
* Bump github.com/outscale/osc-sdk-go to v1.11.2
* Update HashiConf alert-banner expiration
* Nav, hero, and callout updates (#11342)
* Updates for HCP Packer docs
* Thu Feb 03 2022 kastlAATTb1-systems.de- Update to version 1.7.7:
* go get -d github.com/hashicorp/packer-plugin-amazonAATTlatest + tidy
* update amazon, azure, docker, gcp, outscale, qemu & vsphere plugins + deps (#11341)
* Show successful message upon successful packer validate (#11337)
* Update banner text and link (#11331)
* added anka plugin to docs-remote-plugins.json (#11279)
* packer init: better error handling with a special care for gh rate limit errors (#11330)
* Add sensitive=true to AWS secret key in README.md (#11329)
* Bump andymckay/labeler from 1.0.3 to 1.0.4
* implement contextual variable packer.iteration_id
* add tests, and simplify code
* upgrade deps to fix search styles (#11326)
* Allow to use build variables in a post processor (#11323)
* Docs: remove reference to undefined map function (#11324)
* rename all things \'inexist[e|a]nt\' to \'nonexistent\' & fix tests (#11325)
* update debugging info for cloud-init (#11316)
* Read labels into the data source, and regenerate code.
* add iteration_id to evaluation context.
* fix source accessor to allow use in source block
* Add a value for SourceID to file artifact (#11315)
* Fix issue with template example
* update deps to fix search index (#11306)
* fix mocks
* add ID
* update modfile
* fix: Removing test debris (#11300)
* Bump dessant/lock-threads from 2 to 3 (#11293)
* add source image id to build from PARtifact
* import new sdk and fix compatability issues
* use remote scaleway docs
* use the github.com/scaleway/packer-plugin-scaleway now (#11296)
* Thu Feb 03 2022 kastlAATTb1-systems.de- Update to version 1.7.6:
* Update alert banner for HashiConf Global 2021
* Prune go modules file post go 1.17 upgrade (#11282)
* Fail when an \"hcp-packer-image\" datasource could not be found (#11268)
* Thu Feb 03 2022 kastlAATTb1-systems.de- Update to version 1.7.5:
* Temporarily remove hcp_packer_registry docs until out of internal beta
* Rename slug to bucket_name
* Unregister packer-image-iteration datasource
* Update HCP Packer registry image extraction, validation, publishing logic for registry capable plugins (#11221)
* Add environment variable precheck for datasource acceptance tests (#11254)
* Update plugin directory check for ci (#11253)
* Update golangci to v1.42.0 (#11252)
* add docs pages for new data sources
* return diags earlier
* remove unnecessary complexity
* remove unneeded check.
* allow datasources to use other datasources create a null data source for testing. We can choose to document if we want to, but it\'s a convenience for us
* tidied modfile
* Add two new data sources -- hcp-packer-iteration and hcp-packer-image. These data sources together will allow users to query hcp_packer for the image_ids they need to use as source images to their builds, with a simple UI and clear outputs. add quick and dirty acceptance test for hcp packer image iteration and hcp packer image data sources PR review linting
* update all plugins + pin go to go 1.17 (#11237)
* Clarify what the labels of a source block do. (#11236)
* packer fix: state that the command does not work for hcl files (#11238)
* move inspec provisioner out (#11230)
* move salt-masterless provisioner out (#11229)
* Bump module packer-plugin-googlecompute version to v1.0.2. (#11235)
* better docstrings and regenerate docs
* Implement hcp packer data source. This is a rough copy of the terraform provider\'s data source, to make beta user experience consistent across both sources
* Update social share image (#11226)
* bump ncloud dependency to fix dependency that got deleted from github (#11224)
* hcl2_upgrade: special case: vsphere fix (#11216)
* more test fix
* fix tests
* make user-facing name for slug be bucket_name
* file provisioner: add possibility to set content + tests (#11209)
* avoid hcl2_upgrade panic when file does not exist (#11206)
* chore: update alert banner (#11195)
* Fix {{packer_version}} interpolation regression (#11200)
* document the plugin-getter.Get interface (#11196)
* HCP Packer registry enabled Packer client (#11154)
* added newest packer-plugin-xenserver and xcp-ng (#11166)
* web: migrate to web platform- packages (#11156)
* add Kamatera builder plugin (#11158)
* Bump packer-plugin-azure to v1.0.1 (#11162)
* Thu Feb 03 2022 kastlAATTb1-systems.de- Update to version 1.7.4:
* Fix incorrect `isotime` output (#11157)
* Bump andymckay/labeler from 1.0.2 to 1.0.3 (#11160)
* Set up Dependabot (#11142)
* fix link and copypasta from waypoint
* update outscale plugin
* Bump hashi-stack-menu (#11141)
* add stdin to docs for fmt (#11132)
* remove broken links and just send users over to learn platform (#11127)
* Replace HashiBot with GitHub action for remote-plugin issue migration (#11125)
* chore: upgrade react-head and deps (#11119)
* Minor formatting improvement (#11106)
* update algolia API key (#11102)
* add hashicups docs (#11096)
* Thu Jun 17 2021 kastlAATTb1-systems.de- Update to version 1.7.3:
* Upgrade plugins to latest working versions (#11088)
* add possibility to use variables everywhere in post-processor blocks (#11094)
* Extract ProfitBricks Plugin (#11084)
* improve regex to fix escaping on split function (#11083)
* Fix link ref (#11079)
* Upgrade plugins + script to upgrade plugins (#11077)
* SSH Key Remote Docs (#11072)
* Homepage Update
* vultr remote docs (#11070)
* Update absolute links to relative (#11068)
* rotate algolia api key (#11055)
* fix: print unchanged formatted file when using stdin (#11047)
* Say so when an only or an except option did not match anything (#11050)
* hcl2_upgrade: allow to hcl2_upgrade with unknown builders, just log errors (#11049)
* Update the homepage
* spelling (#11064)
* workflows/issue-comment-created.yml: Add GH token input
* chore: updates alert banner data
* .github/workflows/lock.yml: Fix ISO 8601 date format
* remove hashibot (#11053)
* Add Packer Integration Program page (#11042)
* put back empty datasource folder
* vendor oneandone
* document gotcha around third party plugins (#11032)
* Add tip about using local instead of locals for complex cases (#11036)
* upgrade to azure v0.0.3
* remove workflow-tips-and-tricks pages
* delete comment guide, moving contents to the comment section of the template engine docs for json templates
* clarify template variable warning
* escape backticks
* tweak engine docs to contain guide docs for isotime remove docs page
* delete veewee references. Veewee hasn\'t been updated for three years, and the veewee-to-packer library for even longer. This page gets almost no views.
* Implemented DEFAULT_NAME handling for datasource plugins (#11026)
* Adds AlertBanner to promote HashiConf EU
* Add link to the new HCL2 upgrade command tutorial
* Extract Azure plugin components from Packer (#10979)
* Fix broken links (#11016)
* Fix links to Learn (#11014)
* Remove extra parenthesis
* fix: HCL \"index\" function now actually returns the index of the element (#11008)
* Clarify paragraph wording
* Missed VMWare in CICD Guide change
* update docs to use double quotes, which works on more shells (#11009)
* Rought guide-doc update for QEMU KVM builds from within containers
* fix: specify a string for name rather than a variable which is not supported (#10987)
* clean up changelog entries
* Update types.build.provisioners.go
* add test to repro #10975
* azure builder: add support for shared image gallery storage account type
* azure builder: use struct for publishing shared image gallery image version
* azure: arm builder: adding keep_os_disk parameter to control OS disk deletion. keep_os_disk: auto generated help azure: arm builder: add disk os to artifact azure: arm builder: fmt\'ed artifact_test.go
* Breakout yandex (#10970)
* Remove codecov config file (#10969)
* Update plugins badge (#10968)
* Extract Tencent Cloud (#10967)
* Breakout hcloud (#10966)
* extract and vendor lxc and lxd (#10965)
* Triton plugin breakout (#10963)
* extract oracle plugin (#10962)
* Extract vagrant (#10960)
* remove outdatedlinode codeowners (#10957)
* Extract converge provisioner
* extract and vendor ucloud (#10953)
* remove codecov from repo (#10955)
* Extract jdcloud (#10946)
* remove and vendor hyperv (#10952)
* Extract Hyperone (#10949)
* Remove the vendor dir (#10916)
* Delete cloudstack dir, revendor
* Remove duplicate routs from rebase
* Vendor packer-plugin-puppet
* Remove Puppet components and docs
* Vendor packer-plugin-chef
* Remove Chef components and docs
* Remove reference to openstackbuilder
* formatted code
* delete openstack files
* extract and revendor
* delete and revendor alicloud plugin
* Scaleway plugin breakout (#10939)
* Remove Parallels plugin (#10936)
* Extract outscale (#10941)
* Add pluginTier to community plugins (#10942)
* removed obsolete line
* added TempOSDiskName definition
* ncloud breakout (#10937)
* Move proxmox builder out + vendor it (#10930)
* Added custom nicname and osdiskname
* update qemu to latest version
* add qemu to docs-remote-plugins.json
* Update docs-remote-plugins.json
* Update vendored_plugins.go
* vendor qemu plugin
* add legacy_isotime docs (#10928)
* remote qemu plugin
* Extract vmware plugin (#10920)
* fix TEMPATE to TEMPLATE in fmt cmd
* move googlecompute plugin to github.com/hashicorp/packer-plugin-googlecompute (#10890)
* Extract virtualbox plugin (#10910)
* Extract ansible plugins (#10912)
* Add outscale-mgo to osc codeowners (#10917)
* Use packer-sdc in packer + remove mapstructure-to-hcl2 & struct-markdown (#10913)
* go mod tidy
* fix vsphere link
* update packer-plugin-vsphere and sdk
* add vsphere to docs-remote-plugins.json
* vendor vsphere plugin
* update go vendor
* remove vsphere components and docs
* Adds bzip2 support to post-processor (#10867)
* Upgrade Downloads Page (#10907)
* Postprocessor only docs (#10899)
* Update URL to custom-images overview page
* switches JSON and HCL2 tabs (#10888)
* Autogenerated docs for ansible local provisioner (#10829)
* corrects default value and adds highlighting (#10886)
* adds highlighting to `locals` stanza (#10881)
* add plugin acceptance test using amazon plugin
* move acctest pkg from sdk to core and update acceptance tests
* Add Image Storage Locations field to Google Compute Import post-processor (#10864)
* builder/digitalocean: support ecdsa, ed25519, dsa temporary key types via packer-plugin-sdk/communicator step… (#10856)
* Correct SIG timout (#10816)
* chore: adds comment
* style: override product-downloader colors
* revendor
* upgrade exoscale dependency
* chore: fix deps
* chore: upgrade react-components, colors, logos
* Upgrade StackMenu to latest (#10874)
* Add redirect for Docker post-processor pages (#10872)
* fix lint, fmt, generate
* skip validate `product_code` if empty
* Remove `getClassicServerImageProductList` within block storage size 100GB
* fix length validation message
* fix checking subnet type
* create temporary ACG for VPC
* Fix ncloud builder unhandled buildvar type
* update ncloud guide
* fix test code
* implement vpc environment
* update ncloud-sdk-go-v2 vendor
* Fri May 28 2021 kastlAATTb1-systems.de- Update to version 1.7.2:
* cut version 1.7.2
* update changelog
* add massive warning about error logging to WrappedMain
* update changelog
* Update CHANGELOG
* Update unmaintained-plugins partial
* Update index.mdx (#10865)
* feature[alicloud]: add ramrole to ecs instance (#10845)
* Fix primary disk resize on clone and add tests (#10848)
* Update error messaging to bypass panicwrap only on non-recoverable errors
* switch to using ui once it is initialized- big version jump, detailled changelog not included here, please see https://github.com/hashicorp/packer/blob/master/CHANGELOG.md
 
ICM