From 64e7bb7c238dcdc1f8ac93d1e4f809b36979882b Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Wed, 4 Jun 2025 05:20:15 +0000 Subject: [PATCH] chore(main): release 1.1.0 --- CHANGELOG.md | 20 ++++++++++++++++++++ 1 file changed, 20 insertions(+) create mode 100644 CHANGELOG.md diff --git a/CHANGELOG.md b/CHANGELOG.md new file mode 100644 index 0000000..cf1d2f2 --- /dev/null +++ b/CHANGELOG.md @@ -0,0 +1,20 @@ +# Changelog + +## [1.1.0](https://github.com/DevOpsHiveHQ/kube-rbac-extractor/compare/v1.0.0...v1.1.0) (2025-06-04) + + +### Features + +* support generating RoleBinding and ClusterRoleBinding ([9c11155](https://github.com/DevOpsHiveHQ/kube-rbac-extractor/commit/9c111556a9ba7a53b6d64085b4190e67fa96c6e0)) +* support setting resource names ([764a834](https://github.com/DevOpsHiveHQ/kube-rbac-extractor/commit/764a8349a024549c761efeb215c3a7631734e02b)) + + +### Documentation + +* update usage and add installation section ([71a366e](https://github.com/DevOpsHiveHQ/kube-rbac-extractor/commit/71a366ed5a6e99cbc9549e1d185feaeb90af4fd6)) + + +### Continuous Integration + +* add release workflow ([f4ce402](https://github.com/DevOpsHiveHQ/kube-rbac-extractor/commit/f4ce40280841a8f7c199c5ae11a2e8b22c4e736d)) +* automate build and release chores ([#2](https://github.com/DevOpsHiveHQ/kube-rbac-extractor/issues/2)) ([5ae2b0e](https://github.com/DevOpsHiveHQ/kube-rbac-extractor/commit/5ae2b0ed477dfa108a264278867e350f3630eef3))