Skip to content

Releases: eschercloudai/unikorn

Release v0.3.61

17 Jan 09:34
964514a
Compare
Choose a tag to compare

A Helm chart for deploying Unikorn

Release 0.3.60

16 Jan 17:07
cd8ff64
Compare
Choose a tag to compare

A Helm chart for deploying Unikorn

Release 0.3.58

08 Jan 13:08
7447e1d
Compare
Choose a tag to compare
Version 1.3.58 (#360)

Highlights:

* Filters out unusable flavors.

Release 0.3.57

08 Jan 11:06
cdace90
Compare
Choose a tag to compare
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

07 Dec 10:49
c271531
Compare
Choose a tag to compare
Fix SBOM Generation (#352)

Release 0.3.55

06 Dec 09:15
20d275c
Compare
Choose a tag to compare
Fix (quote unquote) ArgoCD/Longhorn Incompatibility (#348)

Release 0.3.54

07 Nov 11:24
3a5d0ea
Compare
Choose a tag to compare
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

01 Nov 14:29
a04ca96
Compare
Choose a tag to compare
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

27 Sep 09:43
89e4874
Compare
Choose a tag to compare
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

27 Sep 08:58
03baafb
Compare
Choose a tag to compare
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.