Browse Source

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 days ago
parent
commit
c312b82d0b
2 changed files with 9 additions and 1 deletions
  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.