added changelog, fix 6.10.0's version.yaml

This commit is contained in:
Long Ma 2023-12-06 14:27:46 -07:00
parent f28011b6c2
commit 4bd186f106
5 changed files with 6 additions and 1 deletions

View File

@ -1,3 +1,3 @@
---
release-date: "2023-11-18"
codename: "TBD"
codename: "Zed"

View File

@ -0,0 +1,3 @@
---
release-date: "2023-08-31"
codename: "Zed"

View File

@ -2,5 +2,6 @@
type: fix
issue: 5486
jira: SMILE-7457
backport: 6.10.1
title: "Previously, testing database migration with cli migrate-database command in dry-run mode would insert in the
migration task table. The issue has been fixed."

View File

@ -1,6 +1,7 @@
---
type: fix
issue: 5511
backport: 6.10.1
title: "Previously, when creating an index as a part of a migration, if the index already existed with a different name
on Oracle, the migration would fail. This has been fixed so that the create index migration task now recovers with
a warning message if the index already exists with a different name."