You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@camel.apache.org by nf...@apache.org on 2018/11/05 13:27:41 UTC

[camel-k] 02/02: Document operator-sdk version 0.0.7

This is an automated email from the ASF dual-hosted git repository.

nferraro pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/camel-k.git

commit 8ced01e876cd3bb7dd0bebcbad477af4ecbec650
Author: nferraro <ni...@gmail.com>
AuthorDate: Fri Nov 2 11:50:15 2018 +0100

    Document operator-sdk version 0.0.7
---
 docs/developers.adoc | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/docs/developers.adoc b/docs/developers.adoc
index edb0407..80c29cd 100644
--- a/docs/developers.adoc
+++ b/docs/developers.adoc
@@ -15,7 +15,7 @@ In order to build the project, you need to comply with the following requirement
 
 * **Go version 1.10+**: needed to compile and test the project. Refer to the https://golang.org/[Go website] for the installation.
 * **Dep version 0.5.0**: for managing dependencies. You can find installation instructions in the https://github.com/golang/dep[dep GitHub repository].
-* **Operator SDK v0.0.6+**: used to build the operator and the Docker images. Instructions in the https://github.com/operator-framework/operator-sdk[Operator SDK website].
+* **Operator SDK v0.0.7+**: used to build the operator and the Docker images. Instructions in the https://github.com/operator-framework/operator-sdk[Operator SDK website] (binary downloads available in the release page).
 * **GNU Make**: used to define composite build actions. This should be already installed or available as package if you have a good OS (https://www.gnu.org/software/make/).
 
 [[checking-out]]