Re: [PR] Bump the actions-deps group across 1 directory with 3 updates [skywalking-satellite]

2026-04-09 Thread via GitHub


kezhenxu94 merged PR #243:
URL: https://github.com/apache/skywalking-satellite/pull/243


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: [email protected]

For queries about this service, please contact Infrastructure at:
[email protected]



[PR] Bump the actions-deps group across 1 directory with 3 updates [skywalking-satellite]

2026-04-09 Thread via GitHub


dependabot[bot] opened a new pull request, #243:
URL: https://github.com/apache/skywalking-satellite/pull/243

   Bumps the actions-deps group with 3 updates in the / directory: 
[golang.org/x/mod](https://github.com/golang/mod), 
[golang.org/x/text](https://github.com/golang/text) and 
[google.golang.org/grpc](https://github.com/grpc/grpc-go).
   
   Updates `golang.org/x/mod` from 0.34.0 to 0.35.0
   
   Commits
   
   https://github.com/golang/mod/commit/03901d351deb5bd95deb90714fb75bf8e232cb22";>03901d3
 go.mod: update golang.org/x dependencies
   See full diff in https://github.com/golang/mod/compare/v0.34.0...v0.35.0";>compare 
view
   
   
   
   
   Updates `golang.org/x/text` from 0.35.0 to 0.36.0
   
   Commits
   
   https://github.com/golang/text/commit/8577a70117e110160c45f32af0e0df84eef844f7";>8577a70
 go.mod: update golang.org/x dependencies
   See full diff in https://github.com/golang/text/compare/v0.35.0...v0.36.0";>compare 
view
   
   
   
   
   Updates `google.golang.org/grpc` from 1.79.3 to 1.80.0
   
   Release notes
   Sourced from https://github.com/grpc/grpc-go/releases";>google.golang.org/grpc's 
releases.
   
   Release 1.80.0
   Behavior Changes
   
   balancer: log a warning if a balancer is registered with uppercase 
letters, as balancer names should be lowercase. In a future release, balancer 
names will be treated as case-insensitive; see https://redirect.github.com/grpc/grpc-go/issues/5288";>#5288 for 
details. (https://redirect.github.com/grpc/grpc-go/issues/8837";>#8837)
   xds: update resource error handling and re-resolution logic (https://redirect.github.com/grpc/grpc-go/issues/8907";>#8907)
   
   Re-resolve all LOGICAL_DNS clusters simultaneously when 
re-resolution is requested.
   Fail all in-flight RPCs immediately upon receipt of listener or route 
resource errors, instead of allowing them to complete.
   
   
   
   Bug Fixes
   
   xds: support the LB policy configured in LOGICAL_DNS 
cluster resources instead of defaulting to pick_first. (https://redirect.github.com/grpc/grpc-go/issues/8733";>#8733)
   credentials/tls: perform per-RPC authority validation against the leaf 
certificate instead of the entire peer certificate chain. (https://redirect.github.com/grpc/grpc-go/issues/8831";>#8831)
   xds: enabling A76 ring hash endpoint keys no longer causes EDS resources 
with invalid proxy metadata to be NACKed when HTTP CONNECT (gRFC A86) is 
disabled. (https://redirect.github.com/grpc/grpc-go/issues/8875";>#8875)
   xds: validate that the sum of endpoint weights in a locality does not 
exceed the maximum uint32 value. (https://redirect.github.com/grpc/grpc-go/issues/8899";>#8899)
   
   Special Thanks: https://github.com/RAVEYUS";>@​RAVEYUS
   
   
   xds: fix incorrect proto field access in the weighted round robin (WRR) 
configuration where blackout_period was used instead of 
weight_expiration_period. (https://redirect.github.com/grpc/grpc-go/issues/8915";>#8915)
   
   Special Thanks: https://github.com/gregbarasch";>@​gregbarasch
   
   
   xds/rbac: handle addresses with ports in IP matchers. (https://redirect.github.com/grpc/grpc-go/issues/8990";>#8990)
   
   New Features
   
   ringhash: enable gRFC A76 (endpoint hash keys and request hash headers) 
by default. (https://redirect.github.com/grpc/grpc-go/issues/8922";>#8922)
   
   Performance Improvements
   
   credentials/alts: pool write buffers to reduce memory allocations and 
usage. (https://redirect.github.com/grpc/grpc-go/issues/8919";>#8919)
   grpc: enable the use of pooled write buffers for buffering HTTP/2 frame 
writes by default. This reduces memory usage when connections are idle. Use the 
https://pkg.go.dev/google.golang.org/grpc#WithSharedWriteBuffer";>WithSharedWriteBuffer
 dial option or the https://pkg.go.dev/google.golang.org/grpc#SharedWriteBuffer";>SharedWriteBuffer
 server option to disable this feature. (https://redirect.github.com/grpc/grpc-go/issues/8957";>#8957)
   xds/priority: stop caching child LB policies removed from the 
configuration. This will help reduce memory and cpu usage when localities are 
constantly switching between priorities. (https://redirect.github.com/grpc/grpc-go/issues/8997";>#8997)
   mem: add a faster tiered buffer pool; use the experimental https://pkg.go.dev/google.golang.org/grpc/mem@master#NewBinaryTieredBufferPool";>mem.NewBinaryTieredBufferPool
 function to create such pools. (https://redirect.github.com/grpc/grpc-go/issues/8775";>#8775)
   
   
   
   
   Commits
   
   https://github.com/grpc/grpc-go/commit/397e45edaa68f8763773bbaaf539cf7894169cd2";>397e45e
 Change version to 1.80.0 (https://redirect.github.com/grpc/grpc-go/issues/8948";>#8948)
   https://github.com/grpc/grpc-go/commit/64ebf0a65838970e6ba1eb0a9e46e528ed73";>64ebf0a
 Cherry-pick https://redirect.github.com/grpc/grpc-go/issues/8997";>#8997 to 
v1.80.x (https://redirect.github.com/grpc/grpc-go/issues/9027";>#9027)
   https://github.com/grpc/grpc-go/commit/e45ed241865981b6

Re: [PR] Bump the actions-deps group across 1 directory with 3 updates [skywalking-satellite]

2025-10-17 Thread via GitHub


kezhenxu94 merged PR #216:
URL: https://github.com/apache/skywalking-satellite/pull/216


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: [email protected]

For queries about this service, please contact Infrastructure at:
[email protected]



[PR] Bump the actions-deps group across 1 directory with 3 updates [skywalking-satellite]

2025-10-17 Thread via GitHub


dependabot[bot] opened a new pull request, #216:
URL: https://github.com/apache/skywalking-satellite/pull/216

   Bumps the actions-deps group with 3 updates in the / directory: 
[github.com/prometheus/common](https://github.com/prometheus/common), 
[golang.org/x/mod](https://github.com/golang/mod) and 
[golang.org/x/text](https://github.com/golang/text).
   
   Updates `github.com/prometheus/common` from 0.66.1 to 0.67.1
   
   Release notes
   Sourced from https://github.com/prometheus/common/releases";>github.com/prometheus/common's
 releases.
   
   v0.67.1
   What's Changed
   
   Fix Go case-insensitive file name collision by https://github.com/SuperQ";>@​SuperQ in https://redirect.github.com/prometheus/common/pull/853";>prometheus/common#853
   
   Full Changelog: https://github.com/prometheus/common/compare/v0.67.0...v0.67.1";>https://github.com/prometheus/common/compare/v0.67.0...v0.67.1
   v0.67.0 / 2025-10-07
   What's Changed
   
   Create CHANGELOG.md for easier communication of library changes, 
especially possible breaking changes. by https://github.com/ywwg";>@​ywwg in https://redirect.github.com/prometheus/common/pull/833";>prometheus/common#833
   model: New test for validation with dots by https://github.com/m1k1o";>@​m1k1o in https://redirect.github.com/prometheus/common/pull/759";>prometheus/common#759
   expfmt: document NewTextParser as required by https://github.com/burgerdev";>@​burgerdev in https://redirect.github.com/prometheus/common/pull/842";>prometheus/common#842
   expfmt: Add support for float histograms and gauge histograms by https://github.com/beorn7";>@​beorn7 in https://redirect.github.com/prometheus/common/pull/843";>prometheus/common#843
   Updated minimum Go version to 1.24.0, updated Go dependecies by https://github.com/SuperQ";>@​SuperQ in https://redirect.github.com/prometheus/common/pull/849";>prometheus/common#849
   
   New Contributors
   
   https://github.com/m1k1o";>@​m1k1o made their 
first contribution in https://redirect.github.com/prometheus/common/pull/759";>prometheus/common#759
   https://github.com/burgerdev";>@​burgerdev made 
their first contribution in https://redirect.github.com/prometheus/common/pull/842";>prometheus/common#842
   
   Full Changelog: https://github.com/prometheus/common/compare/v0.66.1...v0.67.0";>https://github.com/prometheus/common/compare/v0.66.1...v0.67.0
   
   
   
   Changelog
   Sourced from https://github.com/prometheus/common/blob/main/CHANGELOG.md";>github.com/prometheus/common's
 changelog.
   
   v0.67.1 / 2025-10-07
   What's Changed
   
   Remove VERSION file to avoid Go conflict error in https://redirect.github.com/prometheus/common/pull/853";>prometheus/common#853
   
   Full Changelog: https://github.com/prometheus/common/compare/v0.67.0...v0.67.1";>https://github.com/prometheus/common/compare/v0.67.0...v0.67.1
   v0.67.0 / 2025-10-07
   What's Changed
   
   Create CHANGELOG.md for easier communication of library changes, 
especially possible breaking changes. by https://github.com/ywwg";>@​ywwg in https://redirect.github.com/prometheus/common/pull/833";>prometheus/common#833
   model: New test for validation with dots by https://github.com/m1k1o";>@​m1k1o in https://redirect.github.com/prometheus/common/pull/759";>prometheus/common#759
   expfmt: document NewTextParser as required by https://github.com/burgerdev";>@​burgerdev in https://redirect.github.com/prometheus/common/pull/842";>prometheus/common#842
   expfmt: Add support for float histograms and gauge histograms by https://github.com/beorn7";>@​beorn7 in https://redirect.github.com/prometheus/common/pull/843";>prometheus/common#843
   Updated minimum Go version to 1.24.0, updated Go dependecies by https://github.com/SuperQ";>@​SuperQ in https://redirect.github.com/prometheus/common/pull/849";>prometheus/common#849
   
   New Contributors
   
   https://github.com/m1k1o";>@​m1k1o made their 
first contribution in https://redirect.github.com/prometheus/common/pull/759";>prometheus/common#759
   https://github.com/burgerdev";>@​burgerdev made 
their first contribution in https://redirect.github.com/prometheus/common/pull/842";>prometheus/common#842
   
   Full Changelog: https://github.com/prometheus/common/compare/v0.66.1...v0.67.0";>https://github.com/prometheus/common/compare/v0.66.1...v0.67.0
   
   
   
   Commits
   
   https://github.com/prometheus/common/commit/c41fe1488a2f6a4bd2b7abcdc8afe03429835630";>c41fe14
 Merge pull request https://redirect.github.com/prometheus/common/issues/853";>#853 from 
prometheus/superq/version
   https://github.com/prometheus/common/commit/f5de376c9c4962000e06bfd66e7bbea836e06ed4";>f5de376
 Fix Go case-insensitive file name collision
   https://github.com/prometheus/common/commit/b63ce8367504690a70b12faf0c601a24e4b1c461";>b63ce83
 Merge pull request https://redirect.github.com/prometheus/common/issues/848";>#848 from 
prometheus/beorn7/version
   https://github.com/prometheus/common/commit/6035595774f21b170a1a4

Re: [PR] Bump the actions-deps group across 1 directory with 3 updates [skywalking-satellite]

2025-06-05 Thread via GitHub


kezhenxu94 merged PR #194:
URL: https://github.com/apache/skywalking-satellite/pull/194


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: [email protected]

For queries about this service, please contact Infrastructure at:
[email protected]



[PR] Bump the actions-deps group across 1 directory with 3 updates [skywalking-satellite]

2025-06-05 Thread via GitHub


dependabot[bot] opened a new pull request, #194:
URL: https://github.com/apache/skywalking-satellite/pull/194

   Bumps the actions-deps group with 3 updates in the / directory: 
[golang.org/x/mod](https://github.com/golang/mod), 
[golang.org/x/text](https://github.com/golang/text) and 
[google.golang.org/grpc](https://github.com/grpc/grpc-go).
   
   Updates `golang.org/x/mod` from 0.24.0 to 0.25.0
   
   Commits
   
   https://github.com/golang/mod/commit/9d156f465c85f68264344b5c08fbcf5fcacb";>9d1
 x/mod: add the ignore directive
   https://github.com/golang/mod/commit/ae88a97cb46b420618fb1d363fbe3343fc4e4613";>ae88a97
 all: change from sort functions to slices functions
   See full diff in https://github.com/golang/mod/compare/v0.24.0...v0.25.0";>compare 
view
   
   
   
   
   Updates `golang.org/x/text` from 0.25.0 to 0.26.0
   
   Commits
   
   https://github.com/golang/text/commit/80721808805f9d846d907c85d73ca6b5b6ecb870";>8072180
 go.mod: update golang.org/x dependencies
   https://github.com/golang/text/commit/6cacac16ce2f94d21bf864011f5e0d2181a1a8bf";>6cacac1
 go.mod: update tagx:ignore'd golang.org/x dependencies
   See full diff in https://github.com/golang/text/compare/v0.25.0...v0.26.0";>compare 
view
   
   
   
   
   Updates `google.golang.org/grpc` from 1.72.1 to 1.73.0
   
   Release notes
   Sourced from https://github.com/grpc/grpc-go/releases";>google.golang.org/grpc's 
releases.
   
   Release 1.73.0
   New Features
   
   balancer/ringhash: move LB policy from xds/internal to exported path to 
facilitate use without xds (https://redirect.github.com/grpc/grpc-go/issues/8249";>#8249)
   xds: enable least request LB policy by default. It can be disabled by 
setting GRPC_EXPERIMENTAL_ENABLE_LEAST_REQUEST=false in your 
environment. (https://redirect.github.com/grpc/grpc-go/issues/8253";>#8253)
   grpc: add a CallAuthority Call Option that can be used to 
overwrite the http :authority header on per-RPC basis. (https://redirect.github.com/grpc/grpc-go/issues/8068";>#8068)
   stats/opentelemetry: add trace event for name resolution delay. (https://redirect.github.com/grpc/grpc-go/issues/8074";>#8074)
   health: added List method to gRPC Health service. (https://redirect.github.com/grpc/grpc-go/issues/8155";>#8155)
   
   Special Thanks: https://github.com/marcoshuck";>@​marcoshuck
   
   
   ringhash: implement features from gRFC A76. (https://redirect.github.com/grpc/grpc-go/issues/8159";>#8159)
   xds: add functionality to support SPIFFE Bundle Maps as roots of trust 
in XDS which can be enabled by setting 
GRPC_EXPERIMENTAL_XDS_MTLS_SPIFFE=true. (https://redirect.github.com/grpc/grpc-go/issues/8167";>#8167, https://redirect.github.com/grpc/grpc-go/issues/8180";>#8180, https://redirect.github.com/grpc/grpc-go/issues/8229";>#8229, https://redirect.github.com/grpc/grpc-go/issues/8343";>#8343)
   
   Bug Fixes
   
   xds: locality ID metric label is changed to make it consistent with https://github.com/grpc/proposal/blob/master/A78-grpc-metrics-wrr-pf-xds.md#optional-xds-locality-label";>gRFC
 A78. (https://redirect.github.com/grpc/grpc-go/issues/8256";>#8256)
   client: fail RPCs on the client when using extremely short contexts that 
expire before the grpc-timeout header is created. (https://redirect.github.com/grpc/grpc-go/issues/8312";>#8312)
   server: non-positive grpc-timeout header values are now 
rejected. This is consistent with the https://github.com/grpc/grpc/blob/master/doc/PROTOCOL-HTTP2.md#requests";>gRPC
 protocol spec. (https://redirect.github.com/grpc/grpc-go/issues/8290";>#8290)
   
   Special Thanks: https://github.com/evanj";>@​evanj
   
   
   xds: fix reported error string when LRS load reporting interval is 
invalid. (https://redirect.github.com/grpc/grpc-go/issues/8224";>#8224)
   
   Special Thanks: https://github.com/alingse";>@​alingse
   
   
   
   Performance Improvements
   
   credentials/alts: improve read performance by optimizing buffer copies 
and allocations. (https://redirect.github.com/grpc/grpc-go/issues/8271";>#8271)
   server: improve performance of RPC handling by avoid a status proto copy 
(https://redirect.github.com/grpc/grpc-go/issues/8282";>#8282)
   
   Special Thanks: https://github.com/evanj";>@​evanj
   
   
   
   Documentation
   
   examples/features/opentelemetry: modify example to demonstrate tracing 
using OpenTelemtry plugin. (https://redirect.github.com/grpc/grpc-go/issues/8056";>#8056)
   
   Release 1.72.2
   Bug Fixes
   
   client: restore support for NO_PROXY environment variable 
when connecting to locally-resolved addresses (case 2 from https://github.com/grpc/proposal/blob/master/A1-http-connect-proxy-support.md";>gRFC
 A1). (https://redirect.github.com/grpc/grpc-go/issues/8329";>#8329)
   balancer/least_request: fix panic on resolver errors. (https://redirect.github.com/grpc/grpc-go/issues/8333";>#8333)
   
   
   
   
   Commits
   
   https://github.com/grpc/grpc-go/commit/c52d02553f2649c28d0279bca17909a3a08

Re: [PR] Bump the actions-deps group across 1 directory with 3 updates [skywalking-satellite]

2025-04-07 Thread via GitHub


kezhenxu94 merged PR #186:
URL: https://github.com/apache/skywalking-satellite/pull/186


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: [email protected]

For queries about this service, please contact Infrastructure at:
[email protected]



[PR] Bump the actions-deps group across 1 directory with 3 updates [skywalking-satellite]

2025-04-06 Thread via GitHub


dependabot[bot] opened a new pull request, #186:
URL: https://github.com/apache/skywalking-satellite/pull/186

   Bumps the actions-deps group with 3 updates in the / directory: 
[github.com/spf13/viper](https://github.com/spf13/viper), 
[golang.org/x/text](https://github.com/golang/text) and 
[google.golang.org/grpc](https://github.com/grpc/grpc-go).
   
   Updates `github.com/spf13/viper` from 1.20.0 to 1.20.1
   
   Release notes
   Sourced from https://github.com/spf13/viper/releases";>github.com/spf13/viper's 
releases.
   
   v1.20.1
   
   What's Changed
   Bug Fixes 🐛
   
   Backport config type fixes to 1.20.x by https://github.com/sagikazarmark";>@​sagikazarmark in https://redirect.github.com/spf13/viper/pull/2005";>spf13/viper#2005
   
   Full Changelog: https://github.com/spf13/viper/compare/v1.20.0...v1.20.1";>https://github.com/spf13/viper/compare/v1.20.0...v1.20.1
   
   
   
   Commits
   
   https://github.com/spf13/viper/commit/9568cfcfd660a1c1c6c762f335ae79f370488417";>9568cfc
 fix: config type check when loading any config
   https://github.com/spf13/viper/commit/fd05140cd675b256b5076759e38403874fc5826d";>fd05140
 fix(config): get config type from v.configType or config file ext
   See full diff in https://github.com/spf13/viper/compare/v1.20.0...v1.20.1";>compare 
view
   
   
   
   
   Updates `golang.org/x/text` from 0.23.0 to 0.24.0
   
   Commits
   
   https://github.com/golang/text/commit/4890c57b7721969ba8997aea0970c11004f1f5b7";>4890c57
 go.mod: update golang.org/x dependencies
   See full diff in https://github.com/golang/text/compare/v0.23.0...v0.24.0";>compare 
view
   
   
   
   
   Updates `google.golang.org/grpc` from 1.71.0 to 1.71.1
   
   Release notes
   Sourced from https://github.com/grpc/grpc-go/releases";>google.golang.org/grpc's 
releases.
   
   Release 1.71.1
   Bug Fixes
   
   grpc: fix a bug causing an extra Read from the compressor if a 
compressed message is the same size as the limit.  This could result in a panic 
with the built-in gzip compressor (https://redirect.github.com/grpc/grpc-go/issues/8178";>#8178)
   xds: restore the behavior of reading the bootstrap config before 
creating the first xDS client instead of at package init time (https://redirect.github.com/grpc/grpc-go/issues/8164";>#8164)
   stats/opentelemetry: use TextMapPropagator and 
TracerProvider from TraceOptions instead of 
OpenTelemetry globals (https://redirect.github.com/grpc/grpc-go/issues/8166";>#8166)
   client: fix races when an http proxy is configured that could lead to 
deadlocks or panics (https://redirect.github.com/grpc/grpc-go/issues/8195";>#8195)
   client: fix bug causing RPC failures with message "no children to 
pick from" when using a custom resolver that calls the deprecated 
NewAddress API (https://redirect.github.com/grpc/grpc-go/issues/8149";>#8149)
   wrr: fix slow processing of address updates that could result in 
problems including RPC failures for servers with a large number of backends (https://redirect.github.com/grpc/grpc-go/issues/8179";>#8179)
   
   
   
   
   Commits
   
   https://github.com/grpc/grpc-go/commit/cdbdb759dd67c89544f9081f854c284493b5461c";>cdbdb75
 Change version to v1.71.1 (https://redirect.github.com/grpc/grpc-go/issues/8206";>#8206)
   https://github.com/grpc/grpc-go/commit/3a935629e7458b16d26d5ef96117e3fe40e99e9c";>3a93562
 Cherry-pick https://redirect.github.com/grpc/grpc-go/issues/8195";>#8195 into 
v1.71.x (https://redirect.github.com/grpc/grpc-go/issues/8202";>#8202)
   https://github.com/grpc/grpc-go/commit/208e03b3bae218afa575a96a207958c7c812c71e";>208e03b
 Cherry-pick https://redirect.github.com/grpc/grpc-go/issues/8164";>#8164 https://redirect.github.com/grpc/grpc-go/issues/8166";>#8166 to 
v1.71.x (https://redirect.github.com/grpc/grpc-go/issues/8182";>#8182)
   https://github.com/grpc/grpc-go/commit/8b7d2fe0de8eaccee372a05643af033455a4f023";>8b7d2fe
 grpc: fix bug causing an extra Read if a compressed message is the same size 
...
   https://github.com/grpc/grpc-go/commit/9c81a910a50b8d2a02f545635e0e2007d3c97816";>9c81a91
 resolver: Make EndpointMap's Get, Set and Delete operations O(1) (https://redirect.github.com/grpc/grpc-go/issues/8179";>#8179) (https://redirect.github.com/grpc/grpc-go/issues/8184";>#8184)
   https://github.com/grpc/grpc-go/commit/8d46b21d1973d66026e5c825c6dec8d0e01ee918";>8d46b21
 grpc: Add endpoints in resolverWrapper.NewAddress (https://redirect.github.com/grpc/grpc-go/issues/8149";>#8149) (https://redirect.github.com/grpc/grpc-go/issues/8151";>#8151)
   https://github.com/grpc/grpc-go/commit/4775bbabf88aeae7e0f31f81e398157fc8a8a609";>4775bba
 Change version to 1.71.1-dev (https://redirect.github.com/grpc/grpc-go/issues/8106";>#8106)
   See full diff in https://github.com/grpc/grpc-go/compare/v1.71.0...v1.71.1";>compare 
view
   
   
   
   
   
   Dependabot will resolve any conflicts with this PR as long as you don't 
alter it yourself. You can also trigger a rebase manually by commenting 
`