Skip to content
This repository has been archived by the owner on Aug 12, 2024. It is now read-only.

v0.8.0

Compare
Choose a tag to compare
@github-actions github-actions released this 08 Aug 17:01
· 299 commits to main since this release

Installation

kubectl apply -f https://github.com/cert-manager/cert-manager/releases/download/v1.7.1/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/download/v0.8.0/rukpak.yaml
kubectl wait --for=condition=Available --namespace=rukpak-system deployment/core --timeout=60s
kubectl wait --for=condition=Available --namespace=rukpak-system deployment/rukpak-webhooks --timeout=60s
kubectl wait --for=condition=Available --namespace=crdvalidator-system deployment/crd-validation-webhook --timeout=60s

What's Changed

  • source: remove TODO comment regarding retrying updates by @exdx in #465
  • docs: add hackmd links by @exdx in #469
  • docs: add new sections by @exdx in #470
  • rukpakctl: remove use of globals and exported types; use contexts consistently by @joelanford in #471
  • docs: Add CI status badge to root README by @exdx in #474
  • addresses markdown issues raised by linter by @joelanford in #477
  • Introduce upload source and rukpakctl run by @joelanford in #417
  • Consolidate provisioners and upload manager into a single process by @joelanford in #480
  • rukpactl run: cancel context in event of an upload error by @joelanford in #481

Full Changelog: v0.7.0...v0.8.0