Skip to content

Releases: veertuinc/anka-cloud-gitlab-executor

v1.5.0

06 Nov 19:26
242255c

Choose a tag to compare

  • Add retries to certain errors like failed to get instance by external id "https://XXXX/-/jobs/113991956": failed to get instances: failed to get instances: failed to send GET request to https://XXXX/api/v1/vm: Get "https:/XXXX": unexpected EOF
  • #40

v1.5.0-beta2

14 Jul 18:50

Choose a tag to compare

More verbose logging

v1.5.0-beta1

24 Jun 20:40

Choose a tag to compare

v1.5.0-beta1 Pre-release
Pre-release
  • Retries for http calls to handle rare unexpected EOF
  • Verbose logging

v1.4.1

11 Jun 18:35
91cecb7

Choose a tag to compare

Changelog

Failures from the cleanup phase are now shown in the runner's logs

v1.4.0

21 Oct 14:07
aeba20d

Choose a tag to compare

Changelog

  • aeba20d mark more errors as gitlab transient errors as they should cause runner system failures (#32)
  • e3efc34 Merge pull request #31 from tejassharma96/main
  • 4e843cb fix typo in error message when no template is specified

v1.3.1

27 Aug 21:30

Choose a tag to compare

  • Bug fix: Tag name was not showing in logs if a tag was set by user.

v1.3.0

27 Aug 01:03
a3f55d4

Choose a tag to compare

  • Added Tag to log line about template ((latest) if not specified)
  • Allowing --version to be ran without other args
  • Using Gitlab Job URL instead of an ID for External ID

v1.2.2

21 Aug 15:00
20a527a

Choose a tag to compare

  • #28: Scheduling instance failures should be a transient error and allow retries from runner_system_failure

v1.2.1

14 Aug 17:14
3613189

Choose a tag to compare

  • Added better logs that closely match our previous gitlab-runner integration with is now EOL:
2024/08/14 06:51:17 Creating macOS VM with Template "98ff7cc3-299c-4228-baba-870a768690bf" -- please be patient...
2024/08/14 06:51:28 instance a1ae3885-56bf-471e-5c39-c9251fe52405 is in state "Scheduling"
2024/08/14 06:51:38 instance a1ae3885-56bf-471e-5c39-c9251fe52405 is in state "Started"
2024/08/14 06:51:38 VM cloud_gitlab_integration_tests1-1723607479652434000 (a1ae3885-56bf-471e-5c39-c9251fe52405) is ready for work on node mini-arm-8 (10.8.1.48)
  • Added ANKA_CLOUD_QUIETER_LOGGING boolean ENV for users to hide any unnecessary job logs.
  • Less instance {ID} is in state logs to prevent long pulls from spamming the log.
  • Log color change to match Veertu's main color.

v1.2.0

07 May 16:39
fe156f2

Choose a tag to compare

  • #21: Ability to hide VM SSH credentials using run step arguments. (Thanks to @jaredhagen)
  • Added SSH Attempts feature and ENV for users who have slow VM networking startups