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.0.0rc7

31 Jan 15:33
669f2a3
Compare
Choose a tag to compare
2.0.0rc7 Pre-release
Pre-release

Changes

Small fix to ensure that if we rename the artifact - it'll be added in the new name to the container.

2.0.0rc6

31 Jan 13:30
e3a0ea4
Compare
Choose a tag to compare
2.0.0rc6 Pre-release
Pre-release

Changes

  • Allow to rename the artifact in sources section to be renamed after it'll be fetched, #71

2.0.0rc5

31 Jan 13:19
Compare
Choose a tag to compare
2.0.0rc5 Pre-release
Pre-release

Changes

  • Better Dockerfile - uses files from the repo directly
  • Enabling dist-git plugin is now dony by using --dist-git-enable switch.
  • Enhanced dist-git plugin by adding --dist-git-assume-yes switch which will make the use of dogen almost non-interactive - you still need to choose the branch you want to sync with, #68

2.0.0rc4

09 Dec 13:01
79e789d
Compare
Choose a tag to compare
2.0.0rc4 Pre-release
Pre-release

Changes

  • Fix a bug where enviroment variables were not preserved when running using Docker image

2.0.0rc3

13 Oct 08:52
2ae3b9c
Compare
Choose a tag to compare
2.0.0rc3 Pre-release
Pre-release

Changes

  • Fixed dist-git plugin which failed when there were no sources to upload
  • Updated dist-git plugin to search for new style labels

2.0.0rc2

13 Oct 08:50
28bf36f
Compare
Choose a tag to compare
2.0.0rc2 Pre-release
Pre-release

Changes

  • Fixed #49 - All discovered plugins are now invoked and are responsible to check if they can perform (all requirements are met)
  • Updated template to use new style labels

Enhancements

  • All plugins now have access to command line arguments and also can register its own options via Plugin.inject_args() method
  • Dist-git plugin is now used only if --enable-dist-git option is passed to dogen

2.0.0rc1

29 Sep 13:07
e1f55ab
Compare
Choose a tag to compare
2.0.0rc1 Pre-release
Pre-release

Descriptor format changes

  • openshift key was removed, use newly added user instead
  • hash was renamed to md5sum

Other changes

--scripts CLI parameter was renamed to --scripts-url

Enhancements