Skip to content

Releases: northwood-labs/terraform-provider-corefunc

1.5.1 — 2024-11-11

11 Nov 17:47
v1.5.1
667e8d4
Compare
Choose a tag to compare

Compare: v1.5.0 → v1.5.1

📚 Documentation

  • 73be866: Improved the documentation for the new functionality added in v1.5.0. (@skyzyx)

:dependabot: Building and Dependencies

1.5.0 — 2024-11-11

11 Nov 00:06
v1.5.0
c33bc06
Compare
Choose a tag to compare

Compare: v1.4.0 → v1.5.0

🎨 Styling

📚 Documentation

:dependabot: Building and Dependencies

Read more

1.4.0 — 2024-03-20

20 Mar 18:29
v1.4.0
Compare
Choose a tag to compare

Areas of focus

The focus of this release was on implementing support for Provider Functions which are scoped for the 1.8 releases of both Terraform and OpenTofu.

What's Changed

Compare: v1.3.1 → v1.4.0

📚 Documentation

:dependabot: Building and Dependencies

🧪 Testing

🚜 Refactor

  • ad94772: Moved the provider.Functions function to this branch. (@skyzyx)
  • cea02c3: Add more support for provider functions. (@skyzyx)
  • a982bad: Switch Description to MarkdownDescription. Fix str_iterative_replace. (@skyzyx)

🚀 Features

Read more

1.3.1 — 2024-03-08

08 Mar 15:03
v1.3.1
4df4418
Compare
Choose a tag to compare

What's Changed

Compare: v1.3.0 → v1.3.1

📚 Documentation

:dependabot: Building and Dependencies

Read more

1.2.0 — 2024-02-02

01 Mar 18:01
v1.2.0
1f0d65f
Compare
Choose a tag to compare

Areas of focus

The focus of this release was to add first-class support for OpenTofu, update dependencies, and expand the ability to test across both platforms.

What's Changed

Compare: v1.1.1 → v1.2.0

📚 Documentation

:dependabot: Building and Dependencies

🧼 Linting

  • f2c349f: Ran the linter against the codebase after changes. (@skyzyx)

🧪 Testing

Read more

1.3.0 — 2024-02-05

05 Feb 03:41
v1.3.0
188a8af
Compare
Choose a tag to compare

Areas of focus

The focus of this release was a lot of housekeeping. Added Bash Automated Testing System (BATS) as a way to validate the provider schema from the outside; implemented support for URL parsing and runtime data lookups; switched from SDKv2 testing framework to the Provider Framework testing (and removing the previously-required ID attribute from data sources); and made the INFO logs cleaner by moving most things to DEBUG.

What's Changed

Compare: v1.2.1 → v1.3.0

📚 Documentation

:dependabot: Building and Dependencies

🧪 Testing

🚀 Features

🐛 Bug Fixes

1.2.1 — 2024-02-02

02 Feb 21:29
v1.2.1
Compare
Choose a tag to compare

What's Changed

Compare: v1.2.0 → v1.2.1

📚 Documentation

:dependabot: Building and Dependencies

🧪 Testing

🐛 Bug Fixes

1.1.1 — 2023-12-20

20 Dec 18:25
v1.1.1
b89da8b
Compare
Choose a tag to compare

What's Changed

Compare: v1.1.0 → v1.1.1

📚 Documentation

:dependabot: Building and Dependencies

🧪 Testing

  • e0915df: Added tests with Terratest to compare the Terraform provider with the Go library. (@skyzyx)
  • e5a810a: Make the GoSec scanning more robust. (@skyzyx)

1.1.0 — 2023-12-18

18 Dec 00:48
v1.1.0
36e1df3
Compare
Choose a tag to compare

Areas of focus

The focus of this release was to add new functionality (leftpad, homedir), update dependencies, and improve how we test to ensure a very high degree of quality.

What's Changed

Compare: v1.0.3 → v1.1.0

📚 Documentation

:dependabot: Building and Dependencies

🧼 Linting

  • 89b97d3: Updated the cache of dependency license information. (@skyzyx)

🧪 Testing

🚜 Refactor

  • 2204ce8: Added wrapper corefunc functions for all caps functions. (@skyzyx)

🚀 Features

1.0.3 — 2023-11-21

21 Nov 08:20
v1.0.3
c7b6411
Compare
Choose a tag to compare

What's Changed

Compare: v1.0.0 → v1.0.3

:dependabot: Building and Dependencies

  • 14759b8: Bump the version number to 1.0.3. No changes from 1.0.0. (@skyzyx)