forked from istio/istio
-
Notifications
You must be signed in to change notification settings - Fork 8
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge tag '1.24.0' into tetrate-release-1.24
Istio release 1.24.0
- Loading branch information
Showing
5,449 changed files
with
833,635 additions
and
20 deletions.
The diff you're trying to view is too large. We only load the first 3000 changed files.
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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,33 @@ | ||
{ | ||
"name": "istio build-tools", | ||
"image": "gcr.io/istio-testing/build-tools:release-1.24-8036ecb4d2cc424846c9d8286ff447c15424185a", | ||
"privileged": true, | ||
"remoteEnv": { | ||
"USE_GKE_GCLOUD_AUTH_PLUGIN": "True", | ||
"BUILD_WITH_CONTAINER": "0", | ||
"CARGO_HOME": "/home/.cargo", | ||
"RUSTUP_HOME": "/home/.rustup" | ||
}, | ||
"features": { | ||
"ghcr.io/devcontainers/features/docker-outside-of-docker:1": {}, | ||
"ghcr.io/mpriscella/features/kind:1": {} | ||
}, | ||
"customizations": { | ||
"vscode": { | ||
"extensions": [ | ||
"golang.go", | ||
"rust-lang.rust-analyzer", | ||
"eamodio.gitlens", | ||
"zxh404.vscode-proto3", | ||
"ms-azuretools.vscode-docker", | ||
"redhat.vscode-yaml", | ||
"IBM.output-colorizer" | ||
], | ||
"settings": { | ||
"files.eol": "\n", | ||
"go.useLanguageServer": true, | ||
"go.lintTool": "golangci-lint" | ||
} | ||
} | ||
} | ||
} |
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 |
---|---|---|
@@ -0,0 +1,16 @@ | ||
*.descriptor linguist-generated=true | ||
*.descriptor -diff -merge | ||
*.descriptor_set linguist-generated=true | ||
*.descriptor_set -diff -merge | ||
*.pb.html linguist-generated=true | ||
*.pb.go linguist-generated=true | ||
*.gen.go linguist-generated=true | ||
*.gen.yaml linguist-generated=true | ||
*.gen.json linguist-generated=true | ||
*_pb2.py linguist-generated=true | ||
manifests/charts/**/profile*.yaml linguist-generated=true | ||
go.sum merge=union | ||
vendor/** linguist-vendored | ||
common/** linguist-vendored | ||
archive/** linquist-vendored | ||
**/vmlinux.h linquist-vendored |
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 |
---|---|---|
@@ -0,0 +1,14 @@ | ||
# Configures Depdendabot to PR go security updates only | ||
|
||
version: 2 | ||
updates: | ||
# Go configuration for master branch | ||
- package-ecosystem: "gomod" | ||
directory: "/" | ||
schedule: | ||
interval: "daily" | ||
# Limit number of open PRs to 0 so that we only get security updates | ||
# See https://docs.github.com/en/code-security/dependabot/dependabot-security-updates/configuring-dependabot-security-updates | ||
open-pull-requests-limit: 0 | ||
labels: | ||
- "release-notes-none" |
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 |
---|---|---|
@@ -0,0 +1,65 @@ | ||
# git history files | ||
.history_rewritten_* | ||
# Eclipse artifacts | ||
.project | ||
.pydevproject | ||
#Vagrant | ||
tools/vagrant/.vagrant/ | ||
# Intellij | ||
*.iml | ||
.idea/ | ||
.run/ | ||
# Visual Studio Code | ||
.vscode/ | ||
# Bazel | ||
/bazel-* | ||
# vi swap files | ||
.*.swp | ||
# vi backups | ||
*.bak | ||
# common backups | ||
*~ | ||
# python artifacts | ||
*.pyc | ||
# pilot | ||
pilot/pkg/kube/config | ||
pilot/pkg/proxy/envoy/envoy | ||
# lint | ||
lintconfig.gen.json | ||
.istiorc | ||
.istiorc.mk | ||
# codegen stuff | ||
bin/adapterlinter | ||
bin/protoc-gen-gogoslick* | ||
bin/protoc-min-version* | ||
bin/protoc-gen-docs* | ||
bin/testlinter | ||
bin/envvarlinter | ||
bin/istioctl | ||
*.orig | ||
# Avoid accidental istio.VERSION changes | ||
istio.VERSION | ||
LICENSES.txt | ||
# Proxy generated proxy config in integration test | ||
tests/integration/component/proxy/envoy.conf | ||
**/var/run/secrets/ | ||
# Certs generated by testing | ||
security/cmd/node_agent/na/cert_file | ||
security/cmd/node_agent/na/pkey | ||
# istioctl bash completion file | ||
tools/istioctl.bash | ||
vendor | ||
# Contains the built artifacts | ||
out/ | ||
etc/ | ||
var/ | ||
# Go compiled tests | ||
*.test | ||
# Profiles | ||
*.prof | ||
# MacOS extended attributes | ||
._* | ||
# MacOS Desktop Services Store | ||
.DS_Store | ||
/manifests/charts/**/charts/ | ||
/manifests/charts/**/Chart.lock |
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 |
---|---|---|
@@ -0,0 +1,10 @@ | ||
# Bugs and Feature Requests | ||
|
||
You can report bugs and feature requests to the Istio team in one of three places: | ||
|
||
- [Product Bugs and Feature Requests](https://github.com/istio/istio/issues) | ||
- [Documentation Bugs and Feature Requests](https://github.com/istio/istio.io/issues) | ||
- [Community and Governance Issues](https://github.com/istio/community/issues) | ||
|
||
For security vulnerabilities, please don't report a bug (which is public) and instead follow | ||
[these procedures](https://istio.io/about/security-vulnerabilities/). |
Validating CODEOWNERS rules …
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 |
---|---|---|
@@ -0,0 +1 @@ | ||
* @istio/release-managers-1-24 |
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 |
---|---|---|
@@ -0,0 +1,5 @@ | ||
# Contribution guidelines | ||
|
||
So you want to hack on Istio? Yay! Please refer to Istio's overall | ||
[contribution guidelines](https://github.com/istio/community/blob/master/CONTRIBUTING.md) | ||
to find out how you can help. |
Oops, something went wrong.