v0.7.0 🌈
release-drafter
released this
31 Dec 10:27
·
315 commits
to master
since this release
Changes
- Bump github.com/gophercloud/gophercloud from 0.14.0 to 0.15.0 @dependabot (#143)
- Bump github.com/onsi/gomega from 1.10.3 to 1.10.4 @dependabot (#140)
- NOTE: New fields added to status sub-resource of the CRD -> need to apply CRD update, this can be done with:
kubectl replace -f https://raw.githubusercontent.com/evryfs/github-actions-runner-operator/master/config/crd/bases/garo.tietoevry.com_githubactionrunners.yaml
🚀 Features
- Avoid excessive reconciles due to status updates @davidkarlsen (#145)
- Upgrade github-api @davidkarlsen (#144)
- Use operator-utils for base-functionality support @davidkarlsen (#142)
- By using operator-utils enhanced observability through
condition
field on status - get triggered when owned objects change, lower max concurrent reconciles @davidkarlsen (#141)
- adds short-name
gar
to CR (d94aee4 / ef3430a)