Skip to content
This repository has been archived by the owner on May 4, 2018. It is now read-only.

2.1.0

Compare
Choose a tag to compare
@goldmann goldmann released this 28 Jun 12:05
· 24 commits to develop since this release
7d6c8cd

This release makes it easier to work with CCT (Container Configuration Tool).

  • Dist-git plugin was extended and it's now possible to specify the repository and branch name to sync with, #147
    You can now use the image descriptor to define the repository and branch name for the dist-git plugin:
    dogen:
        plugins:
            dit_git:
                repo: repo-name
                branch: branch-name
    With the addition of --dist-git-assume-yes this will enable non-interactive syncs with dist-git repositories.
  • CCT was updated to 0.3.0, #162
  • Cleanup of CCT modules after installation, #157