Skip to content

v3.0.0

Compare
Choose a tag to compare
@youngmn youngmn released this 25 Jan 13:45
· 47 commits to main since this release
3ea33c8

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

New Contributors

Full Changelog: v2.3.18...v3.0.0