Skip to content
This repository has been archived by the owner on Apr 4, 2024. It is now read-only.

Bump knative.dev/serving from 0.38.2 to 0.39.0 #324

Bump knative.dev/serving from 0.38.2 to 0.39.0

Bump knative.dev/serving from 0.38.2 to 0.39.0 #324

Triggered via pull request October 25, 2023 05:59
Status Failure
Total duration 4m 43s
Artifacts

knative-verify.yaml

on: pull_request
verify  /  Verify Deps and Codegen
4m 31s
verify / Verify Deps and Codegen
Fit to window
Zoom out
Zoom in

Annotations

10 errors and 2 warnings
verify / Verify Deps and Codegen: config/serving/200-imported/200-serving/100-resources/configuration.yaml#L1
Please run ./hack/update-codegen.sh. diff --git a/config/serving/200-imported/200-serving/100-resources/configuration.yaml b/config/serving/200-imported/200-serving/100-resources/configuration.yaml index 80db933..ffee82f 100644 --- a/config/serving/200-imported/200-serving/100-resources/configuration.yaml +++ b/config/serving/200-imported/200-serving/100-resources/configuration.yaml @@ -247,6 +247,19 @@ spec: description: Minimum consecutive failures for the probe to be considered failed after having succeeded. Defaults to 3. Minimum value is 1. type: integer format: int32 + grpc: + description: GRPC specifies an action involving a GRPC port. + type: object + required: + - port + properties: + port: + description: Port number of the gRPC service. Number must be in the range 1 to 65535. + type: integer + format: int32 + service: + description: "Service is the name of the service to place in the gRPC HealthCheckRequest (see https://github.com/grpc/grpc/blob/master/doc/health-checking.md). \n If this is not specified, the default behavior is defined by gRPC." + type: string httpGet: description: HTTPGet specifies the http request to perform. type: object @@ -355,6 +368,19 @@ spec: description: Minimum consecutive failures for the probe to be considered failed after having succeeded. Defaults to 3. Minimum value is 1. type: integer format: int32 + grpc: + description: GRPC specifies an action involving a GRPC port. + type: object + required: + - port + properties: + port: + description: Port number of the gRPC service. Number must be in the range 1 to 65535. + type: integer + format: int32 + service: + description: "Service is the name of the service to place in the gRPC HealthCheckRequest (see https://github.com/grpc/grpc/blob/master/doc/health-checking.md). \n If this is not specified, the default behavior is defined by gRPC." + type: string httpGet: description: HTTPGet specifies the http request to perform. type: object @@ -448,7 +474,7 @@ spec: - type: string x-kubernetes-int-or-string: true requests: - description: 'Requests describes the minimum amount of compute resources required. If Requests is omitted for a container, it defaults to Limits if that is explicitly specified, otherwise to an implementation-defined value. More info: https://kubernetes.io/docs/concepts/configuration/manage-resources-containers/' + description: 'Requests describes the minimum amount of compute resources required. If Requests is omitted for a container, it defaults to Limits if that is
verify / Verify Deps and Codegen: config/serving/200-imported/200-serving/100-resources/domain-mapping.yaml#L1
Please run ./hack/update-codegen.sh. diff --git a/config/serving/200-imported/200-serving/100-resources/domain-mapping.yaml b/config/serving/200-imported/200-serving/100-resources/domain-mapping.yaml index 8ea0835..8fdeea6 100644 --- a/config/serving/200-imported/200-serving/100-resources/domain-mapping.yaml +++ b/config/serving/200-imported/200-serving/100-resources/domain-mapping.yaml @@ -102,121 +102,8 @@ spec: CACerts: description: CACerts is the Certification Authority (CA) certificates in PEM format according to https://www.rfc-editor.org/rfc/rfc7468. type: string - name: - description: Name is the name of the address. - type: string - url: - type: string - annotations: - description: Annotations is additional Status fields for the Resource to save some additional State as well as convey more information to the user. This is roughly akin to Annotations on any k8s resource, just the reconciler conveying richer information outwards. - type: object - additionalProperties: - type: string - conditions: - description: Conditions the latest available observations of a resource's current state. - type: array - items: - description: 'Condition defines a readiness condition for a Knative resource. See: https://github.com/kubernetes/community/blob/master/contributors/devel/sig-architecture/api-conventions.md#typical-status-properties' - type: object - required: - - status - - type - properties: - lastTransitionTime: - description: LastTransitionTime is the last time the condition transitioned from one status to another. We use VolatileTime in place of metav1.Time to exclude this from creating equality.Semantic differences (all other things held constant). - type: string - message: - description: A human readable message indicating details about the transition. - type: string - reason: - description: The reason for the condition's last transition. - type: string - severity: - description: Severity with which to treat failures of this type of condition. When this is not specified, it defaults to Error. - type: string - status: - description: Status of the condition, one of True, False, Unknown. - type: string - type: - description: Type of condition. - type: string - observedGeneration: - description: ObservedGeneration is the 'Generation' of the Service that was last processed by the controller. - type: integer - format: int64 - url: - description: URL is the URL of this DomainMapping. - type: string - - name: v1alpha1 - served: true - storage: false - deprecated: true - deprecationWarning: The v1alpha1 version of DomainMapping has been deprecated and will be removed in a future release of the API. Please upgrade to v1beta1 - subresources: - status: {} - schema: - openAPIV3Schema: - description: DomainMapping is a mapping from a custom hostname to an Addressable. - type: object - properties: - apiVersion: - description: 'APIVersion defines the versioned schema of this representation of an object. Servers should convert recognized schemas to the latest internal value, and may reject unrecognized
verify / Verify Deps and Codegen: config/serving/200-imported/200-serving/100-resources/revision.yaml#L1
Please run ./hack/update-codegen.sh. diff --git a/config/serving/200-imported/200-serving/100-resources/revision.yaml b/config/serving/200-imported/200-serving/100-resources/revision.yaml index 00c98bd..29f8c1e 100644 --- a/config/serving/200-imported/200-serving/100-resources/revision.yaml +++ b/config/serving/200-imported/200-serving/100-resources/revision.yaml @@ -226,6 +226,19 @@ spec: description: Minimum consecutive failures for the probe to be considered failed after having succeeded. Defaults to 3. Minimum value is 1. type: integer format: int32 + grpc: + description: GRPC specifies an action involving a GRPC port. + type: object + required: + - port + properties: + port: + description: Port number of the gRPC service. Number must be in the range 1 to 65535. + type: integer + format: int32 + service: + description: "Service is the name of the service to place in the gRPC HealthCheckRequest (see https://github.com/grpc/grpc/blob/master/doc/health-checking.md). \n If this is not specified, the default behavior is defined by gRPC." + type: string httpGet: description: HTTPGet specifies the http request to perform. type: object @@ -334,6 +347,19 @@ spec: description: Minimum consecutive failures for the probe to be considered failed after having succeeded. Defaults to 3. Minimum value is 1. type: integer format: int32 + grpc: + description: GRPC specifies an action involving a GRPC port. + type: object + required: + - port + properties: + port: + description: Port number of the gRPC service. Number must be in the range 1 to 65535. + type: integer + format: int32 + service: + description: "Service is the name of the service to place in the gRPC HealthCheckRequest (see https://github.com/grpc/grpc/blob/master/doc/health-checking.md). \n If this is not specified, the default behavior is defined by gRPC." + type: string httpGet: description: HTTPGet specifies the http request to perform. type: object @@ -427,7 +453,7 @@ spec: - type: string x-kubernetes-int-or-string: true requests: - description: 'Requests describes the minimum amount of compute resources required. If Requests is omitted for a container, it defaults to Limits if that is explicitly specified, otherwise to an implementation-defined value. More info: https://kubernetes.io/docs/concepts/configuration/manage-resources-containers/' + description: 'Requests describes the minimum amount of compute resources required. If Requests is omitted for a container, it defaults to Limits if that is explicitly specified, otherwise to an implementation-defined value. Requests cannot exceed Limits. More info: https://kubernetes.io/docs/concepts/configuration/manage-resources-containers/' type: object additionalProperties: pattern: ^(\+|-)?(([0-9]+(\.[0-9]*)?)|(\.[0-9]+))(
verify / Verify Deps and Codegen: config/serving/200-imported/200-serving/100-resources/route.yaml#L1
Please run ./hack/update-codegen.sh. diff --git a/config/serving/200-imported/200-serving/100-resources/route.yaml b/config/serving/200-imported/200-serving/100-resources/route.yaml index 8c4ae97..9687553 100644 --- a/config/serving/200-imported/200-serving/100-resources/route.yaml +++ b/config/serving/200-imported/200-serving/100-resources/route.yaml @@ -106,6 +106,9 @@ spec: CACerts: description: CACerts is the Certification Authority (CA) certificates in PEM format according to https://www.rfc-editor.org/rfc/rfc7468. type: string + audience: + description: Audience is the OIDC audience for this address. + type: string name: description: Name is the name of the address. type: string
verify / Verify Deps and Codegen: config/serving/200-imported/200-serving/100-resources/service.yaml#L1
Please run ./hack/update-codegen.sh. diff --git a/config/serving/200-imported/200-serving/100-resources/service.yaml b/config/serving/200-imported/200-serving/100-resources/service.yaml index 92e7fb7..0ceacb4 100644 --- a/config/serving/200-imported/200-serving/100-resources/service.yaml +++ b/config/serving/200-imported/200-serving/100-resources/service.yaml @@ -251,6 +251,19 @@ spec: description: Minimum consecutive failures for the probe to be considered failed after having succeeded. Defaults to 3. Minimum value is 1. type: integer format: int32 + grpc: + description: GRPC specifies an action involving a GRPC port. + type: object + required: + - port + properties: + port: + description: Port number of the gRPC service. Number must be in the range 1 to 65535. + type: integer + format: int32 + service: + description: "Service is the name of the service to place in the gRPC HealthCheckRequest (see https://github.com/grpc/grpc/blob/master/doc/health-checking.md). \n If this is not specified, the default behavior is defined by gRPC." + type: string httpGet: description: HTTPGet specifies the http request to perform. type: object @@ -359,6 +372,19 @@ spec: description: Minimum consecutive failures for the probe to be considered failed after having succeeded. Defaults to 3. Minimum value is 1. type: integer format: int32 + grpc: + description: GRPC specifies an action involving a GRPC port. + type: object + required: + - port + properties: + port: + description: Port number of the gRPC service. Number must be in the range 1 to 65535. + type: integer + format: int32 + service: + description: "Service is the name of the service to place in the gRPC HealthCheckRequest (see https://github.com/grpc/grpc/blob/master/doc/health-checking.md). \n If this is not specified, the default behavior is defined by gRPC." + type: string httpGet: description: HTTPGet specifies the http request to perform. type: object @@ -452,7 +478,7 @@ spec: - type: string x-kubernetes-int-or-string: true requests: - description: 'Requests describes the minimum amount of compute resources required. If Requests is omitted for a container, it defaults to Limits if that is explicitly specified, otherwise to an implementation-defined value. More info: https://kubernetes.io/docs/concepts/configuration/manage-resources-containers/' + description: 'Requests describes the minimum amount of compute resources required. If Requests is omitted for a container, it defaults to Limits if that is explicitly specified, ot
verify / Verify Deps and Codegen: vendor/k8s.io/apimachinery/pkg/api/meta/OWNERS#L1
Please run ./hack/update-codegen.sh.
verify / Verify Deps and Codegen
Node.js 16 actions are deprecated. Please update the following actions to use Node.js 20: actions/setup-go@v4, actions/checkout@v3. For more information see: https://github.blog/changelog/2023-09-22-github-actions-transitioning-from-node-16-to-node-20/.
verify / Verify Deps and Codegen
Restore cache failed: Dependencies file is not found in /home/runner/work/hakn/hakn. Supported file pattern: go.sum