Skip to content

Releases: spinnaker/igor

igor 1.66.0

25 Apr 23:01
Compare
Choose a tag to compare
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

30 Mar 18:22
Compare
Choose a tag to compare

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

27 Mar 23:17
Compare
Choose a tag to compare
  • fix(web): Handling two different cases of NPEs (#158)

igor 1.64.0

03 Mar 17:23
Compare
Choose a tag to compare
chore(dependencies) update to spinnaker-dependencies 0.84.0

updates kork/jackson/spectator

Igor 1.63.0

21 Feb 07:56
Compare
Choose a tag to compare

Bitbucket support

Igor 1.62.0

21 Feb 07:54
Compare
Choose a tag to compare

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

06 Jan 20:46
Compare
Choose a tag to compare

Updated spinnaker dependencies to 0.71.0 for monitoring support.

igor 1.60.0

28 Dec 22:19
Compare
Choose a tag to compare
Merge pull request #146 from ajordens/master

Only publish events to echo if a docker registry has been indexed once

igor 1.59.0

28 Dec 02:49
Compare
Choose a tag to compare
v1.59.0

Merge pull request #145 from ajordens/avoid-publishing-events-for-bra…

igor 1.58.0

20 Dec 18:31
Compare
Choose a tag to compare

deb generation updated