File tree Expand file tree Collapse file tree 7 files changed +12
-6
lines changed
Expand file tree Collapse file tree 7 files changed +12
-6
lines changed Original file line number Diff line number Diff line change 11# CHANGELOG
22
3+ ## 2.30.0 (2025/09/26)
4+
5+ - AppRun: components.envの差分対応 (#1234 /#1286 )
6+ - AppRun: API v1.1.0対応 (#1287 )
7+ - ゾーンのis1c対応
8+
39## 2.29.1 (2025/09/02)
410
511- webaccelリソースでのDomainが設定されておらずエラーになる問題の修正 (#1278 )
Original file line number Diff line number Diff 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.29.1 "
23+ version = "2.30.0 "
2424 #version = "~> 2"
2525 }
2626 }
Original file line number Diff line number Diff line change 22provider "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.29.1 "
5+ version = " 2.30.0 "
66
77 # More information on the authentication methods supported by
88 # the SakuraCloud Provider can be found here:
Original file line number Diff line number Diff line change 66# }
77# sakuracloud = {
88# source = "sacloud/sakuracloud"
9- # version = "2.29.1 "
9+ # version = "2.30.0 "
1010# }
1111# }
1212# }
Original file line number Diff line number Diff line change @@ -18,7 +18,7 @@ import "fmt"
1818
1919var (
2020 // Version app version
21- Version = "2.29.1 "
21+ Version = "2.30.0 "
2222 // Revision git commit short commithash
2323 Revision = "xxxxxx" // set on build
2424)
Original file line number Diff line number Diff 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.29.1 "
22+ version = "2.30.0 "
2323 #version = "~> 2"
2424 }
2525 }
Original file line number Diff line number Diff line change @@ -21,7 +21,7 @@ Manages a SakuraCloud sakuracloud_certificate_authority.
2121# }
2222# sakuracloud = {
2323# source = "sacloud/sakuracloud"
24- # version = "2.29.1 "
24+ # version = "2.30.0 "
2525# }
2626# }
2727#}
You can’t perform that action at this time.
0 commit comments