Branch: refs/heads/CreateFleet
  Home:   https://github.com/jenkinsci/ec2-fleet-plugin
  Commit: ae77bfa67821a0b05e46eab2f88249f38fac4baf
      
https://github.com/jenkinsci/ec2-fleet-plugin/commit/ae77bfa67821a0b05e46eab2f88249f38fac4baf
  Author: Vineeth Bandi <[email protected]>
  Date:   2023-09-21 (Thu, 21 Sep 2023)

  Changed paths:
    M docs/CONFIGURATION-AS-CODE.md
    A src/main/java/com/amazon/jenkins/ec2fleet/CloudConstants.java
    M src/main/java/com/amazon/jenkins/ec2fleet/EC2FleetCloud.java
    M src/main/java/com/amazon/jenkins/ec2fleet/EC2FleetLabelCloud.java
    M src/main/resources/com/amazon/jenkins/ec2fleet/EC2FleetCloud/config.jelly
    M 
src/test/java/com/amazon/jenkins/ec2fleet/EC2FleetCloudConfigurationAsCodeTest.java
    M src/test/java/com/amazon/jenkins/ec2fleet/EC2FleetCloudTest.java
    A 
src/test/resources/com/amazon/jenkins/ec2fleet/EC2FleetCloud/credentials-id-configuration-as-code.yml
    A 
src/test/resources/com/amazon/jenkins/ec2fleet/EC2FleetCloud/max-less-than-min-configuration-as-code.yml

  Log Message:
  -----------
  Update constructor to follow CasC best practices (#406)

* move non-required values into databound setters and create validations

* create default value constants for primitives of FleetClouds and clean up 
getters

* create new constructors with CasC best practices

* fix CasC unit tests

* update casc docs to reflect new defaults, add unlisted fields to examples, 
and include EC2FleetLabelCloud examples

* change default minSize to 0 in jelly for consistency


  Commit: afc996c556c7f2f0a098c71056d0ffffb3221c8f
      
https://github.com/jenkinsci/ec2-fleet-plugin/commit/afc996c556c7f2f0a098c71056d0ffffb3221c8f
  Author: Prathibha Datta Kumar <[email protected]>
  Date:   2023-09-21 (Thu, 21 Sep 2023)

  Changed paths:
    A .github/workflows/release-drafter.yml

  Log Message:
  -----------
  Create release-drafter.yml (#408)


  Commit: 47ce1793d90c653d71d0fd317ee642e70ad2cd7f
      
https://github.com/jenkinsci/ec2-fleet-plugin/commit/47ce1793d90c653d71d0fd317ee642e70ad2cd7f
  Author: Prathibha Datta-Kumar <[email protected]>
  Date:   2023-09-25 (Mon, 25 Sep 2023)

  Changed paths:
    M pom.xml

  Log Message:
  -----------
  [maven-release-plugin] prepare release ec2-fleet-3.0.1


  Commit: 6bd8552288770dbe65f690c309e8ac333241e0a5
      
https://github.com/jenkinsci/ec2-fleet-plugin/commit/6bd8552288770dbe65f690c309e8ac333241e0a5
  Author: Prathibha Datta-Kumar <[email protected]>
  Date:   2023-09-25 (Mon, 25 Sep 2023)

  Changed paths:
    M pom.xml

  Log Message:
  -----------
  [maven-release-plugin] prepare for next development iteration


  Commit: 9702d155117177a64e987b1105e4114c044121d8
      
https://github.com/jenkinsci/ec2-fleet-plugin/commit/9702d155117177a64e987b1105e4114c044121d8
  Author: Prathibha Datta Kumar <[email protected]>
  Date:   2023-10-18 (Wed, 18 Oct 2023)

  Changed paths:
    M .github/ISSUE_TEMPLATE/bug_report.md

  Log Message:
  -----------
  Update bug report issue template (#413)

* Update bug report issue template

* Update bug_report.md


  Commit: 2b95c2b3232353fd30ecaab7864e4b67b2852e65
      
https://github.com/jenkinsci/ec2-fleet-plugin/commit/2b95c2b3232353fd30ecaab7864e4b67b2852e65
  Author: Vineeth Bandi <[email protected]>
  Date:   2023-10-31 (Tue, 31 Oct 2023)

  Changed paths:
    M docs/CONFIGURATION-AS-CODE.md
    R src/main/java/com/amazon/jenkins/ec2fleet/CloudConstants.java
    M src/main/java/com/amazon/jenkins/ec2fleet/EC2FleetCloud.java
    M src/main/java/com/amazon/jenkins/ec2fleet/EC2FleetLabelCloud.java
    M src/main/resources/com/amazon/jenkins/ec2fleet/EC2FleetCloud/config.jelly
    M 
src/test/java/com/amazon/jenkins/ec2fleet/EC2FleetCloudConfigurationAsCodeTest.java
    M src/test/java/com/amazon/jenkins/ec2fleet/EC2FleetCloudTest.java
    R 
src/test/resources/com/amazon/jenkins/ec2fleet/EC2FleetCloud/credentials-id-configuration-as-code.yml
    R 
src/test/resources/com/amazon/jenkins/ec2fleet/EC2FleetCloud/max-less-than-min-configuration-as-code.yml

  Log Message:
  -----------
  Revert "Update constructor to follow CasC best practices (#406)" (#416)

This reverts commit ae77bfa67821a0b05e46eab2f88249f38fac4baf.


  Commit: d60e97eaf9b7afefab195f690db26b1445304fd2
      
https://github.com/jenkinsci/ec2-fleet-plugin/commit/d60e97eaf9b7afefab195f690db26b1445304fd2
  Author: Vineeth Bandi <[email protected]>
  Date:   2023-11-01 (Wed, 01 Nov 2023)

  Changed paths:
    M pom.xml

  Log Message:
  -----------
  [maven-release-plugin] prepare release ec2-fleet-3.0.2


  Commit: d79c24167f9e813e07417905d3afacd897fe4c90
      
https://github.com/jenkinsci/ec2-fleet-plugin/commit/d79c24167f9e813e07417905d3afacd897fe4c90
  Author: Vineeth Bandi <[email protected]>
  Date:   2023-11-01 (Wed, 01 Nov 2023)

  Changed paths:
    M pom.xml

  Log Message:
  -----------
  [maven-release-plugin] prepare for next development iteration


  Commit: 992c38159287300fb33c78aab3bf1a43195778d5
      
https://github.com/jenkinsci/ec2-fleet-plugin/commit/992c38159287300fb33c78aab3bf1a43195778d5
  Author: Prathibha Datta Kumar <[email protected]>
  Date:   2023-11-02 (Thu, 02 Nov 2023)

  Changed paths:
    M .github/ISSUE_TEMPLATE/bug_report.md
    A .github/workflows/release-drafter.yml
    M pom.xml

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


Compare: 
https://github.com/jenkinsci/ec2-fleet-plugin/compare/d984f292ea62...992c38159287

-- 
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 [email protected].
To view this discussion on the web visit 
https://groups.google.com/d/msgid/jenkinsci-commits/jenkinsci/ec2-fleet-plugin/push/refs/heads/CreateFleet/d984f2-992c38%40github.com.

Reply via email to