Skip to content

v0.10.3-rc1

Pre-release
Pre-release
Compare
Choose a tag to compare
@github-actions github-actions released this 06 Sep 12:16
· 359 commits to main since this release
v0.10.3-rc1
8640ab8

Added

  • Add tm_strcontains(string, substr).
  • Add tm_startswith(string, prefix).
  • Add tm_endswith(string, suffix).
  • Add tm_timecmp(t1, t2).
  • Add tm_cidrcontains(cidr, ip)
  • Add experimental support for tm_tomlencode and tm_tomldecode.
    • Can be enabled with terramate.config.experiments = ["toml-functions"].