Releases: project-codeflare/instascale
Releases · project-codeflare/instascale
v0.0.5
What's Changed
- Update README.md with release steps by @sutaakar in #75
- Add OWNERS file for InstaScale repository by @anishasthana in #84
- Create GitHub action to automate Instascale release by @sutaakar in #78
- Updating rbacs and logging error by @Fiona-Waters in #83
- Local dev vscode by @dimakis in #82
- Add support for GitHub action release from any branch by @sutaakar in #91
- refactor: return potential error instead of discarding it by @dimakis in #93
- Fix instascale on OSD by @anishasthana in #97
New Contributors
- @sutaakar made their first contribution in #75
- @Fiona-Waters made their first contribution in #83
- @dimakis made their first contribution in #82
Full Changelog: v0.0.4...v0.0.5
InstaScale v0.0.4
What's Changed
- Update InstaScale build by @anishasthana in #54
- Update release file by @anishasthana in #57
- Allow manual triggering of the release github action by @anishasthana in #58
- Fix credentials by @anishasthana in #60
- Fix image reference by @anishasthana in #61
- Fix image push target by @anishasthana in #62
- Update InstaScale version to 0.4 by @anishasthana in #79
NOTE: 0.0.3 introduced machine re-use, as well as MachinePool support for managed/dedicated clusters (in addition to MachineSets for self-managed)
v0.0.2 Image Vulnerability Improvements
Removed all vulnerabilities found in the initial v0.0.1
instascale-controller
image.
v0.0.1 Initial Release Build
The first official release of InstaScale from its new home in CodeFlare
- To build locally :
make run
- To build and release a docker image for controller :
make IMG=quay.io/project-codeflare/instascale:<TAG> docker-build docker-push
- Note that the other contents of the Makefile (as well as the
config
andbin
dirs) exist for future operator development, and are not currently utilized - To deploy on kubernetes cluster use the
deployments
dir for now:
git clone https://github.com/project-codeflare/instascale.git
cd deployment/
oc apply -f instascale-sa.yaml
oc apply -f instascale-clusterrole.yaml
oc apply -f instascale-clusterrolebinding.yaml
oc apply -f deployment.yaml