We are happy to announce the release of: magnum 6.3.0: Container Management project for OpenStack This release is part of the queens stable release series. The source is available from: ** http://git.openstack.org/cgit/openstack/magnum Download the package from: https://tarballs.openstack.org/magnum/ Please report issues through launchpad: ** http://bugs.launchpad.net/magnum For more details, please see below. 6.3.0 ^^^^^ New Features ************ * Add 'cloud_provider_enabled' label for the k8s_fedora_atomic driver. Defaults to true. For specific kubernetes versions if 'cinder' is selected as a 'volume_driver', it is implied that the cloud provider will be enabled since they are combined. Bug Fixes ********* * Add *region* parameter to the Global configuration section of the Kubernetes configuration file. Setting this parameter will allow Magnum cluster to be created in the multi-regional OpenStack installation. * Fixed a bug where --live-restore was passed to Docker daemon causing the swarm init to fail. Magnum now ensures the --live- restore is not passed to the Docker daemon if it's default in an image. Changes in magnum 6.2.0..6.3.0 ------------------------------ 5f829a5 Revert "functional: add body for delete_namespaced_service in k8s" 7f9510f functional: use vexxhost-specific nodes with nested virt 75e8eb5 functional: use default admission_control_list values 72e2aad functional: add body for delete_namespaced_service in k8s 82ecc3e functional: retrieve cluster to get stack_id 7f4d92d k8s_fedora: Add cloud_provider_enabled label a00fae2 Update heat-container-agent version tag 1ff999d Fix the heat-container-agent docker image 62b0f22 Pass in `region_name` to get correct heat endpoint 78f5528 Provide a region to the K8S Fedora Atomic config 87cb646 [swarm-mode] Remove --live-restore from Docker daemon options Diffstat (except docs and test files) ------------------------------------- .zuul.yaml | 23 ++++++++++++------- .../common/image/heat-container-agent/Dockerfile | 26 +++++++++++++++------- .../scripts/heat-config-notify | 6 +++-- .../scripts/write-os-apply-config-templates.sh | 2 ++ .../fragments/configure-kubernetes-master.sh | 4 ++-- .../fragments/configure-kubernetes-minion.sh | 2 +- .../kubernetes/fragments/start-container-agent.sh | 2 +- .../fragments/write-heat-params-master.yaml | 2 ++ .../kubernetes/fragments/write-heat-params.yaml | 1 + .../kubernetes/fragments/write-kube-os-config.sh | 5 +++++ .../swarm/fragments/add-docker-daemon-options.sh | 5 +++++ magnum/drivers/heat/k8s_fedora_template_def.py | 16 ++++++++++++- .../templates/kubecluster.yaml | 8 +++++++ .../k8s_fedora_atomic_v1/templates/kubemaster.yaml | 10 +++++++++ .../k8s_fedora_atomic_v1/templates/kubeminion.yaml | 5 +++++ ...02728-kube-os-conf-region-46cd60537bdabdb2.yaml | 6 +++++ ...able_cloud_provider_label-ed79295041bc46a8.yaml | 7 ++++++ .../notes/swarm-live-restore-b03ad192367abced.yaml | 6 +++++ 22 files changed, 142 insertions(+), 25 deletions(-)
participants (1)
-
no-reply@openstack.org