Skip to content

Releases: operator-framework/operator-controller

v0.1.0

11 May 17:49
2e8ae6d
Compare
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
Compare
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
Compare
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