terraform-provider-openapi v0.31.0 Release Notes

Release Date: 2020-07-15 // over 3 years ago
  • What's new?

    • ๐Ÿ‘ PR #255 [TechDebt: Issue #256] Support description field in array items schema
    • PR #254 [TechDebt: Issue #253] Add gosec to CI/CD pipeline and address gosec alerts

    ๐Ÿ”„ Changelog

    ๐Ÿš€ 2ef0b0a Merge pull request #257 from dikhan/new-release-0.31.0
    ๐Ÿš€ 9e11d14 new release 0.31.0
    ๐Ÿ”€ fcc2b62 Merge pull request #255 from dikhan/feature/add-array-items-descriptions
    ๐Ÿ”€ 10ac207 Merge branch 'feature/add-array-items-descriptions' of github.com:dikhan/terraform-provider-openapi into feature/add-array-items-descriptions
    0๏ธโƒฃ 1570c5c add default description for parent properties in the doc generator
    ๐Ÿ”จ 1945141 refactor tests avoiding extra loop iterations in convey
    ๐Ÿ‘ 9d8f250 add support for array items description
    ๐Ÿ”€ cd41f2b Merge pull request #254 from dikhan/address-gosec-alerts
    โœ… 521bd03 rename helper test file so its not treated as production code
    โšก๏ธ f674524 go mod dep updates
    ๐Ÿšš a32d96d remove not longer used code that was migrated to commons
    5d5fdb7 add gosec to the contribution guidelines
    3ebc352 add install-deps and make it a dependency of gosec target
    ๐Ÿšš 531cf8a remove not needed filed parentPropertyNames from stub
    โœ… 81db694 add tests for getParentID
    โœ… 37e1db4 ignoring not applicable gosec issue, this code is only used for testing purposes
    โœ… 2e79577 run gosec as part of the test target
    โœ… 52e5167 add gosec target that checks both openapi and tests directories
    ๐Ÿšš aaef93a remove createTmpFile since it was being used only once (no need for the method yet)
    โšก๏ธ 6776310 update resource factory import to check error from data.Set
    51af33c handle error
    f2ca1cf ignore G204
    779a57a ignoring n/a G304
    4e61bfa new version 0.30.1
    8a3fd94 add nosec comments for G101, G304, and G402