Skip to content
This repository has been archived by the owner on Oct 28, 2020. It is now read-only.

Bugfix/vision topology #79

Merged
merged 2 commits into from
Dec 20, 2018
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 4 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,10 @@

## UNRELEASED

### BUG FIXES

* Vision sample topology upload fails on component version issue ([GH-78](https://github.com/ystia/yorc-a4c-plugin/issues/78))

## 3.1.0-RC2 (December 18, 2018)

### DEPENDENCIES
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ tosca_definitions_version: alien_dsl_2_0_0

metadata:
template_name: VisionTopology
template_version: 0.1.0
template_version: 0.1.0-SNAPSHOT
template_author: yorc

description: >
Expand All @@ -27,7 +27,7 @@ description: >
imports:
- tosca-normative-types:1.0.0-ALIEN20
- yorc-types:1.0.0
- org.ystia.yorc.samples.vision.linux.ansible:1.0.0
- org.ystia.yorc.samples.vision.linux.ansible:1.0.0-SNAPSHOT

topology_template:
inputs:
Expand Down