Skip to content

Releases: firecow/gitlab-ci-local

4.49.0

09 May 12:27
Compare
Choose a tag to compare

What's Changed

  • fix: remove extra spaces in the yaml dump when ajv validation fails by @ANGkeith in #1197
  • fix: dotenv variables not loaded for service definitions by @ANGkeith in #1198
  • feat: multi dotenv file support by @ANGkeith in #1200
  • docs: Add building Docker-in-Docker with a local registry example by @Nationalcat in #1201
  • feat: implement include component by @ANGkeith in #1193
  • Implement pull policy by @firecow in #1203
  • fix: parsing of basic auth remote-url by @ANGkeith in #1202
  • fix: Allow specifying multiple networks by @PigeonF in #1205
  • fix: Set @types/node to 18.x.x. Vercel PKG only supports node18, no reason to install @types/node 20.x.x by @firecow in #1211

New Contributors

Full Changelog: 4.48.2...4.49.0

4.48.2

23 Apr 06:00
Compare
Choose a tag to compare

What's Changed

New Contributors

Full Changelog: 4.48.1...4.48.2

4.48.1

18 Apr 18:11
Compare
Choose a tag to compare

** Commits

Full Changelog: 4.48.0...4.48.1

4.48.0

18 Apr 05:26
Compare
Choose a tag to compare

What's Changed

New Contributors

Full Changelog: 4.47.0...4.48.0

4.47.0

15 Mar 07:00
Compare
Choose a tag to compare

What's Changed

  • fix: nested variable expansion by @ANGkeith in #1098
  • fixes variable escaping by @ANGkeith in #1101
  • fix: some of before_script/after_script failed to be flattened by @ANGkeith in #1102
  • fix: pipeline variables's value should be nullable by @ANGkeith in #1096
  • feat: Define inputs for configuration added with include by @ANGkeith in #1115
  • fix: add validation for include local to prevent false valid configurations by @ANGkeith in #1124
  • fix: cleanup not getting executed by @ANGkeith in #1120
  • feat: Maximum nested includes by @ANGkeith in #1123
  • refactor: job start function by @ANGkeith in #1131
  • feat: when targeting jobs, log padding should only take needs and targeted jobs into account by @ANGkeith in #1132
  • Implement image.docker.user instruction by @firecow in #1130
  • feat: support allow_failure:exit_codes by @ANGkeith in #1134
  • allow gcl to work with duplicated keys but with warnings by @ANGkeith in #1146
  • chore: setup nodemon for easier development (hot-reloading) by @ANGkeith in #1145
  • fix(#1137): only add image.docker.user if the value exists by @e-picas in #1138
  • fix(#1139): only add needs.need.pipeline and needs.need.project if the value exists by @e-picas in #1140
  • feat(#1141): 'preview' option with a valid YML against ci/lint Gitlab API route by @e-picas in #1142
  • feat: add argv --container-mac-address by @ANGkeith in #1147

New Contributors

Full Changelog: 4.46.1...4.47.0

4.46.1

15 Feb 10:54
Compare
Choose a tag to compare

What's Changed

New Contributors

Full Changelog: 4.46.0...4.46.1

4.46.0

04 Jan 13:42
Compare
Choose a tag to compare

What's Changed

  • Don't blow up entire git remote parsing, just because default branch cannot be found by @firecow in #1056
  • Add CI_TEMPLATE_REGISTRY_HOST by @firecow in #1061
  • Upgrade the example to use the new docker compose plugin. by @terszt in #1063
  • Change the way envvars and entrypoints are used by docker containers by @firecow in #1062

New Contributors

Full Changelog: 4.45.2...4.46.0

Bugfixes

25 Nov 15:12
Compare
Choose a tag to compare

What's Changed

  • Change hard-coded docker commands to respect --container-executable by @ssiegel in #1016
  • Print AggregateError's properly by @firecow in #1027
  • update wait-for-it image to support ARM by @lisn0 in #1033
  • adds CI_DEFAULT_BRANCH by @atli-c in #974
  • #1043: Allow script/before_script/after_script to be strings by @hverlin in #1044
  • Fixing that cache.paths can be undefined by @firecow in #926
  • Fixes #910 by @atli-c in #1046
  • Better error message, when variable files are malformed by @firecow in #1042
  • Fix reports.dotenv used in image instruction by @firecow in #1041
  • Correct docker file permissions and owner using --umask/--no-umask by @firecow in #1048
  • Don't use slug in CI_REGISTRY_IMAGE, just use regular project path by @firecow in #1050

New Contributors

Full Changelog: 4.45.1...4.45.2

Fix bug in on exit handler causing pipelines to always return 0

27 Oct 09:20
Compare
Choose a tag to compare

What's Changed

  • fix CI_COMMIT_SHORT_SHA so it's always 8 characters by @peterbbeu in #1007
  • Fix bug in on exit handler causing pipelines to return 0 (success) by @firecow in #1014

Full Changelog: 4.45.0...4.45.1

--container-executable CLI option

23 Oct 11:36
Compare
Choose a tag to compare

What's Changed

New Contributors

Full Changelog: 4.44.0...4.45.0