Skip to content

Certified unikorn version bundles and upgrade instructions

License

Notifications You must be signed in to change notification settings

unikorn-cloud/releases

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

1 Commit
 
 
 
 

Repository files navigation

Unikorn Releases

Unikorn Logo Unikorn Logo

Unikorn is a relatively large collection of independent microservices that combine to provide IaaS/PaaS functionality. Maintaining a matrix of compatible versions is complex due to a lot of inter-dependencies. This repository aims to simplify the task by bundling together versions that are know to work together and notify of any breaking changes before the project becomes GA.

Releases

v0.1.1

5 November 2024

Component Version
Core v0.1.79
Identity v0.2.44 🆕
Region v0.1.45 🆕
Kubernetes v0.2.46 🆕
UI v0.2.39 🆕

Release Notes

  • Improves RBAC so users who use one service no longer need direct access to requisite services.
  • Remove flavor/image filtering from the region service, these need to be proxied through the top level service e.g. kubernetes, as those contain the domain specific knowledge to filter correctly.

Breaking Changes

  • 3rd party UX components will be affected by a number of API changes:
    • Any ACL reliant code needs to be aware endpoints have changed e.g. projects becomes identity:projects.
      • In general the form is <service>:<resource> meaning we can do things like region:* in the future as a terse way of granting access to everything.
      • A full list of officially supported endpoints is available here.
    • Users can no longer access flavors and images directly through the region service.
      • This is a fairly trivial thing to fix as the APIs remain the same, they now belong to the service that consumes those resources.
      • This allows the Kubernetes service for example to filter out flavors that kubeadm cannot use, independently of the compute service.

v0.1.0

1 November 2024

Component Version
Core v0.1.79
Identity v0.2.42
Region v0.1.44
Kubernetes v0.2.45
UI v0.2.38

Release Notes

  • Initial baseline.

About

Certified unikorn version bundles and upgrade instructions

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published