This repository was archived by the owner on Nov 30, 2022. It is now read-only.
File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -17,6 +17,8 @@ The types of changes are:
1717* ` Security ` in case of vulnerabilities.
1818
1919## [ Unreleased] ( https://github.com/ethyca/fidesops/compare/1.8.1...main )
20+ ### Added
21+ - Add deprecation warning [ #1429 ] ( https://github.com/ethyca/fidesops/pull/1429 )
2022
2123### Changed
2224* Fix redis ` db_index ` config issue [ #1427 ] ( https://github.com/ethyca/fidesops/pull/1427 )
Original file line number Diff line number Diff line change 1- # Meet Fidesops: Privacy as Code for DSAR Orchestration
1+ # Deprecation Notice
2+ Fidesops is deprecated now. The codebase has been merged in into [ Fides] ( https://github.com/ethyca/fides ) .
3+ Visit the Fides [ Documentation] ( https://ethyca.github.io/fides ) to learn more.
4+
5+ ## Meet Fidesops: Privacy as Code for DSAR Orchestration
26
37_ A part of the [ greater Fides ecosystem] ( https://github.com/ethyca/fides ) ._
48
Original file line number Diff line number Diff line change @@ -235,6 +235,10 @@ def read_ui_files(request: Request) -> FileResponse:
235235
236236def start_webserver () -> None :
237237 """Run any pending DB migrations and start the webserver."""
238+ logger .warning (
239+ "Fidesops has been deprecated. The codebase has merged into the Fides repo. Fides is located at "
240+ "https://github.com/ethyca/fides. The documentation is located at https://ethyca.github.io/fides."
241+ )
238242 logger .info ("****************fidesops****************" )
239243
240244 if logger .getEffectiveLevel () == logging .DEBUG :
You can’t perform that action at this time.
0 commit comments