Skip to content

v0.9.0

Latest
Compare
Choose a tag to compare
@VitaliySerov VitaliySerov released this 07 Jul 11:38
· 40 commits to master since this release
a911ddb

0.9.0 (2024-07-05)

New Features

  • Add ruby-3.2 to CI
  • Add ruby-3.3 to CI
  • Add ruby-head to CI
  • Add yamllint check in CI
  • Add droplet_ip method to get public/private IP of droplet
  • Add CI task to check that there is no running test droplets
  • Add dependabot check for GitHub Actions
  • Add wait_until_droplet_have_status option interval
    to specify interval between checks

Fixes

  • Fix markdownlint failure because of old nodejs in CI
  • Fix public_ip method crash if there is no IP
  • Fix test suite by replacing existing droplet name

Changes

  • Use new uploader for codecov instead of deprecated one
  • Require mfa for releasing gem
  • Do not allow parallel run in CI
  • Check dependabot at 8:00 Moscow time daily
  • Fix rubocop-1.28.1 code issues
  • Drop ruby-2.6, ruby-2.7 support, since it's EOL'ed
  • Remove ruby-3.0 and ruby-3.1 from CI to speed up CI
  • Run codecov in CI only on latest ruby
  • Migrate to codecov-4 CI action