From 2d5e9091c6a8b9c802552116aad2030c2b521a93 Mon Sep 17 00:00:00 2001 From: Kazumichi Yamamoto Date: Fri, 26 Mar 2021 09:08:47 +0900 Subject: [PATCH] Bump to v2.8.1 --- CHANGELOG.md | 2 +- README.md | 2 +- examples/website/provider.tf | 2 +- sakuracloud/version.go | 2 +- website/docs/index.md | 2 +- 5 files changed, 5 insertions(+), 5 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index a12715294..cb8f3e932 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,4 +1,4 @@ -## 2.8.1(Unreleased) +## 2.8.1(2021-03-26) FIXES: diff --git a/README.md b/README.md index 73c6af766..bd612aa49 100644 --- a/README.md +++ b/README.md @@ -20,7 +20,7 @@ terraform { # We recommend pinning to the specific version of the SakuraCloud Provider you're using # since new versions are released frequently - version = "2.7.1" + version = "2.8.1" #version = "~> 2" } } diff --git a/examples/website/provider.tf b/examples/website/provider.tf index b26a8d2a0..5728d7fc3 100644 --- a/examples/website/provider.tf +++ b/examples/website/provider.tf @@ -2,7 +2,7 @@ provider "sakuracloud" { # We recommend pinning to the specific version of the SakuraCloud Provider you're using # since new versions are released frequently - version = "=2.1.0" + version = "=2.8.1" # More information on the authentication methods supported by # the SakuraCloud Provider can be found here: diff --git a/sakuracloud/version.go b/sakuracloud/version.go index e1a0fe5a1..c7bae8530 100644 --- a/sakuracloud/version.go +++ b/sakuracloud/version.go @@ -18,7 +18,7 @@ import "fmt" var ( // Version app version - Version = "2.8.0" + Version = "2.8.1" // Revision git commit short commithash Revision = "xxxxxx" // set on build ) diff --git a/website/docs/index.md b/website/docs/index.md index 8b5d7c867..3f2827ecc 100644 --- a/website/docs/index.md +++ b/website/docs/index.md @@ -19,7 +19,7 @@ terraform { # We recommend pinning to the specific version of the SakuraCloud Provider you're using # since new versions are released frequently - version = "2.8.0" + version = "2.8.1" #version = "~> 2" } }