- Aug 30, 2024
-
-
semantic-release-bot authored
# [4.11.0](https://gitlab.com/to-be-continuous/golang/compare/4.10.0...4.11.0) (2024-08-30) ### Features * standard TBC secrets decoding ([89e0f0fb](https://gitlab.com/to-be-continuous/golang/commit/89e0f0fb93c2e1a21abcd09977651b567f181ed1))
-
Pierre Smeyers authored
-
- Aug 21, 2024
-
-
Pierre Smeyers authored
-
- Aug 11, 2024
-
-
Pierre Smeyers authored
-
Pierre Smeyers authored
-
Pierre Smeyers authored
-
- Jul 05, 2024
-
-
semantic-release-bot authored
# [4.10.0](https://gitlab.com/to-be-continuous/golang/compare/4.9.2...4.10.0) (2024-07-05) ### Features * optional installation of Go tools ([5a78d9d8](https://gitlab.com/to-be-continuous/golang/commit/5a78d9d8000b45edf165940eba35b6f196e97bf5))
-
Pierre Smeyers authored
feat: avoid build time installation of go tools See merge request to-be-continuous/golang!71
-
Anoop Mazhavancheri authored
In case Go tools used in the template (govulncheck, gocover-cobertura, go-junit-report, go-mod-outdated) are already available in the container image, the template skips their installation
-
- Jul 02, 2024
-
-
semantic-release-bot authored
## [4.9.2](https://gitlab.com/to-be-continuous/golang/compare/4.9.1...4.9.2) (2024-07-02) ### Bug Fixes * go-build rule when build & test are run separately ([9c277828](https://gitlab.com/to-be-continuous/golang/commit/9c2778281bb93a12c3376cb128f8c53e9860b826))
-
Pierre Smeyers authored
-
- 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/golang!70
-
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/golang!69
-
to be continuous bot authored
-
- May 05, 2024
-
-
semantic-release-bot authored
## [4.9.1](https://gitlab.com/to-be-continuous/golang/compare/4.9.0...4.9.1) (2024-05-05) ### Bug Fixes * **workflow:** disable MR pipeline from prod & integ branches ([de9419ce](https://gitlab.com/to-be-continuous/golang/commit/de9419ce66b9dcbc10a8cdcb6b15e52f8aae43e2))
-
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 09, 2024
-
-
semantic-release-bot authored
# [4.9.0](https://gitlab.com/to-be-continuous/golang/compare/4.8.3...4.9.0) (2024-04-09) ### Features * add go generate support ([3f24f7b5](https://gitlab.com/to-be-continuous/golang/commit/3f24f7b5c88aa2a70a75f407e60b0f2b35cdf98e))
-
Pierre Smeyers authored
Merge branch '35-golang-template-doesn-t-allow-for-go-generate-or-go-install-before-building' into 'master' Resolve "Golang template doesn't allow for go generate or go install before building" Closes #35 See merge request to-be-continuous/golang!68
-
Pierre Smeyers authored
-
- Feb 21, 2024
-
-
semantic-release-bot authored
## [4.8.3](https://gitlab.com/to-be-continuous/golang/compare/4.8.2...4.8.3) (2024-2-21) ### Bug Fixes * go-test job failure when go_text_report file is too big ([66a4de0d](https://gitlab.com/to-be-continuous/golang/commit/66a4de0d6f48f0a73d496dc44f13d0050f29e971))
-
Pierre Smeyers authored
fix: go-test job failure when go_text_report file is too big Closes #36 See merge request to-be-continuous/golang!67
-
- Feb 20, 2024
-
-
Simon Grosz authored
Signed-off-by:
Simon Grosz <simon.grosz.ext@orange.com>
-
- Feb 02, 2024
-
-
to be continuous bot authored
chore(deps): update to-be-continuous dependencies See merge request to-be-continuous/golang!66
-
to be continuous bot authored
-
- Jan 29, 2024
-
-
semantic-release-bot authored
## [4.8.2](https://gitlab.com/to-be-continuous/golang/compare/4.8.1...4.8.2) (2024-1-29) ### Bug Fixes * check emptyness of GO_TEST_IMAGE ([0df50956](https://gitlab.com/to-be-continuous/golang/commit/0df50956332d137492b8540cb6f9a8847892e74a)), closes [#34](https://gitlab.com/to-be-continuous/golang/issues/34)
-
Cédric OLIVIER authored
check emptyness of GO_TEST_IMAGE Closes #34 See merge request to-be-continuous/golang!65
-
Sylvain Desbureaux authored
with component based new template, `GO_TEST_IMAGE` can't be null but can be empty. So instead of checkig if it's, let's check it's empty closes #34 Signed-off-by:
Sylvain Desbureaux <sylvain.desbureaux@orange.com>
-
- Jan 28, 2024
-
-
semantic-release-bot authored
## [4.8.1](https://gitlab.com/to-be-continuous/golang/compare/4.8.0...4.8.1) (2024-1-28) ### Bug Fixes * GO_BUILD_PACKAGES and GO_VULNCHECK_ARGS input mapping ([0dcfab68](https://gitlab.com/to-be-continuous/golang/commit/0dcfab68ac456a925e839f05abbda825529d5aa5))
-
Pierre Smeyers authored
-
- Jan 27, 2024
-
-
semantic-release-bot authored
# [4.8.0](https://gitlab.com/to-be-continuous/golang/compare/4.7.0...4.8.0) (2024-1-27) ### Features * migrate to CI/CD component ([9055ab51](https://gitlab.com/to-be-continuous/golang/commit/9055ab51647d59e7621edf97952d2ab5ad0476a7))
-
Cédric OLIVIER authored
feat: migrate to CI/CD component See merge request to-be-continuous/golang!64
-
Pierre Smeyers authored
requires GitLab 16.6 or later
-
- Dec 15, 2023
-
-
to be continuous bot authored
chore(deps): update to-be-continuous dependencies See merge request to-be-continuous/golang!63
-
to be continuous bot authored
-
- Dec 08, 2023
-
-
semantic-release-bot authored
# [4.7.0](https://gitlab.com/to-be-continuous/golang/compare/4.6.1...4.7.0) (2023-12-8) ### Features * use centralized tracking image (gitlab.com) ([c8eda0dc](https://gitlab.com/to-be-continuous/golang/commit/c8eda0dc8b49baaed171da70cef60715358f2ffe))
-
Pierre Smeyers authored
-
Pierre Smeyers authored
-
- Dec 06, 2023
-
-
Pierre Smeyers authored
-