Skip to content

v0.2.0

Compare
Choose a tag to compare
@github-actions github-actions released this 01 Jun 19:30
· 581 commits to main since this release
b982ad0

Installation

curl -L -s https://github.com/operator-framework/operator-controller/releases/download/v0.2.0/install.sh | bash -s

What's Changed

  • Update RELEASE.md to point to correct url by @awgreene in #212
  • Fail early on e2e setup failure by @jmprusi in #214
  • Adds new Status condition "Resolved" and related status field "resolvedBundleResource" to Operator CR by @jmprusi in #213
  • Makefile: don't globally export GOOS=linux by @joelanford in #221
  • Remove TypeReady Condition by @tmshort in #217
  • Operator CR Installed status condition by @jmprusi in #218
  • Clean-up of operator conditions with helper funcs by @jmprusi in #228
  • Fix README.md by @tmshort in #225
  • Removes util package by @m1kola in #223
  • Moves ./controllers into ./internal and ./main.go into ./cmd by @m1kola in #222
  • Define default logs container for operator-controller pod by @joelanford in #240
  • bump catalogd to v0.2.0 by @joelanford in #241

New Contributors

Full Changelog: v0.1.0...v0.2.0