Skip to content

Commit

Permalink
Deprecate Worker Versioning 2 (Rule Based Versioning) readme (#7162)
Browse files Browse the repository at this point in the history
## What changed?
<!-- Describe what has changed in this PR -->

## Why?
<!-- Tell your future self why have you made these changes -->

## How did you test it?
<!-- How have you verified this change? Tested locally? Added a unit
test? Checked in staging env? -->

## Potential risks
<!-- Assuming the worst case, what can be broken when deploying this
change to production? -->

## Documentation
<!-- Have you made sure this change doesn't falsify anything currently
stated in `docs/`? If significant
new behavior is added, have you described that in `docs/`? -->

## Is hotfix candidate?
<!-- Is this PR a hotfix candidate or does it require a notification to
be sent to the broader community? (Yes/No) -->
  • Loading branch information
carlydf authored Jan 25, 2025
1 parent 8b5cd4d commit 39204ce
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions docs/worker-versioning.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,11 @@
Worker Versioning
=================

# !!! This document is Deprecated !!!
_Please join the #safe-deploys channel in the community slack for further information._

---------

**Note 1:** In this iteration of Worker Versioning we deprecated the Version Set concept
and APIs related to it. If you are using old Worker Versioning APIs please migrate
to the new APIs using the process [outlined in a later section](#migrating-from-version-sets).
Expand Down

0 comments on commit 39204ce

Please sign in to comment.