Installation
curl -L -s https://github.com/operator-framework/operator-controller/releases/download/v0.4.0/install.sh | bash -s
What's Changed
- Publish /docs to github pages by @anik120 in #265
- Adds E2E coverage reporting by @m1kola in #284
- Fixes kind cluster cleanup in
e2e
make target by @m1kola in #298 - Add initial Tilt support by @ncdc in #297
- Makes codecov-action optional by @m1kola in #304
- Enable merge_group events by @ncdc in #305
- Bump github.com/docker/docker from 20.10.21+incompatible to 20.10.24+incompatible by @dependabot in #301
- Tidies up
Makefile
: fixes default target, remove unused ones and makes phony targets to by be truly phony by @m1kola in #299 - Bump github.com/containerd/containerd from 1.6.15 to 1.6.18 by @dependabot in #302
- Bump github.com/docker/distribution from 2.8.1+incompatible to 2.8.2+incompatible by @dependabot in #303
- Enable dependabot by @ncdc in #300
- Switch to using tilt-support repo by @ncdc in #307
- Implement upgrade edges support by @jmprusi in #275
- Add DCO information by @ncdc in #314
- Add CI for tilt by @ncdc in #319
- Bump go.uber.org/zap from 1.24.0 to 1.25.0 by @dependabot in #318
- Bump github.com/stretchr/testify from 1.8.1 to 1.8.4 by @dependabot in #317
- Bump github.com/onsi/gomega from 1.27.7 to 1.27.10 by @dependabot in #315
- Fixes replace based upgrades by @m1kola in #326
- Cross-component E2E for operator framework by @jubittajohn in #286
- Bump github.com/operator-framework/catalogd from 0.4.1 to 0.5.0 by @dependabot in #339
- Bump github.com/operator-framework/operator-registry from 1.27.1 to 1.28.0 by @dependabot in #316
New Contributors
- @dependabot made their first contribution in #301
- @jubittajohn made their first contribution in #286
Full Changelog: v0.3.0...v0.4.0