chore(release/v0): release 0.1.1 (#79)

Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
This commit is contained in:
github-actions[bot] 2025-08-26 00:30:26 -05:00 committed by GitHub
parent e577d80722
commit 60ac9af3e9
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
2 changed files with 16 additions and 1 deletions

View File

@ -1,3 +1,3 @@
{
".": "0.1.0"
".": "0.1.1"
}

View File

@ -0,0 +1,15 @@
# Changelog
## [0.1.1](https://github.com/rancher/terraform-provider-file/compare/v0.1.0...v0.1.1) (2025-08-26)
### Bug Fixes
* add write access to the actions permission ([#63](https://github.com/rancher/terraform-provider-file/issues/63)) ([#67](https://github.com/rancher/terraform-provider-file/issues/67)) ([b807212](https://github.com/rancher/terraform-provider-file/commit/b8072121885404e163b5b050ebb050ae67748b44))
* bump action dependencies ([0533008](https://github.com/rancher/terraform-provider-file/commit/0533008f61d18a96f9107221c4df260280919a70))
* general workflow improvements ([#80](https://github.com/rancher/terraform-provider-file/issues/80)) ([#83](https://github.com/rancher/terraform-provider-file/issues/83)) ([e8ac3cb](https://github.com/rancher/terraform-provider-file/commit/e8ac3cb57afa769c26050e6b259140a5a0ac90d6))
* improve release please configuration ([#84](https://github.com/rancher/terraform-provider-file/issues/84)) ([#87](https://github.com/rancher/terraform-provider-file/issues/87)) ([e577d80](https://github.com/rancher/terraform-provider-file/commit/e577d807228a4e1a07281a7c2d2ebc213e8f3ffd))
* only pull credentials after the release ([#68](https://github.com/rancher/terraform-provider-file/issues/68)) ([#73](https://github.com/rancher/terraform-provider-file/issues/73)) ([598d58c](https://github.com/rancher/terraform-provider-file/commit/598d58cbc456aa724cb1ba52ed2b96ec83b8872a))
* set specific permissions on release workflow ([#55](https://github.com/rancher/terraform-provider-file/issues/55)) ([#58](https://github.com/rancher/terraform-provider-file/issues/58)) ([f9bd0ad](https://github.com/rancher/terraform-provider-file/commit/f9bd0adf9f45308b9e9a59fccc468b011baa013b))
* try setting permissions at job level ([#59](https://github.com/rancher/terraform-provider-file/issues/59)) ([#66](https://github.com/rancher/terraform-provider-file/issues/66)) ([86a8686](https://github.com/rancher/terraform-provider-file/commit/86a868604604acfdef1dc3062a4afdcd54c48bb8))
* Use more advanced release configuration ([#75](https://github.com/rancher/terraform-provider-file/issues/75)) ([#78](https://github.com/rancher/terraform-provider-file/issues/78)) ([eeff283](https://github.com/rancher/terraform-provider-file/commit/eeff28386f5bf4d51772381a69981bc765c03d02))