Skip to content

v0.9.0

Compare
Choose a tag to compare
@github-actions github-actions released this 15 Sep 16:35
· 75 commits to main since this release
f9d1b62

Notable Changes

  • Added ability to import jenkins_job resources (#57)
  • Deprecate parameters property in jenkins_job resource in favour of using Terraform's built-in template_file resource or templatefile (Terraform 0.12+) (#61)
  • Improve Jenkins XML config diff, by escaping HTML entities before the diff is generated to ensure only meaningful changes are shown (#63)

Changelog

f9d1b62 Bump github.com/hashicorp/terraform-plugin-sdk/v2 from 2.7.0 to 2.7.1 (#64)
4b89d6f Unescape HTML entities during state diff (#63)
8d11b81 Deprecate jenkins_job 'parameters' property (#61)
3730a01 Fix typo in validations_test.go (#59)
bf7747c Add support for importing jenkins_job resource (#57)