Add initial release note

Change-Id: I6c2d17bff545d47091efcd7480611ac566d11063
This commit is contained in:
sd109 2024-05-22 12:22:33 +01:00 committed by Michal Nasiadka
parent bc3c715d64
commit c0b3e1714d
2 changed files with 19 additions and 1 deletions

View File

@ -65,4 +65,5 @@
templates:
- openstack-cover-jobs-magnum
- openstack-python3-jobs-magnum
- publish-openstack-docs-pti
- release-notes-jobs-python3
- publish-openstack-docs-pti

View File

@ -0,0 +1,17 @@
---
prelude: >
* This is the initial release of a new in-tree Magnum driver which leverages
Helm and the Kubernetes `Cluster API <https://github.com/kubernetes-sigs/cluster-api>`_
project to provide an alternative to the existing Heat driver for creating
and managing Kubernetes clusters via OpenStack Magnum.
* This project started life as a out-of-tree driver which was developed and maintained
at https://github.com/stackhpc/magnum-capi-helm. This 1.0.0 release marks the deprecation
of this out-of-tree source repository and the first official release of the in-tree
version which is under OpenStack governance, with source code now available at
https://opendev.org/openstack/magnum-capi-helm.
* The driver is generally ready for production use and has been deployed on a number of
OpenStack systems prior to this first official release. However, this does not preclude
the possibility of unforeseen issues and omissions at this early stage of the release
cycle - bug reports welcome and appreciated!