diff --git a/apollo/impl/v1/advisory.go b/apollo/impl/v1/advisory.go index fe956f1..238976c 100644 --- a/apollo/impl/v1/advisory.go +++ b/apollo/impl/v1/advisory.go @@ -48,6 +48,7 @@ import ( "time" ) +// ListAdvisories returns advisories with given filters func (s *Server) ListAdvisories(_ context.Context, req *apollopb.ListAdvisoriesRequest) (*apollopb.ListAdvisoriesResponse, error) { if err := req.ValidateAll(); err != nil { return nil, err diff --git a/config/jobs/postsubmits.yaml b/config/jobs/postsubmits.yaml index dcee8fe..51bcdfc 100644 --- a/config/jobs/postsubmits.yaml +++ b/config/jobs/postsubmits.yaml @@ -14,7 +14,7 @@ postsubmits: nodeSelector: peridot.rockylinux.org/workflow-tolerates-arch: amd64 containers: - - image: quay.io/peridot/ci:v0.3.17 + - image: quay.io/peridot/ci:v0.3.19 command: - hack/unit_tests.sh @@ -32,7 +32,7 @@ postsubmits: nodeSelector: peridot.rockylinux.org/workflow-tolerates-arch: amd64 containers: - - image: quay.io/peridot/ci:v0.3.17 + - image: quay.io/peridot/ci:v0.3.19 command: - hack/build_all_frontends.sh @@ -51,6 +51,6 @@ postsubmits: nodeSelector: peridot.rockylinux.org/workflow-tolerates-arch: amd64 containers: - - image: quay.io/peridot/ci:v0.3.17 + - image: quay.io/peridot/ci:v0.3.19 command: - hack/deploy_impacted.sh diff --git a/config/jobs/presubmits.yaml b/config/jobs/presubmits.yaml index b4e6372..014de99 100644 --- a/config/jobs/presubmits.yaml +++ b/config/jobs/presubmits.yaml @@ -28,7 +28,7 @@ presubmits: nodeSelector: peridot.rockylinux.org/workflow-tolerates-arch: amd64 containers: - - image: quay.io/peridot/ci:v0.3.17 + - image: quay.io/peridot/ci:v0.3.19 command: - hack/unit_tests.sh @@ -46,7 +46,7 @@ presubmits: nodeSelector: peridot.rockylinux.org/workflow-tolerates-arch: amd64 containers: - - image: quay.io/peridot/ci:v0.3.17 + - image: quay.io/peridot/ci:v0.3.19 command: - hack/non_manual_build.sh @@ -64,7 +64,7 @@ presubmits: nodeSelector: peridot.rockylinux.org/workflow-tolerates-arch: amd64 containers: - - image: quay.io/peridot/ci:v0.3.17 + - image: quay.io/peridot/ci:v0.3.19 command: - hack/frontend_build.sh @@ -75,6 +75,6 @@ presubmits: decorate: true spec: containers: - - image: quay.io/peridot/ci:v0.3.17 + - image: quay.io/peridot/ci:v0.3.19 command: - hack/gofmt_check.sh