From 2308f1e549cd045fcf2d105889eafb99d22a8c3c Mon Sep 17 00:00:00 2001 From: Michael Amadi Date: Thu, 15 Jan 2026 17:26:46 +0100 Subject: [PATCH 1/4] foundry upgrade template --- assets/foundry-update-template.md | 64 +++++++++++++++++++++++++++++++ 1 file changed, 64 insertions(+) create mode 100644 assets/foundry-update-template.md diff --git a/assets/foundry-update-template.md b/assets/foundry-update-template.md new file mode 100644 index 000000000..1a2482ae4 --- /dev/null +++ b/assets/foundry-update-template.md @@ -0,0 +1,64 @@ +# Foundry Version Upgrade Proposal + + + +**Table of Contents** + +- [Upgrade Info](#upgrade-info) +- [Benefits to the OP Stack](#benefits-to-the-op-stack) +- [Notable Features](#notable-features) +- [Notable Bug Fixes](#notable-bug-fixes) +- [Changelog Links](#changelog-links) +- [Action Items](#action-items) +- [Additional Notes](#additional-notes) + + + +_Italics are used to indicate things that need to be replaced._ + +| | | +| ------------------- | -------------------------------------------------- | +| Author | _Author Name_ | +| Created at | _YYYY-MM-DD_ | +| Needs Approval From | _Security Reviewer Name_ | +| Other Reviewers | _Reviewer Name 1, Reviewer Name 2_ | +| Status | _Draft / In Review / Implementing Actions / Final_ | + +## Upgrade Info + +- **Current Version:** _[e.g., v1.5.0]_ +- **Proposed Version:** _[e.g., v1.6.0]_ + +## Benefits to the OP Stack + +_Explain specific feature(s) in the new version that would benefit the OP Stack codebase, with a +clear explanation of their potential impact and usefulness._ + +## Notable Features + +_Highlight any potentially notable features that require special attention during the review +process. Features should be considered "notable" if they add significant new functionality to +Foundry or required significant changes to Foundry to be supported._ + +## Notable Bug Fixes + +_Highlight any potentially notable bug fixes that require special attention during the review +process. Bug fixes should be considered "notable" if they are classified at or above a "medium" by +the Foundry team._ + +## Changelog Links + +_Provide links to the Foundry changelog for each version between the current version used in the +codebase and the proposed new version._ + +## Action Items + +_Highlight what **needs** to be done/reviewed before implementation to reduce the chances of the issues occurring, and to ensure they can be detected and recovered from:_ + +- [ ] _Resolve all comments on this document and incorporate them into the document itself (Assignee: document author)_ +- [ ] _Action item 2 (Assignee: tag assignee)_ +- [ ] _Action item 3 (Assignee: tag assignee)_ + +## Additional Notes + +_Any other relevant information or considerations._ From 4492980c7b6bb880d6e80099bf08d199cbb1a695 Mon Sep 17 00:00:00 2001 From: Michael Amadi Date: Fri, 16 Jan 2026 16:31:14 +0100 Subject: [PATCH 2/4] Update assets/foundry-update-template.md Co-authored-by: Matt Solomon --- assets/foundry-update-template.md | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/assets/foundry-update-template.md b/assets/foundry-update-template.md index 1a2482ae4..4c117993b 100644 --- a/assets/foundry-update-template.md +++ b/assets/foundry-update-template.md @@ -20,8 +20,7 @@ _Italics are used to indicate things that need to be replaced._ | ------------------- | -------------------------------------------------- | | Author | _Author Name_ | | Created at | _YYYY-MM-DD_ | -| Needs Approval From | _Security Reviewer Name_ | -| Other Reviewers | _Reviewer Name 1, Reviewer Name 2_ | +| Needs Approval From | _Security Reviewer Name 1, Security Reviewer Name 2_ | | Status | _Draft / In Review / Implementing Actions / Final_ | ## Upgrade Info From 1314a0480d99bcd587719691d72cd17c22dc8e42 Mon Sep 17 00:00:00 2001 From: Michael Amadi Date: Fri, 16 Jan 2026 16:46:30 +0100 Subject: [PATCH 3/4] fixes --- assets/foundry-update-template.md | 18 +++++------------- 1 file changed, 5 insertions(+), 13 deletions(-) diff --git a/assets/foundry-update-template.md b/assets/foundry-update-template.md index 4c117993b..ef9aeb086 100644 --- a/assets/foundry-update-template.md +++ b/assets/foundry-update-template.md @@ -28,6 +28,11 @@ _Italics are used to indicate things that need to be replaced._ - **Current Version:** _[e.g., v1.5.0]_ - **Proposed Version:** _[e.g., v1.6.0]_ +## Changelog Links + +_Provide links to the Foundry changelog for each version between the current version used in the +codebase and the proposed new version._ + ## Benefits to the OP Stack _Explain specific feature(s) in the new version that would benefit the OP Stack codebase, with a @@ -45,19 +50,6 @@ _Highlight any potentially notable bug fixes that require special attention duri process. Bug fixes should be considered "notable" if they are classified at or above a "medium" by the Foundry team._ -## Changelog Links - -_Provide links to the Foundry changelog for each version between the current version used in the -codebase and the proposed new version._ - -## Action Items - -_Highlight what **needs** to be done/reviewed before implementation to reduce the chances of the issues occurring, and to ensure they can be detected and recovered from:_ - -- [ ] _Resolve all comments on this document and incorporate them into the document itself (Assignee: document author)_ -- [ ] _Action item 2 (Assignee: tag assignee)_ -- [ ] _Action item 3 (Assignee: tag assignee)_ - ## Additional Notes _Any other relevant information or considerations._ From d63323518d68696365a01709360a2ce9cfbc96cc Mon Sep 17 00:00:00 2001 From: Michael Amadi Date: Mon, 19 Jan 2026 11:56:37 +0100 Subject: [PATCH 4/4] fix toc --- assets/foundry-update-template.md | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/assets/foundry-update-template.md b/assets/foundry-update-template.md index ef9aeb086..270e6d695 100644 --- a/assets/foundry-update-template.md +++ b/assets/foundry-update-template.md @@ -5,11 +5,10 @@ **Table of Contents** - [Upgrade Info](#upgrade-info) +- [Changelog Links](#changelog-links) - [Benefits to the OP Stack](#benefits-to-the-op-stack) - [Notable Features](#notable-features) - [Notable Bug Fixes](#notable-bug-fixes) -- [Changelog Links](#changelog-links) -- [Action Items](#action-items) - [Additional Notes](#additional-notes)