Skip to content

Releases: NVIDIA/terraform-provider-ngc

v1.11.0

15 Apr 09:27
3d474cd

Choose a tag to compare

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

15 Apr 02:24
4f4798e

Choose a tag to compare

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

10 Apr 06:14
2cb7843

Choose a tag to compare

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

12 Mar 07:42
e970aa8

Choose a tag to compare

feat: migrated update NVCF function deployment spec API (#57)

v1.7.0

30 Jan 06:37
28c9474

Choose a tag to compare

fix: deployment spec ordering issue (#46)

v1.6.8

29 Jan 03:12
6072788

Choose a tag to compare

fix: dependency issue (#44)

v1.5.0

04 Sep 15:17
6584b78

Choose a tag to compare

fix: unit test due to structure change (#30)

v1.4.1

21 Aug 12:40
380141d

Choose a tag to compare

fix: linters (#26)

* fix: missing commit changes

* fix: linters

v1.4.0

08 Jul 00:07
d128fc8

Choose a tag to compare

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

02 May 07:50

Choose a tag to compare

Merge branch 'fix/support-new-cloud-function-artifact-url-format' int…