Skip to content

Releases: Intellection/docker-gemstash

Version 1.4.1

29 Sep 13:24
09c9f21
Compare
Choose a tag to compare
  • Bump puma from 3.12.1 to 3.12.6.
  • Bump rack from 2.0.7 to 2.2.3.
  • Bump activesupport from 5.2.3 to 5.2.4.4.

Version 1.4.0

29 Sep 12:24
6bf18e9
Compare
Choose a tag to compare
  • Always specify the config file in the command and always run as gemstash user.

Version 1.3.0

06 May 11:28
1.3.0
283daef
Compare
Choose a tag to compare
  • Add GEMSTASH_PROTECTED_FETCH configuration option to enable protected
    fetches which is disabled by default.

Version 1.2.0

30 Apr 08:30
1.2.0
4be255b
Compare
Choose a tag to compare
  • Upgrade Ruby to v2.6.3.
  • Upgrade Gemstash to v2.0.0.

Version 1.1.0

23 Feb 18:05
Compare
Choose a tag to compare

2018-02-23

  • Upgrade to Ruby 2.5.0.
  • Default :puma_threads to 16 if not specified by the GEMSTASH_PUMA_THREADS environment variable.

2017-08-10

  • Package gemstash v1.1.0.
  • Install system libraries for all database drivers i.e. postgresql, mysql2.
  • Define Ruby dependencies via Gemfile.lock.
  • Run gemstash as gemstash user instead of root.
  • Add dynamic configuration with MySQL, PostgreSQL and SQLite support.