Skip to content

Releases: cobbler/terraform-provider-cobbler

v4.0.0

24 Oct 08:24
v4.0.0
2eb5c65
Compare
Choose a tag to compare

Changelog

  • 2eb5c65 Merge pull request #51 from cobbler/feature/add-terraform-registry-manifest

v3.0.0

23 Feb 10:04
v3.0.0
6218832
Compare
Choose a tag to compare

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 either next_server_v4 or next_server_v6
  • boot_loader string attribute is renamed to boot_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, and repos

v2.0.3

12 May 13:37
v2.0.3
8c240db
Compare
Choose a tag to compare
Released Version 2.0.3

v2.0.2

16 Jan 15:51
96d5437
Compare
Choose a tag to compare
Merge pull request #1 from cobbler/deps/update-client

Update Cobblerclient to 0.4.2

v2.0.1

08 Oct 13:13
540aa92
Compare
Choose a tag to compare

BUG FIXES

  • Bugfix in dependency "cobblerclient" - IPv6DefaultGateway

v2.0.0

08 Oct 13:13
540aa92
Compare
Choose a tag to compare

BACKWARDS INCOMPATIBILITIES

  • Rewrites to support Cobbler 3.x (will break support for Cobbler 2.x (EOL)).

v1.1.0

08 Oct 13:13
Compare
Choose a tag to compare

IMPROVEMENTS

  • The provider is now compatible with Terraform v0.12, while retaining compatibility with prior versions.

v1.0.1

08 Oct 13:12
Compare
Choose a tag to compare

FEATURES:

  • Support for self-signed certificates (#11)

BUG FIXES

  • Recreate systems if they were deleted outside of Terraform (#14)

v1.0.0

08 Oct 13:12
Compare
Choose a tag to compare

FEATURES:

New Resource: cobbler_repo (#3)

v0.1.0

08 Oct 13:11
Compare
Choose a tag to compare

NOTES:

  • Same functionality as that of Terraform 0.9.8. Repacked as part of Provider Splitout