Releases: perfectsense/gyro
Releases · perfectsense/gyro
Release 1.2.1-alpha
ISSUES FIXED:
- dependency: Explicitly include Guava 31.1-jre to avoid conflicts with google provider
Release 1.2.0
ENHANCEMENTS:
- core: Allow batch refresh. (389)
ISSUES FIXED:
- core: Fix returning exit status on gyro runs. (387)
Release 1.1.3rc3
ENHANCEMENTS:
- core: Fix Jackson core dependency affecting azure provider
Release 1.1.3rc2
ENHANCEMENTS:
- core: Add
--local-refresh
option to gyro, limiting resource refresh to only current working directory. (401)
Release 1.1.3rc1
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
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
ISSUES FIXED:
- core: Fix re-evaluating output fields to get proper value. (378)
Release 1.1.0
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
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
ISSUES FIXED:
- core: Fix workflow action defined using variables. (342)
- core: Fix choosing workflow based on a declared file. (343)