Skip to content

Releases: perfectsense/gyro

Release 1.2.1-alpha

27 Jun 20:17
2755268
Compare
Choose a tag to compare
Release 1.2.1-alpha Pre-release
Pre-release

ISSUES FIXED:

  • dependency: Explicitly include Guava 31.1-jre to avoid conflicts with google provider

Release 1.2.0

06 Sep 22:29
0118a88
Compare
Choose a tag to compare

ENHANCEMENTS:

  • core: Allow batch refresh. (389)

ISSUES FIXED:

  • core: Fix returning exit status on gyro runs. (387)

Release 1.1.3rc3

12 Jul 20:34
9f230a3
Compare
Choose a tag to compare

ENHANCEMENTS:

  • core: Fix Jackson core dependency affecting azure provider

Release 1.1.3rc2

04 May 15:14
816b7f5
Compare
Choose a tag to compare

ENHANCEMENTS:

  • core: Add --local-refresh option to gyro, limiting resource refresh to only current working directory. (401)

Release 1.1.3rc1

02 Mar 19:39
0e9f6bb
Compare
Choose a tag to compare

ENHANCEMENTS:

  • core: Allow parent to be set using DiffableInternals. (389)
  • core: Add support for http proxy via http_proxy. (391)

ISSUES FIXED:

  • core: Fix error when enums are used as part of a list. (387)
  • core: Handle class cast exception during parsing to show error config line. (388)
  • core: Handle NPE when using resolvers and supplying less than min arguments. (392)

Release 1.1.2

16 Sep 16:41
Compare
Choose a tag to compare

ENHANCEMENTS:

  • core: Allow @depends-on inside @for. (382)
  • core: Use newWorkStealingPool to get more accurate refresh timing. (383)
  • core: Speed up repository resolution. (384)

Release 1.1.1

27 Jul 14:57
Compare
Choose a tag to compare

ISSUES FIXED:

  • core: Fix re-evaluating output fields to get proper value. (378)

Release 1.1.0

14 Jul 17:11
db86a26
Compare
Choose a tag to compare

ENHANCEMENTS:

  • core: Simplify diff output of collections to improve readability. (367)
  • core: Enable verbose output by default. (368)
    • gyro up now always outputs verbose. The --verbose option is now replaced with --no-verbose option, specifying which disables verbose.
  • core: Display elapsed time duration. (369)

ISSUES FIXED:

  • core: Fix @for from overwriting key/values in parent scope. (210)
  • core: Fix concurrent modification error. (240)

Release 1.0.2

27 Apr 18:58
c29de7b
Compare
Choose a tag to compare

ENHANCEMENTS:

ISSUES FIXED:

  • core: Fix @uses-credentials to resolve variables correctly. (341)
  • core: Allow @for to work inside @workflow::define stages. (349)
  • core: Fix bug with OR logic. (361)

Release 1.0.1

03 Mar 21:00
aa4b82b
Compare
Choose a tag to compare

ISSUES FIXED:

  • core: Fix workflow action defined using variables. (342)
  • core: Fix choosing workflow based on a declared file. (343)