1
0
mirror of synced 2026-01-07 09:01:31 -05:00

Merge pull request #13170 from github/repo-sync

repo sync
This commit is contained in:
Robert Sese
2021-12-18 15:05:30 -06:00
committed by GitHub
87 changed files with 206 additions and 161 deletions

View File

@@ -223,7 +223,7 @@ jobs:
github-token: ${{ secrets.OCTOMERGER_PAT_WITH_REPO_AND_WORKFLOW_SCOPE }}
result-encoding: string
script: |
const prFiles = await github.pulls.listFiles({
const { data: prFiles } = await github.pulls.listFiles({
...context.repo,
pull_number: process.env.PR_NUMBER,
})
@@ -238,13 +238,6 @@ jobs:
run: |
gh pr close ${{ steps.find-pull-request.outputs.number }} --repo $GITHUB_REPOSITORY
- name: Comment on the pull request if no files remain
if: ${{ steps.find-pull-request.outputs.number && steps.pr-files.outputs.count == '0' }}
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
run: |
gh pr comment ${{ steps.find-pull-request.outputs.number }} --repo $GITHUB_REPOSITORY --body "This pull request was closed because it no longer contained any changes."
- name: Approve pull request
if: ${{ steps.find-pull-request.outputs.number && steps.pr-files.outputs.count != '0' }}
uses: juliangruber/approve-pull-request-action@c530832d4d346c597332e20e03605aa94fa150a8

View File

@@ -107,6 +107,44 @@ Titles are challenging! Use these general guidelines to help create clear, helpf
- Map topic titles: 63 characters and [`shortTitle`](https://github.com/github/docs/tree/main/content#shorttitle) < 30 characters
- Article titles: 80 characters, 60 if possible, and [`shortTitle`](https://github.com/github/docs/tree/main/content#shorttitle) < 31 characters, ideally 20-25 characters
### Topics
Topics are used to filter articles and are searchable across the docs site. For some layouts, such as landing pages or guides, people can select which articles are displayed by filtering topics. Use these guidelines to help choose which topics to add to an article's frontmatter. For more information on adding topics to an article see, "[Topics](https://github.com/github/docs/tree/main/content#topics)" and for a list of all allowed topics, see [`allowed-topics`](https://github.com/github/docs/blob/main/data/allowed-topics.js).
#### Topics for all content types
- All articles should have at least one topic
- Use nouns as topics
- Topics help customers meaningfully group content
- When possible, use more specific topics that are relevant and not just broad topics. For example, `REST` or `GraphQL` rather than just `API`
- Ensure that topics on similar articles are consistent so that people who filter by a topic get all of the relevant articles. For example, all articles about CI should have the `CI` topic plus more specific topics
- Avoid ambiguous topics. For example, `Actions` may not be a useful topic within the Actions product since it could refer to the product GitHub Actions or the product element called an action
- Topics add value beyond and do not replicate the articles title, type, or category
- For example, within the Actions product, `Actions` does not add value since a customer already knows they are looking at Actions docs
- Use `Fundamentals` for articles related to the core concepts of a product area.
- Use: `Fundamentals` in an article like “Introduction to GitHub Actions”
- Avoid: `Actions` in an article like "Introduction to GitHub Actions"
- Commonly-recognized abbreviations can be used, but obscure or ambiguous abbreviations should be avoided
- Use: `CI` instead of `Continuous integration`
- Avoid: `AS` instead of `Advanced Security`
- Use the short forms of GitHub product names
- Use: `Actions` instead of `GitHub Actions`
#### Checklist for choosing topics
Consider these questions to help choose topics for an article. Not every article will have a topic for each item in the checklist.
- [ ] What is the feature or product area?
- Example: `Enterprise`
- [ ] Is the article about a sub-feature (unless the product name matches the feature name)?
- Example: `Dependabot`
- [ ] Is the feature part of a restricted program?
- Example: `Advanced Security`
- [ ] What element of the feature or product is the article?
- Example: `Organizations`
- [ ] What is the broad purpose of the article?
- Example: `Permissions`
- [ ] What programming languages, package managers, or ecosystems does the article explicitly address? (Note: only include these topics if it adds value to someone filtering the docs, not just if an article lists supported languages, package managers, or ecosystems.)
- Example: `Ruby`
### Reusing content
We use reusable and variable strings to use the same chunk of content, such as a procedural step or a conceptual paragraph, in multiple places. We generally don't reuse large sections of articles without a specific reason. When an entire section of an article might be relevant in more than one article, take a look at the purpose of both. Is there an opportunity to create a single, long-form article? Refer to the content models to clarify the best permanent home for the information, and link to it from the other article.

View File

@@ -2,6 +2,7 @@ date: '2021-12-13'
sections:
security_fixes:
- '**CRITICAL:** A remote code execution vulnerability in the Log4j library, identified as [CVE-2021-44228](https://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2021-44228), affected all versions of {% data variables.product.prodname_ghe_server %} prior to 3.3.1. The Log4j library is used in an open source service running on the {% data variables.product.prodname_ghe_server %} instance. This vulnerability was fixed in {% data variables.product.prodname_ghe_server %} versions 3.0.22, 3.1.14, 3.2.6, and 3.3.1. For more information, please see [this post](https://github.blog/2021-12-13-githubs-response-to-log4j-vulnerability-cve-2021-44228/) on the GitHub Blog.'
- '**December 17, 2021 update**: The fixes in place for this release also mitigate [CVE-2021-45046](https://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2021-45046), which was published after this release. No additional upgrade for {% data variables.product.prodname_ghe_server %} is required to mitigate both CVE-2021-44228 and CVE-2021-45046.'
known_issues:
- On a freshly set up {% data variables.product.prodname_ghe_server %} without any users, an attacker could create the first admin user.
- Custom firewall rules are removed during the upgrade process.

View File

@@ -2,6 +2,7 @@ date: '2021-12-13'
sections:
security_fixes:
- '**CRITICAL:** A remote code execution vulnerability in the Log4j library, identified as [CVE-2021-44228](https://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2021-44228), affected all versions of {% data variables.product.prodname_ghe_server %} prior to 3.3.1. The Log4j library is used in an open source service running on the {% data variables.product.prodname_ghe_server %} instance. This vulnerability was fixed in {% data variables.product.prodname_ghe_server %} versions 3.0.22, 3.1.14, 3.2.6, and 3.3.1. For more information, please see [this post](https://github.blog/2021-12-13-githubs-response-to-log4j-vulnerability-cve-2021-44228/) on the GitHub Blog.'
- '**December 17, 2021 update**: The fixes in place for this release also mitigate [CVE-2021-45046](https://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2021-45046), which was published after this release. No additional upgrade for {% data variables.product.prodname_ghe_server %} is required to mitigate both CVE-2021-44228 and CVE-2021-45046.'
known_issues:
- The {% data variables.product.prodname_registry %} npm registry no longer returns a time value in metadata responses. This was done to allow for substantial performance improvements. We continue to have all the data necessary to return a time value as part of the metadata response and will resume returning this value in the future once we have solved the existing performance issues.
- On a freshly set up {% data variables.product.prodname_ghe_server %} without any users, an attacker could create the first admin user.

View File

@@ -2,6 +2,7 @@ date: '2021-12-13'
sections:
security_fixes:
- '**CRITICAL:** A remote code execution vulnerability in the Log4j library, identified as [CVE-2021-44228](https://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2021-44228), affected all versions of {% data variables.product.prodname_ghe_server %} prior to 3.3.1. The Log4j library is used in an open source service running on the {% data variables.product.prodname_ghe_server %} instance. This vulnerability was fixed in {% data variables.product.prodname_ghe_server %} versions 3.0.22, 3.1.14, 3.2.6, and 3.3.1. For more information, please see [this post](https://github.blog/2021-12-13-githubs-response-to-log4j-vulnerability-cve-2021-44228/) on the GitHub Blog.'
- '**December 17, 2021 update**: The fixes in place for this release also mitigate [CVE-2021-45046](https://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2021-45046), which was published after this release. No additional upgrade for {% data variables.product.prodname_ghe_server %} is required to mitigate both CVE-2021-44228 and CVE-2021-45046.'
known_issues:
- On a freshly set up {% data variables.product.prodname_ghe_server %} without any users, an attacker could create the first admin user.
- Custom firewall rules are removed during the upgrade process.

View File

@@ -2,6 +2,7 @@ date: '2021-12-13'
sections:
security_fixes:
- '**CRITICAL:** A remote code execution vulnerability in the Log4j library, identified as [CVE-2021-44228](https://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2021-44228), affected all versions of {% data variables.product.prodname_ghe_server %} prior to 3.3.1. The Log4j library is used in an open source service running on the {% data variables.product.prodname_ghe_server %} instance. This vulnerability was fixed in {% data variables.product.prodname_ghe_server %} versions 3.0.22, 3.1.14, 3.2.6, and 3.3.1. For more information, please see [this post](https://github.blog/2021-12-13-githubs-response-to-log4j-vulnerability-cve-2021-44228/) on the GitHub Blog.'
- '**December 17, 2021 update**: The fixes in place for this release also mitigate [CVE-2021-45046](https://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2021-45046), which was published after this release. No additional upgrade for {% data variables.product.prodname_ghe_server %} is required to mitigate both CVE-2021-44228 and CVE-2021-45046.'
known_issues:
- After upgrading to {% data variables.product.prodname_ghe_server %} 3.3, {% data variables.product.prodname_actions %} may fail to start automatically. To resolve this issue, connect to the appliance via SSH and run the `ghe-actions-start` command.
- On a freshly set up {% data variables.product.prodname_ghe_server %} instance without any users, an attacker could create the first admin user.

View File

@@ -1,3 +1,3 @@
version https://git-lfs.github.com/spec/v1
oid sha256:0ea503a26383d947e6877d113ba3188803afa5cf30984e10be33d8dc6b26ce28
size 611502
oid sha256:43df476ec922b5c05068e22003a6e96cb96c2451422c91a887731ef79d790808
size 610689

View File

@@ -1,3 +1,3 @@
version https://git-lfs.github.com/spec/v1
oid sha256:935d5d878007419dcb37263fbd34d63d2f4d614f9d7cef94efc12eea8754d092
size 1662075
oid sha256:dac5ee4e3e39e2184d58692a0c4bbee60b68e9f0612f420f5fcea6644e423d28
size 1658267

View File

@@ -1,3 +1,3 @@
version https://git-lfs.github.com/spec/v1
oid sha256:bd5662f2fe9240eb539036c36722f359fa7e19bdffc73eed2fbcae263b322245
size 946818
oid sha256:1062d5460d43db1ea3863a389c672558bbec65789fd6066827501e455c01cce7
size 952097

View File

@@ -1,3 +1,3 @@
version https://git-lfs.github.com/spec/v1
oid sha256:8e97a7e7f3ff9699ccd8efd96009a66a710ad9071ebe2c3b33a28a1bcb6e0014
size 3872625
oid sha256:0011eb2fbaab2de8cabff465660265bf37ee90376523c572b5d1cb94ba1acdec
size 3903320

View File

@@ -1,3 +1,3 @@
version https://git-lfs.github.com/spec/v1
oid sha256:254bb0d399adc3e9230312a7375c226e360c65986dcf502373c9d57f13a38b1a
size 585426
oid sha256:af6fdef5dde3dde5658e24a698e9f5137c6af0e4587008b1560bf68310146cd0
size 584243

View File

@@ -1,3 +1,3 @@
version https://git-lfs.github.com/spec/v1
oid sha256:392b5b0e2cc08192c6d77ccbaf5dd4ab02c22ac6d563faef712049d662cd9a4d
size 2708386
oid sha256:6a630521931f5d5b1ffd5e68c030f391e4e466e6b8f826e0e024143784fbb2e1
size 2703436

View File

@@ -1,3 +1,3 @@
version https://git-lfs.github.com/spec/v1
oid sha256:550f6d473179581fad771ec406cfe3aa6b39c5565afd23f0f9780b63fbc3e44d
size 617678
oid sha256:95da79d4670c9acc2dd6eb8e0ad19ebbdbc6081f811bd8de0ed7ddee5582df97
size 616639

View File

@@ -1,3 +1,3 @@
version https://git-lfs.github.com/spec/v1
oid sha256:1976e9060569c036abac622da6741ee2079213ee68aba5e4416f51d2fe2ac1ee
size 3425523
oid sha256:6b2e4d09cf979eea3f8514dba2ffce2e6a2f50df0a4b35c9f729681218656ebf
size 3418535

View File

@@ -1,3 +1,3 @@
version https://git-lfs.github.com/spec/v1
oid sha256:84e09346f01bb653aa26c549b90ade2e6a70de3b91fb7f6166a61590dba0f164
size 591394
oid sha256:3f191f43dad7e02b6d756b63b37883be4cd82a972a6455adf22cb3bed95398a3
size 596023

View File

@@ -1,3 +1,3 @@
version https://git-lfs.github.com/spec/v1
oid sha256:845819f8633ad3731f38c2dd2fa739c2171a911d06dcd340d46b0a2e4a3d3625
size 2736510
oid sha256:6becee4393ddfc5bb7f0dd6796f7aa735b38bc8c0536586938685248749f5d41
size 2807394

View File

@@ -1,3 +1,3 @@
version https://git-lfs.github.com/spec/v1
oid sha256:4364cf65771338448bf5993e7916dc88e5a3c8f5f049ddfdae9a1609b4342559
size 625268
oid sha256:626315b7b4aaf7b10cdd1b2f4133515c7959165100c2484dc5317cba34ff2092
size 624185

View File

@@ -1,3 +1,3 @@
version https://git-lfs.github.com/spec/v1
oid sha256:efebcff4cd75d63f19622720aa52ea2f10979f11b2281cffd1e2ff8cbd56534e
size 1703574
oid sha256:4e017f4e1d925f0d058e099fa90fce214bedbfee4bd7632dfa64d7b0e6ec028e
size 1700528

View File

@@ -1,3 +1,3 @@
version https://git-lfs.github.com/spec/v1
oid sha256:49bdcb3155495e40c6b5a4609e94f99138ca9796c17550951ca8402611e8e1bb
size 972021
oid sha256:fa3cf01997e2874704ba797a4b718a5afbcdd22a88b75e43c5914eb6f33b1716
size 977034

View File

@@ -1,3 +1,3 @@
version https://git-lfs.github.com/spec/v1
oid sha256:4fbc6aeed8c7e653077b5baf9ca48ac1f915f6687c4ce16c0823c0c916eb923c
size 3961766
oid sha256:23205a4a2e6c502ebb33da9bd2597f1aced7b74a5d2cafbcdb8e42636a5c099c
size 3995182

View File

@@ -1,3 +1,3 @@
version https://git-lfs.github.com/spec/v1
oid sha256:163825401190ca162167a1f26e0eebab57492d9cefdea927bbc9c28a1c6f1e74
size 597414
oid sha256:f02159f3f5a463e1cc5214f59c74b1b03d6bc2e68bedbda25c1fcbad7500e1af
size 596603

View File

@@ -1,3 +1,3 @@
version https://git-lfs.github.com/spec/v1
oid sha256:23688eb3c01b88eb4c87292571630eb1d1357a3eb75213a0af004b768c66044b
size 2771837
oid sha256:43486bc95eaf9332f2b92f4a1d6272bd408c1f43a8445803f7e57f695c28d121
size 2766420

View File

@@ -1,3 +1,3 @@
version https://git-lfs.github.com/spec/v1
oid sha256:5a01a6699109fab4f21fd48a230b12510dd01c33db413816ff7afc1e2959bc4d
size 631013
oid sha256:d91fa549ed313240bfcd6a0dfd53fd26714a351f2c98054fdf90aeee18094331
size 629934

View File

@@ -1,3 +1,3 @@
version https://git-lfs.github.com/spec/v1
oid sha256:ea14d7dc92e85f203bd93d3cbf526b70eea47fb216ff3cb95e5a97d09b384128
size 3502901
oid sha256:e5376ea3a321e6608a190099119a188f013799a7d0e1a77898dbec136aecca99
size 3496407

View File

@@ -1,3 +1,3 @@
version https://git-lfs.github.com/spec/v1
oid sha256:32f6377c45eaf9b9a47de57f54b18b75c6a94388dbab865a9b06de99f2e36ee5
size 603697
oid sha256:da0f8a852a4ece2a55dacc1fb8558b38c66a7d265359a8c6e45c2c84bdb68eda
size 608412

View File

@@ -1,3 +1,3 @@
version https://git-lfs.github.com/spec/v1
oid sha256:e6b8f22645a75ffe2f20a92d9b6802dc55797416d9d2c0ff0f73df19883594f1
size 2798353
oid sha256:7c2351b35455209ac889d38544930e5a9cf06a8c0f08aa8caa802f516942148e
size 2870721

View File

@@ -1,3 +1,3 @@
version https://git-lfs.github.com/spec/v1
oid sha256:9498a6157cab0efde28ea683ff7e481c686fdc5b3331c617d1b29e3d75971079
size 636596
oid sha256:b8084c3c98ed182a433ac8dd7de650fe8cb979cfd9da5565955538353fa632bf
size 635702

View File

@@ -1,3 +1,3 @@
version https://git-lfs.github.com/spec/v1
oid sha256:304c8724fa7441c8a5e7ec7e7876c568c95042313654569f12f146ab0af38a6e
size 1730364
oid sha256:6127a49270d151171c85b2e7a21c92fe6d6c74b5166c240644a9004bfcdedec7
size 1726889

View File

@@ -1,3 +1,3 @@
version https://git-lfs.github.com/spec/v1
oid sha256:61a67175d99245e445f0abe86c0a4f92706f2f41e2a108408e1f5468ee245412
size 1002954
oid sha256:c44f299a3854dc122b1e176066b176424b93584fd07215d8eafd229a7aa4a3ea
size 1008111

View File

@@ -1,3 +1,3 @@
version https://git-lfs.github.com/spec/v1
oid sha256:b46c2522ec9228db57a0ba8a317967303e6954d9791c98867a8337414979a056
size 4084355
oid sha256:7bd3c846c5416f36b43acb193af30ace8edc346af7c890ea1e4d207374ccba70
size 4116984

View File

@@ -1,3 +1,3 @@
version https://git-lfs.github.com/spec/v1
oid sha256:5d65a156fcd6c4ac96f330e29c0e13fb8037ce379db2552b23c99364c0bce509
size 607858
oid sha256:57f9dd657f049e6bfa08e1180b999b5edf2ea1ed07143739401aca52e637fafa
size 607102

View File

@@ -1,3 +1,3 @@
version https://git-lfs.github.com/spec/v1
oid sha256:53926e27e419c0dfa57031df638218a07c95bec5c457dcba25f84c6290be128a
size 2825502
oid sha256:1b89c694a8a52b99a5e5f993760a1aa14b74129c86cf5dc679f68678d3489597
size 2821089

View File

@@ -1,3 +1,3 @@
version https://git-lfs.github.com/spec/v1
oid sha256:f670aae436fd2639cc3f9573b4b5ef753e9b87a3fb8fb6df4aa820841fd43164
size 642679
oid sha256:b4a804b8deacb555aeb69baad7125892dec142adddc628b6c1ebef12f33e3e39
size 641663

View File

@@ -1,3 +1,3 @@
version https://git-lfs.github.com/spec/v1
oid sha256:84bb85606bdfba316eac280f580bfb19041033eec15244b788264aa512a111e3
size 3569965
oid sha256:50229be269ee1e17d735ab76b340d800b18e300574c3228827a58b04094c824b
size 3564469

View File

@@ -1,3 +1,3 @@
version https://git-lfs.github.com/spec/v1
oid sha256:83578f65814aeb60ef27c4cea0ebbbdc30363925ff01079acf9ec31603472b1f
size 614938
oid sha256:32d6790296288262dead348444642af7177d58caa5eed92b012709045abe89a1
size 619653

View File

@@ -1,3 +1,3 @@
version https://git-lfs.github.com/spec/v1
oid sha256:dcdcf14035df1d43511402503b13a2fcfa368fa8121388a1d3cabe948b44cb76
size 2848106
oid sha256:6418b510e647fc89cce82bc3f28415c85b6dfcc9b21a86eeea314cf3ca87bcd8
size 2919432

View File

@@ -1,3 +1,3 @@
version https://git-lfs.github.com/spec/v1
oid sha256:e8e684a90d9a4ae65db22b4a9093b54f03cc4c7b13b0ee78795376dd51e02236
size 656858
oid sha256:3af92f6909f372b23f70d279a22ad6632756c6204e5322d7777ea659e1ea62af
size 656119

View File

@@ -1,3 +1,3 @@
version https://git-lfs.github.com/spec/v1
oid sha256:266f5335517f8aae3dfc4ef9a6087b7daf65102ecbad80c126a09822588b3d9a
size 1787708
oid sha256:5a0e50d085310c86c779293c795615fdc630508665fb30e191c3385afbad42ee
size 1784470

View File

@@ -1,3 +1,3 @@
version https://git-lfs.github.com/spec/v1
oid sha256:62a98c163175fe5a552b172fbd41b4a343083103c888097191fb01053bb90ac4
size 1036742
oid sha256:0bc49949bdf46b737b58839336a95daef7501015d13dcb5e21555f0e7373f6ea
size 1041397

View File

@@ -1,3 +1,3 @@
version https://git-lfs.github.com/spec/v1
oid sha256:0220d9841f3abad78b8bd1545245f3b52e769904f53e6cfceb48dc44f0f5bce2
size 4185960
oid sha256:b5e688cf90c7878e94cf43809a2de7ef033bc054ae76567f443e7570548e2933
size 4215658

View File

@@ -1,3 +1,3 @@
version https://git-lfs.github.com/spec/v1
oid sha256:2cefac597d2815be719fb6ac086a8cc113dbe6242abb8fe696d8174846efbf98
size 626059
oid sha256:5f8830c1b8682f111473f3a6890bcc5d41a84ba2e2a439cc08ca9f04c75a252e
size 624942

View File

@@ -1,3 +1,3 @@
version https://git-lfs.github.com/spec/v1
oid sha256:c1a79d1ba9a1df797f660f3a604e60af8b29b793b71ad471e581fd4aef6cbb2a
size 2924389
oid sha256:63d5f0d3ee8fe58c9c1dd460d79091580337d0bca20280454a5d29738f418e2c
size 2919208

View File

@@ -1,3 +1,3 @@
version https://git-lfs.github.com/spec/v1
oid sha256:b9adc1dbe2bf8c90f901838462e43fb8cebac54fd72ed9e10b56e073ff98a6fb
size 664013
oid sha256:3d8e96a5af8614ebd299af8c360ce36cf0f64957032fb21383f8e491874d53f7
size 662952

View File

@@ -1,3 +1,3 @@
version https://git-lfs.github.com/spec/v1
oid sha256:3d09e95d9ce3e5fb0cd10563c154c54c7020202c819507c433cb6d52f35e9295
size 3688497
oid sha256:a8ab820dfa6e826d5d868195de0d3fd881cf5fb3701ad02994b6bc8497db5d1f
size 3681732

View File

@@ -1,3 +1,3 @@
version https://git-lfs.github.com/spec/v1
oid sha256:b0600ec5ff27cbfa76509a5113482a9cf60ddeb79c6c6dac46a779b26474ba8b
size 634032
oid sha256:73b47b48a4e28e3deffdcd924021f1458fdd3193cf653e8eadcaefbb25e9a04d
size 638845

View File

@@ -1,3 +1,3 @@
version https://git-lfs.github.com/spec/v1
oid sha256:9f31be585a3de04c1a90c616d35ff2d768eedc889f3127f0cf1d7b49e1b9ee9f
size 2934664
oid sha256:14e4755f82073aebc494461622eb4fedd3e4700ca980ce16d91922d4aaad777d
size 3006771

View File

@@ -1,3 +1,3 @@
version https://git-lfs.github.com/spec/v1
oid sha256:48c973ed4833b118b33c794143b7ea16ec24ca432381617f370e60c965086e11
size 847140
oid sha256:9fd3d442e66230a6314ddeac29c26338a5eaa4979c891fb00d87e501254bc107
size 846308

View File

@@ -1,3 +1,3 @@
version https://git-lfs.github.com/spec/v1
oid sha256:a3c114c635bfef8fde8779418132a2b0778105ae865ee055768e87b38aec6ff6
size 1975534
oid sha256:5d8eeb778b5335d4d79c0a226064dcddba52878e2ef1f3a90bcb5062b5409d5a
size 1971747

View File

@@ -1,3 +1,3 @@
version https://git-lfs.github.com/spec/v1
oid sha256:e838b6d94ae35490e665fd722b09f9a7e2971601569adae258048bf627aad2ba
size 1320065
oid sha256:b88e56ba534840d8946c4a68e1c61bc600e63e68cf7a40886c6205fc546486a0
size 1318406

View File

@@ -1,3 +1,3 @@
version https://git-lfs.github.com/spec/v1
oid sha256:1e7801026f478de99c516809558f59c5339bda402e08635af255f44e14e641d1
size 5029279
oid sha256:3ad17852661861a3bba9e12df86fb5a1501778975293e49cc7b97cda584131e8
size 5061006

View File

@@ -1,3 +1,3 @@
version https://git-lfs.github.com/spec/v1
oid sha256:a2041898a7bc662f1b7962f3f5514e9e5d806581ae3a674a2d3409b0c60e387c
size 796798
oid sha256:69757880db598dfd6e4bfab81c2969a685ecb15bc86ceea6837e1777ce044dcb
size 796011

View File

@@ -1,3 +1,3 @@
version https://git-lfs.github.com/spec/v1
oid sha256:f7dd9fd5186c32c3e94007a23850083ff9049e61f26675db2c6798c704ff962e
size 3509873
oid sha256:b2c4bf267f890d344fc4cc544f033058ee145dd28d9e565a217a139988506d50
size 3505416

View File

@@ -1,3 +1,3 @@
version https://git-lfs.github.com/spec/v1
oid sha256:3782359d5c7f6113ff3589fced50539368c2138f256a7258c731ea3476e88a50
size 859538
oid sha256:267f0ade6985968407fd687de605180f3c8b87394ad0308406ce3a60444abe94
size 858556

View File

@@ -1,3 +1,3 @@
version https://git-lfs.github.com/spec/v1
oid sha256:bad0b6122d4e9122514559ce11590c67192a5582280821fae21730240616df7b
size 4505964
oid sha256:aa7013b79b2c28e1466c73969879e0cf089273251e5909a00ce02148c77a99db
size 4501317

View File

@@ -1,3 +1,3 @@
version https://git-lfs.github.com/spec/v1
oid sha256:e1b71565f8035c909a21964a6e7e4df63ba783197adde7bb5e363e8327f2e8a6
size 806578
oid sha256:ee35fef8c47e201ce1d6e59d3975ea94f8b5703fa682671d8f169b4ce66f7e34
size 810451

View File

@@ -1,3 +1,3 @@
version https://git-lfs.github.com/spec/v1
oid sha256:1e6e143f93b3f052d9d5efa304b29ab346a6d485894fbce984d5510474bd8013
size 3505533
oid sha256:6759cceba802cd2b6ec9734a5f0a694686249671396fb6d0362cad153968efa9
size 3593633

View File

@@ -1,3 +1,3 @@
version https://git-lfs.github.com/spec/v1
oid sha256:bc603eff54cd336c9bfcc66927871c747d609cd652ab967f8d4020249b743bfa
size 510989
oid sha256:83b03c058aceb1b3e0f002efa55382caaf9396bed712a26b353746bc8e8f9300
size 510085

View File

@@ -1,3 +1,3 @@
version https://git-lfs.github.com/spec/v1
oid sha256:010b3bd225e573f8ee6dd892bbb24870aeb1aa2f375fcef2d494e0c9c5521e54
size 1333528
oid sha256:b78971cdd968c4fbde9a95cfc9d5d35379da07df2c5ab205278d68d32e601388
size 1330380

View File

@@ -1,3 +1,3 @@
version https://git-lfs.github.com/spec/v1
oid sha256:b3df1e4ff934825d27056db718447d3a42a3e56e597f226125bf68e5a2adc818
size 826154
oid sha256:a6b55bb99a770bbb41d994ff935c6529f08489ad83eeb253de5e347a46d20fca
size 831254

View File

@@ -1,3 +1,3 @@
version https://git-lfs.github.com/spec/v1
oid sha256:66c13de17e222e8568c3cf9e523c18f203f8dc25d40be11f282d3bdad458931f
size 3304814
oid sha256:9fca3013de02bb8d7deada1756ba6b4f4432945693cb00f58cc2d983682a9c74
size 3335557

View File

@@ -1,3 +1,3 @@
version https://git-lfs.github.com/spec/v1
oid sha256:6e8f9899de4c94d23ff735f0aefa03709c03b58317be64363e2cc5ba57f40f20
size 488828
oid sha256:f83e6450cbed5df80444dd345d589e1a9698f5cb367e54361014f637646fefeb
size 487969

View File

@@ -1,3 +1,3 @@
version https://git-lfs.github.com/spec/v1
oid sha256:c69279781fe2da8eabe1bbe70e29453813e02958895357df9032ea8ac8e132a9
size 2201057
oid sha256:1919ad5dcdd49b2ae8e94a2d4f5aee59912afeea8e5570399f3545624e6f714b
size 2196257

View File

@@ -1,3 +1,3 @@
version https://git-lfs.github.com/spec/v1
oid sha256:8c87afce291418ea65db00c4edfab32a049f59acc08b2d08a9752e837529a7a9
size 516454
oid sha256:717004334228899f6e82c798972d2db5a0b656964791ebd1023acdaff13bf274
size 515368

View File

@@ -1,3 +1,3 @@
version https://git-lfs.github.com/spec/v1
oid sha256:a29d350ebb7eef254bb01bccef50919f271c5fa0c0d660d30e69ea46f8288698
size 2752289
oid sha256:4e3186fbbe3fcc8261853520cbd9f65681dcfaba8f1af7847ddc61271c98d4d5
size 2746520

View File

@@ -1,3 +1,3 @@
version https://git-lfs.github.com/spec/v1
oid sha256:1bceba9d2a8857cc6f29d6e7a03ca1c79bb3f0919a414f94189d0d805fed4a1e
size 495613
oid sha256:263f73851f445a5ba04a6f2ab302938e5b0090f27524ab1c3bf131c6065e0ac6
size 500143

View File

@@ -1,3 +1,3 @@
version https://git-lfs.github.com/spec/v1
oid sha256:2264871dc50f9104317c4104d0177c79d65aadbb4d168cc3a592adf807be5602
size 2211437
oid sha256:f83b83fccc64ee5e6ae161312c3df9624e331741d3abb4336fa6ad1b9c3a2752
size 2276141

View File

@@ -1,3 +1,3 @@
version https://git-lfs.github.com/spec/v1
oid sha256:9d01323ef9603afb86beef3d43dc107e1f68998875b22b45fdf65d67b9cd3f27
size 771278
oid sha256:dc78ce8e5d91d67691f5c9848f67d93ff7a3dd2b1c2b89ab0158b851556d6c35
size 770677

View File

@@ -1,3 +1,3 @@
version https://git-lfs.github.com/spec/v1
oid sha256:6269d10f22a55e139bbbc02786df97f5647873fcfd5510ac07dab21770481d9a
size 1992063
oid sha256:4ce2c240185e5953100a14cef8627abc8c924ac22a61326713172192c2ddaee2
size 1988609

View File

@@ -1,3 +1,3 @@
version https://git-lfs.github.com/spec/v1
oid sha256:14033548f226dd6e2ac8d2b1de721c04b2e7a63a0c6c81ff47a9983bc64c3d22
size 1181673
oid sha256:ed1aef416147c49922ee09ae49a8efc1df043f1f7d98819b585e9b328da55067
size 1186704

View File

@@ -1,3 +1,3 @@
version https://git-lfs.github.com/spec/v1
oid sha256:9d42b34fa01e58b2c63bb64d9ca66fe1d0b3c99bd07c17d4f650c1a23a45b37c
size 4758047
oid sha256:05518398dd54cfc6c47da386efb04cf3ae2bec2539146ae7ec509920140397d6
size 4789307

View File

@@ -1,3 +1,3 @@
version https://git-lfs.github.com/spec/v1
oid sha256:de351051f9e8935df00f84a8c91f9c69d5c9f6f4519a336eb5aeb6e12655eef5
size 741471
oid sha256:b7d4b805c18932b15faae9f6be5e3db4181b9a9214278e24472629ab759c052a
size 740727

View File

@@ -1,3 +1,3 @@
version https://git-lfs.github.com/spec/v1
oid sha256:f88dfab26f37f2bc71d4a280db3524f31ff5517324c8d10c3e1240210b4efaa4
size 3453657
oid sha256:e765464b3d93942152fd595ae2d28b54999e801a242c5ec4d0fc24193a512043
size 3446854

View File

@@ -1,3 +1,3 @@
version https://git-lfs.github.com/spec/v1
oid sha256:e399f6d4e63d60b7dae0b913fd3c81fce0ccc634831e2f94258a6c3e958d549a
size 786253
oid sha256:5b93227e0200cf5156bb947fe0916cdef642e26c0aa2bda6c7e3c39ad255ea5f
size 785195

View File

@@ -1,3 +1,3 @@
version https://git-lfs.github.com/spec/v1
oid sha256:e613493bb8bec3abeac8a1590e76fdcf093600a5cd20aec57384bb6ef662af7b
size 4345985
oid sha256:46d27a7f01589d1044685801ae7995536a983e42e586081658956476f0ba41e8
size 4340955

View File

@@ -1,3 +1,3 @@
version https://git-lfs.github.com/spec/v1
oid sha256:8d0bc53ab3efc1633a3aa5b353e2542d9a98a2da0fc30a5ae80ceac69f4a3bb1
size 751491
oid sha256:715a02332050757137c608880e526a657981b5068e333d5c5a69788b81bab0c8
size 754842

View File

@@ -1,3 +1,3 @@
version https://git-lfs.github.com/spec/v1
oid sha256:09af7770a8d41b0d8b3af9b7efba5d540ab99e90f13e1ad20f613b15a6352a47
size 3445035
oid sha256:b34f7a32b5051714f5f7e6a6d59b553e140d07d4c57ddfb1f57eac141af96596
size 3528344

View File

@@ -4,8 +4,9 @@ shortTitle: Deploying to your cloud provider
intro: 'You can deploy to various cloud providers, such as AWS, Azure, and GKE.'
versions:
fpt: '*'
ghae: 'issue-4856'
ghae: '*'
ghec: '*'
ghes: '*'
children:
- /deploying-to-amazon-elastic-container-service
- /deploying-to-azure

View File

@@ -3,5 +3,6 @@
Os seguintes arquivos compreendem o nosso [Glossário Crowdin](https://support.crowdin.com/glossary/):
* `external.yml` contém entradas do glossário voltadas para o cliente.
* Strings within `external.yml` support Liquid conditionals. See [contributing/liquid-helpers.md](/contributing/liquid-helpers.md).
* `internal.yml` contém entradas utilizadas apenas pelos tradutores. Estes termos são exibidos na interface do usuário Crowdin para dar aos tradutores um contexto adicional sobre o que eles estão traduzindo, além de uma string localizada sugerida para esse termo.
* `candidates.yml` contém termos que devem estar potencialmente no glossário interno ou externo, mas que ainda não foram definidos.

View File

@@ -33,7 +33,10 @@ O versionamento para faixas de aprendizagem é processado na página tempo de in
Condicionais líquidas **não** tem que ser usadas para versionamento no arquivo YAML para guias. Apenas os guias do caminho de aprendizagem que se aplicam à versão atual serão processados automaticamente. Se não houver nenhuma faixa com guias que pertençam à versão atual, a seção de faixas de aprendizado não será interpretada.
versionamento explícito dentro das faixas de aprendizado de um produto YML também é compatível. Por exemplo:
versionamento explícito dentro das faixas de aprendizado de um produto YML também é compatível. O formato e os valores permitidos são os mesmos que [frontmatter versions property](/content#versions).
Por exemplo:
```
learning_track_name:
title: 'Learning track title'
@@ -45,6 +48,7 @@ learning_track_name:
- /path/to/guide1
- /path/to/guide2
```
Se a propriedade de `versões` não estiver incluída, deduz-se que a faixa está disponível em todas as versões.
## Aplicação de esquema

View File

@@ -3,6 +3,7 @@ date: '2021-12-13'
sections:
security_fixes:
- '**CRITICAL:** A remote code execution vulnerability in the Log4j library, identified as [CVE-2021-44228](https://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2021-44228), affected all versions of {% data variables.product.prodname_ghe_server %} prior to 3.3.1. The Log4j library is used in an open source service running on the {% data variables.product.prodname_ghe_server %} instance. This vulnerability was fixed in {% data variables.product.prodname_ghe_server %} versions 3.0.22, 3.1.14, 3.2.6, and 3.3.1. For more information, please see [this post](https://github.blog/2021-12-13-githubs-response-to-log4j-vulnerability-cve-2021-44228/) on the GitHub Blog.'
- '**December 17, 2021 update**: The fixes in place for this release also mitigate [CVE-2021-45046](https://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2021-45046), which was published after this release. No additional upgrade for {% data variables.product.prodname_ghe_server %} is required to mitigate both CVE-2021-44228 and CVE-2021-45046.'
known_issues:
- Em uma nova configuração de {% data variables.product.prodname_ghe_server %} sem qualquer usuário, um invasor pode criar o primeiro usuário administrador.
- As regras de firewall personalizadas são removidas durante o processo de atualização.

View File

@@ -3,6 +3,7 @@ date: '2021-12-13'
sections:
security_fixes:
- '**CRITICAL:** A remote code execution vulnerability in the Log4j library, identified as [CVE-2021-44228](https://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2021-44228), affected all versions of {% data variables.product.prodname_ghe_server %} prior to 3.3.1. The Log4j library is used in an open source service running on the {% data variables.product.prodname_ghe_server %} instance. This vulnerability was fixed in {% data variables.product.prodname_ghe_server %} versions 3.0.22, 3.1.14, 3.2.6, and 3.3.1. For more information, please see [this post](https://github.blog/2021-12-13-githubs-response-to-log4j-vulnerability-cve-2021-44228/) on the GitHub Blog.'
- '**December 17, 2021 update**: The fixes in place for this release also mitigate [CVE-2021-45046](https://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2021-45046), which was published after this release. No additional upgrade for {% data variables.product.prodname_ghe_server %} is required to mitigate both CVE-2021-44228 and CVE-2021-45046.'
known_issues:
- O registro npm de {% data variables.product.prodname_registry %} não retorna mais o valor de tempo em respostas de metadados. Isso foi feito para permitir melhorias substanciais de desempenho. Continuamos a ter todos os dados necessários para devolver um valor de tempo como parte da resposta aos metadados e retomaremos o retorno desse valor no futuro, assim que tivermos resolvido os problemas de desempenho existentes.
- Em uma nova configuração de {% data variables.product.prodname_ghe_server %} sem qualquer usuário, um invasor pode criar o primeiro usuário administrador.

View File

@@ -3,6 +3,7 @@ date: '2021-12-13'
sections:
security_fixes:
- '**CRITICAL:** A remote code execution vulnerability in the Log4j library, identified as [CVE-2021-44228](https://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2021-44228), affected all versions of {% data variables.product.prodname_ghe_server %} prior to 3.3.1. The Log4j library is used in an open source service running on the {% data variables.product.prodname_ghe_server %} instance. This vulnerability was fixed in {% data variables.product.prodname_ghe_server %} versions 3.0.22, 3.1.14, 3.2.6, and 3.3.1. For more information, please see [this post](https://github.blog/2021-12-13-githubs-response-to-log4j-vulnerability-cve-2021-44228/) on the GitHub Blog.'
- '**December 17, 2021 update**: The fixes in place for this release also mitigate [CVE-2021-45046](https://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2021-45046), which was published after this release. No additional upgrade for {% data variables.product.prodname_ghe_server %} is required to mitigate both CVE-2021-44228 and CVE-2021-45046.'
known_issues:
- Em uma nova configuração de {% data variables.product.prodname_ghe_server %} sem qualquer usuário, um invasor pode criar o primeiro usuário administrador.
- As regras de firewall personalizadas são removidas durante o processo de atualização.

View File

@@ -3,6 +3,7 @@ date: '2021-12-13'
sections:
security_fixes:
- '**CRITICAL:** A remote code execution vulnerability in the Log4j library, identified as [CVE-2021-44228](https://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2021-44228), affected all versions of {% data variables.product.prodname_ghe_server %} prior to 3.3.1. The Log4j library is used in an open source service running on the {% data variables.product.prodname_ghe_server %} instance. This vulnerability was fixed in {% data variables.product.prodname_ghe_server %} versions 3.0.22, 3.1.14, 3.2.6, and 3.3.1. For more information, please see [this post](https://github.blog/2021-12-13-githubs-response-to-log4j-vulnerability-cve-2021-44228/) on the GitHub Blog.'
- '**December 17, 2021 update**: The fixes in place for this release also mitigate [CVE-2021-45046](https://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2021-45046), which was published after this release. No additional upgrade for {% data variables.product.prodname_ghe_server %} is required to mitigate both CVE-2021-44228 and CVE-2021-45046.'
known_issues:
- After upgrading to {% data variables.product.prodname_ghe_server %} 3.3, {% data variables.product.prodname_actions %} may fail to start automatically. To resolve this issue, connect to the appliance via SSH and run the `ghe-actions-start` command.
- On a freshly set up {% data variables.product.prodname_ghe_server %} instance without any users, an attacker could create the first admin user.

View File

@@ -1,6 +1,6 @@
1. Create an Azure App Service plan.
1. Crie um plano do Azure App Service.
For example, you can use the Azure CLI to create a new App Service plan:
Por exemplo, você pode usar o CLI do Azure para criar um novo plano de App Service:
```bash{:copy}
az appservice plan create \
@@ -9,9 +9,9 @@
--is-linux
```
In the command above, replace `MY_RESOURCE_GROUP` with your pre-existing Azure Resource Group, and `MY_APP_SERVICE_PLAN` with a new name for the App Service plan.
No comando acima, substitua `MY_RESOURCE_GROUP` pelo seu Grupo de Recursos do Azure pré-existente, e `MY_APP_SERVICE_PLAN` por um novo nome para o plano do App Service.
See the Azure documentation for more information on using the [Azure CLI](https://docs.microsoft.com/cli/azure/):
Para obter mais informações, consulte a documentação do Azure usando o [CLI do Azure](https://docs.microsoft.com/cli/azure/):
* For authentication, see "[Sign in with Azure CLI](https://docs.microsoft.com/cli/azure/authenticate-azure-cli)."
* If you need to create a new resource group, see "[az group](https://docs.microsoft.com/cli/azure/group?view=azure-cli-latest#az_group_create)."
* Para autenticação, consulte "[Efetuar login com o CLI do Azure](https://docs.microsoft.com/cli/azure/authenticate-azure-cli)."
* Se você precisar criar um novo grupo de recursos, consulte "[grupo az](https://docs.microsoft.com/cli/azure/group?view=azure-cli-latest#az_group_create)".

View File

@@ -1,5 +1,5 @@
1. Configure an Azure publish profile and create an `AZURE_WEBAPP_PUBLISH_PROFILE` secret.
1. Configure um perfil de publicação do Azure e crie um segredo de `AZURE_WEBAPP_PUBLISH_PROFILE`.
Generate your Azure deployment credentials using a publish profile. For more information, see "[Generate deployment credentials](https://docs.microsoft.com/azure/app-service/deploy-github-actions?tabs=applevel#generate-deployment-credentials)" in the Azure documentation.
Gere suas credenciais de implantação do Azure usando um perfil de publicação. Para obter mais informações, consulte "[Gerar credenciais de implantação](https://docs.microsoft.com/azure/app-service/deploy-github-actions?tabs=applevel#generate-deployment-credentials)" na documentação do Azure.
In your {% data variables.product.prodname_dotcom %} repository, create a secret named `AZURE_WEBAPP_PUBLISH_PROFILE` that contains the contents of the publish profile. For more information on creating secrets, see "[Encrypted secrets](/actions/reference/encrypted-secrets#creating-encrypted-secrets-for-a-repository)."
No seu repositório {% data variables.product.prodname_dotcom %}, crie um segredo denominado `AZURE_WEBAPP_PUBLISH_PROFILE` que contém o conteúdo do perfil de publicação. Para obter mais informações sobre a criação de segredos, consulte "[Segredos criptografados](/actions/reference/encrypted-secrets#creating-encrypted-secrets-for-a-repository)".

View File

@@ -1 +1 @@
**Note:** It can take up to 10 minutes for changes to your site to publish after you push the changes to {% data variables.product.product_name %}. If your don't see your {% data variables.product.prodname_pages %} site changes reflected in your browser after an hour, see "[About Jekyll build errors for {% data variables.product.prodname_pages %} sites](/articles/about-jekyll-build-errors-for-github-pages-sites)."
**Observação:** podem ser necessários até 10 minutos para que as alterações no site sejam publicadas após o push delas no {% data variables.product.product_name %}. If your don't see your {% data variables.product.prodname_pages %} site changes reflected in your browser after an hour, see "[About Jekyll build errors for {% data variables.product.prodname_pages %} sites](/articles/about-jekyll-build-errors-for-github-pages-sites)."

View File

@@ -29,7 +29,7 @@ toc:
popular: Popular
guides: Guias
whats_new: O que há de novo
videos: Videos
videos: Vídeos
pages:
article_version: 'Versão do artigo'
miniToc: Neste artigo