diff --git a/api/v1/testkube.yaml b/api/v1/testkube.yaml index 669d2ad142..53c8a37afb 100644 --- a/api/v1/testkube.yaml +++ b/api/v1/testkube.yaml @@ -7170,8 +7170,6 @@ components: $ref: "#/components/schemas/TestWorkflowRunningContextInterface" actor: $ref: "#/components/schemas/TestWorkflowRunningContextActor" - caller: - $ref: "#/components/schemas/TestWorkflowRunningContextCaller" TestWorkflowRunningContextCaller: description: running context caller for test workflow execution @@ -7211,14 +7209,6 @@ components: - testworkflow - testworkflowexecution - TestWorkflowRunningContextCallerResourceType: - description: supported caller resource types for test workflow running context - type: string - enum: - - testworkflow - - testworkflowexecution - - testtrigger - Webhook: description: CRD based webhook data type: object diff --git a/go.mod b/go.mod index 46364e0072..cab4ba7cf3 100644 --- a/go.mod +++ b/go.mod @@ -34,7 +34,7 @@ require ( github.com/kballard/go-shellquote v0.0.0-20180428030007-95032a82bc51 github.com/kelseyhightower/envconfig v1.4.0 github.com/kubepug/kubepug v1.7.1 - github.com/kubeshop/testkube-operator v1.15.2-beta1.0.20240709112440-17212074779e + github.com/kubeshop/testkube-operator v1.15.2-beta1.0.20241004144749-280aeba10b40 github.com/minio/minio-go/v7 v7.0.47 github.com/montanaflynn/stats v0.6.6 github.com/moogar0880/problems v0.1.1 diff --git a/go.sum b/go.sum index a7e79f1cc1..7bf6c4021a 100644 --- a/go.sum +++ b/go.sum @@ -371,8 +371,8 @@ github.com/kr/text v0.2.0 h1:5Nx0Ya0ZqY2ygV366QzturHI13Jq95ApcVaJBhpS+AY= github.com/kr/text v0.2.0/go.mod h1:eLer722TekiGuMkidMxC/pM04lWEeraHUUmBw8l2grE= github.com/kubepug/kubepug v1.7.1 h1:LKhfSxS8Y5mXs50v+3Lpyec+cogErDLcV7CMUuiaisw= github.com/kubepug/kubepug v1.7.1/go.mod h1:lv+HxD0oTFL7ZWjj0u6HKhMbbTIId3eG7aWIW0gyF8g= -github.com/kubeshop/testkube-operator v1.15.2-beta1.0.20240709112440-17212074779e h1:IbhFGLyoHQhZUZwAPcXwO/5ttaWYjaRrGmJ2dK6mDoE= -github.com/kubeshop/testkube-operator v1.15.2-beta1.0.20240709112440-17212074779e/go.mod h1:P47tw1nKQFufdsZndyq2HG2MSa0zK/lU0XpRfZtEmIk= +github.com/kubeshop/testkube-operator v1.15.2-beta1.0.20241004144749-280aeba10b40 h1:8FrH3op0KpQHBKVHMq7FmSTOiIH49S/5+LnDLKm3/bQ= +github.com/kubeshop/testkube-operator v1.15.2-beta1.0.20241004144749-280aeba10b40/go.mod h1:P47tw1nKQFufdsZndyq2HG2MSa0zK/lU0XpRfZtEmIk= github.com/leodido/go-urn v1.2.1 h1:BqpAaACuzVSgi/VLzGZIobT2z4v53pjosyNd9Yv6n/w= github.com/leodido/go-urn v1.2.1/go.mod h1:zt4jvISO2HfUBqxjfIshjdMTYS56ZS/qv49ictyFfxY= github.com/lithammer/fuzzysearch v1.1.8 h1:/HIuJnjHuXS8bKaiTMeeDlW2/AyIWk2brx1V8LFgLN4=