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.0

07 Jun 11:29
d3bdb39
Compare
Choose a tag to compare
  • The --additional-scripts option was removed, #133
  • The maintainer key now generates a maintainer label, not the MAINTAINER instruction, #129
  • The description key now generates a description label, #137
  • Output logs are now colored, #142
  • In sources section you can now specify a hint for the artifacts - it will be displayed when there is a problem with fetching it, #131
  • When downloading fails when the DOGEN_SOURCES_CACHE - try to download from original location, #130
  • Schema change: in sources, the url was renamed to artifact, #132, example:
    sources:
        - url: jboss-eap-6.4.0.zip
          md5: 19a5d37631919a111ddf42ceda1a9f0b5
    becomes:
    sources:
        - artifact: jboss-eap-6.4.0.zip
          md5: 19a5d37631919a111ddf42ceda1a9f0b5
  • Schema change: environment variables section was simplified, #127 , example:
    envs:
        information:
            - name: "JBOSS_HOME"
              value: "/opt/eap"
        configuration:
            - name: "DEBUG"
              example: "true"
              description: "Specify true to enable development mode (debugging)."
            - name: "DEBUG_PORT"
              example: "8787"
              description: "Specify the port to use for debugging. If not set, the default EAP debug port will be used (8787).  Only applicable when development mode is enabled."
    becomes:
    envs:
        - name: "JBOSS_HOME"
          value: "/opt/eap"
        - name: "DEBUG"
          example: "true"
          description: "Specify true to enable development mode (debugging)."
        - name: "DEBUG_PORT"
          example: "8787"
          description: "Specify the port to use for debugging. If not set, the default EAP debug port will be used (8787).  Only applicable when development mode is enabled."

2.0.0rc16

29 May 14:07
ad6d1d5
Compare
Choose a tag to compare
2.0.0rc16 Pre-release
Pre-release
  • The debugport key was removed, #124
  • If there are no changes made to dist-git - do not commit #125

2.0.0rc15

29 May 14:05
445b318
Compare
Choose a tag to compare
2.0.0rc15 Pre-release
Pre-release
  • Rewrite of plugins so that they work with dist-git plugin

2.0.0rc14

29 May 14:04
7c83696
Compare
Choose a tag to compare
2.0.0rc14 Pre-release
Pre-release
  • Do not add release number to the commit message
  • Initial support for fetching CCT as a zip

2.0.0rc13

10 May 10:57
3755e2f
Compare
Choose a tag to compare
2.0.0rc13 Pre-release
Pre-release

2.0.0rc12

26 Apr 13:33
3ff83ae
Compare
Choose a tag to compare
2.0.0rc12 Pre-release
Pre-release
  • Suport for volumes
  • Support for multiple hashes

2.0.0rc11

19 Apr 11:20
Compare
Choose a tag to compare
2.0.0rc11 Pre-release
Pre-release
Release 2.0.0rc11

2.0.0rc10

07 Apr 09:52
6568f6d
Compare
Choose a tag to compare
2.0.0rc10 Pre-release
Pre-release

CCT plugin rewrite

2.0.0rc9

10 Feb 10:37
cc935a4
Compare
Choose a tag to compare
2.0.0rc9 Pre-release
Pre-release

Fixed bug when specifying the target artifact filename together with DOGEN_SOURCES_CACHE env variable.

2.0.0rc8

10 Feb 10:35
1f69796
Compare
Choose a tag to compare
2.0.0rc8 Pre-release
Pre-release

Small typo fix.