-
Notifications
You must be signed in to change notification settings - Fork 167
[7.0.0-alpha]: Add v7 upgrade docs #5498
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
[7.0.0-alpha]: Add v7 upgrade docs #5498
Conversation
This change is part of the following stack: Change managed by git-spice. |
f805d00
to
bac397f
Compare
This starts the docs to keep track of breaking changes that are being made to v7
80811c7
to
6f7abab
Compare
Does the PR have any schema changes?Found 376 breaking changes: Resources
Functions
Types
New resources:
New functions:
Maintainer note: consult the runbook for dealing with any breaking changes. |
Codecov ReportAll modified and coverable lines are covered by tests ✅
Additional details and impacted files@@ Coverage Diff @@
## corymhall/upstream-v6-beta #5498 +/- ##
===========================================================
Coverage 24.26% 24.26%
===========================================================
Files 359 359
Lines 143766 143766
===========================================================
Hits 34890 34890
Misses 108782 108782
Partials 94 94 ☔ View full report in Codecov by Sentry. 🚀 New features to boost your workflow:
|
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
LGTM, let's just make sure we don't forget the TODOs before the release - do we have tracking issues for all of these?
This PR performs a major version upgrade while upgrading upstream to the `release/6.0.0-beta` branch. Some things that occur as part of this major version upgrade are: - Resources/properties that were deprecated in v6 are removed - Changes to `MaxItemsOne` that were held off in v6 occur now In additional the following groups of patches were removed. This was included in this PR rather than in a follow up because as part of the `6.0.0-beta` upstream completely removed aws sdkv1. In order to keep these patches around we would have had to either include it back or update the patches to use aws sdkv2. - [Remove sdkv1 related patches](#5466) closes #5461, closes #5460, closes #5465, closes #5463, closes #5470, closes #5472 - [Legacy S3 Bucket Patches](#5473) closes #3720, closes #3726, closes #2727, closes #2728, closes #5474, closes #2752, closes #2729 - [Remove deprecated Gamelift MatchMaking resources](#4375) closes #5409, closes #2745, closes #2742, closes #2740, closes #5467, closes #5468, closes #5469 There are a lot of changes in this PR that I won't be able to enumerate in this description so I have created a follow up PR that includes a doc with all the details. #5498 closes #2732
This starts the docs to keep track of breaking changes that are being
made to v7