Releases: eschercloudai/unikorn
Releases · eschercloudai/unikorn
Release v0.3.61
A Helm chart for deploying Unikorn
Release 0.3.60
A Helm chart for deploying Unikorn
Release 0.3.58
Version 1.3.58 (#360) Highlights: * Filters out unusable flavors.
Release 0.3.57
Version 0.3.57 (#359) Highlights: * Remove old end-of-life bundle versions * Fix CVEs * Add new user application bundle * Refactor the application provisioner to handle all bundle types
Release 0.3.56
Fix SBOM Generation (#352)
Release 0.3.55
Fix (quote unquote) ArgoCD/Longhorn Incompatibility (#348)
Release 0.3.54
Version 0.3.54 (#340) Highlights: * Application metadata * New default CP and CL bundles * Fix for 2 critical ingress-nginx CVEs
Release 0.3.53
Version 0.3.53 (#336) Highlights: * Propagation of various common components via the context e.g. clients, drivers, etc. * Make remote provisioners implicitly create themselves, and have them provision subordinate provisioners within that context. * Use declarative ArgoCD remote cluster provisioning to remove the API access entirely, along with all the pain to do with networking and authentication. * Make image validation optional. * Improve Ingress HA. * Remove driver initialisation from controller start up. * Clients now change as the scope changes e.g. remote cluster, so provisioners don't need to know about topoology or technology. * Architectural documentation. * Allow NV operator not to be installed.
Release 0.3.52
Version 0.3.52 (#325) Highlights: * New chart for CAPI/CAPO as the old registry no longer gets new images, I got caught out by local development images...
Release 0.3.51
Version 0.3.51 (#323) Highlights: * Upgraded libraries, toolchain and linter. * Controller unification and unit testing. * Application inference in the application provisioner, this now takes the application name and looks up the application, rather than delegating it to the client. * Inheritance of provisioner options. You can now set the remote and cleanup semantics at the "group" level, and they will propagate. * Post provision application hook. Provides a cleaner interface when a provisioner needs to do some cleanup work. * Moved a bunch of code out of the way, and deleted a bunch of unused stuff. * CD driver initialisation is done at the controller level, not per provisioner, and is also dynamic. * Upgrade CAPO to 0.8.0 to reap the benefits of a bunch of fixes.