Releases: NVIDIA/terraform-provider-ngc
Releases · NVIDIA/terraform-provider-ngc
v1.11.0
fix: bump CI golang image version to 1.25 (#81) * fix: bump CI golang image version to 1.25 Signed-off-by: Hua-Wei Chen <huaweic@nvidia.com> * fix: upgrade terraform-plugin-framework to v1.19.0 for plugin-go v0.31.0 compatibility terraform-plugin-go v0.31.0 added GenerateResourceConfig to the tfprotov5.ProviderServer interface. Framework v1.16.1 does not implement it, causing typecheck failures in CI. v1.19.0 is built against v0.31.0 and satisfies the interface. Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com> Signed-off-by: Hua-Wei Chen <huaweic@nvidia.com> --------- Signed-off-by: Hua-Wei Chen <huaweic@nvidia.com> Co-authored-by: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
v1.10.0
chore(deps): bump github.com/hashicorp/terraform-plugin-testing (#70) Bumps [github.com/hashicorp/terraform-plugin-testing](https://github.com/hashicorp/terraform-plugin-testing) from 1.14.0 to 1.15.0. - [Release notes](https://github.com/hashicorp/terraform-plugin-testing/releases) - [Changelog](https://github.com/hashicorp/terraform-plugin-testing/blob/main/CHANGELOG.md) - [Commits](https://github.com/hashicorp/terraform-plugin-testing/compare/v1.14.0...v1.15.0) --- updated-dependencies: - dependency-name: github.com/hashicorp/terraform-plugin-testing dependency-version: 1.15.0 dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
v1.9.0
fix: remove compromised Trivy scan from CI workflow (#76) Trivy (aquasecurity/trivy-action@0.35.0) has been reported as compromised. Remove the Trivy vulnerability scan and SARIF upload steps from the security-scan job. TruffleHog secret scanning is retained. Also removes the now-unnecessary artifact download step and security-events permission. Ref: CDEVS-2134 Made-with: Cursor
v1.8.0
v1.7.0
v1.6.8
v1.5.0
fix: unit test due to structure change (#30)
v1.4.1
fix: linters (#26) * fix: missing commit changes * fix: linters
v1.4.0
feat: supported cloud function telemetry settings (#21) * feat: supported telemetry settings in function * fix: linter * fix: ut * feat: added cloud_function_telemetry_resource and its tests * feat: added cloud_function_telemetry_datasource and its tests * fix: linter * fix: linter * fix: removed legacy telemetry providers
v1.3.2
Merge branch 'fix/support-new-cloud-function-artifact-url-format' int…