Installation
kubectl apply -f https://github.com/cert-manager/cert-manager/releases/download/v1.11.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/catalogd/releases/download/v0.8.0/catalogd.yaml
Changelog
- e078853 Add GoDoc for Phase (#199)
- 0b86f72 (feature) Implement polling image source in intervals (#185)
- 59aaeee Bump github.com/docker/docker from 23.0.1+incompatible to 23.0.3+incompatible (#195)
- bd8cfbd Bump golang.org/x/net from 0.10.0 to 0.17.0 (#197)
- 9f91fc5 (techdebt): refactor catalog controller unit tests (#196)
- 9f3ba06 (feature): add direct image registry client
Unpacker
implementation (#145) - 8a90d8d (cleanup) Kustomization (#183)
- 7f903c6 add default printer columns (#174)
- 51e5807 Update README with simplified make target ref (#178)
- 28737da Add contribution guide (#165)
- 06f0f9f Add RELEASING.md (#176)
- 7272fd4 deps: bump kubernetes and operator-registry (#173)