This repository has been archived by the owner on Dec 12, 2024. It is now read-only.
Releases: operator-framework/oria-operator
Releases · operator-framework/oria-operator
v0.1.0
Installation
kubectl apply -f https://github.com/operator-framework/oria-operator/releases/download/v0.1.0/oria-operator.yaml
What's Changed
- update util/util_test.go to use the v1alpha1 package instead of v1 by @everettraven in #31
- Add owners file. by @jmrodri in #50
- Actions/verify by @everettraven in #53
- Actions/apidiff by @everettraven in #52
- add lint make target and github action by @everettraven in #51
- Github action to run unit tests by @jmrodri in #55
- patch go-apidiff action to only happen on PRs by @everettraven in #56
- removed unused variables due to which getting lint errors by @laxmikantbpandhare in #58
- Update Kubebuilder RBAC annotations and Dockerfile to fix running on the cluster by @everettraven in #29
- Add e2e gh action; add temp e2e make target by @jmrodri in #59
- Added Readme with all the steps ran locally by @laxmikantbpandhare in #57
- refactor controllers by @everettraven in #48
- set watches on owned resources by @everettraven in #63
- Tutorial for memcached-operator with oria-operator by @laxmikantbpandhare in #64
- tweak to make clearer some implicit dependencies in tutorial by @grokspawn in #68
- make ScopeTemplate CRs communicate state by @everettraven in #20
- make ScopeInstance CRs communicate state by @everettraven in #21
- (actions): Add GH Action to release oria-operator by @everettraven in #65
- add contributing guide by @everettraven in #73
- update awgreene/scope-operator references to operator-framework/oria-operator by @everettraven in #74
- (chore): update bundle by @everettraven in #75
New Contributors
- @grokspawn made their first contribution in #68
Full Changelog: v0.0.1...v0.1.0