Skip to content

Releases: nobbs/terraform-provider-sops

v0.3.1

22 Sep 18:54
15e2137

Choose a tag to compare

0.3.1 (2025-09-22)

Documentation

  • fix example for string_ignore_mac function (b5d1a4e)

Miscellaneous Chores

  • deps: bump actions/checkout from 4 to 5 (#36) (5f2cefc)
  • deps: bump actions/setup-go from 5.5.0 to 6.0.0 (#39) (c48bb75)
  • deps: bump github.com/hashicorp/terraform-plugin-framework (#35) (b2a9fe8)
  • deps: bump github.com/hashicorp/terraform-plugin-framework (#40) (26289bb)
  • deps: bump github.com/hashicorp/terraform-plugin-testing (#38) (ac32567)
  • deps: bump goreleaser/goreleaser-action from 6.3.0 to 6.4.0 (#37) (72bb6a9)

Continuous Integration

  • deps: pin actions/checkout and release-please-action (c0b8897)
  • test: replace 1.8.* with 1.13.* in Terraform version matrix (e296e24)

v0.3.0

17 Jun 22:00
57c01ce

Choose a tag to compare

0.3.0 (2025-06-17)

Features

  • implement decrypt functions that ignore MAC mismatches (#32) (fc5352f)

Bug Fixes

  • deps: update dependencies (ff115d4)

Miscellaneous Chores

  • deps: bump github.com/cli/go-gh/v2 in /tools (#29) (2e7c5de)
  • deps: bump github.com/hashicorp/terraform-plugin-go (#24) (eba27ac)
  • deps: bump github.com/hashicorp/terraform-plugin-testing (#25) (0db9926)
  • deps: bump github.com/hashicorp/terraform-plugin-testing (#30) (4ffa0f6)

Continuous Integration

  • deps: add dependabot auto merge workflow (2e63e73)
  • deps: change Dependabot auto-merge strategy to squash (c0e32df)
  • deps: fix dependabot auto merge workflow (#28) (d9496cd)

v0.2.1

21 May 13:44

Choose a tag to compare

0.2.1 (2025-05-21)

Bug Fixes

  • deps: update github.com/hashicorp/terraform-plugin-go to v0.26.0 (8bcbcb5)
  • deps: update module github.com/getsops/sops/v3 to v3.9.4 (5586e7a)
  • provider: remove obsolete provider model (fbce531)

Miscellaneous Chores

  • dependabot: remove obsolete allow rule for hashicorp dependencies (83a49e4)
  • deps: bump actions/create-github-app-token from 1 to 2 (4a01d79)
  • deps: bump actions/setup-go from 5.1.0 to 5.5.0 (f79236c)
  • deps: bump crazy-max/ghaction-import-gpg from 6.2.0 to 6.3.0 (9eff39a)
  • deps: bump github.com/getsops/sops/v3 from 3.9.1 to 3.9.2 (#6) (7f12667)
  • deps: bump github.com/getsops/sops/v3 from 3.9.4 to 3.10.2 (fccabc0)
  • deps: bump github.com/hashicorp/terraform-plugin-framework (ec55c6d)
  • deps: bump github.com/hashicorp/terraform-plugin-go (2e061b0)
  • deps: bump github.com/hashicorp/terraform-plugin-testing (9f89f41)
  • deps: bump golangci/golangci-lint-action from 6.1.1 to 8.0.0 (bbd28cf)
  • deps: bump goreleaser/goreleaser-action from 6.1.0 to 6.3.0 (664fef3)
  • deps: update indirect dependencies to latest versions (72612d9)
  • go: update Go version from 1.22.7 to 1.24.3 in tools and from 1.23.6 to 1.24.3 in main module (f6fd560)
  • go: update Go version from 1.23 to 1.24 in mise.toml (4788573)
  • go: update Go version from 1.23.3 to 1.23.6 (a8c7a82)
  • lint: update golangci-lint configuration to v2 (9293e7d)
  • update indirect dependencies and tools (730d094)

Continuous Integration

  • release: add changelog sections to release-please configuration (0b242a9)
  • tests: add support for Terraform versions 1.11.* and 1.12.* (95f52a3)

v0.2.0

30 Nov 20:49
7265850

Choose a tag to compare

0.2.0 (2024-11-30)

Features

  • add string function to read and decrypt sops encrypted strings (#4) (b4210b7)

v0.1.0

30 Nov 16:42
09ebe22

Choose a tag to compare

0.1.0 (2024-11-30)

Features

  • add format parameter to SopsFile function and implement dynamic type conversion (0198bd5)
  • add support for dotenv format and implement format validation in SopsFile function (fb95e8f)
  • add support for multiple formats in SopsFile function and include test fixtures (7ae5d06)
  • update provider module path and implement SopsFile function (d6c2feb)