Skip to content

v1.1.0

Compare
Choose a tag to compare
@github-actions github-actions released this 25 Apr 18:43
· 23 commits to main since this release

New features

  • Add the token provider attribute, which enables the use of authentication tokens generated by the POST /login endpoint of the Control Plane REST API. Token authentication was added in NuoDB Control Plane 2.4.0 and is enabled by default in 2.5.0.
  • Allow the dba_password attribute of the database resource to be updated if the Control Plane REST service support DBA password update via the POST /databases/{org}/{proj}/{db}/dbaPassword endpoint, which was added in NuoDB Control Plane 2.5.0. Previously, the DBA password was immutable and could only be specified during database creation.
  • Added validation of Terraform attributes.

Changelog

  • 0185287 Update version in examples and generated documentation
  • 18b93f8 Update spec and generated code (#52)
  • 2f42fbd Add token authentication to Terraform provider (#51)
  • 7c59933 Add testing on version 2.5.0 (#49)
  • 48bb5e5 Bump golang.org/x/net from 0.22.0 to 0.23.0 (#50)
  • d15fb50 Add external test driver to use existing DBaaS cluster (#48)
  • c157491 Create deployment framework for Terraform tests (#47)
  • 910a7ce Allow DBA password to be updated via Terraform (#46)
  • 2a13aa0 Stop using "prod" SLA in tests (#45)
  • 0a003bf Add demo of application connectivity (#44)
  • d6f19a0 Add validation to provider (#43)
  • 4953590 Check for errors in application e2e test (#42)
  • f1d8c98 Fix flaky negative test (#41)
  • edb2f70 Allow development versions of OpenAPI spec to be used (#39)
  • da4480f Add instructions on connecting to the created database (#40)
  • bf25659 Add linter, make target, and CicleCI check (#38)
  • bf2b7cc Remove instructions on downloading from GitHub releases