This repository has been archived by the owner on Aug 12, 2024. It is now read-only.
v0.7.0
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.7.0/rukpak.yaml
kubectl wait --for=condition=Available --namespace=rukpak-system deployment/plain-provisioner --timeout=60s
kubectl wait --for=condition=Available --namespace=rukpak-system deployment/registry-provisioner --timeout=60s
kubectl wait --for=condition=Available --namespace=rukpak-system deployment/rukpak-core-webhook --timeout=60s
kubectl wait --for=condition=Available --namespace=crdvalidator-system deployment/crd-validation-webhook --timeout=60s
What's Changed
- Git source private repository support via ssh protocol by @akihikokuroda in #414
- add private git repository access doc by @akihikokuroda in #426
- e2e add private image source test by @akihikokuroda in #418
- e2e test private git repository by @akihikokuroda in #416
- kubernetes 1.24 service account token secret change by @akihikokuroda in #446
- docs: fix typo in provisioner spec by @exdx in #448
- feat: Add local source type by @exdx in #443
- add plain provisioner http server test by @akihikokuroda in #450
- add 2 more local source e2e tests by @akihikokuroda in #453
- include bundle unpack failure msg in the bundledeployment condition msg by @akihikokuroda in #456
- e2e BundleDeployment targets a can not be unpacked Bundle by @akihikokuroda in #458
- Add rukpakctl subcommands that utilize local source bundle capabilities. by @akihikokuroda in #455
Full Changelog: v0.6.0...v0.7.0