Skip to content

Releases: NaverCloudPlatform/terraform-provider-ncloud

v3.1.2

27 Sep 16:09
5e4b421
Compare
Choose a tag to compare

FEATURES

  • New Service : OBJECT STORAGE
    • feat: Add Object Storage service by @Geun-Oh in #439
    • feat: Add documentation about object storage endpoint by @Geun-Oh in #443
    • fix(objectStorage): Fix invalid key format by @Geun-Oh in #446
  • NEW Resource and Data-Source

What's Changed

  • refactor: Update Error Message to Reflect Resource Instead of DataSource by @dusdjhyeon in #433
  • fix(mysql): Modify to string length for valid schema validators by @dusdjhyeon in #434
  • fix(autoscaling): Autoscaling test failure by @dusdjhyeon in #436
  • chore: Upgrade Go version to v1.21 by @Geun-Oh in #440
  • docs: Fix typo by @soosue in #438
  • chore: update sdk version by @youngmn in #445
  • chore: update sdk to v1.6.20 by @youngmn in #449
  • feat(lb): Migrate loadbalancer sdk to framework by @inpyu in #430
  • [Fix] fix endpoint configuration by @Geun-Oh in #451
  • fix(lb): Prevent target group action with redirection error by @Geun-Oh in #454
  • fix: Don't set the state when error responded by @wonchulee in #456

New Contributors

Full Changelog: v3.1.1...v3.1.2

v3.1.1

26 Jun 02:25
85c86fe
Compare
Choose a tag to compare

What's Changed

  • feat(lb): Restrict throughput_type value for Network Load Balancer by @youngmn in #427
  • ci: Bump goreleaser action by @youngmn in #428

Full Changelog: v3.1.0...v3.1.1

v3.1.0

25 Apr 08:59
80ba996
Compare
Choose a tag to compare

FEATURES

  • New Service : HADOOP

What's Changed

  • Fix(CloudDB): Add exception handling for return code 5001017 when looking up instance by @youngmn in #409
  • fix(redis): Apply omitempty to user_name and user_password by @youngmn in #412
  • build(deps): bump google.golang.org/protobuf from 1.31.0 to 1.33.0 by @dependabot in #415
  • fix: Prevent panic to access nil in cloud DB resources by @wonchulee in #417
  • fix(MySQL): Fix incorrect resource diff by @wonchulee in #418
  • chore(nks): docs update for kvm support by @gimmetm in #416
  • fix(MongoDb): Update errors and doc typo by @youngmn in #421
  • build(deps): bump golang.org/x/net from 0.17.0 to 0.23.0 by @dependabot in #423
  • feat(nks): nks_versions_data_source hypervisor_code by @gimmetm in #419

Full Changelog: v3.0.0...v3.1.0

v3.0.0

25 Jan 13:45
3ea33c8
Compare
Choose a tag to compare

FEATURES

  • feat: Support framework and apply to vpc resources by @wonchulee in #315
  • feat: upgrade tfproto5 to 6 by @dusdjhyeon in #373
  • New Service : MYSQL
  • New Service : MSSQL
  • New Service : MONGODB
  • New Service : REDIS
    • feat: Add Redis Service by @youngmn in #397
    • refactor(redis): Change service_name from attribute to argument in the data source by @youngmn in #406
  • Support auto scaling adjustment types Data Source by @royroyee in #326

What's Changed

ENHANCEMENTS

  • refactor: Split ncloud package into smaller packages by @wonchulee in #280
  • Add 'description' validation in lb_target_group by @royroyee in #306
  • chore : add validation in auto scaling policy by @EcoFriendlyAppleSu in #312
  • Feat: auto scaling schedule validation by @dusdjhyeon in #325
  • feat(vpc): Add to support resource import by @wonchulee in #333
  • Refactor : Subnet resource to Framework by @royroyee in #334
  • Refactor : the NAT Gateway resource and data source to use the framework by @royroyee in #350
  • Refactor: Login Key Resource to Framework by @jaehanbyun in #365
  • Refactor(Vpc Peering): Use framework for resource and data source by @jungchanSon in #367
  • Refactor : the Init Script resource and data source to use the framework by @XIO1016 in #366
  • refactor: Update NATGW resource and datasource by @youngmn in #405
  • test: Apply provider factories on acceptance test by @wonchulee in #381

BUG FIXES

  • fix: Modify ACG Rule for default ACG and enhance NACL doc by @youngmn in #290
  • fix#287: Update product code in ncloud server test by @jaehanbyun in #301
  • test: Update testAccResourceNcloudNatGatewayConfigOnlyRequiredParam t… by @royroyee in #303
  • Fix : Ensure NetworkACL Rule is in 'run' state before deletion by @royroyee in #307
  • fix: Fix regex by @jungchanSon in #304
  • fix error log by @jungchanSon in #314
  • fix : launch configuration classic test by @EcoFriendlyAppleSu in #317
  • fix : Change server name validation message by @XIO1016 in #319
  • fix: Change rule_list type and add exception handling by @sososo0 in #321
  • fix(vpc): Use vpc_no attribute in vpcs data source by @wonchulee in #336
  • fix: Use list type for nestedBlock on vpcs/subnets data sources by @wonchulee in #337
  • Fix: Update Block Storage Test by @jaehanbyun in #338
  • Fix: Prevent empty string setting of devtools resources by @Cloud-SH in #342
  • fix : devtoolsSource(Deploy|Commit)* data sources test failure by @EcoFriendlyAppleSu in #343
  • Fix: Prevent panic when destroying auto scaling policy by @jungchanSon in #346
  • Fix: Prevent panic while updating network interface by @jungchanSon in #328
  • Fix: Prevent panic when destroying classic auto scaling policy by @jungchanSon in #352
  • Fix: Change LoginKey package classification by @jaehanbyun in #360
  • fix(autoScaling): Set default for default_cooldown and health_check_grace_period by @jungchanSon in #345
  • fix(SourcePipeline): Add 1 min time Sleep in func of check destroy by @sososo0 in #368
  • fix(SourceBuild): Remove not permitted empty string by @Cloud-SH in #372
  • fix: Prevent panic caused by empty string by @youngmn in #379
  • fix: Add a delay when returning a server with extra storage attached by @youngmn in #383
  • fix(vpc): Fix error to pass AccTest by @jungchanSon in #388
  • fix(BlockStorage): Fixing errors to pass AccTest by @youngmn in #385
  • fix: Fix import error and update docs by @youngmn in #389
  • feat(NKS): Add nodepool label & taints by @gimmetm in #394
  • chore(nks): fix nodepool acc test by @gimmetm in #398
  • fix(natGateway): Suppress force replacement on update by @wonchulee in #403
  • fix(vpcPeering): Suppress force replacement on update by @wonchulee in #404

DOCS

ETC

  • build(deps): bump google.golang.org/grpc from 1.50.1 to 1.53.0 by @dependabot in #291
  • chore: Add code owner by @wonchulee in #316
  • refactor(launchconfiguration): Move to autoscaling service by @wonchulee in #318
  • chore: Apply fmt to AutoScalingSchedule by @youngmn in #330
  • chore: Fix subnet resource code by @royroyee in #348
  • fix: change NKS test m...
Read more

v2.3.19

20 Dec 14:58
435a64b
Compare
Choose a tag to compare

Full Changelog: v2.3.18...v2.3.19

v2.3.18

21 Jun 10:36
0afb3bf
Compare
Choose a tag to compare

What's Changed

  • fix(nks_cluster): Use allow as a default value for ip_acl_default_action by @gimmetm in #275
  • feat:Support NAT GW(new) by @youngmn in #274
  • test: Update NAT Gateway test to use subnet by @youngmn in #277

Full Changelog: v2.3.17...v2.3.18

v2.3.17

15 Jun 11:58
420ba38
Compare
Choose a tag to compare

What's Changed

Full Changelog: v2.3.16...v2.3.17

v2.3.16

28 Apr 09:25
Compare
Choose a tag to compare

What's Changed

Full Changelog: v2.3.14...v2.3.15

v2.3.15

28 Apr 08:36
2e9139e
Compare
Choose a tag to compare

What's Changed

Full Changelog: v2.3.14...v2.3.15

v2.3.14

21 Apr 10:46
8444e74
Compare
Choose a tag to compare

What's Changed

New Contributors

Full Changelog: v2.3.13...v2.3.14