Commit 5714ff7 1 parent 3826e75 commit 5714ff7 Copy full SHA for 5714ff7
File tree 7 files changed +16
-6
lines changed
7 files changed +16
-6
lines changed Original file line number Diff line number Diff line change 1
1
# CHANGELOG
2
2
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
+
3
13
## 2.25.3 (2024/2/26)
4
14
5
15
- パッケージのダウングレード #1146
Original file line number Diff line number Diff line change @@ -20,7 +20,7 @@ terraform {
20
20
21
21
# We recommend pinning to the specific version of the SakuraCloud Provider you're using
22
22
# since new versions are released frequently
23
- version = "2.25.3 "
23
+ version = "2.25.4 "
24
24
#version = "~> 2"
25
25
}
26
26
}
Original file line number Diff line number Diff line change 2
2
provider "sakuracloud" {
3
3
# We recommend pinning to the specific version of the SakuraCloud Provider you're using
4
4
# since new versions are released frequently
5
- version = " 2.25.3 "
5
+ version = " 2.25.4 "
6
6
7
7
# More information on the authentication methods supported by
8
8
# the SakuraCloud Provider can be found here:
Original file line number Diff line number Diff line change 6
6
# }
7
7
# sakuracloud = {
8
8
# source = "sacloud/sakuracloud"
9
- # version = "2.25.3 "
9
+ # version = "2.25.4 "
10
10
# }
11
11
# }
12
12
# }
Original file line number Diff line number Diff line change @@ -18,7 +18,7 @@ import "fmt"
18
18
19
19
var (
20
20
// Version app version
21
- Version = "2.25.3 "
21
+ Version = "2.25.4 "
22
22
// Revision git commit short commithash
23
23
Revision = "xxxxxx" // set on build
24
24
)
Original file line number Diff line number Diff line change @@ -19,7 +19,7 @@ terraform {
19
19
20
20
# We recommend pinning to the specific version of the SakuraCloud Provider you're using
21
21
# since new versions are released frequently
22
- version = "2.25.3 "
22
+ version = "2.25.4 "
23
23
#version = "~> 2"
24
24
}
25
25
}
Original file line number Diff line number Diff line change @@ -21,7 +21,7 @@ Manages a SakuraCloud sakuracloud_certificate_authority.
21
21
# }
22
22
# sakuracloud = {
23
23
# source = "sacloud/sakuracloud"
24
- # version = "2.25.3 "
24
+ # version = "2.25.4 "
25
25
# }
26
26
# }
27
27
#}
You can’t perform that action at this time.
0 commit comments