Skip to content

2.0.5 - 2017-12-14

Choose a tag to compare

@rohanbhattacharjee rohanbhattacharjee released this 14 Dec 23:45
· 6572 commits to master since this release

Added

  • Enhanced security options by adding support for source port range under security list rules. This can be specified in "tcp_options" and "udp_options" (#340).
  • Allow configuration of default resources under VCNs (#374). See more details about this feature here.

Fixed

  • Fixed bug wherein policy was not destroyed and recreated when compartment is changed (#389)
  • Fixed errors with terraform import because of missing vcn_id in *.tfstate files (internet_gateway, route_tables, dhcp_options) (#388, #379)
  • Fixed error where same retry token was being used for multiple requests in some development environments when auto retries were activated (Issue #170)

Notes

  • Code refactoring was done as part of this release. Go source file names have changed, the provider directory has been added. Should not impact the users in any way.
  • If upgrading from v1, see this wiki for migration steps.
  • See docs for this version here.