Skip to content

Releases: anapsix/terraform-provider-semvers

v0.4.2

12 Sep 02:41
b9dd830
Compare
Choose a tag to compare
fixing provider function examples and docs

v0.4.1

12 Sep 02:16
64439be
Compare
Choose a tag to compare
adding `provider::semvers::pick` function examples

v0.4.0

12 Sep 01:53
60d1a29
Compare
Choose a tag to compare
Adding `provider::semvers::pick` function

The `pick` function takes a list of semver strings, and a constraint as
a string (according to [docs][1]), and returns a list of matched semver
strings. An empty list is returned if no matches found.

[1]: https://github.com/Masterminds/semver/tree/master?tab=readme-ov-file#checking-version-constraints

v0.3.1

05 Sep 11:15
d480843
Compare
Choose a tag to compare
hotfix: changelog, docs and examples; go deps bump

v0.3.0

05 Sep 10:23
a0ea971
Compare
Choose a tag to compare
adding `provider::semvers::sort` function

v0.2.1

01 Sep 09:57
651574c
Compare
Choose a tag to compare
adding dedup based on parsed semver string

v0.2.0

01 Sep 09:03
c708469
Compare
Choose a tag to compare
adding sorted_versions.original, and attribute desc

v0.1.0

01 Sep 05:59
60cd92f
Compare
Choose a tag to compare
adding manifest to releases