From 1cbaa0052bb78ced1a51c0ee82b13a0a06f045cb Mon Sep 17 00:00:00 2001 From: jandroav Date: Wed, 22 Oct 2025 05:49:12 +0200 Subject: [PATCH 1/2] Update content.md to reflect Liquibase 5.0 changes, including separation of OSS and Secure editions, and removal of default database drivers and extensions. --- liquibase/README-short.txt | 2 +- liquibase/deprecated.md | 8 ++++++++ 2 files changed, 9 insertions(+), 1 deletion(-) create mode 100644 liquibase/deprecated.md diff --git a/liquibase/README-short.txt b/liquibase/README-short.txt index fb08a9ad6f19..bfdfdbcb28fb 100644 --- a/liquibase/README-short.txt +++ b/liquibase/README-short.txt @@ -1 +1 @@ -Liquibase is DevOps for your database. \ No newline at end of file +DEPRECATED; Liquibase is DevOps for your database. \ No newline at end of file diff --git a/liquibase/deprecated.md b/liquibase/deprecated.md new file mode 100644 index 000000000000..e25734428689 --- /dev/null +++ b/liquibase/deprecated.md @@ -0,0 +1,8 @@ +With the release of Liquibase 5.0, this repository is officially deprecated and will not receive any further releases beyond patch updates. + +Users are encouraged to switch to one of the following alternatives, depending on your needs: + +- `liquibase/liquibase` -- Community Edition under Functional Source License (if you have a valid Liquibase License Key, you should use `liquibase/liquibase-secure` instead) +- `liquibase/liquibase-secure` -- Commercial version with enterprise features + +As of Liquibase 5.0, the Community edition and the official Docker Community liquibase image no longer include database drivers or extensions by default. You must now explicitly add database drivers using the Liquibase Package Manager (LPM), or manually install/mount extensions into the container. See [the Liquibase 5.0 Release Announcement](https://www.liquibase.com/blog/liquibase-5-0-release) for more details. From e30848f525ac668c92324197fd345c39c9a0ae05 Mon Sep 17 00:00:00 2001 From: Alejandro Alvarez Date: Fri, 24 Oct 2025 08:50:43 +0200 Subject: [PATCH 2/2] Update liquibase/deprecated.md Co-authored-by: Tianon Gravi --- liquibase/deprecated.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/liquibase/deprecated.md b/liquibase/deprecated.md index e25734428689..6dd03c6cdc7d 100644 --- a/liquibase/deprecated.md +++ b/liquibase/deprecated.md @@ -2,7 +2,7 @@ With the release of Liquibase 5.0, this repository is officially deprecated and Users are encouraged to switch to one of the following alternatives, depending on your needs: -- `liquibase/liquibase` -- Community Edition under Functional Source License (if you have a valid Liquibase License Key, you should use `liquibase/liquibase-secure` instead) -- `liquibase/liquibase-secure` -- Commercial version with enterprise features +- `liquibase/liquibase` -- Community Edition under Functional Source License (if you have a valid Liquibase License Key, you should use `liquibase/liquibase-secure` instead) +- `liquibase/liquibase-secure` -- Commercial version with enterprise features As of Liquibase 5.0, the Community edition and the official Docker Community liquibase image no longer include database drivers or extensions by default. You must now explicitly add database drivers using the Liquibase Package Manager (LPM), or manually install/mount extensions into the container. See [the Liquibase 5.0 Release Announcement](https://www.liquibase.com/blog/liquibase-5-0-release) for more details.