Skip to content

Releases: OpenTOSCA/opentosca-docker

v3.0.0-harslevelu

24 Mar 13:47
Compare
Choose a tag to compare

Latest version of OpenTOSCA components as a Docker Compose file, for more see:

Container
Winery
Engine-IA
ODE
Camunda-BPMN
UI

v2.4.0-kypreiko

18 Jun 09:05
Compare
Choose a tag to compare
  • Add feature to trigger plans on event occurrence
  • Add adaptation and transformation plan support
  • Add placement support
  • Add support for TOSCA YAML Modeling
  • Add TOSCA4QC
  • Add Behavior Pattern Refinement
  • Multiple fixes

v2.3.0-goldmuskateller

01 Aug 14:54
Compare
Choose a tag to compare

Added

management feature enrichment functionality

Changed

minor issues fixed

v2.2.1-merlot

04 Jul 11:02
Compare
Choose a tag to compare

Changes

Fix hostnames for winery

Attachments

v2.2.0-merlot

04 Jul 06:48
Compare
Choose a tag to compare

Added

  • Winery feature configuration management
  • Node Template version update
  • CSAR accountability
  • Problem detection and solution selection for topology adaptation
  • Node Type management operation enrichment
  • Pattern-based deployment model and refinement
  • Support for multiple management plans of the same type
  • Management workflow generation (freeze, defrost, testing)
  • Situation-aware deployment
  • Distributed deployment

Changed

  • Issue fixes
  • Refactorings and reducing technical depts

Attachments

v2.1.0-silvaner

16 Aug 12:51
Compare
Choose a tag to compare

Change Log

Initial submission by @jojow: https://github.com/jojow/opentosca-dockerfiles

Added

  • Added override configuration to use WSO2 BPS.
  • Added production-ready configuration for Linux-based operating systems.
  • Added basic override configuration. Can be used with cp _docker-compose.override.yml docker-compose.override.yml.
  • Added a Changelog file based on the format of Keep a Changelog.
  • Added build arg GIT_REPO_URL to configure the used Git repository.
  • The containers (winery, web) are now able to be run individually, without the requirement to have a linked Tomcat image in place.
  • Eclipse Winery™ is used as Container Repository as well as Modelling Tool in separate containers.
  • Docker Compose configuration uses a bridge network in order to use service names as FQDNs.
  • Building opentosca-ui container with new Angular-based OpenTOSCA UI.
  • Building container for BMPN4TOSCA Modeler (winery-bpmn4tosca).
  • Docker Compose: Added Docker-in-Docker container (jpetazzo/dind) to run Docker-based topologies with OpenTOSCA.

Changed

  • Moved the Dockerfiles to dedicated repositories; building and publishing images to Docker Hub is now part of those repositories.
  • Changed default plan engine to Apache ODE.
  • Build Tomcat container from official image.
  • Build BPS container from official OpenJDK image.
  • Build opentosca-container container from official Maven image.
  • Build Winery container from official Maven image.
  • Docker Compose: Variable GIT_BRANCH can be used to build containers from a specific Git branch.

Removed

  • Removed Vinothek container since it will be replaced with the new OpenTOSCA UI (opentosca/ui).
  • Removed ROOT.war; it will be replaced with a new landing page in future.