Skip to content

Commit

Permalink
Merge pull request #141 from boschglobal/feature/release-0.7.0
Browse files Browse the repository at this point in the history
Feature/release 0.7.0
  • Loading branch information
mariaivanova-git authored Oct 17, 2021
2 parents b3e2a30 + b2f6e14 commit dbb318d
Show file tree
Hide file tree
Showing 15 changed files with 27 additions and 329 deletions.
8 changes: 8 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,14 @@

## [Unreleased]

- 0.7.0, js-sdk-0.7.0, py-sdk-0.7.0 [2021-10-15]

- IoT Event Analytics platform now uses types.json based on VSS Release 2.2.
src/tools/vss provides types.json for VSS Release 2.1 and 2.2.
- The container image of the TestRunner is now self contained. This is achieved by providing dynamic registration of TestSuites in the TestRunner. TestRunner is backward compatible: static feed of test suites from the config.json is still allowed. Added new methods in the TestSuite: register() and triggerTestRun().
- Bugfix in FunctionTalent in handling errors thrown during Talent function execution.
- Bugfix in IoT Event Analytics platform: add signal handler for smooth stop.

- 0.6.0, js-sdk-0.6.0, py-sdk-0.6.0 [2021-09-01]
- Containerization of the integration tests
- Scripts and documentation for Integration Test Framework
Expand Down
4 changes: 2 additions & 2 deletions docker-compose/docker-compose.integration_tests_cpp.yml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ services:
build:
context: ..
labels:
iotea.iotea.version: "0.6.0"
iotea.iotea.version: "0.7.0"
dockerfile: ./docker/integration-tests/cpp-test-suite/test_suite/Dockerfile.${ARCH}
args:
- HTTP_PROXY=${DOCKER_HTTP_PROXY}
Expand All @@ -17,7 +17,7 @@ services:
build:
context: ..
labels:
iotea.iotea.version: "0.6.0"
iotea.iotea.version: "0.7.0"
dockerfile: ./docker/integration-tests/cpp-test-suite/test_fnc/Dockerfile.${ARCH}
args:
- HTTP_PROXY=${DOCKER_HTTP_PROXY}
Expand Down
6 changes: 3 additions & 3 deletions docker-compose/docker-compose.integration_tests_js.yml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ services:
build:
context: ..
labels:
iotea.iotea.version: "0.6.0"
iotea.iotea.version: "0.7.0"
dockerfile: ./docker/integration-tests/javascript-test-suite/test_suite/Dockerfile.${ARCH}
args:
- HTTP_PROXY=${DOCKER_HTTP_PROXY}
Expand All @@ -17,7 +17,7 @@ services:
build:
context: ..
labels:
iotea.iotea.version: "0.6.0"
iotea.iotea.version: "0.7.0"
dockerfile: ./docker/integration-tests/javascript-test-suite/test_fnc/Dockerfile.${ARCH}
args:
- HTTP_PROXY=${DOCKER_HTTP_PROXY}
Expand All @@ -29,7 +29,7 @@ services:
build:
context: ..
labels:
iotea.iotea.version: "0.6.0"
iotea.iotea.version: "0.7.0"
dockerfile: ./docker/integration-tests/javascript-test-suite/test_events/Dockerfile.${ARCH}
args:
- HTTP_PROXY=${DOCKER_HTTP_PROXY}
Expand Down
4 changes: 2 additions & 2 deletions docker-compose/docker-compose.integration_tests_py.yml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ services:
build:
context: ..
labels:
iotea.iotea.version: "0.6.0"
iotea.iotea.version: "0.7.0"
dockerfile: docker/integration-tests/python-test-suite/test_suite/Dockerfile.${ARCH}
args:
- HTTP_PROXY=${DOCKER_HTTP_PROXY}
Expand All @@ -17,7 +17,7 @@ services:
build:
context: ..
labels:
iotea.iotea.version: "0.6.0"
iotea.iotea.version: "0.7.0"
dockerfile: docker/integration-tests/python-test-suite/test_fnc/Dockerfile.${ARCH}
args:
- HTTP_PROXY=${DOCKER_HTTP_PROXY}
Expand Down
2 changes: 1 addition & 1 deletion docker-compose/docker-compose.integration_tests_runner.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ services:
build:
context: ..
labels:
iotea.iotea.version: "0.6.0"
iotea.iotea.version: "0.7.0"
dockerfile: ./docker/integration-tests/python-test-suite/test_runner/Dockerfile.${ARCH}
args:
- HTTP_PROXY=${DOCKER_HTTP_PROXY}
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ services:
build:
context: ..
labels:
iotea.iotea.version: "0.6.0"
iotea.iotea.version: "0.7.0"
dockerfile: ./docker/integration-tests/python-test-suite/test_runner/Dockerfile.${ARCH}
args:
- HTTP_PROXY=${DOCKER_HTTP_PROXY}
Expand Down
2 changes: 1 addition & 1 deletion docker-compose/docker-compose.platform-slim.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ services:
build:
context: ..
labels:
iotea.platform.version: "0.6.0"
iotea.platform.version: "0.7.0"
dockerfile: docker/platform/Dockerfile.slim.amd64
args:
- HTTP_PROXY=${DOCKER_HTTP_PROXY}
Expand Down
4 changes: 2 additions & 2 deletions docker-compose/docker-compose.platform.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ services:
build:
context: ..
labels:
iotea.platform.version: "0.6.0"
iotea.platform.version: "0.7.0"
dockerfile: docker/config/Dockerfile.${ARCH}
args:
- HTTP_PROXY=${DOCKER_HTTP_PROXY}
Expand All @@ -23,7 +23,7 @@ services:
build:
context: ..
labels:
iotea.platform.version: "0.6.0"
iotea.platform.version: "0.7.0"
dockerfile: docker/pipeline/Dockerfile.${ARCH}
args:
- HTTP_PROXY=${DOCKER_HTTP_PROXY}
Expand Down
4 changes: 2 additions & 2 deletions get-sdks.js
Original file line number Diff line number Diff line change
Expand Up @@ -17,8 +17,8 @@ var HttpsProxyAgent = require('https-proxy-agent');
(async () => {
await Promise.all([
download('https://github.com/GENIVI/iot-event-analytics/releases/download/vscode-ext-0.9.9/iotea-0.9.9.vsix', path.resolve(__dirname, 'src', 'sdk', 'vscode', 'lib')),
download('https://github.com/GENIVI/iot-event-analytics/releases/download/py-sdk-0.6.0/boschio_iotea-0.6.0-py3-none-any.whl', path.resolve(__dirname, 'src', 'sdk', 'python', 'lib')),
download('https://github.com/GENIVI/iot-event-analytics/releases/download/js-sdk-0.6.0/boschio.iotea-0.6.0.tgz', path.resolve(__dirname, 'src', 'sdk', 'javascript', 'lib'))
download('https://github.com/GENIVI/iot-event-analytics/releases/download/py-sdk-0.7.0/boschio_iotea-0.7.0-py3-none-any.whl', path.resolve(__dirname, 'src', 'sdk', 'python', 'lib')),
download('https://github.com/GENIVI/iot-event-analytics/releases/download/js-sdk-0.7.0/boschio.iotea-0.7.0.tgz', path.resolve(__dirname, 'src', 'sdk', 'javascript', 'lib'))
])
.catch(err => {
console.error(`ERROR: ${err.message}`);
Expand Down
Loading

0 comments on commit dbb318d

Please sign in to comment.