Releases: foltik/terraform-provider-vyos
Releases · foltik/terraform-provider-vyos
v0.3.3
v0.3.2
Add support for saving and specifying save file Using the `save` and `save_file` provider configuration keys, support saving the VyOS configuration after resources are updated such that changes are persisted across reboots. Resolves: #9 commit 82268e7b30a1e7beebf6d80ea1e6585ad8a05b54 Author: Jack Foltz <[email protected]> Date: Fri May 20 14:16:07 2022 -0400 Make docs commit f84862debcd7ac553b8e1f88b3faddea117bb80c Author: Jack Foltz <[email protected]> Date: Fri May 20 14:12:59 2022 -0400 Use vyos-client-go v0.3.0 commit 13fb0be6d8f67245c24da3a28fc623f47042e1d6 Author: angelnu <git@angelnucom> Date: Sun May 15 18:07:54 2022 +0000 add providerClass commit b914eb941ebd28ac53045c3953a897cd0aa7b2b5 Author: angelnu <git@angelnucom> Date: Sun May 15 17:08:09 2022 +0000 support to save config after changes Co-authored-by: angelnu <git@angelnucom>
v0.3.1
Clean up workflow and update Go version
v0.3.0
BREAKING CHANGE: Enable importing of vyos_config resources (#3) * BREAKING CHANGE: Change ID format for vyos_config resource This change changes the format of the vyos_config to be compatible with terraform import command. The read function will detect if the ID is in the old format and update it to the new format automatically on apply. * doc: Improve explenation of what the computer ID is
v0.2.0
vyos_config_block and documentation (#2) * feat: New resource vyos_config_block This resource if useful when configuration need more than a single command for a commit to be vaild. * doc: Generate doc New doc folder autogenerated by tfplugindocs, split examples into folders and files so they can auto import into doc generation and added doc generation option to Makefile Co-authored-by: Jack Foltz <[email protected]>
v0.1.1
Add static host mapping resource
v0.1.0
Add publish workflow