Signed-off-by: Shlomi Noach <2607934+shlomi-noach@users.noreply.github.com>
This commit is contained in:
Shlomi Noach 2022-02-08 06:53:49 +02:00
Родитель 6e71695343
Коммит c9aaad5fbb
2 изменённых файлов: 6 добавлений и 3 удалений

Просмотреть файл

@ -15,8 +15,6 @@ This patch is providing an update regarding the Apache Log4j security vulnerabil
------------
## Changelog
- `vtctl ApplySchema -uuid_list='...'` now rejects a migration if an existing migration has the same UUID but with different `migration_context`.
### Dependabot
#### Java
* build(deps): bump log4j-core from 2.15.0 to 2.16.0 in /java #9394
@ -25,4 +23,4 @@ This patch is providing an update regarding the Apache Log4j security vulnerabil
* change operator example to use v10.0.4 docker images #9402
The release includes 2 commits (excluding merges)
Thanks to all our contributors: @frouioui
Thanks to all our contributors: @frouioui

Просмотреть файл

@ -0,0 +1,5 @@
## Major Changes
### Behavior changes
- `vtctl ApplySchema -uuid_list='...'` now rejects a migration if an existing migration has the same UUID but with different `migration_context`.