Skip to content

Releases: OpsMx/igor-oes

January 19th CVE

19 Jan 07:24
Compare
Choose a tag to compare

January 19th CVE with kork 1-0-SNAPSHOT

tag: OES-1.30.1-rc1 branch: OES-1.30.1

27 Jun 12:38
Compare
Choose a tag to compare
fix(travis): Don't panic if log fetching fails (#1089)

* test(travis): Don't panic if log fetching fails

Add test to demonstrate the issue

* fix(travis): Don't panic if log fetching fails

If a user has deleted the log for a job in Travis or it has expired due too old age, Spinnaker will fail to display the list of builds in the start manual execution box, even though there are other builds/jobs available. This fix will just filter these (and other) failures, and instead of failing completely, it will print an error message in the Igor log.
The `catch` clause will print a log line at level "INFO" for cases where the log has expired (which can happen from time to time) and at WARN level for other (actual) errors.

tag: cve-functionality branch: OES-1.30.x-synch

22 Jun 11:26
8106fd7
Compare
Choose a tag to compare
Merge pull request #13 from OpsMx/ObservabilityPlugin

ObservabilityPlugin