Changed terminology from whitelist to allowlist#7479
Merged
Amruta-Ranade merged 1 commit intomasterfrom Jun 8, 2020
Merged
Conversation
Member
Member
rmloveland
added a commit
that referenced
this pull request
Jun 8, 2020
rmloveland
added a commit
that referenced
this pull request
Jun 8, 2020
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.
rmloveland
added a commit
that referenced
this pull request
Jun 8, 2020
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.
Merged
rmloveland
added a commit
that referenced
this pull request
Jun 10, 2020
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.
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.
Changed instances of
whitelisttoallowlisteverywhere in the docs except for instances that refer to UI elements (CloudFormation UI, Kafka, and Jekyll builds)