This repository was archived by the owner on Jun 28, 2022. It is now read-only.
Releases: noris-network/koris
Releases · noris-network/koris
v1.3.4
------ * Fix typo in koris.spec * Fix missing import in koris.spec * Fix audit logging for kubernetes * Update the image for the binary building stage * Fix building target for single binary * No need to copy python3.6 to python * Define global image for all stages * Test migration to gitlab registry * Fix wrong flags passed to kubectl in sonobuoy.sh * Bump version of docker image in wait-for-resources * Fix pylint errors * Bump docker-alpine version to 0.1.6 * More fixes to sonobuoy script * Make check sonobuoy a bit more verbose in case of fail * Allocate floating IP before LB test * Pipeline: update parameters to gitlab.com
v1.3.3
Changes for version 1.3.3
- Enable external cloud provider for openstack
- Bump kubernetes version to 1.14.X
- Batch update the loadbalancer
- Multiple bug fixes for bootstrap scripts
This version brings new kubernetes features and enables the external cloud
provider. Volumes in Openstack are still provisioned with the internal cloud
provider due to stability issues with the Cinder CSI plugin.
The migration to the external cloud provider required changes in the bootstrap
scripts. These changes brought some improvements and removal of more shell
code in favor of kubeadm features.
Finally, updates to the Python code, brought faster configuration of the API
loadbalancer via batch configuration. Earlier versions of koris, updated the
loadbalancer multiple times, which caused multiple wait times between
each update.