Skip to content
This repository was archived by the owner on Jan 17, 2025. It is now read-only.

Latest commit

 

History

History
10 lines (7 loc) · 626 Bytes

File metadata and controls

10 lines (7 loc) · 626 Bytes

Deprecation Policy

otk has little in the way of deprecations. The important part is if or when directives get deprecated. This will never happen with a version. If in the future otk decides to deprecate an omnifest version then we will:

  1. Document the intent to deprecate.
  2. Emit warning level logs (shown by default) for at least 6 months.
  3. Disable the omnifest version by default for at least 6 months, with a flag to re-enable it.
  4. Remove the omnifest version.

This gives users a one year migration path.