-
Notifications
You must be signed in to change notification settings - Fork 4.9k
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge remote-tracking branch 'upstream/main' into add-observability-name
Signed-off-by: Asra Ali <[email protected]>
- Loading branch information
Showing
213 changed files
with
2,138 additions
and
730 deletions.
There are no files selected for viewing
This file contains 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
This file contains 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
This file contains 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
This file contains 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
This file contains 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
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -10,13 +10,13 @@ jobs: | |
|
||
steps: | ||
- name: Prune Stale | ||
uses: actions/[email protected].15 | ||
uses: actions/[email protected].14 | ||
with: | ||
repo-token: ${{ secrets.GITHUB_TOKEN }} | ||
days-before-issue-stale: 30 | ||
days-before-issue-close: 7 | ||
days-before-pr-stale: 10 | ||
days-before-pr-close: 4 | ||
# Different amounts of days for issues/PRs are not currently supported but there is a PR | ||
# open for it: https://github.com/actions/stale/issues/214 | ||
days-before-stale: 30 | ||
days-before-close: 7 | ||
stale-issue-message: > | ||
This issue has been automatically marked as stale because it has not had activity in the | ||
last 30 days. It will be closed in the next 7 days unless it is tagged "help wanted" or "no stalebot" or other activity | ||
|
@@ -27,16 +27,16 @@ jobs: | |
Thank you for your contributions. | ||
stale-pr-message: > | ||
This pull request has been automatically marked as stale because it has not had | ||
activity in the last 10 days. It will be closed in 4 days if no further activity occurs. Please | ||
activity in the last 30 days. It will be closed in 7 days if no further activity occurs. Please | ||
feel free to give a status update now, ping for review, or re-open when it's ready. | ||
Thank you for your contributions! | ||
close-pr-message: > | ||
This pull request has been automatically closed because it has not had | ||
activity in the last 14 days. Please feel free to give a status update now, ping for review, or re-open when it's ready. | ||
activity in the last 37 days. Please feel free to give a status update now, ping for review, or re-open when it's ready. | ||
Thank you for your contributions! | ||
stale-issue-label: 'stale' | ||
exempt-issue-labels: 'no stalebot,help wanted' | ||
stale-pr-label: 'stale' | ||
exempt-pr-labels: 'no stalebot' | ||
operations-per-run: 500 | ||
ascending: true | ||
ascending: true |
This file contains 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
This file contains 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
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -100,7 +100,7 @@ or you can subscribe to the iCal feed [here](webcal://kubernetes.app.opsgenie.co | |
[stable releases](RELEASES.md#stable-releases). | ||
* Monitor the AZP tag build to make sure that the final docker images get pushed along with | ||
the final docs. The final documentation will end up in the | ||
[envoyproxy.github.io repository](https://github.com/envoyproxy/envoyproxy.github.io/tree/master/docs/envoy). | ||
[envoyproxy.github.io repository](https://github.com/envoyproxy/envoyproxy.github.io/tree/main/docs/envoy). | ||
* Update the website ([example PR](https://github.com/envoyproxy/envoyproxy.github.io/pull/148)) for the new release. | ||
* Craft a witty/uplifting email and send it to all the email aliases including envoy-announce@. | ||
* Make sure we tweet the new release: either have Matt do it or email [email protected] and ask them to do an Envoy account | ||
|
@@ -169,7 +169,7 @@ take on API shepherd review load and participate in meetings. They should be act | |
and responsive to GitHub issues and PRs on which they are tagged. | ||
|
||
The API shepherds are distinct to the [UDPA working | ||
group](https://github.com/cncf/udpa/blob/master/README.md), which aims to evolve xDS directionally | ||
group](https://github.com/cncf/udpa/blob/main/README.md), which aims to evolve xDS directionally | ||
towards a universal dataplane API. API shepherds are responsible for the execution of the xDS | ||
day-to-day and guiding xDS implementation changes. Proposals from UDPA-WG will be aligned with the | ||
xDS API shepherds to ensure that xDS is heading towards the UDPA goal. xDS API shepherds operate | ||
|
This file contains 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
This file contains 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
This file contains 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
Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.
Oops, something went wrong.
This file contains 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
Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.
Oops, something went wrong.
This file contains 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
10 changes: 5 additions & 5 deletions
10
api/envoy/config/listener/v4alpha/listener_components.proto
Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.
Oops, something went wrong.
This file contains 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
This file contains 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
This file contains 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
Oops, something went wrong.