diff --git a/.github/workflows/backport-prs.yml b/.github/workflows/backport-prs.yml index 3974a8d..153c733 100644 --- a/.github/workflows/backport-prs.yml +++ b/.github/workflows/backport-prs.yml @@ -2,7 +2,8 @@ name: 'Auto Cherry-Pick to Release Branches' on: push: - branches: ['main'] + branches: + - 'main' jobs: create-cherry-pick-prs: diff --git a/CHANGELOG.md b/CHANGELOG.md index e69de29..a717074 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -0,0 +1,42 @@ +# Changelog + +## 1.0.0 (2025-08-25) + + +### Bug Fixes + +* abstract OS file functions ([#6](https://github.com/rancher/terraform-provider-file/issues/6)) ([3ad0663](https://github.com/rancher/terraform-provider-file/commit/3ad0663037a4d1892a576f7181d5c9a8daaa36d8)) +* add automation to generate sub issues ([#7](https://github.com/rancher/terraform-provider-file/issues/7)) ([5f092ac](https://github.com/rancher/terraform-provider-file/commit/5f092ac3528b11da66e52ebaa05783f7d4967544)) +* add back port pr ([#27](https://github.com/rancher/terraform-provider-file/issues/27)) ([f11e0f2](https://github.com/rancher/terraform-provider-file/commit/f11e0f2d0f56e583315447695c15c4159893a134)) +* add console line converting object to string ([#42](https://github.com/rancher/terraform-provider-file/issues/42)) ([91ed4c1](https://github.com/rancher/terraform-provider-file/commit/91ed4c1e6d92d90b46ead078b1a775ad311ee602)) +* add console line to see context ([#13](https://github.com/rancher/terraform-provider-file/issues/13)) ([b22c62a](https://github.com/rancher/terraform-provider-file/commit/b22c62a00d0ebb2292a36f3b49b58e71732b86e7)) +* add console log to check context ([#38](https://github.com/rancher/terraform-provider-file/issues/38)) ([f7af5f9](https://github.com/rancher/terraform-provider-file/commit/f7af5f97cdff11919a361467df7d00e273a866c5)) +* add release secrets from vault ([#2](https://github.com/rancher/terraform-provider-file/issues/2)) ([e5ffcc1](https://github.com/rancher/terraform-provider-file/commit/e5ffcc11a56d3b4d38fdbed0ecdb02edc587e7af)) +* add team members individually to issue ([#40](https://github.com/rancher/terraform-provider-file/issues/40)) ([da1738b](https://github.com/rancher/terraform-provider-file/commit/da1738bbb0598cf3102709f1c24465cb1e9b5bc1)) +* add write access to the actions permission ([#63](https://github.com/rancher/terraform-provider-file/issues/63)) ([c4c615a](https://github.com/rancher/terraform-provider-file/commit/c4c615ade0197f44adaaaac138b06f96e464d206)) +* assign users to main pr ([#25](https://github.com/rancher/terraform-provider-file/issues/25)) ([ade5add](https://github.com/rancher/terraform-provider-file/commit/ade5addd2bc38b9694aa1a873cea1db8305d8245)) +* bump action dependencies ([0533008](https://github.com/rancher/terraform-provider-file/commit/0533008f61d18a96f9107221c4df260280919a70)) +* bump dependency from 8 to 27 in tools ([#29](https://github.com/rancher/terraform-provider-file/issues/29)) ([5e205de](https://github.com/rancher/terraform-provider-file/commit/5e205dec0c11fe197d6b23c260f34117587f317e)) +* correct sub issue address ([#47](https://github.com/rancher/terraform-provider-file/issues/47)) ([5c22091](https://github.com/rancher/terraform-provider-file/commit/5c220916e472616dbe55604c06b158428cdb0ede)) +* create a new array to save labels ([#36](https://github.com/rancher/terraform-provider-file/issues/36)) ([a9b314e](https://github.com/rancher/terraform-provider-file/commit/a9b314efd486e03d35dcf32a30f65d07ea1289dd)) +* create issue when a pull request hits main ([#20](https://github.com/rancher/terraform-provider-file/issues/20)) ([241b72e](https://github.com/rancher/terraform-provider-file/commit/241b72e742810a3eecb26d0a8620c83e79686901)) +* give issue write permissions ([#21](https://github.com/rancher/terraform-provider-file/issues/21)) ([6c10090](https://github.com/rancher/terraform-provider-file/commit/6c1009008dd1bf0539d2ac6d9340cc608de25054)) +* move release please to release branches ([#4](https://github.com/rancher/terraform-provider-file/issues/4)) ([31c5a03](https://github.com/rancher/terraform-provider-file/commit/31c5a03e8f476f3e73215ff4c732e72d185c68d4)) +* only pull credentials after the release ([#68](https://github.com/rancher/terraform-provider-file/issues/68)) ([7afdc3d](https://github.com/rancher/terraform-provider-file/commit/7afdc3da8290ab07e3aa444dcd6f0645410b9476)) +* remove backport info from pr template ([#35](https://github.com/rancher/terraform-provider-file/issues/35)) ([147a1e4](https://github.com/rancher/terraform-provider-file/commit/147a1e4509e08aefc75054cd90d88caf53e10cc9)) +* remove console line ([#41](https://github.com/rancher/terraform-provider-file/issues/41)) ([d59cbcd](https://github.com/rancher/terraform-provider-file/commit/d59cbcd61aba8d43de8201e1dea6d0aa8c530e2a)) +* remove console log and change count property ([#39](https://github.com/rancher/terraform-provider-file/issues/39)) ([e9ac9a9](https://github.com/rancher/terraform-provider-file/commit/e9ac9a95c3e5a1abe6507ce9f517906a0310cab1)) +* remove try ([#31](https://github.com/rancher/terraform-provider-file/issues/31)) ([6e7bc56](https://github.com/rancher/terraform-provider-file/commit/6e7bc56d5366baab8a2376cc687730aa5ee88ae4)) +* remove unnecessary data ([#45](https://github.com/rancher/terraform-provider-file/issues/45)) ([f12f1c0](https://github.com/rancher/terraform-provider-file/commit/f12f1c05f50d492692ba8d7d2f8c7e4b7149e864)) +* resolve merge conflicts in backport ([#50](https://github.com/rancher/terraform-provider-file/issues/50)) ([b79b58c](https://github.com/rancher/terraform-provider-file/commit/b79b58c5d4e4d8ca1c1fcba467a290cca0172df9)) +* set specific permissions on release workflow ([#55](https://github.com/rancher/terraform-provider-file/issues/55)) ([90d32af](https://github.com/rancher/terraform-provider-file/commit/90d32af4353b7c8f18fa5ef53efa4c601b8557b3)) +* try setting permissions at job level ([#59](https://github.com/rancher/terraform-provider-file/issues/59)) ([aa51770](https://github.com/rancher/terraform-provider-file/commit/aa517700c1772c027df28ed603b8f9612093a1ee)) +* update pull request template ([#22](https://github.com/rancher/terraform-provider-file/issues/22)) ([96b5e8c](https://github.com/rancher/terraform-provider-file/commit/96b5e8c36fafd31c67d29b99ec25662d42b02798)) +* use a different context ([#16](https://github.com/rancher/terraform-provider-file/issues/16)) ([55f8f9a](https://github.com/rancher/terraform-provider-file/commit/55f8f9aee6a515d0baeb23c76fe3719c8a4c8587)) +* use API directly to query issues ([#37](https://github.com/rancher/terraform-provider-file/issues/37)) ([d63321b](https://github.com/rancher/terraform-provider-file/commit/d63321b3e3b4b533403a3fe2da39e897359fce99)) +* use new path to attach sub issue ([#9](https://github.com/rancher/terraform-provider-file/issues/9)) ([814c480](https://github.com/rancher/terraform-provider-file/commit/814c480d602f25cdf7f4e14e27a8344d8a245e0b)) +* use new search API and handle empty label ([#34](https://github.com/rancher/terraform-provider-file/issues/34)) ([c4dad54](https://github.com/rancher/terraform-provider-file/commit/c4dad54b852a60ec115f2309eaa4bb1c78751912)) +* use rest request to get sub issues ([#33](https://github.com/rancher/terraform-provider-file/issues/33)) ([3cb32e0](https://github.com/rancher/terraform-provider-file/commit/3cb32e0d3da37d212979db230de39911a47fa3d4)) +* use the API endpoint to attach the sub issue ([#11](https://github.com/rancher/terraform-provider-file/issues/11)) ([7aeb11c](https://github.com/rancher/terraform-provider-file/commit/7aeb11cd143e63a15971df2b4bf1f1b32d979b77)) +* use the full payload issue ([#15](https://github.com/rancher/terraform-provider-file/issues/15)) ([7a2ebd9](https://github.com/rancher/terraform-provider-file/commit/7a2ebd955e0166cc4ca3ec285aa904989cc43948)) +* use the proper variable name ([#18](https://github.com/rancher/terraform-provider-file/issues/18)) ([3d6c9eb](https://github.com/rancher/terraform-provider-file/commit/3d6c9eb5bbfd3dcbd66023ac16d02b5edf8df556))