Skip to content

Releases: lord-kyron/terraform-provider-phpipam

v1.2.8

11 May 09:46
Compare
Choose a tag to compare

New stuff in this release:

  • fix typo - thanks to @tmashos
  • updated hashicorp terraform repos
  • build around Terraform 0.15.3
  • build with go 1.16.3

v1.2.7

22 Oct 19:52
Compare
Choose a tag to compare
update docs

v1.2.5

22 Oct 19:18
bfedd2d
Compare
Choose a tag to compare
Update .goreleaser.yml

terraform-provider-phpipam-1.2

22 Oct 13:07
Compare
Choose a tag to compare

New stuff in this release:

  • force recreation on invalid ID (when getting Invalid ID, recreate resource) - thanks to @rhysxevans
  • capability to create first free subnet - thanks to @tomasherout
  • fixing some typos - thanks to @basic39
  • allow first free subnets in both data and resource - thanks to @saailythapa
  • updated phpipam-sdk-go version to v0.1.0 - thanks to @pavel-z1
  • updated terraform-plugin-sdk to version v1.16.0 - thanks to @pavel-z1
  • build around Terraform 0.13.5
  • build with go 1.15.3

terraform-provider-phpipam-1.1

18 May 16:09
Compare
Choose a tag to compare

New stuff in this release:

  • implemented option for insecure SSL (accept insecure certificates) - BIG thanks to @pavel-z1 again!
  • updated used modules versions
  • updated documentation and examples in README file.
  • build around Terraform 0.12.25

terraform-provider-phpipam-1.0

13 Mar 09:46
Compare
Choose a tag to compare

New stuff:

  • Added support for terraform multiple resource deployments (count) [Thanks to new repository contributor @pavel-z1]
  • In the process @pavel-z1 forked original phpipam-sdk-go repo and commited some changes. All links leading to the original repo were changed to lead to the updated one.
  • In the process @pavel-z1 found a bug in phpipam itself and reported it. The bug was fixed and backported for version 1.3 and 1.4, BUT keep in mind, that if you want to use the module with "count", you must apply this fix: phpipam/phpipam@b634cb9
    otherwise you will have to run terraform apply always with "parallelism=1" or phpipam prior to version 1.5 will not be able to handle the request. More info can be found in the bug report here:
    phpipam/phpipam#2960
  • Build around latest Terraform version 0.12.23 (still API version 5)
  • Build with latest golang v 1.14

terraform-provider-phpipam-0.3.1

27 Nov 13:26
Compare
Choose a tag to compare

0.3.1

New stuff:

  • Fixed paths across the whole code
  • Build around Terraform version 0.12.16 (latest release, but still API version 5)
  • Build with goland v 1.12.13

terraform-provider-phpipam-0.3.0

08 Nov 14:45
Compare
Choose a tag to compare

0.3.0

New version supporting new Terraform API version 5

  • The whole provider was re-build around teeraform source code for version 0.12.x+
    which add support (and makes possible to run the provider) on Terraform 0.12.x+