Skip to content

Commit 5714ff7

Browse files
committed
v2.25.4
1 parent 3826e75 commit 5714ff7

File tree

7 files changed

+16
-6
lines changed

7 files changed

+16
-6
lines changed

CHANGELOG.md

+10
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,15 @@
11
# CHANGELOG
22

3+
## 2.25.4 (2024/6/10)
4+
5+
- sakuracloud_cdrom: 20GB対応 #1169
6+
- ウェブアクセラレータ ACL機能 #1166
7+
- sakuracloud_disk: encryption_algorithmにデフォルト値を指定 #1167
8+
- ディスクのインポート修正 #1165
9+
- ディスク暗号化機能の対応 #1161
10+
- update dependencies - sacloud/makefile v0.0.8 #1150
11+
12+
313
## 2.25.3 (2024/2/26)
414

515
- パッケージのダウングレード #1146

README.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ terraform {
2020
2121
# We recommend pinning to the specific version of the SakuraCloud Provider you're using
2222
# since new versions are released frequently
23-
version = "2.25.3"
23+
version = "2.25.4"
2424
#version = "~> 2"
2525
}
2626
}

examples/website/provider.tf

+1-1
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
provider "sakuracloud" {
33
# We recommend pinning to the specific version of the SakuraCloud Provider you're using
44
# since new versions are released frequently
5-
version = "2.25.3"
5+
version = "2.25.4"
66

77
# More information on the authentication methods supported by
88
# the SakuraCloud Provider can be found here:

examples/website/r/certificate_authority/certificate_authority.tf

+1-1
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66
# }
77
# sakuracloud = {
88
# source = "sacloud/sakuracloud"
9-
# version = "2.25.3"
9+
# version = "2.25.4"
1010
# }
1111
# }
1212
#}

version/version.go

+1-1
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ import "fmt"
1818

1919
var (
2020
// Version app version
21-
Version = "2.25.3"
21+
Version = "2.25.4"
2222
// Revision git commit short commithash
2323
Revision = "xxxxxx" // set on build
2424
)

website/docs/index.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ terraform {
1919
2020
# We recommend pinning to the specific version of the SakuraCloud Provider you're using
2121
# since new versions are released frequently
22-
version = "2.25.3"
22+
version = "2.25.4"
2323
#version = "~> 2"
2424
}
2525
}

website/docs/r/certificate_authority.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ Manages a SakuraCloud sakuracloud_certificate_authority.
2121
# }
2222
# sakuracloud = {
2323
# source = "sacloud/sakuracloud"
24-
# version = "2.25.3"
24+
# version = "2.25.4"
2525
# }
2626
# }
2727
#}

0 commit comments

Comments
 (0)