Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
20 changes: 20 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,25 @@
# Changelog

## [1.2.0](https://github.com/DevOpsHiveHQ/kube-rbac-extractor/compare/v1.1.0...v1.2.0) (2025-06-04)


### Features

* kube-rbac-extractor v1.0 ([6ccebe2](https://github.com/DevOpsHiveHQ/kube-rbac-extractor/commit/6ccebe2d50d53a8ae57bbc5fc5cf3cc92f684952))
* 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))

## [1.1.0](https://github.com/DevOpsHiveHQ/kube-rbac-extractor/compare/v1.0.0...v1.1.0) (2025-06-04)


Expand Down