Releases: firecow/gitlab-ci-local
Releases · firecow/gitlab-ci-local
Services port checking
services:PORT's are now checked before job scripts are executed- Bumped various npm packages
- Use
axiosinstead ofnode-fetch
4.26.3
4.26.2
4.26.1
4.26.0
brew install gitlab-ci-localfor them Mac users @FnuGk- Add
--variablecli option @aepfli - Add
@NoArtifactsToSourcedecorator @ck-trigfb - Add
needs: [{j ob: test-job, artifacts:true }]support @ColdIce1 - Predefined variables are now lowest in the variable override order, as it should be @firecow
- Upgrade npm packages @firecow
- General code simplifications and removal of code smells @firecow
4.25.1
- Add PPA repository
apt-get install gitlab-ci-local needs:must fully containdependencies:- Bugfix regex in
rules: - Expand variables on
cache:object - Nested includes with "simple" local references now work.
- Removed a few sonarcloud codesmells
- Bumped various npm packages
4.25.0
CI_PROJECT_PATH bugfix
- Fix bug in CI_PROJECT_PATH
- Move exception handling into handler.ts
- Use base64url instead of base32 to "mask" weird characters
- Fix bug with
coverage: - Add renovate.json
!reference multilevel bug
- Fix bug where !reference lists/arrays would expand incorrect
- Fixed a bug where "still running..." wouldn't print more than once for each job
needs from same stage
- Its now possible to need from same stage.
- Fixed bugs in job variable expansion