Skip to content

Releases: riemers/ansible-gitlab-runner

v2.0.10

14 Mar 18:26
760df71
Compare
Choose a tag to compare

What's Changed

Full Changelog: v2.0.9...v2.0.10

v2.0.9

06 Mar 09:22
fcaefa4
Compare
Choose a tag to compare

What's Changed

  • feat: add possiblity to bypass directory verifications by @agarov in #369
  • Add possibility to setup disable_strict_host_key_checking [runners.ssh] in registering mode by @didierlesage in #368
  • Be able to published ports when gitlab-runner is deployed as a container by @didierlesage in #367
  • Runner not created when docker_tlsverify: true under gitlab_runner_runners by @didierlesage in #366
  • fix: install gitlab runner helpers only for version >= 17.7.0 by @nicoklaus in #370
  • fix: error during (Debian) helpers version tasks by @MartinGodzina in #374

New Contributors

Full Changelog: v2.0.8...v2.0.9

v2.0.8

04 Feb 13:16
a2d45f3
Compare
Choose a tag to compare

What's Changed

  • Add ability to change runner working directory on mac and windows by @jadar in #349
  • Remove additional docker-disable-cache argument by @sdclarke in #352
  • Update list-configured-runners-unix.yml by @krousenick in #355
  • Feature: Allow overwriting of 'gitlab_runner_install_directory' by @nicoklaus in #339
  • Fix when using the flag --custom_builds_dir-enabled by @krousenick in #357
  • fix for gitlab server cert import on linux systems by @krousenick in #358
  • Revert "Update list-configured-runners-unix.yml" by @phoermandinger in #362
  • fix: install gitlab-runner-helper-packages if version is specified by @nicoklaus in #363

New Contributors

Full Changelog: v2.0.7...v2.0.8

v2.0.7

09 Sep 21:51
4a4b7a5
Compare
Choose a tag to compare

What's Changed

  • fix self-signed shell by @Stunkymonkey in #347
  • docs: Clarify registration_token requirement by @Vesther in #348

New Contributors

  • @Vesther made their first contribution in #348

Full Changelog: v2.0.6...v2.0.7

v2.0.6

19 Aug 06:43
8fc69cf
Compare
Choose a tag to compare

What's Changed

New Contributors

Full Changelog: v2.0.5...v2.0.6

v2.0.5

08 Aug 09:41
68f5f8e
Compare
Choose a tag to compare

What's Changed

  • add support for 'gitlab-runner register --docker-allowed-pull-policies' by @IQNeoXen in #333
  • add config section feature_flags by @BenjaminBoehm in #334
  • Fix registering runner when docker_tlsverify is set by @elcomtik in #336
  • Add runner registration with runner auth token by @Sungurik in #337
  • Add gitlab_runner_no_log_secrets to list of configured runners by @tremlin in #340

New Contributors

Full Changelog: v2.0.4...v2.0.5

v2.0.4

04 Jun 06:36
999a2e2
Compare
Choose a tag to compare

Long overdue update on galaxy.

What's Changed

  • Fix some linter issues by @guenhter in #286
  • Fix Download and update gitlab-runner on MacOS by @mschmieder in #293
  • recognize cache options for gcp and azure during register by @philippwiesner in #296
  • Run as a user other than gitlab-runner by @coofercat in #297
  • Update README.md by @riemers in #304
  • fix(install-debian.yml): add task to gather package facts before unholding GitLab Runner version by @Wihrt in #303
  • Update README.md WOOHOO by @riemers in #306
  • fix: add missing privileges by @gardar in #307
  • fix: syntax warnings by @gardar in #308
  • fix: run ansible-lint in ci by @gardar in #309
  • Fix state.yml by @guenhter in #311
  • Add log level by @nvzkupu in #313
  • Add support for setting check_interval by @fkleon in #315
  • Fixing GitLab Runner Re-Install and missing /usr/bin/test by @mschmieder in #325
  • vars: unify and move gitlab_runner_timeout_stop_seconds to defaults by @sdirkwinkel in #326
  • add runners.machine and runners.machine.autoscaling support by @JulianMuehmelt in #319
  • Add support for docker tmpfs options by @nicoklaus15 in #316
  • fix module in windows setup by @jpylypiw in #329
  • fix: impossible to change debian package version which is on the apt hold list by @cchaudier in #328
  • Update register-runner.yml to use variable for no_log by @mpsOxygen in #330

New Contributors

Full Changelog: v2.0.3...v2.0.4

Several small updates

07 Oct 09:49
Compare
Choose a tag to compare

What's Changed

  • fix for undefined variables error by @g0rgamesh in #273
  • Add network_mode option to registration command by @christ-re in #274
  • Remove not longer configured runners by @guenhter in #276
  • Fix deploying to Windows machines by @alexdelifer in #280
  • Add support for post_get_sources_script, replace deprecated pre_clone_script with pre_get_sources_script by @fkleon in #279
  • Add a gitlab_runner_no_log_secrets option to prevent secret leaks by @loliee in #278
  • Add trim to register_runner_cmd by @alexanderfast in #281
  • Fix json deserialization problem due to trailing empty line by @guenhter in #285

New Contributors

Full Changelog: v2.0.2...v2.0.3

Decouple scripts from registration command

30 Jun 07:37
64d678f
Compare
Choose a tag to compare

Decouple scripts from registration command

Small fixes cosmetics etc

26 Jun 13:27
89e5e9c
Compare
Choose a tag to compare
Merge pull request #267 from AJDurant/unregister-dir

Change directory before unregistering