Releases: sacloud/terraform-provider-sakuracloud
Releases · sacloud/terraform-provider-sakuracloud
v2.33.0
v2.32.0
Changelog
- 2e34c56 v2.32.0
- 3e276a5 fix typo in README.md (#1300)
- 45060a6 Merge pull request #1301 from yamamoto-febc/fix/e2e
- c63a7a8 e2e: replace placeholder SSH public key with a valid formatted key
- a147c9c Merge pull request #1298 from sacloud/dependabot/github_actions/actions/setup-go-6.1.0
- 373ae1e ci: bump actions/setup-go from 5.5.0 to 6.1.0
- 8cd0854 Merge pull request #1297 from sacloud/dependabot/github_actions/actions/checkout-6.0.0
- 9d9195b ci: bump actions/checkout from 5.0.0 to 6.0.0
- 7d54384 Merge pull request #1295 from sacloud/dependabot/go_modules/golang.org/x/crypto-0.45.0
- f7b12f6 go: bump golang.org/x/crypto from 0.43.0 to 0.45.0
- 7c982a2 Merge pull request #1290 from sacloud/dependabot/go_modules/github.com/quic-go/quic-go-0.54.1
- 75661c1 go: bump github.com/quic-go/quic-go from 0.54.0 to 0.54.1
- 2aa4ed9 Merge pull request #1260 from sacloud/dependabot/go_modules/github.com/cloudflare/circl-1.6.1
- 0ebe574 go: bump github.com/cloudflare/circl from 1.3.7 to 1.6.1
- 6531fc2 Merge pull request #1296 from yamamoto-febc/feat/monitoring-suite
- cbaaf97 feat: monitoring_suite - dns,gslb,proxylb,simple_monitor,vpc_router
v2.31.2
v2.31.1
v2.31.0
v2.30.0
Changelog
- 653de28 v2.30.0
- c80878e Merge pull request #1287 from yamamoto-febc/feat/apprun-v1.1
- f32dc48 apprun_application: make packet_filter.settings required
- 643652f feat: AppRun API v1.1.0
- d1f7fbd Merge pull request #1234 from sacloud/fix/apprun-components-env-hash
- 90cb4c6 Merge branch 'master' into fix/apprun-components-env-hash
- 2c1714b Merge pull request #1286 from YumNumm/fix/apprun-components-env-hash--test
- f40098b chore: AppRun EnvUpdateの単体テストを修正
- 37ca41c format: AppRun Environment Hash Unit Test
- b466b5c add: AppRun Environment Hashの単体テストを追加
- 80e5bf3 Merge pull request #1284 from sacloud/update-github-setting
- 2bdc85b Update github settings
- d73b1bc AppRun: ハッシュ計算を変更
v2.29.1
v2.29.0
Changelog
- dc168b7 v2.29.0
- 24f8f1c Merge pull request #1273 from sacloud/add-secretmanager
- 5915bbc secretmanager renamed to secret_manager
- 98b6fa7 Merge branch 'master' into add-secretmanager
- f7cc1d8 Merge pull request #1272 from sacloud/add-kms
- ffcc5ac Merge branch 'master' into add-kms
- 7370949 Merge pull request #1275 from tosuke-lab/fix-cr-user-set
- ad0b904 fix: sakuracloud_container_registry.user を Set にする
- a09a7f6 Fix golangci-lint issue and cosmetic changes
- f4b1355 Add SecretManager secret support
- 11eba27 Fix golangci-lint and styles
- 547aab9 Add SecretManager vault support
- 10b8fd3 Add KMS data / resource documents
- b064538 Add KMS data / resource tests
- f6820e6 Update KMS data / resource
- fe06686 Add KMS support
v2.28.1
Changelog
- 7f6cded v2.28.1
- 5925178 Merge pull request #1269 from yamamoto-febc/fix/ssh-key
- 09ce461 fix: SSH公開鍵が反映されない問題を修正
- 1a49c31 Merge pull request #1268 from sacloud/apply-password-plicy-change
- 2bc08ac ディスク修正機能のパスワードポリシー変更を適用
- 864f4e7 Merge pull request #1265 from sacloud/update-simplemq-client
- 7dab4f5 Update simplemq-api-go to fix issue. fix #1263
v2.28.0
Changelog
- 4c88d65 v2.28.0
- d507760 Merge pull request #1256 from sacloud/add-simplemq
- bb437f2 go mod tidy
- e3ba37b Merge branch 'master' into add-simplemq
- 4c7d7d6 Merge pull request #1262 from yamamoto-febc/feat/iaas-service-go
- 0f3e5d6 SSH公開鍵生成機能の取り下げ
- 52f7c08 Merge branch 'master' into add-simplemq
- ea63508 tagsの読み込みは共通のexpandTagsを活用
- 2a55f4a Merge pull request #1264 from kga/fix-typo-server-examples
- d1dde9b Go 用のテンプレートパラメータのようなものが examples と docs に残っていたので修正
- 42bfac5 エラーメッセージの修正
- 348b11c gosec G104をnolint
- 19b7fa4 Merge branch 'master' into add-simplemq
- 3833a5c Merge pull request #1259 from sacloud/golangci-lint-v2
- a6eb228 名前間違っていたので修正
- e9c64da Getエラーの場合のd.Set('')を辞める
- 81c58b2 APIキー発行についての注意をドキュメントに記載
- af1203e SDKのバリデーションを利用
- 6edf820 Merge remote-tracking branch 'origin/master' into add-simplemq
- 24c1a0e data.Set()はsetSimpleMQResourceDataにまとめる
- 16c99ff Get queue失敗時にd.Set()
- f00f117 update golangci-lint to v2
- 3afc51a resolve conflict
- 827a6f5 シンプルMQの追加