terraform-provider-file/CHANGELOG.md

14 KiB

Changelog

2.0.1 (2025-10-02)

Bug Fixes

2.0.0 (2025-10-01)

⚠ BREAKING CHANGES

  • Add local directory management (#201) (#204)

Features

1.1.1 (2025-09-20)

Bug Fixes

1.1.0 (2025-09-19)

Features

1.0.0 (2025-09-19)

Features

Bug Fixes

  • abstract OS file functions (#6) (3ad0663)
  • add a new workflow for release candidates (#93) (f50cbce)
  • add automation to generate sub issues (#7) (5f092ac)
  • add back port pr (#27) (f11e0f2)
  • add checkout action before release please (#101) (eb61848)
  • add console line converting object to string (#42) (91ed4c1)
  • add console line to see context (#13) (b22c62a)
  • add console log to check context (#38) (f7af5f9)
  • add manual backport workflow (#128) (c57fe6a)
  • add release secrets from vault (#2) (e5ffcc1)
  • add team members individually to issue (#40) (da1738b)
  • add write access to the actions permission (#63) (c4c615a)
  • assign users to main pr (#25) (ade5add)
  • backport PR need individual assignees (#88) (66b964f)
  • bump action dependencies (0533008)
  • bump dependency from 8 to 27 in tools (#29) (5e205de)
  • bump github.com/ulikunitz/xz from 0.5.10 to 0.5.14 in /test (#126) (451a101)
  • correct sub issue address (#47) (5c22091)
  • correct the rc calculation (#121) (e3164d8)
  • create a new array to save labels (#36) (a9b314e)
  • create issue when a pull request hits main (#20) (241b72e)
  • general workflow improvements (#80) (b8de47c)
  • get version properly (#109) (5fd4d8d)
  • give issue write permissions (#21) (6c10090)
  • hard code the owner and repo name (#132) (a92bd56)
  • improve release please configuration (#84) (368f3fb)
  • manually generate release candidate tag (#105) (5d83b0d)
  • move release please to release branches (#4) (31c5a03)
  • only pull credentials after the release (#68) (7afdc3d)
  • remove backport info from pr template (#35) (147a1e4)
  • remove console line (#41) (d59cbcd)
  • remove console log and change count property (#39) (e9ac9a9)
  • remove try (#31) (6e7bc56)
  • remove unnecessary data (#45) (f12f1c0)
  • resolve client and protection flaws (#113) (a839769)
  • resolve merge conflicts in backport (#50) (b79b58c)
  • set specific permissions on release workflow (#55) (90d32af)
  • tell release please not to skip the release (#97) (3bb1331)
  • try setting permissions at job level (#59) (aa51770)
  • typo in backport pr script (#117) (02c56ea)
  • update actions GitHub script and setup go (#168) (4e9fa0c)
  • update pull request template (#22) (96b5e8c)
  • use a different context (#16) (55f8f9a)
  • use API directly to query issues (#37) (d63321b)
  • Use more advanced release configuration (#75) (5078fda)
  • use new path to attach sub issue (#9) (814c480)
  • use new search API and handle empty label (#34) (c4dad54)
  • use rest request to get sub issues (#33) (3cb32e0)
  • use the API endpoint to attach the sub issue (#11) (7aeb11c)
  • use the full payload issue (#15) (7a2ebd9)
  • use the proper variable name (#18) (3d6c9eb)

Miscellaneous Chores