Skip to content
Snippets Groups Projects
To find the state of this project's repository at the time of any of these versions, check out the tags.

3.2.1 (2022-12-01)

Bug Fixes

  • typo in sbom outputName (9029fa4)

3.2.0 (2022-11-28)

Features

  • add a job generating software bill of materials (ec6f987)

3.1.4 (2022-10-20)

Bug Fixes

  • add MAVEN_DEPENDENCY_CHECK_DISABLED variable (b26c67c)
  • kicker.json and README for dependency-check and forbid-snapshot-dependencies jobs (912e0f3)

3.1.3 (2022-10-06)

Bug Fixes

  • maven: use Maven CLI options (2be56aa)

3.1.2 (2022-10-04)

Bug Fixes

  • remove quotes embeded with value (d115fd4)

3.1.1 (2022-09-30)

Bug Fixes

  • add processing to add -X when TRACE is set (754d309)

3.1.0 (2022-08-10)

Bug Fixes

Features

  • manage Sonar task cache in GitLab (ba82d4c)
  • migrate $SONAR_AUTH_TOKEN to $SONAR_TOKEN (standard) (841cedf)
  • migrate $SONAR_URL to $SONAR_HOST_URL (standard) (0edf601)
  • remove explicit MR analysis (3db0b12)
  • remove support of Sonar GitLab plugin (discontinued) (167cddd)
  • standardize wait for quality gate impl (d47e40d)

3.0.0 (2022-08-05)

Features

BREAKING CHANGES

  • change default workflow from Branch pipeline to MR pipeline

2.3.0 (2022-05-01)

Features

  • configurable tracking image (124762b)

2.2.0 (2022-04-28)

Features

  • Add a MAVEN_PROJECT_DIR (7bdc6fe)

2.1.6 (2022-04-26)

Bug Fixes

  • migrate deprecated CI_BUILD_REF_NAME variable (ed46369)

2.1.5 (2022-04-02)

Bug Fixes

  • dependency-check: Use aggregate goal to support multi-modules projects (bbddc72)

2.1.4 (2022-02-25)

Bug Fixes

  • artifacts: always publish test artifacts (3bcb0bc)

2.1.3 (2022-02-04)

Bug Fixes

  • Use Dmaven.test.skip to avoid compiling and running tests instead of DskipTests (d7c2da1)

2.1.2 (2021-10-07)

Bug Fixes

  • use master or main for production env (d5cac44)

2.1.1 (2021-09-23)

Bug Fixes

  • mvn-release missing reusing .mvn-base before_script (2d87f8d)

2.1.0 (2021-09-13)

Features

  • auto-detect Maven settings file (70f04e3)

2.0.1 (2021-09-07)

Bug Fixes

  • maven-enforcer-plugin version upgrade (30dcc01)

2.0.0 (2021-09-03)

Features

  • Change boolean variable behaviour (16ead86)

BREAKING CHANGES

  • boolean variable now triggered on explicit 'true' value

Signed-off-by: Cédric OLIVIER cedric3.olivier@orange.com

1.4.2 (2021-06-15)

Bug Fixes

  • sonar: prevent shallow git clone (required by Sonar Scanner) (4dbd90e)

1.4.1 (2021-06-15)

Bug Fixes

  • autodetect MR when a milestone is here (c4fbdf3)

1.4.0 (2021-06-10)

Features

1.3.0 (2021-06-07)

Bug Fixes

  • use curl instead of wget in get_latest_template_version script (96b191f)

Features

  • sonar: autodetect Merge Request from current branch (10c3058)

1.2.0 (2021-05-18)

Features

  • add scoped variables support (9089860)

1.1.2 (2021-05-12)

Bug Fixes

  • make semrel integration disableable (dd29f28)

1.1.1 (2021-05-12)

Bug Fixes

  • forbid-snapshot-dependencies: use CLI options (24cfb7b)

1.1.0 (2021-05-07)

Features

  • add forbid snapshot dependencies job (295f385)
  • add semantic-release integration (d99c6bb)

1.0.0 (2021-05-06)

Features