Skip to content
This repository was archived by the owner on Nov 30, 2022. It is now read-only.

Commit efd16e2

Browse files
Add deprecation warning (#1429)
* Add deprecation warning * update CHANGELOG.md * Update message * Update Readme
1 parent 395c8d8 commit efd16e2

3 files changed

Lines changed: 11 additions & 1 deletion

File tree

CHANGELOG.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff 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)

README.md

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,8 @@
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

src/fidesops/main.py

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -235,6 +235,10 @@ def read_ui_files(request: Request) -> FileResponse:
235235

236236
def 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:

0 commit comments

Comments
 (0)