diff --git a/CHANGELOG.md b/CHANGELOG.md index 46cfdc2c8..7599a688e 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,17 @@ +0.5.2 (February 02, 2022) +======================== + +FEATURES: +--------- + +* Enhance User-Agent #56 + +BUG FIXES: +---------- + +* Fix Resource outscale_route_table_link import issue (TPD-2011) +* Update old wiki links to new docs address #49 + 0.5.1 (December 21, 2021) ======================== diff --git a/README.md b/README.md index 869cbb354..b3867af00 100644 --- a/README.md +++ b/README.md @@ -24,7 +24,7 @@ terraform { required_providers { outscale = { source = "outscale-dev/outscale" - version = "0.5.1" + version = "0.5.2" } } } @@ -60,7 +60,7 @@ terraform { required_providers { outscale = { source = "outscale-dev/outscale" - version = "0.5.1" + version = "0.5.2" } } } @@ -87,23 +87,23 @@ Clone repository to: `$GOPATH/src/github.com/terraform-providers/terraform-provi ```sh $ mkdir -p $GOPATH/src/github.com/terraform-providers; cd $GOPATH/src/github.com/terraform-providers -$ git clone --branch v0.5.1 https://github.com/outscale-dev/terraform-provider-outscale +$ git clone --branch v0.5.2 https://github.com/outscale-dev/terraform-provider-outscale ``` Enter the provider directory and build the provider ```sh $ cd $GOPATH/src/github.com/terraform-providers/terraform-provider-outscale -$ go build -o terraform-provider-outscale_v0.5.1 +$ go build -o terraform-provider-outscale_v0.5.2 ``` Using the provider ---------------------- 1. Download and install [Terraform](https://www.terraform.io/downloads.html) -2. Move the plugin to the repository ~/.terraform/plugins/registry.terraform.io/outscale-dev/outscale/0.5.1/linux_amd64/. +2. Move the plugin to the repository ~/.terraform.d/plugins/registry.terraform.io/outscale-dev/outscale/0.5.2/linux_amd64/. ```shell - $ mv terraform-provider-outscale_v0.5.1 ~/.terraform/plugins/registry.terraform.io/outscale-dev/outscale/0.5.1/linux_amd64/. + $ mv terraform-provider-outscale_v0.5.2 ~/.terraform.d/plugins/registry.terraform.io/outscale-dev/outscale/0.5.2/linux_amd64/. ``` 3. Execute `terraform init`