Skip to content

Releases: operator-framework/operator-controller

v0.2.0

01 Jun 19:30
b982ad0

Choose a tag to compare

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

v0.1.0

11 May 17:49
2e8ae6d

Choose a tag to compare

Installation

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

What's Changed

  • Tools Bin by @dtfranz in #181
  • (entitySource) Use catalogd provided content for sourcing entities by @anik120 in #182
  • Make requirements headers in olmv1_roadmap.md by @joelanford in #208
  • Moves github PR template into the right location by @m1kola in #211

New Contributors

Full Changelog: v0.0.2...v0.1.0

v0.0.2

27 Apr 20:46
cece9b2

Choose a tag to compare

Installation

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

What's Changed

New Contributors

Full Changelog: v0.0.1...v0.0.2

v0.0.1

29 Mar 21:08
2973a14

Choose a tag to compare

Installation

curl -L -s https://github.com/operator-framework/operator-lifecycle-manager/releases/download/v0.24.0/install.sh | bash -s v0.24.0
kubectl apply -f https://github.com/cert-manager/cert-manager/releases/download/v1.9.0/cert-manager.yaml
kubectl wait --for=condition=Available --namespace=cert-manager deployment/cert-manager-webhook --timeout=60s
kubectl apply -f https://github.com/operator-framework/rukpak/releases/latest/download/rukpak.yaml
kubectl wait --for=condition=Available --namespace=rukpak-system deployment/core --timeout=60s
kubectl wait --for=condition=Available --namespace=rukpak-system deployment/helm-provisioner --timeout=60s
kubectl wait --for=condition=Available --namespace=rukpak-system deployment/rukpak-webhooks --timeout=60s
kubectl apply -f https://github.com/operator-framework/operator-controller/releases/download/v0.0.1/operator-controller.yaml
kubectl wait --for=condition=Available --namespace=operator-controller-system deployment/operator-controller-controller-manager --timeout=60s

What's Changed

New Contributors

Full Changelog: https://github.com/operator-framework/operator-controller/commits/v0.0.1