This repository has been archived by the owner on Aug 12, 2024. It is now read-only.
v0.2.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.2.0/rukpak.yaml
What's Changed
- cleanup and improve readabilities of updater unit tests by @akihikokuroda in #152
- feat(plain): improve user-experience around BundleInstances that reference a deleted Bundle by @tylerslaton in #150
- make bundlespec and bundleinstancespec required by @akihikokuroda in #161
- Introduce a union-based Bundle source type by @timflannagan in #160
- plain: Infer the ImagePullPolicy from the Bundle's spec.Image tag by @timflannagan in #165
- Makefile: Support overriding the container runtime by @timflannagan in #166
- add unpacked object length check by @exdx in #162
- Use locally-built bundle images for e2e by @joelanford in #168
- Upgrade kind to 0.12 (k8s to 1.23) for e2e by @joelanford in #169
- fix: update README slack link to point to new #rukpak-dev channel by @exdx in #171
- Introduce a CODEOWNERS file by @timflannagan in #170
- make unpack ignore irrelevant root directories by @joelanford in #174
- unpack: encode bundle content in JSON as tar.gz by @joelanford in #176
- bump ginkgo to v2 by @joelanford in #177
- Add focus flag to e2e test target by @exdx in #180
- doc: add plain+v0 bundle spec by @exdx in #149
- Add ValidatingWebhook to limit the bundle name to 40 letters by @akihikokuroda in #156
- docs: Enable the commands to be copy-pasted locally by @timflannagan in #192
- add validating webhook e2e test by @akihikokuroda in #190
- e2e: Introduce an e2e test for a BI that's dependent on another BI resource by @timflannagan in #193
- deps: update golangci-lint version used in CI by @exdx in #201
- Makefile: Include cert-manager installation on
install
by @anik120 in #202 - Makefile: Fix the help target output by moving to the e2e target to testing section by @timflannagan in #203
- Consolidate Dockerfiles down to one by @joelanford in #186
- feat: add support for git-based bundles by @exdx in #179
- Makefile: allow IMAGE to be overridden from environment by @joelanford in #208
New Contributors
Full Changelog: v0.1.0...v0.2.0