Kamatera / packer-plugin-kamatera

Packer plugin for Kamatera Cloud Builder
Mozilla Public License 2.0
2 stars 3 forks source link

Register plug-in as Packer integration #70

Closed nywilken closed 7 months ago

nywilken commented 10 months ago

:wave: fellow Packer maintainer working on migrating your plugin to the Packer integration framework.

This change takes the necessary steps to register this plugin as an official Packer integration. Integrations can be found on the Packer integration portal at https://developer.hashicorp.com/packer/integrations.


The pull-request consists of the following changes:

Changes to the integration docs can be made at plugin release via the notify-integration-release-via-tag workflow or manually by running the notify-integration-release-via-manual workflow.

Details on how the Integration framework pipeline works can be found at https://github.com/hashicorp/packer/pull/12702

TODOs

OriHoch commented 10 months ago

hi, thanks I will review this ASAP

nywilken commented 7 months ago

:wave: the external plugin documentation setup for this plugins is pending migration to Packer's integration framework. This means that your plugin is no longer listed as a Packer integration. To re-register your plugin with the integration portal please work to merge in this pull-request. Then open an integration-request issue to have a member of the Packer team complete the integration process.