Skip to content

Commit 94bdf11

Browse files
Add changelog (#331)
Adds a changelog, which uses the same common format as other OCI tools. I've backported all 2.x releases.
1 parent 3640359 commit 94bdf11

File tree

1 file changed

+70
-0
lines changed

1 file changed

+70
-0
lines changed

CHANGELOG.md

Lines changed: 70 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,70 @@
1+
# Change Log
2+
All notable changes to this project will be documented in this file.
3+
4+
The format is based on [Keep a Changelog](http://keepachangelog.com/).
5+
6+
## Unreleased
7+
8+
### Added
9+
- Filters for most core, IAM, and Load Balancer data sources
10+
- Support for Virtual Machine (VM) DB Systems
11+
- Support for Bring Your Own License (BYOL) licensing model for DB Systems
12+
13+
### Notes
14+
- If upgrading from v1, see [this wiki](https://github.com/oracle/terraform-provider-oci/wiki/Oracle-Terraform-Provider-Name-Change) for migration steps.
15+
- See docs for this version [here](https://github.com/oracle/terraform-provider-oci/tree/v2.0.3).
16+
17+
## 2.0.2 - 2017-10-12
18+
19+
### Fixed
20+
- Optimize service error retry behavior (#179)
21+
- Object store fixes (#225)
22+
- Properly handle version date in policies, ignore format changes when diffing (#230)
23+
- Ignore case for DNS Labels (#279)
24+
- Oci-tool migration tool fixes (#298) (#292)
25+
26+
### Added
27+
- Support update and refresh on Instance and Vnic details
28+
- File upload example
29+
- Block volumes support for size in gigabytes (#297)
30+
- Support for compartment renaming (#250)
31+
32+
### Changed
33+
- Handle and log URL parsing errors (#277)
34+
- Minor update to bmcs-go-sdk license
35+
- Acceptance test refinements
36+
37+
### Notes
38+
- If upgrading from v1, see [this wiki](https://github.com/oracle/terraform-provider-oci/wiki/Oracle-Terraform-Provider-Name-Change) for migration steps.
39+
- See docs for this version [here](https://github.com/oracle/terraform-provider-oci/tree/2.0.2).
40+
41+
## 2.0.1 - 2017-9-26
42+
43+
### Fixed
44+
- Resources are now removed from the state file if in a "terminated" state so that it is recreated on an apply (#113)
45+
- Enable empty route rules (#68)
46+
- Fix import of Subnet prohibit_public_ip_on_vnic
47+
- Adds pagination to all IAM data sources
48+
- General fixes for plans including compartments as a resource
49+
50+
### Added
51+
- VNIC skip_source_dest_check property
52+
53+
### Notes
54+
- If upgrading from v1, see [this wiki](https://github.com/oracle/terraform-provider-oci/wiki/Oracle-Terraform-Provider-Name-Change) for migration steps.
55+
- See docs for this version [here](https://github.com/oracle/terraform-provider-oci/tree/v2.0.1).
56+
57+
## 2.0.0 - 2017-9-13
58+
59+
### Changed
60+
- Changes name from terraform-provider-baremetal to terraform-provider-oci. See [this wiki](https://github.com/oracle/terraform-provider-oci/wiki/Oracle-Terraform-Provider-Name-Change) on migration steps and associated migration tool usage instructions.
61+
62+
### Added
63+
* Support for Secondary Private IPs
64+
65+
### Notes
66+
- If upgrading from v1, see [this wiki](https://github.com/oracle/terraform-provider-oci/wiki/Oracle-Terraform-Provider-Name-Change) for migration steps.
67+
- See docs for this version [here](https://github.com/oracle/terraform-provider-oci/tree/v2.0.0).
68+
69+
## Earlier Versions
70+
- For earlier versions, see [releases](https://github.com/oracle/terraform-provider-oci/releases).

0 commit comments

Comments
 (0)