Skip to content

Releases: philips-software/terraform-provider-hsdp

v0.16.1

21 May 11:53
0c2cf95

Choose a tag to compare

  • DICOM related fixes

v0.16.0

20 May 07:05
03d7bfe

Choose a tag to compare

  • Support for the HSDP Notification service

v0.15.3

12 May 15:26
a29a16a

Choose a tag to compare

  • The IAM service private_key field is now generated. This fixes some inconsistency issues

v0.15.2

11 May 04:11
ab3e1cb

Choose a tag to compare

  • Add start_at field for hsdp_function
  • Update documentation

v0.15.1

30 Apr 15:02
33b6e98

Choose a tag to compare

  • Fix ferrite backend support
  • Documentation fixes

v0.15.0

29 Apr 07:15
e140a58

Choose a tag to compare

  • Refactor and announce hsdp_function beta status
  • Filter out sensitive fields from debug logs
  • Add support for ferrite backend for hsdp_function
  • DICOM Object stores are soft deleted by default, with option to force_delete

v0.14.8

22 Apr 10:52
870d39c

Choose a tag to compare

  • Extra validation for hsdp_iam_service
  • Format generated IAM Service PEM key to be more parser friendly (#72)

v0.14.7

15 Apr 18:17
9df0340

Choose a tag to compare

  • [NEW] Implement private_key and expires_on configurable fields for IAM Services
  • Fix hsdp_function start time issue

v0.14.6

14 Apr 15:57
ba3e3c2

Choose a tag to compare

  • Prevent container host cleanup for colliding hosts (#69)
  • Add additional security group validation (#68)
  • Fix potential hsdp_function code collision

v0.14.5

12 Apr 13:45
5bb13b4

Choose a tag to compare

  • Increase volume_size limit to 16000 (16TB) for hsdp_container_host resources
  • Bugfix: clean up container host instance in case of failed commands
  • Documentation fixes