Loading
Commits on Source 41
-
Clement Bois authored
BREAKING CHANGE: self-signed certificates must be declared in your GitLab DEFAULT_CA_CERTS or with VAULT_CA_CERTS variable
-
semantic-release-bot authored
# [8.0.0](7.15.0...8.0.0) (2025-08-13) * feat(vault)!: enable certificate verification ([578fc615](578fc615)) ### BREAKING CHANGES * self-signed certificates must be declared in your GitLab DEFAULT_CA_CERTS or with VAULT_CA_CERTS variable
-
Clement Bois authored
-
semantic-release-bot authored
# [8.1.0](8.0.0...8.1.0) (2025-08-18) ### Features * trivy codequality report ([6b929ba5](6b929ba5))
-
Guilhem Bonnefille authored
[skip-ci]
-
Clement Bois authored
-
Clement Bois authored
fix: trivy convert must use downloaded binary Closes #116 See merge request !164
-
semantic-release-bot authored
## [8.1.1](8.1.0...8.1.1) (2025-08-20) ### Bug Fixes * trivy convert must use downloaded binary ([8f78e8cc](8f78e8cc))
-
Clement Bois authored
-
Clement Bois authored
fix(trivy): extract codequality template Closes #117 See merge request !165
-
semantic-release-bot authored
## [8.1.2](8.1.1...8.1.2) (2025-08-21) ### Bug Fixes * **trivy:** extract codequality template ([4714a633](4714a633))
-
renovate-bot authored
-
renovate-bot authored
-
Clement Bois authored
-
semantic-release-bot authored
## [8.1.3](8.1.2...8.1.3) (2025-08-26) ### Bug Fixes * **vault:** avoid nested variable for id_token ([fd30c0b1](fd30c0b1))
-
Guilhem Bonnefille authored
chore(deps): update dependency to-be-continuous/semantic-release to v4 See merge request !167
-
Guilhem Bonnefille authored
# Conflicts: # .gitlab-ci.yml
-
Guilhem Bonnefille authored
chore(deps): update to-be-continuous dependencies See merge request !166
-
Guilhem Bonnefille authored
-
-
Gaëtan Montury authored
-
Pierre Smeyers authored
Fix python sbom See merge request !171
-
semantic-release-bot authored
## [8.1.4](8.1.3...8.1.4) (2025-09-08) ### Bug Fixes * **sbom:** add support for tracing syft ([a0136187](a0136187)) * **sbom:** avoid to override potential local requirements.txt ([f69d8e41](f69d8e41))
-
Pierre Smeyers authored
feat(pyright): add basedpyright job for type checking and configuration options Closes #97 See merge request !172
-
semantic-release-bot authored
# [8.2.0](8.1.4...8.2.0) (2025-09-08) ### Features * **pyright:** add basedpyright job for type checking and configuration options ([601e706f](601e706f))
-
Pierre Smeyers authored
-
Pierre Smeyers authored
-
Pierre Smeyers authored
-
Pierre Smeyers authored
Fix tbc check See merge request !174
-
Pierre Smeyers authored
-
semantic-release-bot authored
# [8.3.0](8.2.0...8.3.0) (2025-09-30) ### Features * **release:** add custom Git user name and email support ([d34f922d](d34f922d))
-
Yann E. MORIN authored
When black decides to reformat one or many files, fixing those would require the user to locally install black, with the exact same version that was used in the pipeline, and run black locally. This can be tedious when the diff is very minor and just need a simple local edit to fix. Instruct black to display the diff so that it is visible in the job's build log. The user will then be able to decide whether they can just manually tweak their source code for small diffs, or if they need to go all the way to install and run black locally for bigger diffs. Signed-off-by:Yann E. MORIN <yann.morin@orange.com>
-
Pierre Smeyers authored
feat(black): display diff of reformatted files Closes #127 See merge request !177
-
semantic-release-bot authored
# [8.4.0](8.3.0...8.4.0) (2025-10-31) ### Features * **black:** display diff of reformatted files ([34faae46](34faae46))
-
Pierre Smeyers authored
-
Gaëtan Montury authored
Add support for generic pyproject.toml-based projects using pip as build-system, enabling best-effort installation for backends not explicitly supported. Features: - Add 'pip' as new build-system option for generic PEP 517/735 support - Create virtual environment (.venv) for pip build-system installations - Support optional pip version upgrade via PYTHON_BUILD_SYSTEM variable for generic pip - Add PIP_INSTALL_DEPS_OPTS variable for pip-specific install options - Extend PYTHON_EXTRA_DEPS support to pip build-system using --group flag Fixes: - Update Trivy documentation URLs from aquasecurity.github.io to trivy.dev - Change POETRY_VIRTUALENVS_IN_PROJECT to "true" for consistency with uv, pdm, hatch - Add .venv to cache paths for performance Documentation: - Add comprehensive pip build-system section in README - Update extra-deps documentation to include pip PEP 735 support - Clarify best-effort support limitations for release/packaging Note: Generic pip support works on best-effort basis; release and packaging jobs may have limitations depending on the specific backend used.
-
Gaëtan Montury authored
feat: allow in best-effort generic pip install following pep 517 Closes #118 See merge request !175
-
semantic-release-bot authored
# [8.5.0](8.4.0...8.5.0) (2025-11-09) ### Features * add generic pip build-system support for PEP related to pyproject.toml ([de447e99](de447e99))
-
The template now allows support of a custom .netrc (supported by pip). Initialized by default to access projects in the GitLab server with the CI Job token.
-
Pierre Smeyers authored
configure .netrc Closes #126 See merge request !176
-
semantic-release-bot authored
# [8.6.0](8.5.0...8.6.0) (2025-11-10) ### Features * support .netrc configuration ([54e5ce53](54e5ce53))