- May 01, 2022
-
-
semantic-release-bot authored
# [4.1.0](https://gitlab.com/to-be-continuous/python/compare/4.0.1...4.1.0) (2022-05-01) ### Bug Fixes * migrate deprecated CI_BUILD_REF_NAME variable ([eb115a23](https://gitlab.com/to-be-continuous/python/commit/eb115a2391cb582f50fdec9564c177b1d71c2fa7)) ### Features * configurable tracking image ([2a0229fe](https://gitlab.com/to-be-continuous/python/commit/2a0229fe98e0513d6847ddc621d1f5f8cb0cc1b1))
-
Pierre Smeyers authored
Feat/improvements Closes #30 See merge request to-be-continuous/python!40
-
- Apr 26, 2022
-
-
Pierre Smeyers authored
-
- Apr 19, 2022
-
-
Pierre Smeyers authored
-
- Apr 17, 2022
-
-
Pierre Smeyers authored
-
Pierre Smeyers authored
-
Pierre Smeyers authored
-
Pierre Smeyers authored
-
- Apr 15, 2022
-
-
Cédric OLIVIER authored
chore(deps): update dependency to-be-continuous/semantic-release to v2.2.6 See merge request to-be-continuous/python!39
-
to be continuous bot authored
-
- Mar 25, 2022
-
-
Cédric OLIVIER authored
chore(deps): update dependency to-be-continuous/semantic-release to v2.2.5 See merge request to-be-continuous/python!38
-
to be continuous bot authored
-
- Mar 22, 2022
-
-
semantic-release-bot authored
## [4.0.1](https://gitlab.com/to-be-continuous/python/compare/4.0.0...4.0.1) (2022-03-22) ### Bug Fixes * **Trivy:** Scan transitive dependencies ([11d96db7](https://gitlab.com/to-be-continuous/python/commit/11d96db74d03e157927177dd87438e9575111086))
-
Bertrand Goareguer authored
Resolve "Trivy does not scan transitive dependencies" Closes #27 See merge request to-be-continuous/python!36
-
Bertrand Goareguer authored
-
- Mar 18, 2022
-
-
Cédric OLIVIER authored
chore(deps): update dependency to-be-continuous/semantic-release to v2.2.4 See merge request to-be-continuous/python!37
-
to be continuous bot authored
-
- Mar 04, 2022
-
-
Cédric OLIVIER authored
chore(deps): update dependency to-be-continuous/semantic-release to v2.2.3 See merge request to-be-continuous/python!35
-
to be continuous bot authored
-
- Feb 25, 2022
-
-
semantic-release-bot authored
# [4.0.0](https://gitlab.com/to-be-continuous/python/compare/3.2.1...4.0.0) (2022-02-25) ### Bug Fixes * **Poetry:** Poetry cache in GitLab CI cache ([9fbaa6db](https://gitlab.com/to-be-continuous/python/commit/9fbaa6db687746c0c223caf01bf745f7eac91abb)) ### chore * renamed unprefixed variables ([8c8a873b](https://gitlab.com/to-be-continuous/python/commit/8c8a873b795c4f8a6a8f07e9ed7729d9c35dacd5)) ### Features * add multi build-system support (Poetry, Setuptools or requirements file) ([130e2102](https://gitlab.com/to-be-continuous/python/commit/130e2102af56dc8719ba5c87a7e31902fb9fe228)) * add Pipenv support ([7afc0dbf](https://gitlab.com/to-be-continuous/python/commit/7afc0dbfccfe6b7678cce2d6a9f7f7ececff193f)) * **release:** complete release process refactoring ([ff8b9856](https://gitlab.com/to-be-continuous/python/commit/ff8b9856a0bb045932f4810410404261cd848ea4)) ### BREAKING CHANGES * **release:** complete refactoring or release process, including variables and jobs redefinition - no more separate publish job: the entire release process is now performed by the py-release job - TWINE_XXX variables removed and replaced by PYTHON_REPOSITORY_XXX - RELEASE_VERSION_PART variable replaced by PYTHON_RELEASE_NEXT For additional info, see the doc. * rename $REQUIREMENTS_FILE as $PYTHON_REQS_FILE and $PYTHON_REQS_FILE as $PYTHON_EXTRA_REQS_FILES default extra requirements changed from 'test-requirements.txt' to 'requirements-dev.txt' * removed $PYTHON_POETRY_DISABLED with $PYTHON_BUILD_SYSTEM (see doc)
-
Pierre Smeyers authored
Python improvements See merge request to-be-continuous/python!32
-
- Feb 21, 2022
-
-
Pierre Smeyers authored
BREAKING CHANGE: complete refactoring or release process, including variables and jobs redefinition - no more separate publish job: the entire release process is now performed by the py-release job - TWINE_XXX variables removed and replaced by PYTHON_REPOSITORY_XXX - RELEASE_VERSION_PART variable replaced by PYTHON_RELEASE_NEXT For additional info, see the doc.
-
- Feb 18, 2022
-
-
Pierre Smeyers authored
-
Cédric OLIVIER authored
chore(deps): update dependency to-be-continuous/semantic-release to v2.2.2 See merge request to-be-continuous/python!34
-
to be continuous bot authored
-
- Feb 16, 2022
-
-
Pierre Smeyers authored
-
Pierre Smeyers authored
-
Pierre Smeyers authored
BREAKING CHANGE: rename $REQUIREMENTS_FILE as $PYTHON_REQS_FILE and $PYTHON_REQS_FILE as $PYTHON_EXTRA_REQS_FILES default extra requirements changed from 'test-requirements.txt' to 'requirements-dev.txt'
-
Pierre Smeyers authored
-
Pierre Smeyers authored
BREAKING CHANGE: removed $PYTHON_POETRY_DISABLED with $PYTHON_BUILD_SYSTEM (see doc)
-
- Jan 30, 2022
-
-
Pierre Smeyers authored
-
- Jan 08, 2022
-
-
Cédric OLIVIER authored
chore(deps): update dependency to-be-continuous/semantic-release to v2.2.1 See merge request to-be-continuous/python!29
-
to be continuous bot authored
-
- Dec 21, 2021
-
-
semantic-release-bot authored
## [3.2.1](https://gitlab.com/to-be-continuous/python/compare/3.2.0...3.2.1) (2021-12-21) ### Bug Fixes * **safety:** fix command not found when poetry is used ([1ee673b8](https://gitlab.com/to-be-continuous/python/commit/1ee673b8e323d4e5733ae3cf91eb74fdc5393a9e))
-
Pierre Smeyers authored
fix(safety): fix command not found when poetry is used Closes #21 See merge request to-be-continuous/python!28
-
- Dec 20, 2021
-
-
Cédric OLIVIER authored
-
semantic-release-bot authored
# [3.2.0](https://gitlab.com/to-be-continuous/python/compare/3.1.1...3.2.0) (2021-12-20) ### Features * add Trivy dependency scanner ([f0faed09](https://gitlab.com/to-be-continuous/python/commit/f0faed09819de9b45d748757d75bbf7680a69bce))
-
Pierre Smeyers authored
Trivy dependency scanner Closes #18 See merge request to-be-continuous/python!24
-
Bertrand Goareguer authored
-
- Dec 17, 2021
-
-
semantic-release-bot authored
## [3.1.1](https://gitlab.com/to-be-continuous/python/compare/3.1.0...3.1.1) (2021-12-17) ### Bug Fixes * switch from safety image to install safety ([e2b42c40](https://gitlab.com/to-be-continuous/python/commit/e2b42c407cf70ab9967977bbbfe745f6547a6ca1))
-