organization-operator release v0.9.0
Added
- Introduce local interfaces to make easier to test the organization handler.
- Save created namespace in Organization status field.
Changed
- Updated
apiextensions
dependency to v3. - Updated
operatorkit
dependency to v5. - Updated
k8sclient
dependency to v5. - Always try to create organization in
companyd
even when organization namespace already exists. - Pin
jwt-go
dependency to avoid version with vulnerabilities.