IMPROVEMENTS
- Supports Cobbler: v3.3.x
- Moved test harness to local docker container for easier\faster development
BACKWARDS INCOMPATIBILITIES
- Rewrites to support Cobbler 3.3.x (will break support for Cobbler 3.2.x and older (EOL)).
next_server
attribute is now eithernext_server_v4
ornext_server_v6
boot_loader
string attribute is renamed toboot_loaders
and changed from a string to a list- The following string attributes are now lists:
fetchable_files
,kernel_options
,kernel_options_post
,template_files
,autoinstall_meta
, andrepos
BUG FIXES
- Bugfix in dependency "cobblerclient" - IPv6DefaultGateway
BACKWARDS INCOMPATIBILITIES
- Rewrites to support Cobbler 3.x (will break support for Cobbler 2.x (EOL)).
IMPROVEMENTS
- The provider is now compatible with Terraform v0.12, while retaining compatibility with prior versions.
FEATURES:
- Support for self-signed certificates (#11)
BUG FIXES
- Recreate systems if they were deleted outside of Terraform (#14)
FEATURES:
New Resource: cobbler_repo
(#3)
NOTES:
- Same functionality as that of Terraform 0.9.8. Repacked as part of Provider Splitout