Skip to content

1.1.0

Latest

Choose a tag to compare

@github-actions github-actions released this 19 May 11:12
217f83d

Highlights

✅ Support for private networks.
✅ Launch multiple GitLab runners in parallel.

Changelog

  • 805212d Enable build step for pull requests targeting main
  • b56ec5d Fix formatting to enforce 80 char width
  • b337abd Fix interfaces definiton
  • 11ad1bd Remove unneccesary whitespace
  • 217f83d Tidy tool.mod files
  • aad540d Update cloudscale.ch Go API SDK to v6
  • 9df6309 Update golang.org/x/net to latest security release
  • 7e266d6 feat: Allow adding multiple networks to instances
  • 020513a feat: allow configuring in which network instances are created
  • c07e143 feat: revamp interface settings
  • dffe954 feat: run instance creation in parallel
  • 6d34e38 fix: Use mutex instead of channel magic
  • 93d3efd fix: create instances in serial, wait in parallel
  • 525df38 revert: dont use concurency for instance deletion