diff --git a/CHANGELOG.md b/CHANGELOG.md index d388df1..f4940ef 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -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 diff --git a/examples/host_db12c/host_db12c.tf b/examples/host_db12c/host_db12c.tf index b335abb..72ef1b3 100644 --- a/examples/host_db12c/host_db12c.tf +++ b/examples/host_db12c/host_db12c.tf @@ -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 diff --git a/examples/host_db18c/host_db18c.tf b/examples/host_db18c/host_db18c.tf index 8e9d218..7f6b870 100644 --- a/examples/host_db18c/host_db18c.tf +++ b/examples/host_db18c/host_db18c.tf @@ -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 diff --git a/examples/host_db19c/host_db19c.tf b/examples/host_db19c/host_db19c.tf index 85d1ea3..b775ff2 100644 --- a/examples/host_db19c/host_db19c.tf +++ b/examples/host_db19c/host_db19c.tf @@ -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 diff --git a/examples/host_wls12c/host_wls12c.tf b/examples/host_wls12c/host_wls12c.tf index 87adfb2..5159211 100644 --- a/examples/host_wls12c/host_wls12c.tf +++ b/examples/host_wls12c/host_wls12c.tf @@ -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 diff --git a/examples/host_wls14c/host_wls14c.tf b/examples/host_wls14c/host_wls14c.tf index 2a9cfe5..ebbeea2 100644 --- a/examples/host_wls14c/host_wls14c.tf +++ b/examples/host_wls14c/host_wls14c.tf @@ -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