8000 Tags · moribellamy/clouddriver · GitHub
[go: up one dir, main page]
More Web Proxy on the site http://driver.im/
Skip to content

Tags: moribellamy/clouddriver

Tags

v1.776.1

Toggle v1.776.1's commit message

Verified

This commit was created on G 10000 itHub.com and signed with GitHub’s verified signature. The key has expired.
fix(provider/aws): Fix groovyism in call to elbv2 region scoped provi…

…der call (spinnaker#2391)

v1.776.0

Toggle v1.776.0's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
feat(redis): Retry logic on failed connections in cache & task reposi…

…tory (spinnaker#2389)

version-2.0.0

Toggle version-2.0.0's commit message
fix(provider/gae): Fix artifact deploy switch statement. (spinnaker#2388

)

v1.775.2

Toggle v1.775.2's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
chore(*): Bump spinnaker-dependencies to 0.142.1 (spinnaker#2382)

v1.775.1

Toggle v1.775.1's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
fix(eureka): `getInstanceToModify` calculation was incorrect with mul…

…tiple health statuses (spinnaker#2384)

Previously it was iterating through each `health` and double counting
instances that had both eureka and non-eureka health statuses.

v1.775.0

Toggle v1.775.0's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
feat(aws): Track the instanceIds being disabled (spinnaker#2383)

This allows `orca` to make a more informed decision when verifying that
a specific percentage of a server group has been disabled.

v1.774.4

Toggle v1.774.4's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
fix(aws): Continue if launch configuration already exists (spinnaker#…

…2376)

It's possible that a launch configuration can be created but subsequently
fail due to a network blip.

When this happens, AWS will reject any subsequent requests with an
`AlreadyExistsException` exception.

In such situations, it makes sense to continue (launch configurations
are timestamped down to the second) rather than fail the task.

v1.774.3

Toggle v1.774.3's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
fix(aws): return targetType for target groups for filtering (spinnake…

…r#2374)

v1.774.2

Toggle v1.774.2's commit message
fix(provider/amazon): Handle missing IAM permissions in caching agent (

…spinnaker#1874)

Clouddriver will crash if the spinnaker role is missing permission for
`ListServerCertificates`. This fix will log a warning with the
affected account ID and create metrics to make it easier to fix.
The warning will only be logged once every ten minutes for each affected account.

v1.774.1

Toggle v1.774.1's commit message
feat(clouddriver/gce) - Add 'required' flag to account configs. (spin…

…naker#2151)

This prevents clouddriver from loading in the case that it cannot reach an account when it starts. Non-required accounts
that are unreachable are simply ignored from the configuration and never re-attempted.
0