You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@camel.apache.org by gi...@apache.org on 2023/06/15 10:15:43 UTC

[camel] branch regen_bot updated (3ab4c687e22 -> 5494d370507)

This is an automated email from the ASF dual-hosted git repository.

github-bot pushed a change to branch regen_bot
in repository https://gitbox.apache.org/repos/asf/camel.git


    from 3ab4c687e22 CAMEL-19408: camel-swift - Upgrade to SRU2022-10.0.1 (#10398)
     add a4cddaace6b CAMEL-19159 - Camel-AWS: Support Profile Credential provider as configuration - AWS EKS
     add d2e69beb2f2 CAMEL-19159 - Camel-AWS: Support Profile Credential provider as configuration - AWS EKS
     add 3a77cb3aec5 CAMEL-19159 - Camel-AWS: Support Profile Credential provider as configuration - AWS EKS
     add 2151b7822d7 CAMEL-19159 - Camel-AWS: Support Profile Credential provider as configuration - AWS EKS
     add b891e90ece1 CAMEL-19159 - Camel-AWS: Support Profile Credential provider as configuration - AWS EKS
     add a97e36ec4e3 CAMEL-19159 - Camel-AWS: Support Profile Credential provider as configuration - AWS EKS
     add 5494d370507 Regen for commit a97e36ec4e3e6f40332531a9a650f2d929c22ba7

No new revisions were added by this update.

Summary of changes:
 .../apache/camel/catalog/components/aws2-eks.json  | 44 ++++++++++---------
 .../aws2/eks/EKS2ComponentConfigurer.java          | 12 +++++
 .../component/aws2/eks/EKS2EndpointConfigurer.java | 12 +++++
 .../component/aws2/eks/EKS2EndpointUriFactory.java |  4 +-
 .../apache/camel/component/aws2/eks/aws2-eks.json  | 44 ++++++++++---------
 .../src/main/docs/aws2-eks-component.adoc          |  8 +++-
 .../camel/component/aws2/eks/EKS2Component.java    |  5 ++-
 .../component/aws2/eks/EKS2Configuration.java      | 26 +++++++++++
 .../aws2/eks/client/EKS2ClientFactory.java         | 10 ++++-
 ...java => EKS2ClientIAMProfileOptimizedImpl.java} | 11 +++--
 .../dsl/Aws2EksComponentBuilderFactory.java        | 35 +++++++++++++++
 .../endpoint/dsl/EKS2EndpointBuilderFactory.java   | 51 ++++++++++++++++++++++
 12 files changed, 213 insertions(+), 49 deletions(-)
 copy components/camel-aws/camel-aws2-eks/src/main/java/org/apache/camel/component/aws2/eks/client/impl/{EKS2ClientIAMOptimizedImpl.java => EKS2ClientIAMProfileOptimizedImpl.java} (88%)