Merged
Conversation
Member
22b13d6 to
8b9c80d
Compare
0ca4822 to
8de6996
Compare
a557177 to
caff72f
Compare
Contributor
Author
|
@jseldess this should be RFAL. The release notes are being worked on in another PR - the page that's here is a placeholder that we can merge the true release notes on top of once this PR goes in. AFAICT this PR has everything else in it that we discussed. Every change is summarized in the main PR comment and the commit message. |
Fixes #7427. Summary of changes: - Create a new v20.2 folder, and copy the 20.1 content to it; delete the various "new or changed in v20.1" callouts from the copied files - Copy includes to a new '_includes/v20.2' folder. - Copy images to a new 'images/v20.2' folder. - Edit image link text in the referencing documents as needed to point to the right places. - Update the various YAML config files with the new version and release info. - Create a new sidebar JSON file for v20.2. - Do *not* copy over anything related to CockroachCloud for v20.2. This includes editing page frontmatter to remove build directives that pull in certain pages for CockroachCloud. - Update the CockroachDB local YAML config to exclude 19.2 from the build process (this file is used to speed up local builds). - Various edits to the 'Upgrade to CockroachDB v20.2' docs, changing version references as appropriate, and removing some version-specific limitations. - Update the base YAML config to use more specific version information as required by templates in the `install-cockroachdb-linux` etc. pages - Miscellaneous edits to CLI output as appropriate. - Backports: Add Eric's 'scalar expressions' update from #7298; port forward Amruta's changes from #7479. - Finally: Add stub release notes page for v20.2.0-alpha.1, which will be filled in by #7426.
caff72f to
4718a91
Compare
Member
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Fixes #7427.
Summary of changes:
Create a new v20.2 folder, and copy the 20.1 content to it; delete the
various "new or changed in v20.1" callouts from the copied files
Copy includes to a new '_includes/v20.2' folder.
Copy images to a new 'images/v20.2' folder.
Edit image link text in the referencing documents as needed to point
to the right places.
Update the various YAML config files with the new version and release
info.
Create a new sidebar JSON file for v20.2.
Do not copy over anything related to CockroachCloud for v20.2. This
includes editing page frontmatter to remove build directives that pull
in certain pages for CockroachCloud.
Update the CockroachDB local YAML config to exclude 19.2 from the
build process (this file is used to speed up local builds).
Various edits to the 'Upgrade to CockroachDB v20.2' docs, changing
version references as appropriate, and removing some version-specific
limitations.
Update the base YAML config to use more specific version information
as required by templates in the
install-cockroachdb-linuxetc. pagesMiscellaneous edits to CLI output as applicable.
Backports: Add Eric's 'scalar expressions' update from Added support for star-expanding tuples and numeric tuple indexing #7298; port
forward Amruta's changes from Changed terminology from whitelist to allowlist #7479.
Finally: Add stub release notes page for v20.2.0-alpha.1, which will
be filled in by 20.2.0-alpha.1 release notes #7426.