Commit d84cea0
openshift-pipelines-bot
[bot] Update release-v1.24.x from tektoncd/cli to 2c95055
$ git diff --stat 2c95055..feb2d5a
go.mod | 18 +-
go.sum | 36 +-
.../x/crypto/chacha20poly1305/chacha20poly1305.go | 3 -
.../crypto/chacha20poly1305/fips140only_compat.go | 9 -
.../crypto/chacha20poly1305/fips140only_go1.26.go | 11 -
.../x/crypto/chacha20poly1305/xchacha20poly1305.go | 3 -
.../x/net/http2/writesched_priority_rfc9218.go | 15 -
.../grpc/attributes/attributes.go | 77 +-
vendor/google.golang.org/grpc/balancer/balancer.go | 32 +-
.../grpc/balancer/base/balancer.go | 6 +-
.../balancer/endpointsharding/endpointsharding.go | 11 +-
.../balancer/grpclb/grpc_lb_v1/load_balancer.pb.go | 2 +-
.../grpclb/grpc_lb_v1/load_balancer_grpc.pb.go | 2 +-
.../grpc/balancer/leastrequest/leastrequest.go | 2 +-
.../grpc/balancer/pickfirst/pickfirst.go | 12 +-
.../grpc/balancer/ringhash/ringhash.go | 12 +-
.../google.golang.org/grpc/balancer/rls/config.go | 2 +-
.../grpc/balancer/weightedroundrobin/balancer.go | 4 +-
.../binarylog/grpc_binarylog_v1/binarylog.pb.go | 2 +-
.../grpc/credentials/alts/internal/conn/record.go | 40 +-
.../alts/internal/proto/grpc_gcp/altscontext.pb.go | 2 +-
.../alts/internal/proto/grpc_gcp/handshaker.pb.go | 2 +-
.../internal/proto/grpc_gcp/handshaker_grpc.pb.go | 2 +-
.../proto/grpc_gcp/transport_security_common.pb.go | 2 +-
vendor/google.golang.org/grpc/credentials/tls.go | 18 +-
vendor/google.golang.org/grpc/dialoptions.go | 9 +-
.../grpc/health/grpc_health_v1/health.pb.go | 2 +-
.../grpc/health/grpc_health_v1/health_grpc.pb.go | 2 +-
.../grpc/internal/balancergroup/balancergroup.go | 68 +-
.../grpc/internal/envconfig/envconfig.go | 38 +-
.../grpc/internal/mem/buffer_pool.go | 338 ---------
.../grpc/internal/proto/grpc_lookup_v1/rls.pb.go | 2 +-
.../internal/proto/grpc_lookup_v1/rls_config.pb.go | 2 +-
.../internal/proto/grpc_lookup_v1/rls_grpc.pb.go | 2 +-
.../grpc/internal/transport/defaults.go | 1 -
.../grpc/internal/transport/http2_client.go | 6 +-
.../grpc/internal/transport/http2_server.go | 6 +-
.../grpc/internal/xds/balancer/balancer.go | 1 +
.../xds/balancer/cdsbalancer/cdsbalancer.go | 626 +++++++++-------
.../xds/balancer/cdsbalancer/cluster_watcher.go | 56 ++
.../xds/balancer/clusterimpl/clusterimpl.go | 83 +--
.../internal/xds/balancer/clusterimpl/config.go | 13 +-
.../xds/balancer/clustermanager/clustermanager.go | 2 +-
.../balancer/clusterresolver/clusterresolver.go | 410 ++++++++++
.../xds/balancer/clusterresolver/config.go | 160 ++++
.../configbuilder.go | 138 ++--
.../configbuilder_childname.go | 63 +-
.../xds/balancer/clusterresolver/logging.go | 34 +
.../balancer/clusterresolver/resource_resolver.go | 322 ++++++++
.../clusterresolver/resource_resolver_dns.go | 172 +++++
.../clusterresolver/resource_resolver_eds.go | 124 +++
.../xds/balancer/outlierdetection/balancer.go | 12 +-
.../internal/xds/balancer/priority/balancer.go | 7 +-
.../xds/balancer/priority/balancer_child.go | 8 +-
.../xds/balancer/priority/balancer_priority.go | 2 +-
.../internal/xds/clients/xdsclient/authority.go | 2 +-
.../grpc/internal/xds/clients/xdsclient/channel.go | 12 +-
.../grpc/internal/xds/rbac/matchers.go | 36 +-
.../grpc/internal/xds/resolver/serviceconfig.go | 57 +-
.../grpc/internal/xds/resolver/xds_resolver.go | 114 +--
.../grpc/internal/xds/server/conn_wrapper.go | 15 +-
.../internal/xds/server/filter_chain_manager.go | 414 -----------
.../grpc/internal/xds/server/listener_wrapper.go | 63 +-
.../grpc/internal/xds/server/routing.go | 198 -----
.../xdsclient/xdslbregistry/converter/converter.go | 2 +-
.../xds/xdsclient/xdsresource/filter_chain.go | 827 +++++++++++++++++++--
.../xdsresource/listener_resource_type.go | 30 +-
.../internal/xds/xdsclient/xdsresource/matcher.go | 28 +
.../internal/xds/xdsclient/xdsresource/metadata.go | 11 +-
.../internal/xds/xdsclient/xdsresource/type_lds.go | 24 +-
.../xds/xdsclient/xdsresource/unmarshal_eds.go | 9 +-
.../xds/xdsclient/xdsresource/unmarshal_lds.go | 342 +--------
.../xds/xdsdepmgr/xds_dependency_manager.go | 286 ++-----
vendor/google.golang.org/grpc/mem/buffer_pool.go | 167 ++++-
vendor/google.golang.org/grpc/picker_wrapper.go | 4 +-
vendor/google.golang.org/grpc/resolver/map.go | 34 -
vendor/google.golang.org/grpc/rpc_util.go | 22 +-
vendor/google.golang.org/grpc/server.go | 1 -
vendor/google.golang.org/grpc/version.go | 2 +-
vendor/google.golang.org/grpc/xds/server.go | 78 +-
vendor/modules.txt | 20 +-
81 files changed, 3154 insertions(+), 2678 deletions(-)
https://github.com/tektoncd/cli/compare/2c95055d6ab962399b1dcb6c74fd51f303659e47..feb2d5adf424a1d8bcc71959e20cc674a5546ed41 parent 7605bf6 commit d84cea0
82 files changed
Lines changed: 2679 additions & 3155 deletions
File tree
- upstream
- vendor
- golang.org/x
- crypto/chacha20poly1305
- net/http2
- google.golang.org/grpc
- attributes
- balancer
- base
- endpointsharding
- grpclb/grpc_lb_v1
- leastrequest
- pickfirst
- ringhash
- rls
- weightedroundrobin
- binarylog/grpc_binarylog_v1
- credentials
- alts/internal
- conn
- proto/grpc_gcp
- health/grpc_health_v1
- internal
- balancergroup
- envconfig
- mem
- proto/grpc_lookup_v1
- transport
- xds
- balancer
- cdsbalancer
- clusterimpl
- clustermanager
- clusterresolver
- outlierdetection
- priority
- clients/xdsclient
- rbac
- resolver
- server
- xdsclient
- xdslbregistry/converter
- xdsresource
- xdsdepmgr
- mem
- resolver
- xds
Some content is hidden
Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
1 | | - | |
| 1 | + | |
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
1 | 1 | | |
2 | 2 | | |
3 | | - | |
| 3 | + | |
4 | 4 | | |
5 | 5 | | |
6 | 6 | | |
| |||
23 | 23 | | |
24 | 24 | | |
25 | 25 | | |
26 | | - | |
| 26 | + | |
27 | 27 | | |
28 | 28 | | |
29 | 29 | | |
| |||
79 | 79 | | |
80 | 80 | | |
81 | 81 | | |
82 | | - | |
| 82 | + | |
83 | 83 | | |
84 | 84 | | |
85 | 85 | | |
| |||
336 | 336 | | |
337 | 337 | | |
338 | 338 | | |
339 | | - | |
| 339 | + | |
340 | 340 | | |
341 | 341 | | |
342 | | - | |
| 342 | + | |
343 | 343 | | |
344 | 344 | | |
345 | 345 | | |
346 | | - | |
| 346 | + | |
347 | 347 | | |
348 | 348 | | |
349 | 349 | | |
350 | 350 | | |
351 | 351 | | |
352 | | - | |
353 | | - | |
354 | | - | |
| 352 | + | |
| 353 | + | |
| 354 | + | |
355 | 355 | | |
356 | 356 | | |
357 | 357 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
149 | 149 | | |
150 | 150 | | |
151 | 151 | | |
152 | | - | |
153 | | - | |
| 152 | + | |
| 153 | + | |
154 | 154 | | |
155 | 155 | | |
156 | 156 | | |
| |||
1271 | 1271 | | |
1272 | 1272 | | |
1273 | 1273 | | |
1274 | | - | |
1275 | | - | |
| 1274 | + | |
| 1275 | + | |
1276 | 1276 | | |
1277 | 1277 | | |
1278 | 1278 | | |
| |||
1478 | 1478 | | |
1479 | 1479 | | |
1480 | 1480 | | |
1481 | | - | |
1482 | | - | |
| 1481 | + | |
| 1482 | + | |
1483 | 1483 | | |
1484 | 1484 | | |
1485 | 1485 | | |
| |||
1588 | 1588 | | |
1589 | 1589 | | |
1590 | 1590 | | |
1591 | | - | |
1592 | | - | |
| 1591 | + | |
| 1592 | + | |
1593 | 1593 | | |
1594 | 1594 | | |
1595 | 1595 | | |
| |||
1750 | 1750 | | |
1751 | 1751 | | |
1752 | 1752 | | |
1753 | | - | |
1754 | | - | |
| 1753 | + | |
| 1754 | + | |
1755 | 1755 | | |
1756 | 1756 | | |
1757 | 1757 | | |
| |||
1843 | 1843 | | |
1844 | 1844 | | |
1845 | 1845 | | |
1846 | | - | |
1847 | | - | |
| 1846 | + | |
| 1847 | + | |
1848 | 1848 | | |
1849 | 1849 | | |
1850 | 1850 | | |
| |||
1952 | 1952 | | |
1953 | 1953 | | |
1954 | 1954 | | |
1955 | | - | |
1956 | | - | |
1957 | | - | |
1958 | | - | |
| 1955 | + | |
| 1956 | + | |
| 1957 | + | |
| 1958 | + | |
1959 | 1959 | | |
1960 | 1960 | | |
1961 | 1961 | | |
| |||
1984 | 1984 | | |
1985 | 1985 | | |
1986 | 1986 | | |
1987 | | - | |
1988 | | - | |
| 1987 | + | |
| 1988 | + | |
1989 | 1989 | | |
1990 | 1990 | | |
1991 | 1991 | | |
| |||
Lines changed: 3 additions & 0 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.
Lines changed: 9 additions & 0 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.
Lines changed: 11 additions & 0 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.
Lines changed: 3 additions & 0 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.
Lines changed: 15 additions & 0 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.
Lines changed: 55 additions & 22 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.
0 commit comments