Releases: gepaplexx/multena-rbac-collector
v0.1.1
Release Notes for multena-rbac-collector
v0.1.1
Overview
The multena-rbac-collector
v0.1.1 is a maintenance release, addressing the issues we encountered with our workflow in the initial release (v0.1.0). This version provides corrections and improvements to the build and deployment workflows, ensuring a smoother and more reliable process.
Fixes and Improvements
- Workflow Corrections: Identified and corrected errors within our build and deployment workflows. These corrections will lead to more reliable and efficient execution of the tool.
Upgrading
To upgrade to multena-rbac-collector
v0.1.1 from v0.1.0, simply pull the latest code from our repository and rebuild the project using Go. For more detailed instructions, please refer to our README.
Feedback
We continue to appreciate your feedback and suggestions for multena-rbac-collector
. If you encounter any issues or have ideas for new features, please feel free to raise an issue on the project's GitHub page.
Thank you for your support as we continue to refine and improve multena-rbac-collector
. Your patience and contributions are greatly valued!
Multena-rbac-collector v0.1.0
Release Notes for multena-rbac-collector
v0.1.0
Overview
We're pleased to announce the first release of multena-rbac-collector
- v0.1.0. This initial version of the software provides a foundational tool to extract Role-Based Access Control (RBAC) data from an OpenShift cluster. The main purpose of this version is to collect a list of all users, groups, and namespaces from an OpenShift cluster and record their respective access rights.
New Features and Improvements
- Check Access: Checks the access rights of each user and group for each namespace.
- Output to YAML: Outputs the collected RBAC data into a YAML file named
labels.yaml
.
Getting Started
To get started with multena-rbac-collector
v0.1.0, you can clone the repository and build it using Go. For more detailed instructions, please refer to our README.
Feedback
We greatly appreciate any feedback or suggestions for improving multena-rbac-collector
. If you encounter any issues or have ideas for new features, please feel free to raise an issue on the project's GitHub page.