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

Tags: SusmitaBhattacharjee/clouddriver

Tags

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

version-6.5.2

Toggle version-6.5.2's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
fix(ecs): ECS handling of IAM Roles with a path (spinnaker#4321) (spi…

…nnaker#4322)

* fix(ecs): ECS handling of IAM Roles with a path

* fix(test): Fixed test for path

Co-authored-by: Jason <mcintoshj@gmail.com>

v5.47.4

Toggle v5.47.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): Update diffing logic for AWS upsertSecurityGroupOperation (s…

…pinnaker#4300)

* fix(aws): Update diffing logic while upsertSecurityGroupOperation

* adding UT and address PR comments

* fixup based on PR feedback

* fixup for matching logic

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

version-6.5.1

Toggle version-6.5.1's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
fix(kubernetes): On refresh, don't replace credentials that have not …

…changed (spinnaker#4301)

v5.47.3

Toggle v5.47.3's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
fix(eureka): kato result object for skipped instances (spinnaker#4295)

* fix(eureka): kato result object for skipped instances

* Update clouddriver-eureka/src/main/groovy/com/netflix/spinnaker/clouddriver/eureka/deploy/ops/AbstractEurekaSupport.groovy

Co-Authored-By: Mark Vulfson <markvu@live.com>

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

v5.47.2

Toggle v5.47.2's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
fix(aws): Revert the IP Rule diff logic changes (spinnaker#4287)

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