Branch: refs/heads/master
  Home:   https://github.com/jenkinsci/pipeline-aws-plugin
  Commit: 99985e2183d83ae70a0b4305768ac9dbb790c29e
      
https://github.com/jenkinsci/pipeline-aws-plugin/commit/99985e2183d83ae70a0b4305768ac9dbb790c29e
  Author: Basil Crow <m...@basilcrow.com>
  Date:   2024-01-18 (Thu, 18 Jan 2024)

  Changed paths:
    M src/main/java/de/taimos/pipeline/aws/cloudformation/CFNDeleteStep.java

  Log Message:
  -----------
  Remove gratuitous usage of Guice


  Commit: 8189a1e72acdeddfad3e32453c182d20f85433cf
      
https://github.com/jenkinsci/pipeline-aws-plugin/commit/8189a1e72acdeddfad3e32453c182d20f85433cf
  Author: Thorsten Hoeger <thorsten.hoe...@taimos.de>
  Date:   2024-01-19 (Fri, 19 Jan 2024)

  Changed paths:
    M Jenkinsfile

  Log Message:
  -----------
  Merge branch 'master' into guice


  Commit: cf0937721055bc538604d1e6f5bf30b6e9f34739
      
https://github.com/jenkinsci/pipeline-aws-plugin/commit/cf0937721055bc538604d1e6f5bf30b6e9f34739
  Author: Thorsten Hoeger <thorsten.hoe...@taimos.de>
  Date:   2024-01-22 (Mon, 22 Jan 2024)

  Changed paths:
    M pom.xml
    M src/main/java/de/taimos/pipeline/aws/AWSClientFactory.java
    A src/main/java/de/taimos/pipeline/aws/AWSClientFactoryDelegate.java
    A src/main/java/de/taimos/pipeline/aws/AWSUtilFactory.java
    M src/main/java/de/taimos/pipeline/aws/ProxyConfiguration.java
    M src/main/java/de/taimos/pipeline/aws/S3CopyStep.java
    M src/main/java/de/taimos/pipeline/aws/S3DownloadStep.java
    M src/main/java/de/taimos/pipeline/aws/S3UploadStep.java
    M 
src/main/java/de/taimos/pipeline/aws/cloudformation/AbstractCFNCreateStep.java
    M src/main/java/de/taimos/pipeline/aws/cloudformation/CFNDeleteStep.java
    M src/main/java/de/taimos/pipeline/aws/cloudformation/CFNDescribeStep.java
    M 
src/main/java/de/taimos/pipeline/aws/cloudformation/CFNExecuteChangeSetStep.java
    M 
src/main/java/de/taimos/pipeline/aws/cloudformation/CloudFormationStack.java
    M 
src/main/java/de/taimos/pipeline/aws/cloudformation/parser/YAMLParameterFileParser.java
    M 
src/main/java/de/taimos/pipeline/aws/cloudformation/stacksets/AbstractCFNCreateStackSetStep.java
    M 
src/main/java/de/taimos/pipeline/aws/cloudformation/stacksets/CFNDeleteStackSetStep.java
    A src/main/resources/index.jelly
    M src/test/java/de/taimos/pipeline/aws/EC2ShareAmiStepTests.java
    M src/test/java/de/taimos/pipeline/aws/LambdaVersionCleanupStepTest.java
    M src/test/java/de/taimos/pipeline/aws/S3PresignUrlStepTests.java
    M src/test/java/de/taimos/pipeline/aws/S3UploadStepIntegrationTest.java
    M src/test/java/de/taimos/pipeline/aws/S3UploadStepTest.java
    M 
src/test/java/de/taimos/pipeline/aws/S3UploadStepTransferManagerIntegrationTest.java
    M src/test/java/de/taimos/pipeline/aws/SNSPublishStepTest.java
    M src/test/java/de/taimos/pipeline/aws/UpdateTrustPolicyStepTests.java
    M src/test/java/de/taimos/pipeline/aws/WithAWSStepTest.java
    M 
src/test/java/de/taimos/pipeline/aws/cloudformation/CFNCreateChangeSetTests.java
    M 
src/test/java/de/taimos/pipeline/aws/cloudformation/CFNDeleteStackTests.java
    M 
src/test/java/de/taimos/pipeline/aws/cloudformation/CFNDescribeStackTests.java
    M 
src/test/java/de/taimos/pipeline/aws/cloudformation/CFNExecuteChangeSetTests.java
    M 
src/test/java/de/taimos/pipeline/aws/cloudformation/CFNExportsStepTests.java
    M 
src/test/java/de/taimos/pipeline/aws/cloudformation/CFNUpdateStackTests.java
    M 
src/test/java/de/taimos/pipeline/aws/cloudformation/CFNValidateStepTests.java
    M 
src/test/java/de/taimos/pipeline/aws/cloudformation/CloudformationStackTests.java
    M 
src/test/java/de/taimos/pipeline/aws/cloudformation/stacksets/CFNDeleteStackSetStepTest.java
    M 
src/test/java/de/taimos/pipeline/aws/cloudformation/stacksets/CFNUpdateStackSetStepTest.java
    M 
src/test/java/de/taimos/pipeline/aws/cloudformation/utils/TimeOutRetryStrategyTests.java
    M src/test/java/de/taimos/pipeline/aws/eb/EBCreateApplicationStepTest.java
    M 
src/test/java/de/taimos/pipeline/aws/eb/EBCreateApplicationVersionStepTest.java
    M 
src/test/java/de/taimos/pipeline/aws/eb/EBCreateConfigurationTemplateStepTest.java
    M src/test/java/de/taimos/pipeline/aws/eb/EBCreateEnvironmentStepTest.java
    M 
src/test/java/de/taimos/pipeline/aws/eb/EBSwapEnvironmentCNAMEsStepTest.java
    M src/test/java/de/taimos/pipeline/aws/eb/EBTestingUtils.java
    M 
src/test/java/de/taimos/pipeline/aws/eb/EBWaitOnEnvironmentHealthStepTest.java
    M 
src/test/java/de/taimos/pipeline/aws/eb/EBWaitOnEnvironmentStatusStepTest.java
    M src/test/java/de/taimos/pipeline/aws/ecr/ECRDeleteImagesStepTests.java
    M src/test/java/de/taimos/pipeline/aws/ecr/ECRListImagesStepTests.java
    M 
src/test/java/de/taimos/pipeline/aws/ecr/ECRSetRepositoryPolicyStepTests.java

  Log Message:
  -----------
  Merge branch 'master' into guice


  Commit: 3deb66f699d82563a21afe56ffca65af3de8ab8a
      
https://github.com/jenkinsci/pipeline-aws-plugin/commit/3deb66f699d82563a21afe56ffca65af3de8ab8a
  Author: Thorsten Hoeger <thorsten.hoe...@taimos.de>
  Date:   2024-03-26 (Tue, 26 Mar 2024)

  Changed paths:
    M src/main/java/de/taimos/pipeline/aws/cloudformation/CFNDeleteStep.java

  Log Message:
  -----------
  Merge pull request #319 from basil/guice

Remove gratuitous usage of Guice


Compare: 
https://github.com/jenkinsci/pipeline-aws-plugin/compare/f7cee7a75401...3deb66f699d8

To unsubscribe from these emails, change your notification settings at 
https://github.com/jenkinsci/pipeline-aws-plugin/settings/notifications

-- 
You received this message because you are subscribed to the Google Groups 
"Jenkins Commits" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to jenkinsci-commits+unsubscr...@googlegroups.com.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/jenkinsci-commits/jenkinsci/pipeline-aws-plugin/push/refs/heads/master/f7cee7-3deb66%40github.com.

Reply via email to