- Jan 29, 2025
-
-
semantic-release-bot authored
# [4.3.0](4.2.4...4.3.0) (2025-01-29) ### Features * disable tracking service by default ([f1266175](f1266175))
-
Benguria Elguezabal, Gorka authored
# Conflicts: # CHANGELOG.md
-
- Jan 27, 2025
-
-
semantic-release-bot authored
# [4.3.0](https://gitlab.com/to-be-continuous/sonar/compare/4.2.4...4.3.0) (2025-01-27) ### Features * disable tracking service by default ([f1266175](https://gitlab.com/to-be-continuous/sonar/commit/f126617552daa61071096d299f69fab631b1ecdb))
-
Clement Bois authored
-
- Jan 20, 2025
-
-
semantic-release-bot authored
## [4.2.4](4.2.3...4.2.4) (2025-01-20) ### Bug Fixes * **newer-sonar-image:** permissions for custom certificates ([6bc534d7](6bc534d7))
-
Benguria Elguezabal, Gorka authored
# Conflicts: # .gitlab-ci.yml # CHANGELOG.md # README.md
-
Benguria Elguezabal, Gorka authored
-
- Dec 22, 2024
-
-
Pierre Smeyers authored
-
- Dec 09, 2024
-
-
Clement Bois authored
Signed-off-by:
Clement Bois <clement.bois@orange.com>
-
- Nov 22, 2024
-
-
Clement Bois authored
Signed-off-by:
Clement Bois <clement.bois@orange.com>
-
- Oct 20, 2024
-
-
semantic-release-bot authored
## [4.2.4](https://gitlab.com/to-be-continuous/sonar/compare/4.2.3...4.2.4) (2024-10-20) ### Bug Fixes * **newer-sonar-image:** permissions for custom certificates ([6bc534d7](https://gitlab.com/to-be-continuous/sonar/commit/6bc534d7b4df7bb558dd3ca3e9f922ef5ebf0882))
-
Pierre Smeyers authored
fix(newer-sonar-image): permissions for custom certificates Closes #26 See merge request to-be-continuous/sonar!53
-
- Oct 16, 2024
-
-
Florian Hennig authored
this should fix https://gitlab.com/to-be-continuous/sonar/-/issues/26 fix typo in log and variable name Signed-off-by:
Florian Hennig <florian.hennig@committance.com>
-
- Sep 06, 2024
-
-
to be continuous bot authored
chore(deps): update dependency to-be-continuous/bash to v3.5 See merge request to-be-continuous/sonar!52
-
to be continuous bot authored
-
- Aug 29, 2024
-
-
Benguria Elguezabal, Gorka authored
-
Benguria Elguezabal, Gorka authored
# Conflicts: # .gitlab-ci.yml
-
- Aug 21, 2024
-
-
Pierre Smeyers authored
-
- Aug 11, 2024
-
-
Pierre Smeyers authored
-
Pierre Smeyers authored
-
Pierre Smeyers authored
-
- Jul 02, 2024
-
-
Benguria Elguezabal, Gorka authored
# Conflicts: # .gitlab-ci.yml
-
- Jun 07, 2024
-
-
to be continuous bot authored
chore(deps): update dependency to-be-continuous/semantic-release to v3.11 See merge request to-be-continuous/sonar!51
-
to be continuous bot authored
-
- May 27, 2024
-
-
to be continuous bot authored
chore(deps): update dependency to-be-continuous/semantic-release to v3.10 See merge request to-be-continuous/sonar!50
-
to be continuous bot authored
-
- May 20, 2024
-
-
semantic-release-bot authored
## [4.2.3](https://git.code.tecnalia.com/smartdatalab/public/ci-cd-components/sonar/compare/4.2.2...4.2.3) (2024-05-20) ### Bug Fixes * **workflow:** disable MR pipeline from prod & integ branches ([39732828](https://git.code.tecnalia.com/smartdatalab/public/ci-cd-components/sonar/commit/397328287bfc50c0ccc93856597e699210dbcbfc))
-
Benguria Elguezabal, Gorka authored
-
Benguria Elguezabal, Gorka authored
-
Benguria Elguezabal, Gorka authored
-
Benguria Elguezabal, Gorka authored
-
- May 05, 2024
-
-
semantic-release-bot authored
## [4.2.3](https://gitlab.com/to-be-continuous/sonar/compare/4.2.2...4.2.3) (2024-05-05) ### Bug Fixes * **workflow:** disable MR pipeline from prod & integ branches ([39732828](https://gitlab.com/to-be-continuous/sonar/commit/397328287bfc50c0ccc93856597e699210dbcbfc))
-
Pierre Smeyers authored
Today creating a backmerge MR from prod or integ branch to any other branch triggers a pipeline even though no change has been pushed. Ultimately those pipelines might (re)trigger integration or production environment deployment and/or packages publication. That might have unexpected consequences. This change simply disables MR pipeline from prod & integ branches, enforcing branch pipelines only (i.e. when a true commit is pushed).
-
- Apr 14, 2024
-
-
Pierre Smeyers authored
-
- Apr 03, 2024
-
-
semantic-release-bot authored
## [4.2.2](https://gitlab.com/to-be-continuous/sonar/compare/4.2.1...4.2.2) (2024-04-03) ### Bug Fixes * **vault:** use vault-secrets-provider's "latest" image tag ([44b9861e](https://gitlab.com/to-be-continuous/sonar/commit/44b9861eec703a5f3f4c8dbbbbbf15a85cf75144))
-
Pierre Smeyers authored
-
- Feb 02, 2024
-
-
to be continuous bot authored
chore(deps): update to-be-continuous dependencies See merge request to-be-continuous/sonar!49
-
to be continuous bot authored
-
- Jan 30, 2024
-
-
semantic-release-bot authored
## [4.2.1](https://gitlab.com/to-be-continuous/sonar/compare/4.2.0...4.2.1) (2024-1-30) ### Bug Fixes * sanitize variable substitution pattern ([66c257c8](https://gitlab.com/to-be-continuous/sonar/commit/66c257c8c4763c1c6e08d0b56a2c225f26270cc3)), closes [#21](https://gitlab.com/to-be-continuous/sonar/issues/21)
-
Pierre Smeyers authored
replace '${foo+repl}' pattern with '${foo:+repl}' (latest supports $foo being defined but empty) closes #21
-