Skip to content
This repository was archived by the owner on Oct 29, 2021. It is now read-only.

Releases: elbb/bb-gitversion

0.9.1

11 Aug 09:05
0.9.1
957af0e

Choose a tag to compare

- dobi: fix gitversion image tag in dobi build
  (non existing BranchVersionDockerLabel -> FullSemVerDockerLabel)

0.9.0

05 Aug 06:10
0.9.0
0b0e1cc

Choose a tag to compare

- 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

30 Jun 14:18
0.8.4
4a9a770

Choose a tag to compare

- use upstream gitversion 5.6.11
- fix race getting gitversion in pipeline
- mv pipeline.yaml -> ci/pipeline.yaml
- changed default branch master -> main

0.8.3

20 Apr 10:41
0.8.3
a55aaac

Choose a tag to compare

added GitVersion_InformationalVersionDockerLabel that replaces '+' to '-' characters from GitVersion_InformationalVersion

0.8.2

23 Mar 08:35
0.8.2
e4229e0

Choose a tag to compare

- fixed parsing of DEFAULT_BRANCH when it includes a slash

0.8.1

28 Jan 19:54
0.8.1
245d3a2

Choose a tag to compare

- 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

24 Jan 16:42
0.8.0
2e92c85

Choose a tag to compare

- 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

22 Oct 12:16
0.7.0
00da5ee

Choose a tag to compare

- 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

0.6.2

24 Jun 08:02
45449fd

Choose a tag to compare

  • added branch version to gitversion json file.
  • the genenrated files (plain, env and cpp now also contain the branch version)

0.6.1

18 Jun 09:45
58073c4

Choose a tag to compare

  • cpp version header namespace elbb::version