Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Release/v0.8 #149

Merged
merged 24 commits into from Mar 3, 2020
Merged

Release/v0.8 #149

merged 24 commits into from Mar 3, 2020

Commits on Jul 1, 2019

  1. hotfix/v0.2.6

    Clayton7510 committed Jul 1, 2019
    Configuration menu
    Copy the full SHA
    da30c74 View commit details
    Browse the repository at this point in the history

Commits on Jul 15, 2019

  1. v0.3 released

    * integrated unit test support (issue #70)
    
    * Fixed S3 Backend Bug (issue #76)
    Clayton7510 committed Jul 15, 2019
    Configuration menu
    Copy the full SHA
    5927256 View commit details
    Browse the repository at this point in the history

Commits on Jul 29, 2019

  1. v0.4 released

    * fixed/removed starter pom (issue #80)
    
    * fixed README.md type-o varFiles => tfVarFiles
    
    * added skipTfGet property that can be used to skip tf:get on tf:init
    
    * fixed dependency filter to only copy type=zip into .tfmodules
    
    * added tf-examples path (issue #83)
    
       * tf-examples path can be used by setting tfRootModule="tf-examples/<tf root dir>"
    
    * added skipTfGet property that when set to true will skip tf:get as part of tf:init
    Clayton7510 committed Jul 29, 2019
    Configuration menu
    Copy the full SHA
    eb64a47 View commit details
    Browse the repository at this point in the history

Commits on Jul 31, 2019

  1. v0.5 released

    * added Synk security scans (issue #58)
    
    * added tf-s3-archetype (issue #69)
    
    * resolved critical maven dependency vulnerabilities
    Clayton7510 committed Jul 31, 2019
    Configuration menu
    Copy the full SHA
    ca4421c View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    eb10677 View commit details
    Browse the repository at this point in the history
  3. v0.5 release patch

    * updated tf-s3-archetypes pom for deployment
    Clayton7510 committed Jul 31, 2019
    Configuration menu
    Copy the full SHA
    c0dd140 View commit details
    Browse the repository at this point in the history

Commits on Aug 4, 2019

  1. release v0.5.1

    * fixed archetype error (#97)
    Clayton7510 committed Aug 4, 2019
    Configuration menu
    Copy the full SHA
    f2ade96 View commit details
    Browse the repository at this point in the history

Commits on Aug 6, 2019

  1. Configuration menu
    Copy the full SHA
    d3edb6e View commit details
    Browse the repository at this point in the history
  2. Updated maven badges

    Clayton7510 committed Aug 6, 2019
    Configuration menu
    Copy the full SHA
    e021cd7 View commit details
    Browse the repository at this point in the history

Commits on Aug 22, 2019

  1. released v0.5.3

    * fixed TerraformOutput on Windows & updated tf-cmd-api for Windows compatibility
    Clayton7510 committed Aug 22, 2019
    Configuration menu
    Copy the full SHA
    b82bd6d View commit details
    Browse the repository at this point in the history

Commits on Aug 26, 2019

  1. released v0.5.4

    * fixed weird redundant S3Spec.groovy in archetype (issue #109)
    Clayton7510 committed Aug 26, 2019
    Configuration menu
    Copy the full SHA
    5bcab39 View commit details
    Browse the repository at this point in the history

Commits on Aug 27, 2019

  1. released v0.6

    * fixed issue #108
    Clayton7510 committed Aug 27, 2019
    Configuration menu
    Copy the full SHA
    bab5fc3 View commit details
    Browse the repository at this point in the history

Commits on Oct 4, 2019

  1. released v0.7.1

    Clayton7510 committed Oct 4, 2019
    Configuration menu
    Copy the full SHA
    910a330 View commit details
    Browse the repository at this point in the history

Commits on Oct 15, 2019

  1. released v0.7.2

    * fixed tf-s3-archetype version
    Clayton7510 committed Oct 15, 2019
    Configuration menu
    Copy the full SHA
    46df10a View commit details
    Browse the repository at this point in the history

Commits on Oct 31, 2019

  1. released v0.7.3

    * added repostoryId to TerraformDeploy to fix deploy goal
    
    * fixed clean goal on windows os (issue #127)
    Clayton7510 committed Oct 31, 2019
    Configuration menu
    Copy the full SHA
    e543b78 View commit details
    Browse the repository at this point in the history

Commits on Feb 22, 2020

  1. Configuration menu
    Copy the full SHA
    4897c79 View commit details
    Browse the repository at this point in the history

Commits on Feb 26, 2020

  1. Configuration menu
    Copy the full SHA
    5cbffaa View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    8baf4f7 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    bfef024 View commit details
    Browse the repository at this point in the history
  4. Merge remote-tracking branch 'remotes/origin/master' into release/v0.8

    # Conflicts:
    #	README.md
    #	examples/tf-s3-consumer/pom.xml
    #	examples/tf-s3-consumer/src/main/tf-examples/example/inputs.tf
    #	examples/tf-s3-consumer/src/main/tf-examples/example/main.tf
    #	examples/tf-s3-consumer/src/main/tf-examples/example/outputs.tf
    #	examples/tf-s3-consumer/src/main/tf/root/inputs.tf
    #	examples/tf-s3-consumer/src/main/tf/root/main.tf
    #	examples/tf-s3-consumer/src/main/tf/root/outputs.tf
    #	examples/tf-s3/pom.xml
    #	examples/tf-s3/src/main/tf/s3/inputs.tf
    #	examples/tf-s3/src/main/tf/s3/main.tf
    #	examples/tf-s3/src/main/tf/s3/outputs.tf
    #	examples/tf-s3/src/main/tf/s3_replicated_src/inputs.tf
    #	examples/tf-s3/src/main/tf/s3_replicated_src/main.tf
    #	examples/tf-s3/src/main/tf/s3_replicated_src/outputs.tf
    #	examples/tf-s3/src/main/tf/s3_replicated_src/policies/replication-policy.json
    #	examples/tf-s3/src/test/groovy/tf/s3/S3Spec.groovy
    #	tf-build-tools/pom.xml
    #	tf-build-tools/tf-cmd-api/pom.xml
    #	tf-build-tools/tf-cmd-api/src/main/java/com/deliveredtechnologies/terraform/api/TerraformDestroy.java
    #	tf-build-tools/tf-cmd-api/src/test/java/com/deliveredtechnologies/terraform/api/TerraformDestroyTest.java
    #	tf-build-tools/tf-cmd-api/src/test/java/com/deliveredtechnologies/terraform/api/TerraformPlanTest.java
    #	tf-build-tools/tf-maven-plugin/pom.xml
    #	tf-build-tools/tf-maven-plugin/src/main/java/com/deliveredtechnologies/maven/terraform/TerraformGet.java
    #	tf-build-tools/tf-maven-plugin/src/main/java/com/deliveredtechnologies/maven/terraform/mojo/Apply.java
    #	tf-build-tools/tf-maven-plugin/src/main/java/com/deliveredtechnologies/maven/terraform/mojo/Destroy.java
    #	tf-build-tools/tf-maven-plugin/src/main/java/com/deliveredtechnologies/maven/terraform/mojo/Init.java
    #	tf-build-tools/tf-maven-plugin/src/main/java/com/deliveredtechnologies/maven/terraform/mojo/Plan.java
    #	tf-build-tools/tf-s3-archetype/pom.xml
    #	tf-build-tools/tf-s3-archetype/src/main/resources/archetype-resources/pom.xml
    Clayton7510 committed Feb 26, 2020
    Configuration menu
    Copy the full SHA
    715a930 View commit details
    Browse the repository at this point in the history
  5. origin/master merge

    Clayton7510 committed Feb 26, 2020
    Configuration menu
    Copy the full SHA
    4bc79a3 View commit details
    Browse the repository at this point in the history
  6. released v0.8

    * added feature to execute a maven artifact as a root module (issue #19)
    * fixed tfvars issue #132
    Clayton7510 committed Feb 26, 2020
    Configuration menu
    Copy the full SHA
    98e0762 View commit details
    Browse the repository at this point in the history

Commits on Mar 3, 2020

  1. Configuration menu
    Copy the full SHA
    16d1148 View commit details
    Browse the repository at this point in the history
  2. Merge remote-tracking branch 'remotes/origin/master' into release/v0.8

    # Conflicts:
    #	README.md
    #	tf-build-tools/pom.xml
    #	tf-build-tools/tf-cmd-api/pom.xml
    #	tf-build-tools/tf-maven-plugin/pom.xml
    #	tf-build-tools/tf-s3-archetype/pom.xml
    #	tf-build-tools/tf-s3-archetype/src/main/resources/archetype-resources/pom.xml
    Clayton7510 committed Mar 3, 2020
    Configuration menu
    Copy the full SHA
    20902d5 View commit details
    Browse the repository at this point in the history