diff --git a/nova/Chart.yaml b/nova/Chart.yaml index ef48c2f5ee..3e7df46210 100644 --- a/nova/Chart.yaml +++ b/nova/Chart.yaml @@ -14,7 +14,7 @@ apiVersion: v1 appVersion: v1.0.0 description: OpenStack-Helm Nova name: nova -version: 0.2.0 +version: 0.2.1 home: https://docs.openstack.org/nova/latest/ icon: https://www.openstack.org/themes/openstack/images/project-mascots/Nova/OpenStack_Project_Nova_vertical.png sources: diff --git a/nova/templates/bin/_cell-setup.sh.tpl b/nova/templates/bin/_cell-setup.sh.tpl old mode 100755 new mode 100644 diff --git a/nova/templates/bin/_db-sync.sh.tpl b/nova/templates/bin/_db-sync.sh.tpl old mode 100755 new mode 100644 diff --git a/releasenotes/notes/nova.yaml b/releasenotes/notes/nova.yaml index 27a15b0408..10221ea923 100644 --- a/releasenotes/notes/nova.yaml +++ b/releasenotes/notes/nova.yaml @@ -21,3 +21,5 @@ nova: - 0.1.18 Fix the nova-compute-ironic label issue - 0.1.19 Host resource scale adjustment about ironic - 0.2.0 Remove support for releases before T + - 0.2.1 Remove unnecessary +x permission on gotpl files +...