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

Releases: jboss-dockerfiles/dogen

2.4.4

21 Sep 13:39
b6deefb
Compare
Choose a tag to compare

#199:

  • Revert some of the tech-preview changes in the previous release
  • remove "-tech-preview" from component label values

2.4.3

07 Sep 13:58
5d8c92b
Compare
Choose a tag to compare

Added

#197 Add support for generating tech-preview images

2.4.2

04 Sep 11:09
c23265c
Compare
Choose a tag to compare

Changed

#195 Set summary label to value provided in description key

2.4.1

27 Jul 14:26
Compare
Choose a tag to compare

changed

#180 updated CCT to 0.4.1

2.4.0

27 Jul 07:18
Compare
Choose a tag to compare

Added

#165 - Dogen is now able to execute --scratch builds for its dist-git plugin
#175 - Dogen dist-git plugins is now integrated with CCT

Changed

#178 - CCT was updated to 0.4.0

2.3.0

13 Jul 13:36
35de2a2
Compare
Choose a tag to compare

I you run the tool with CCT enabled images - it'll clone the modules next to the image dessriptor into the cct/ directory. This makes it easy for local changes. #171

2.2.1

04 Jul 06:50
9a073ce
Compare
Choose a tag to compare

Fixed template by removing curly bracket, #168

2.2.0

03 Jul 13:16
5c93280
Compare
Choose a tag to compare

It is now possible to use local CCT modules, #167.

Instead of cloning CCT modules specified in the image descriptor - you can put your local copy of the module into the cct/MODULE_NAME directory created next to the image descriptor. This module, instead of the one specified in image descriptor, will be used to build the image. This is very useful for local image building.

P.S. You can also symlink this module directory if you want. This way you can reuse the same local copy of module in multiple images.

2.1.0

28 Jun 12:05
7d6c8cd
Compare
Choose a tag to compare

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

2.0.1

13 Jun 13:27
c63edd6
Compare
Choose a tag to compare
  • Logging output is now printed to the correct stream, #144
  • Dogen will not fail if the artifact is locally available, but the hash is not specified, #145