Skip to content

Found new managed modules references#914

Merged
unmultimedio merged 1 commit intomainfrom
fetch-modules
Mar 27, 2025
Merged

Found new managed modules references#914
unmultimedio merged 1 commit intomainfrom
fetch-modules

Conversation

@app-token-modules
Copy link
Contributor

New managed modules references found. Please review.

@app-token-modules app-token-modules bot requested review from a team and euforic March 27, 2025 12:06
},
{
"name": "ae57f3c0d45fc76d0b323b79e8299a83ccb37a49",
"digest": "b0ed17caeb32cb9c579d339d2b603e34477ea34d66fe68eb1ed3ba7af68ee64af08bf4edb770387221d40faf9ef0bf3dc4a72832f0e33b2f14812172ed74ef46"
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

cd modules/sync/cncf/xds           
casdiff 2f005788dc42b92dee41c8ad934450dc4746f027 ae57f3c0d45fc76d0b323b79e8299a83ccb37a49 --format markdown

1 files changed: 0 removed, 0 renamed, 0 added, 1 changed content

Files changed content:

xds/type/v3/cel.proto:

--- shake256:6afc460c8768bde69fab71c437c57525140db657981fc71f4abb91de89e439aebb0e7f90ad8e13b7c1f3922cbd06b7eeb351ab04355ee43d971f5e94c31ae621  xds/type/v3/cel.proto
+++ shake256:0fd3d28d48fd798dfe3c5f47555fbf354bc25b04cf06db429184e158e232e493def5ac324a6baaa1c3d6ba95c15912495a1c33fe079ef90d15047afb5afddb44  xds/type/v3/cel.proto
@@ -47,6 +47,13 @@
   //
   // If set, takes precedence over ``cel_expr_parsed``.
   cel.expr.CheckedExpr cel_expr_checked = 4;
+
+  // Unparsed expression in string form. For example, ``request.headers['x-env'] == 'prod'`` will
+  // get ``x-env`` header value and compare it with ``prod``.
+  // Check the `Common Expression Language <https://github.com/google/cel-spec>`_ for more details.
+  //
+  // If set, takes precedence over ``cel_expr_parsed`` and ``cel_expr_checked``.
+  string cel_expr_string = 5;
 }
 
 // Extracts a string by evaluating a `Common Expression Language

},
{
"name": "2eb777aba6593c31e21f7f69a163486bdc793501",
"digest": "5ff13f2c6ca21b6093355e5e9fb74f04d682a0efde6fa8fc5c36e114cdbe88b2075c9a33fb9384b88a84f8ad88d158a389f6be4de07840e43f8fd2fc9e45deac"
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

cd modules/sync/grpc/grpc           
casdiff cbb231341938471b78b38729c2e4a712a9e098d0 2eb777aba6593c31e21f7f69a163486bdc793501 --format markdown

1 files changed: 0 removed, 0 renamed, 0 added, 1 changed content

Files changed content:

grpc/health/v1/health.proto:

--- shake256:1e31a08983b081f8601f8bab3a703ee1ee8546bed1ab380dfc1aacb7fa80f4abb37d97c81231029efcd046b68bd39bde39773670c63cdee82bd26b79c7bd6ac9  grpc/health/v1/health.proto
+++ shake256:62210c8e4b522aa162ba7297c66d883901d57eb5ce3e8feeb65184e3a74afa516591d94f3ac240b2e2d3202207c044e0494b309d1bd69ae9fe98eff1918bd5d6  grpc/health/v1/health.proto
@@ -40,6 +40,13 @@
   ServingStatus status = 1;
 }
 
+message HealthListRequest {}
+
+message HealthListResponse {
+  // statuses contains all the services and their respective status.
+  map<string, HealthCheckResponse> statuses = 1;
+}
+
 // Health is gRPC's mechanism for checking whether a server is able to handle
 // RPCs. Its semantics are documented in
 // https://github.com/grpc/grpc/blob/master/doc/health-checking.md.
@@ -51,10 +58,21 @@
   //
   // Clients should set a deadline when calling Check, and can declare the
   // server unhealthy if they do not receive a timely response.
-  //
-  // Check implementations should be idempotent and side effect free.
   rpc Check(HealthCheckRequest) returns (HealthCheckResponse);
 
+  // List provides a non-atomic snapshot of the health of all the available
+  // services.
+  //
+  // The server may respond with a RESOURCE_EXHAUSTED error if too many services
+  // exist.
+  //
+  // Clients should set a deadline when calling List, and can declare the server
+  // unhealthy if they do not receive a timely response.
+  //
+  // Clients should keep in mind that the list of health services exposed by an
+  // application can change over the lifetime of the process.
+  rpc List(HealthListRequest) returns (HealthListResponse);
+
   // Performs a watch for the serving status of the requested service.
   // The server will immediately send back a message indicating the current
   // serving status.  It will then subsequently send a new message whenever

},
{
"name": "v30.2",
"digest": "74c046f009811965d227acd11bb2c6259bf387759d4230b95405e402a2ed4212d6f4babab690407d07bc81095c3917c4ae9144195ddfb081525c9aec58e51173"
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

@unmultimedio unmultimedio merged commit 0562c1d into main Mar 27, 2025
5 checks passed
@unmultimedio unmultimedio deleted the fetch-modules branch March 27, 2025 18:18
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant