Releases: spinnaker/igor
Releases · spinnaker/igor
igor 1.66.0
feat(travis/gradle): configurable regexes to parse artifacts (#142) Offer configurable regexes to find RPM/DEB artifacts pushed to artifactory as the default ones only match on the output of the "art" CLI, but wouldn't on that of any other tools. The result is a failed Spinnaker pipeline when no artifact is found. With this change users may add a list of arbitrary regexes that will be used to parse build logs. An example is provided that corresponds to Gradle maven-publish, which would match on the following line (taken from a real build, with project names changed): Upload https://artifacts.my.org/artifactory/yum-local/some/project/package-0.1.0.20161216.g1b1c767.rpm
Igor 1.65.0
feat(artifact/decoration): Make igor understand deb and rpm packages by heart and enables igor to be configured to support various file artifact types. The artifact decoration is currently opt in through a feature flag in the igor configuration. spinnaker/spinnaker#1348
igor 1.64.1
- fix(web): Handling two different cases of NPEs (#158)
igor 1.64.0
chore(dependencies) update to spinnaker-dependencies 0.84.0 updates kork/jackson/spectator
Igor 1.63.0
Bitbucket support
Igor 1.62.0
Base igor halconfig
Ignore Spinnaker product release tags in TravisCI.
Slim build & gradle plugin bump
GCB optimizations
spinnaker-gradle-project version bump.
(halconfig) fix redis connection & remove circular service dependency
igor 1.61.0
Updated spinnaker dependencies to 0.71.0 for monitoring support.
igor 1.60.0
Merge pull request #146 from ajordens/master Only publish events to echo if a docker registry has been indexed once
igor 1.59.0
v1.59.0 Merge pull request #145 from ajordens/avoid-publishing-events-for-bra…
igor 1.58.0
deb generation updated