Releases: darkowlzz/ignite
Releases · darkowlzz/ignite
v0.10.0-alpha.1
Support for k8s v1.21.0 dependencies.
Before adding v1alpha4 ignite API.
v0.99.0
v0.98.0
v0.8.0-rc.1
Merge pull request #696 from darkowlzz/build-binaries
config-support
Contains support for ignite v1alpha3 with ignite config support.
ignite-kind-essentials
Fix resource name verify for prefix match verifyUIDOrName()'s uses a client Find() functions which uses filter to find a given name or id. Because it's a filter, it performs a prefix match. This results in false positive results. For example, if there's an existing resource "worker2", and a new resource "worker" is requested, due to the filter's prefix match, it results in ambiguous error - already exists. This change adds an extra check of the filtered object by matching it with the given name/id.