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

Tags: titirigaiulian/clouddriver

Tags

v5.43.2

Toggle v5.43.2's commit message
chore(dependencies): Autobump fiatVersion (spinnaker#4213)

v5.43.1

Toggle v5.43.1's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
fix(saga): Missed a function parameter type conversion from List to S…

…et (spinnaker#4210)

v5.43.0

Toggle v5.43.0's commit message
fix(sagas): Use a Set instead of List to avoid duplicate Task SagaIds (

…spinnaker#4209)

v5.42.0

Toggle v5.42.0's commit message
feat(authz): add Permissions to titus account configuration

version-6.4.2

Toggle version-6.4.2's commit message
fix(kubernetes): do not throw NPE on NetworkPolicies with ingresses w…

…ith null ports (spinnaker#4182) (spinnaker#4186)

Similar to spinnaker#4172, the code is assuming that a NetworkPolicy that has an ingress
will return an empty list of ports, but instead it defaults to null for this[1]
and so crashes.

[1] https://github.com/kubernetes-client/java/blob/master/kubernetes/src/main/java/io/kubernetes/client/openapi/models/V1NetworkPolicyIngressRule.java#L45

version-6.3.4

Toggle version-6.3.4's commit message
fix(aws): support for cross-application CLBs with the sql backend (sp…

…innaker#4141) (spinnaker#4192)

v5.41.1

Toggle v5.41.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): shutdown the executor for titus streaming agent (spinnake…

…r#4185)

We are leaking an executor (with a single thread in) from the TitusStreamingAgent because it's not shutdown properly
I think it would be better to refactor this code to not create the executor (at least not all the time), but I want to make mininal change to address the immediate problem first.

There is also some unnamed thread pool that appears to be leaking that I can't track down. Perhaps it's some API that the streaming agent calls, will debug it more after this change goes in

v5.41.0

Toggle v5.41.0's commit message
fix(thread): make sure to provide NamedThreadFactory to all executors (

…spinnaker#4184)

* fix(thread): make sure to provide NamedThreadFactory to all executors

It's a good practice to name all the threads/executors so that it's easy to see what threads are running away (if any).
Add NamedThreadFactory to all places we create a new executor

* fixup! fix(thread): make sure to provide NamedThreadFactory to all executors

v5.40.2

Toggle v5.40.2's commit message
feat(huaweicloud): first commit for huaweicloud (spinnaker#4176)

* feat(huaweicloud): first commit for huaweicloud

* style(huaweicloud): fix code style

v5.40.1

Toggle v5.40.1's commit message
fix(securityGroup): Add tags field to AmazonSecurityGroup model (spin…

…naker#4165)

* fix(securityGroup): Add tags field to AmazonSecurityGroup model

* use Tag instead of a generic map

* use com.amazonaws.services.ec2.model.Tag
0