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

Tags: kmcgrath/clouddriver

Tags

v2.5.0

Toggle v2.5.0's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
feat(reservations): Backport 'v4' to 'v3' (spinnaker#2436)

The PR backports changes from the `v4` reservation report to `v3`.

The `v4` report is still being generated and will undergo at least one
more iteration.

v2.4.0

Toggle v2.4.0's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
fix(provider/kubernetes): tolerate null service account (spinnaker#2434)

v2.3.0

Toggle v2.3.0's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
feat(reservations): V4 reservation report that proportionally covers …

…shortfalls (spinnaker#2428)

The V3 reservation report uses regional reservations in a very specific
order to cover shortfalls.

It is problematic if the consumer does not look at all instance types in
a family when determining availability.

This PR uses a proportional approach to cover shortfalls. Each instance
type is allocated a portion of regional reservations in proportion to
how much of the overall shortfall it contributed.

ex)
m4.4xlarge has a shortfall equivalent to 20 fxlarge
m4.* has a total shortfall equivalent to 40 fxlarge

Total regional reservations equivalent to 30 fxlarge

m4.4xlarge would cover shortfall with 50% of the regional reservations
(20/40 * 30 == 15)

v2.2.0

Toggle v2.2.0's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
fix(reservations): Add support for m5.large multiplier (spinnaker#2426)

v2.1.0

Toggle v2.1.0's commit message
fix(provider/kubernetes): v2 Allow ":" in keys (spinnaker#2420)

Colons are allowed in Kubernetes resource names, and used by default
for several RBAC roles like "system:masters".

Replace ";" with ";" when storing the key, and do the opposite when
retrieving the key.

v1.779.1

Toggle v1.779.1's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
fix(core): Switch task IDs to be UUIDs (spinnaker#2415)

v1.779.0

Toggle v1.779.0's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
feat(kubernetes): allow cluster provider to return subclasses of Kube…

…rnetesV2ServerGroup (spinnaker#2414)

v1.778.4

Toggle v1.778.4's commit message
feat(cache/aws) Add relation between server group->ami and ami->serve…

…r group

v1.778.3

Toggle v1.778.3's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
fix(elasticsearch): Proactively cleanup indexes when in a bad state (s…

…pinnaker#2411)

If the indexer fails, we find ourselves creating new indexes and
never deleting the old ones.

This PR will proactively cleanup excess indexes.

v1.778.2

Toggle v1.778.2's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
fix(dynomite): Cant use evalsha (spinnaker#2407)

0