瀏覽代碼

Update content.md to reflect Liquibase 5.0 changes (#2632)

* Update content.md to reflect Liquibase 5.0 changes, including separation of OSS and Secure editions, and removal of default database drivers and extensions.

Co-authored-by: Tianon Gravi <[email protected]>
Alejandro Alvarez 2 天之前
父節點
當前提交
c312b82d0b
共有 2 個文件被更改,包括 9 次插入1 次删除
  1. 1 1
      liquibase/README-short.txt
  2. 8 0
      liquibase/deprecated.md

+ 1 - 1
liquibase/README-short.txt

@@ -1 +1 @@
-Liquibase is DevOps for your database.
+DEPRECATED; Liquibase is DevOps for your database.

+ 8 - 0
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.