Skip to content

Releases: riemers/ansible-gitlab-runner

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

New way of reconfiguring agents

20 Jun 06:56
51ba7ff
Compare
Choose a tag to compare
  • Apply updates to runners by untegister and register them again
  • Add mutual TLS (mTLS/client side TLS) options to the configuration 

Add package cache expire time

18 Apr 12:39
51ba7ff
Compare
Choose a tag to compare

Add package cache expire time

latest image and cache fix

13 Mar 21:11
ff590b1
Compare
Choose a tag to compare
  • Add Option to pull latest 'latest' image
  • Fix corrupt cache in config.toml