This is an automated email from the ASF dual-hosted git repository. astefanutti pushed a commit to branch main in repository https://gitbox.apache.org/repos/asf/camel-k.git
commit b2e35e31022e1deb46220387313aa9bf42d33667 Author: John Poth <poth.j...@gmail.com> AuthorDate: Wed Sep 1 11:45:07 2021 +0200 Fix #2553 Upgrade SBO to v0.9.1 --- .github/workflows/kubernetes.yml | 2 +- go.mod | 2 +- go.sum | 4 ++-- 3 files changed, 4 insertions(+), 4 deletions(-) diff --git a/.github/workflows/kubernetes.yml b/.github/workflows/kubernetes.yml index 52bdbd4..57e6f8b 100644 --- a/.github/workflows/kubernetes.yml +++ b/.github/workflows/kubernetes.yml @@ -103,7 +103,7 @@ jobs: run: | echo "Installing Service Binding Operator" - export SERVICE_BINDING_VERSION=v0.8.0 + export SERVICE_BINDING_VERSION=v0.9.1 kubectl apply -f https://github.com/redhat-developer/service-binding-operator/releases/download/$SERVICE_BINDING_VERSION/release.yaml echo "Waiting for all pods to be ready in service-binding-operator" kubectl wait --for=condition=Ready pod --all -n service-binding-operator --timeout=60s diff --git a/go.mod b/go.mod index 8dc7894..ad7a86c 100644 --- a/go.mod +++ b/go.mod @@ -30,7 +30,7 @@ require ( github.com/prometheus/client_model v0.2.0 github.com/prometheus/common v0.30.0 github.com/radovskyb/watcher v1.0.6 - github.com/redhat-developer/service-binding-operator v0.8.0 + github.com/redhat-developer/service-binding-operator v0.9.1 github.com/rs/xid v1.2.1 github.com/scylladb/go-set v1.0.2 github.com/shurcooL/httpfs v0.0.0-20190707220628-8d4bc4ba7749 diff --git a/go.sum b/go.sum index 9e2ad2b..3f1d3d7 100644 --- a/go.sum +++ b/go.sum @@ -874,8 +874,8 @@ github.com/prometheus/tsdb v0.7.1/go.mod h1:qhTCs0VvXwvX/y3TZrWD7rabWM+ijKTux40T github.com/radovskyb/watcher v1.0.6 h1:8WIQ9UxEYMZjem1OwU7dVH94DXXk9mAIE1i8eqHD+IY= github.com/radovskyb/watcher v1.0.6/go.mod h1:78okwvY5wPdzcb1UYnip1pvrZNIVEIh/Cm+ZuvsUYIg= github.com/rcrowley/go-metrics v0.0.0-20181016184325-3113b8401b8a/go.mod h1:bCqnVzQkZxMG4s8nGwiZ5l3QUCyqpo9Y+/ZMZ9VjZe4= -github.com/redhat-developer/service-binding-operator v0.8.0 h1:33nrUwKm+Osr8I/g9qZZ6Hf41dfePfZndS02/xyAYiI= -github.com/redhat-developer/service-binding-operator v0.8.0/go.mod h1:Z3fFouJGqy08JVWBFgb9ZyDcddcqx+AUIuMOeMFU8pQ= +github.com/redhat-developer/service-binding-operator v0.9.1 h1:mZ4gp6v5lXWHmoznXtKDSuSh8q/KK7MDZODbHfkSNoY= +github.com/redhat-developer/service-binding-operator v0.9.1/go.mod h1:D415gZQiz5Q8zyRbmrNrlieb6Xp73oFtCb+nCuTL6GA= github.com/remyoudompheng/bigfft v0.0.0-20170806203942-52369c62f446/go.mod h1:uYEyJGbgTkfkS4+E/PavXkNJcbFIpEtjt2B0KDQ5+9M= github.com/rickb777/date v1.13.0 h1:+8AmwLuY1d/rldzdqvqTEg7107bZ8clW37x4nsdG3Hs= github.com/rickb777/date v1.13.0/go.mod h1:GZf3LoGnxPWjX+/1TXOuzHefZFDovTyNLHDMd3qH70k=