Skip to content

Commit

Permalink
update migration guide table in readme (#224)
Browse files Browse the repository at this point in the history
  • Loading branch information
frshwtr committed May 20, 2024
1 parent b6ac96d commit 3e0bbc3
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 6 deletions.
2 changes: 1 addition & 1 deletion MIGRATION.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# Migration

## Migrating from v3 t v4
## Migrating from v3 to v4

The `graphite-threshold` check has now been removed in line with the deprecation of the Graphite service. We recommend removing this check from your code and following [Edge Delivery and Observability's guide to replacing Graphite](https://financialtimes.atlassian.net/wiki/spaces/DS/pages/8408989698/Migrating+an+app+away+from+Graphite-based+health+checks):

Expand Down
11 changes: 6 additions & 5 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -248,11 +248,12 @@ New versions of the module are published automatically by CI when a new tag is c

## Migration guide

State | Major Version | Last Minor Release | Migration guide |
:---: | :---: | :---: | :---:
✨ active | 3 | N/A | [migrate to v3](MIGRATION.md#migrating-from-v2-to-v3) |
╳ deprecated | 2.1 | N/A | [migrate to v2](MIGRATION.md#migrating-from-v1-to-v2) |
╳ deprecated| 1 | 1.11 | N/A |
State | Major Version | Last Minor Release | Migration guide |
:---: |:-------------:| :---: |:-----------------------------------------------------:
✨ active | 4 | N/A | [migrate to v4](MIGRATION.md#migrating-from-v3-to-v4) |
╳ deprecated | 3 | N/A | [migrate to v3](MIGRATION.md#migrating-from-v2-to-v3) |
╳ deprecated | 2.1 | N/A | [migrate to v2](MIGRATION.md#migrating-from-v1-to-v2) |
╳ deprecated| 1 | 1.11 | N/A |


## Contact
Expand Down

0 comments on commit 3e0bbc3

Please sign in to comment.