From 60ac9af3e9aa6cb6291d063c4b1677f4a3ab711c Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Tue, 26 Aug 2025 00:30:26 -0500 Subject: [PATCH] chore(release/v0): release 0.1.1 (#79) Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com> --- .release-please-manifest.json | 2 +- CHANGELOG.md | 15 +++++++++++++++ 2 files changed, 16 insertions(+), 1 deletion(-) diff --git a/.release-please-manifest.json b/.release-please-manifest.json index 466df71..a915e8c 100644 --- a/.release-please-manifest.json +++ b/.release-please-manifest.json @@ -1,3 +1,3 @@ { - ".": "0.1.0" + ".": "0.1.1" } diff --git a/CHANGELOG.md b/CHANGELOG.md index e69de29..617bd8f 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -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))