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

Tags: sofam/clouddriver

Tags

version-6.3.5

Toggle version-6.3.5's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
fix(cloudFoundry): fix cloudFoundry job provider (spinnaker#4379) (sp…

…innaker#4382)

if cloud foundry is enabled, this job provider breaks run job for all
other cloud providers because of the exception thrown in
getFileContents. other cloud providers simply return null if this method
isn't implemented. this whole area could probably use a refactored.
currently, every job provider is queried regardless of whether or not
the account is for that cloud provider.

Co-authored-by: Ethan Rogers <ethanfrogers@users.noreply.github.com>

v5.51.0

Toggle v5.51.0's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
feat(huaweicloud): implement cache agent of instance type (spinnaker#…

…4372)

Co-authored-by: mergify[bot] <37929162+mergify[bot]@users.noreply.github.com>

v5.50.0

Toggle v5.50.0's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
feat(ecs): Filter subnets by availability zone (spinnaker#4344)

v5.49.3

Toggle v5.49.3's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
feat(kubernetes): prepare for upcoming removal of V1 provider (spinna…

…ker#4358)

* feat(kubernetes): log v1 warning on KubernetesV1Credentials initialization

* feat(kubernetes): default accounts with unspecified providerVersion to V2

* fix(kubernetes): fix v1 test to specify providerVersion

* Update clouddriver-kubernetes-v1/src/main/groovy/com/netflix/spinnaker/clouddriver/kubernetes/v1/security/KubernetesV1Credentials.java

Co-Authored-By: Eric Zimanyi <ezimanyi@google.com>

Co-authored-by: Eric Zimanyi <ezimanyi@google.com>
Co-authored-by: mergify[bot] <37929162+mergify[bot]@users.noreply.github.com>

version-6.5.3

Toggle version-6.5.3's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
fix(ecs): only add service role to create request if there is one lb (s…

…pinnaker#4349) (spinnaker#4350)

Co-authored-by: Piradeep Kandasamy <piradeep91@gmail.com>

v5.49.2

Toggle v5.49.2's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
fix(docker/test): Switch to java.util.Base64 (spinnaker#4345)

sun.misc.BASE64Decoder was removed in JDK 9 in favor of java.util.Base64.
JDK 8+ contains java.util.Base64, as such this remains backward compatible
with JDK 8.

Co-authored-by: mergify[bot] <37929162+mergify[bot]@users.noreply.github.com>

v5.49.1

Toggle v5.49.1's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
fix(aws): Fixing CLBs listener policies getting dropped on upsert (sp…

…innaker#4343)

- updated to now handle listener policies earlier in the operation
- fixed a bug where if a call to drop a listener failed,
the load balancer is left in a dirty state

Co-authored-by: mergify[bot] <37929162+mergify[bot]@users.noreply.github.com>

v5.49.0

Toggle v5.49.0's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
feat(provider/aws): Adding delete launch config operation (spinnaker#…

…4324)

* feat(provider/aws): Adding delete launch config operation

- added launch config delete operation

* - fix copy/paste error

v5.48.1

Toggle v5.48.1's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
fix(titus): Update filters for observeJob (spinnaker#4327)

Co-authored-by: mergify[bot] <37929162+mergify[bot]@users.noreply.github.com>

v5.48.0

Toggle v5.48.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): Adding support for session stickiness for clbs upsert op (s…

…pinnaker#4181)

* feat(aws): Adding support for session stickiness for clbs upsert op

- Added ability to define session stickiness for listeners

* - updated

* - remove whitespace

* - simplify to just setting the passed policy names passed in request

* - change warn msg to error
0