Skip to content

ey-core v3.6.1 (2020-06-11)

Compare
Choose a tag to compare
@ess ess released this 11 Jun 20:43
· 25 commits to develop since this release

The focus of this release, aside from bug fixes and general improvement, is the beginning of an ongoing process to improve the documentation around the ey-core gem. In particular to that goal, we've updated the README that is displayed on the main GitHub page for the repo with more information about the CLI component of the gem.

Bug Fixes

  • It was discovered that the --no-migrate flag for the ey-core deploy command was not being properly honored. This has been rectified.
  • It was discovered that the request object that retrieves Deployments from the API used a malformed set of options. This has been rectified.

Noteworthy Items

There are three important notes to go along with the above:

  1. The gem can now be used with ruby-2.7
  2. The gem now requires that you have at least ruby-2.5
  3. To make development a bit easier going foward, we've adopted the git flow branching model and have changed the default branch to develop.

References

Here are the specific changes for this release:

  • #106 Implement Core API for retrieving docker authorization [EYPP-3071]
  • #107 EYPP-3103 add discover container service deployment request [EYPP-3103]
  • #108 Fix query value in get_deployments
  • #112 NEW: adds name to server listing output
  • #114 Fixes no migrate [TEY-328]
  • #120 Upgrade dependencies [TEY-267]
  • #121 Adding a bit of CLI documentation [TEY-188]