From 1e7cba8cc1b2d0d49c7d2ea7847d97abf41ac6a0 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Laurent=20Al=C3=A9p=C3=A9e?= Date: Thu, 8 Jun 2023 18:13:51 +0200 Subject: [PATCH] fix README and change connector.yaml template --- README.md | 17 +---------------- platform/connector.yaml | 2 +- 2 files changed, 2 insertions(+), 17 deletions(-) diff --git a/README.md b/README.md index db1da9f..d5203ad 100644 --- a/README.md +++ b/README.md @@ -2,22 +2,6 @@ The aim of this project is to read data from Cosmo Tech Twin Cache solution -## Changelog - -### Version 0.0.3 - -#### Features - --Add password management - -### Version 0.0.2 - -#### Fix - -- Change EXPORT_PATH to CSM_FETCH_ABSOLUTE_PATH - -### Version 0.0.1 - #### Features - Read data from Cosmo Tech Twin Cache solution regarding environment variables @@ -62,6 +46,7 @@ Fill the following command with your information: export TWIN_CACHE_HOST= export TWIN_CACHE_NAME= export TWIN_CACHE_PORT= +export TWIN_CACHE_PASSWORD= export CSM_FETCH_ABSOLUTE_PATH= ``` diff --git a/platform/connector.yaml b/platform/connector.yaml index cd91fa0..71baafa 100644 --- a/platform/connector.yaml +++ b/platform/connector.yaml @@ -34,4 +34,4 @@ repository: cosmo-tech/twincache-connector tags: - SimuOps Connector dev url: https://github.com/Cosmo-Tech/twincache-connector -version: 0.1.1 +version: 0.2.0