This repository was archived by the owner on Oct 29, 2021. It is now read-only.
Releases: elbb/bb-gitversion
Releases · elbb/bb-gitversion
0.9.1
0.9.0
- cicd: add regression test - **breaking change**: rm `GitVersion_BranchVersion` and `GitVersion_BranchVersionDockerLabel` - update gitversion config - rename master -> main for main branch - reconfigure mode of feature branch to ContinuousDeployment - entrypoint.sh: add user only if not already existing
0.8.4
0.8.3
0.8.2
0.8.1
- introduced environment variable GIT_BRANCH - optional, set to branchname if checkout is in detached state (e.g. detached checkout by ci/cd) (cause: upstream gittools/gitversion currently detects head commit of detached checkouts in branch "branchname" and "origin/branchname" which is not unambiguous) - use gittools/gitversion in alpine flavour
0.8.0
- add docker user/password for all docker images used for concourse ci - **breaking change**: if you use bb-gitversion to label docker images use now GitVersion_FullSemVerDockerLabel or GitVersion_BranchVersionDockerLabel; this version does not replace + with - in all GitVersion_-variables anymore - set the environment variable DEFAULT_BRANCH to configure the default branch of the repository; per default DEFAULT_BRANCH==master; - set the environment variable VERBOSE=1 to print generated gitversion variables
0.7.0
- updated ci pipeline tagging (reintegrated bb-buildingblock) - added default.env, local.env.template and doku how to use it -> enables setting default and local environment variables for dobi targets - dobi.sh downloads dobi if dobi is not $PATH - dobi.sh: parameter checking and handling for dobi target list and dobi.sh target version - added email notification on error/success in concourse pipeline