Skip to content

Instantly share code, notes, and snippets.

@garethrees
Last active June 6, 2019 15:20
Show Gist options
  • Save garethrees/ec3c403e1ea0744fb736381785e1e788 to your computer and use it in GitHub Desktop.
Save garethrees/ec3c403e1ea0744fb736381785e1e788 to your computer and use it in GitHub Desktop.
Upcoming alaveteli release OS / Ruby support

OPERATING SYSTEM SUPPORT

0.33

  • Add Xenial
  • Drop Debian Jessie
  • Last release to support Trusty

0.34

  • Drop Trusty
  • Last release to support Xenial

0.35

  • Add Bionic
  • Drop Xenial

RUBY VERSION SUPPORT

0.33

  • Add support for Ruby 2.4
  • Add support for Ruby 2.5
  • Last release to support Ruby 2.0
  • Last release to support Ruby 2.1
  • Last release to support Ruby 2.2 (we never officially supported, but announce anyway)

Supported OS Versions: [Stretch(ruby2.3), Trusty(ruby2.0), Xenial(ruby2.3)]

Supported versions in this release: [2.0, 2.1, 2.3, 2.4, 2.5]

0.34

  • Drop Ruby 2.0
  • Drop Ruby 2.1
  • Drop Ruby 2.2

Supported OS Versions: [Stretch(ruby2.3), Xenial(ruby2.3)]

Supported versions in this release: [2.3, 2.4, 2.5]

0.35

  • Add support for Ruby 2.6

Supported OS Versions: [Stretch(ruby2.3), Bionic(ruby2.5)]

Supported versions in this release: [2.3, 2.4, 2.5, 2.6]

@lizconlan
Copy link

lizconlan commented May 30, 2019

Added for my own reference (as I quickly mix Ubuntu and Debian release names up):

0.33
Ubuntu: Bionic (Ruby 2.5), Xenial (Ruby 2.3), Trusty (Ruby 2.0)
Debian: Stretch (Ruby 2.3)
Rails 4.2

0.34
Ubuntu: Bionic (Ruby 2.5), Xenial (Ruby 2.3), Trusty
Debian: Stretch (Ruby 2.3)
Rails 5.0

0.35
Ubuntu: Bionic (Ruby 2.5), Xenial
Debian: Stretch (Ruby 2.3)
Rails 5.0

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment