Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Tags: sullis/keel

Tags

v0.145.1

Toggle v0.145.1's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
Don't keep re-trying the same bake (spinnaker#997)

* fix(baking): Don't keep re-trying the same bake

* fix(baking): re-work ImageHandler to use a diff

* fix(baking): re-work to use DiffFingerprintRepository instead of a new thing

v0.145.0

Toggle v0.145.0's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
fix(resource): tweak thread model, add more debug (spinnaker#1001)

Add additional debugging logging.

Change the threading model of an async call to see if it works around
issue spinnaker#951.

v0.144.5

Toggle v0.144.5's commit message
fix(tests): remove redundant test code

v0.144.4

Toggle v0.144.4's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
fix(bake): nice string rather than a garbage string (spinnaker#993)

v0.144.3

Toggle v0.144.3's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
chore(bake): add a metric to alert on for when we bake too much (spin…

…naker#992)

v0.144.2

Toggle v0.144.2's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
fix(bake): locate baseami (spinnaker#990)

v0.144.1

Toggle v0.144.1's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
fix(baking): Fetch base AMI version from latest base image (spinnaker…

…#988)

Previously I was trying to compare the base AMI version from the current application AMI to the base AMI _name_ from `BaseImageCache` resulting in infinite rebaking.

v0.144.0

Toggle v0.144.0's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
fix(actuator): add coroutine id to help debug (spinnaker#985)

Create an ad-hoc coroutine id to help make gather related log messages.
This is a temporary change to make it easier to go through the log
messages for debugging spinnaker#951.

v0.143.2

Toggle v0.143.2's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
fix(artifacts): don't keep marking as deployed over and over (spinnak…

…er#982)

v0.143.1

Toggle v0.143.1's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
fix(summary): add artifact reference (spinnaker#981)