Skip to content

Commit

Permalink
update changelog
Browse files Browse the repository at this point in the history
  • Loading branch information
Stefan Oehrli committed Jun 10, 2021
1 parent 9f46094 commit 3661c2f
Show file tree
Hide file tree
Showing 6 changed files with 21 additions and 8 deletions.
19 changes: 16 additions & 3 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -14,16 +14,29 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0

### Fixed

### Removed

## [0.0.5] - 2021-06-11

### Added

- Add host example for Oracle Database 18c [host_db18c](examples/host_db18c)
- Add host example for Oracle Database 12c Release 2 [host_db12c](examples/host_db12c)

### Changed

- change base module version in example files to `version = ">=0.0.5"`

### Fixed

- add dummy oratab entry in [bootstrap_host.template.sh](cloudinit/templates/bootstrap_host.template.sh)
if variable *BE_ALIAS* is defined in the *set_env* file.

### Removed

## [0.0.4] - 2021-06-11

### Added

- Add host example for [host_db19c](examples/host_db19c)
- Add host example for Oracle Database 19c [host_db19c](examples/host_db19c)

### Changed

Expand Down
2 changes: 1 addition & 1 deletion examples/host_db12c/host_db12c.tf
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@
# - ADD VCM Module -------------------------------------------------------------
module "tvdlab-db12c" {
source = "Trivadis/tvdlab-host/oci"
version = ">=0.0.4"
version = ">=0.0.5"

# - Mandatory Parameters -----------------------------------------------------
region = var.region # The OCI region where resources will be created
Expand Down
2 changes: 1 addition & 1 deletion examples/host_db18c/host_db18c.tf
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@
# - ADD VCM Module -------------------------------------------------------------
module "tvdlab-db18c" {
source = "Trivadis/tvdlab-host/oci"
version = ">=0.0.4"
version = ">=0.0.5"

# - Mandatory Parameters -----------------------------------------------------
region = var.region # The OCI region where resources will be created
Expand Down
2 changes: 1 addition & 1 deletion examples/host_db19c/host_db19c.tf
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@
# - ADD VCM Module -------------------------------------------------------------
module "tvdlab-db19c" {
source = "Trivadis/tvdlab-host/oci"
version = ">=0.0.4"
version = ">=0.0.5"

# - Mandatory Parameters -----------------------------------------------------
region = var.region # The OCI region where resources will be created
Expand Down
2 changes: 1 addition & 1 deletion examples/host_wls12c/host_wls12c.tf
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@
# - ADD VCM Module -------------------------------------------------------------
module "tvdlab-wls12c" {
source = "Trivadis/tvdlab-host/oci"
version = ">=0.0.4"
version = ">=0.0.5"

# - Mandatory Parameters -----------------------------------------------------
region = var.region # The OCI region where resources will be created
Expand Down
2 changes: 1 addition & 1 deletion examples/host_wls14c/host_wls14c.tf
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@
# - ADD VCM Module -------------------------------------------------------------
module "tvdlab-wls14c" {
source = "Trivadis/tvdlab-host/oci"
version = ">=0.0.4"
version = ">=0.0.5"

# - Mandatory Parameters -----------------------------------------------------
region = var.region # The OCI region where resources will be created
Expand Down

0 comments on commit 3661c2f

Please sign in to comment.