Skip to content
Permalink

Comparing changes

Choose two branches to see what’s changed or to start a new pull request. If you need to, you can also or learn more about diff comparisons.

Open a pull request

Create a new pull request by comparing changes across two branches. If you need to, you can also . Learn more about diff comparisons here.
base repository: Prodesire/py-libterraform
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: feat/lastest-tf
Choose a base ref
...
head repository: Prodesire/py-libterraform
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: main
Choose a head ref
Checking mergeability… Don’t worry, you can still create the pull request.
  • 16 commits
  • 39 files changed
  • 2 contributors

Commits on Jun 20, 2022

  1. Merge pull request #1 from Prodesire/feat/lastest-tf

    Update TF to 1.2.2
    Prodesire authored Jun 20, 2022
    Configuration menu
    Copy the full SHA
    e155a29 View commit details
    Browse the repository at this point in the history

Commits on Sep 11, 2023

  1. Delete .python-version

    Prodesire authored Sep 11, 2023
    Configuration menu
    Copy the full SHA
    773f480 View commit details
    Browse the repository at this point in the history

Commits on Sep 14, 2023

  1. Current version 0.5.0 using Terraform 1.3.0

    - `fmt` supports multi dirs
    - `force_unlock` removes allow_missing_config
    - only python 3.7 and above are supported
    Prodesire committed Sep 14, 2023
    Configuration menu
    Copy the full SHA
    f9c43a3 View commit details
    Browse the repository at this point in the history
  2. Merge pull request #4 from Prodesire/feat/0.5.0

    Current version 0.5.0 using Terraform 1.3.0
    Prodesire authored Sep 14, 2023
    Configuration menu
    Copy the full SHA
    532a4ea View commit details
    Browse the repository at this point in the history

Commits on Nov 2, 2023

  1. fix #5: Fix the issue of being unable to install on MacOS lower versi…

    …ons (such as version 12) with M1 chip.
    Prodesire committed Nov 2, 2023
    Configuration menu
    Copy the full SHA
    8a21792 View commit details
    Browse the repository at this point in the history

Commits on Jan 11, 2024

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

Commits on Jan 12, 2024

  1. feat: Update terraform to 1.6.6

    Add otel context for updated runCheckpoint. The code came from OpenTofu.
    
    Add tests for updated terraform test command.
    Add vars param to test() for new test.
    
    Add linker flag to exclude -dev prerelease marker.
    
    Terraform's minimum go version is now 1.21.5
    haodeon committed Jan 12, 2024
    Configuration menu
    Copy the full SHA
    9407148 View commit details
    Browse the repository at this point in the history

Commits on Apr 16, 2024

  1. Merge pull request #6 from haodeon/feat/0.6.0

    Update terraform to 1.5.7
    Prodesire authored Apr 16, 2024
    Configuration menu
    Copy the full SHA
    4b9eae5 View commit details
    Browse the repository at this point in the history

Commits on Jul 2, 2024

  1. Merge pull request #8 from haodeon/feat/0.7.0

    Update terraform to 1.6.6
    Prodesire authored Jul 2, 2024
    Configuration menu
    Copy the full SHA
    40592d4 View commit details
    Browse the repository at this point in the history
  2. - TerraformCommand supports get

    - Update params of command `init`, `validate`, `plan`, `fmt`, `providers`, `providers_lock`, `providers_mirror`, `refresh`
    - Incompatible changes: the test command is changed from experimental to official, and the parameters are changed.
    - Support Python 3.12
    Prodesire committed Jul 2, 2024
    Configuration menu
    Copy the full SHA
    4d3c253 View commit details
    Browse the repository at this point in the history
  3. Fix action

    Prodesire committed Jul 2, 2024
    Configuration menu
    Copy the full SHA
    80b4d56 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    a9512e5 View commit details
    Browse the repository at this point in the history

Commits on Jul 16, 2024

  1. Merge pull request #9 from haodeon/feat/0.8.0

    Update terraform to 1.8.4
    Prodesire authored Jul 16, 2024
    Configuration menu
    Copy the full SHA
    bf9e567 View commit details
    Browse the repository at this point in the history

Commits on Jul 17, 2024

  1. Configuration menu
    Copy the full SHA
    3d74e39 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    1e76653 View commit details
    Browse the repository at this point in the history
  3. Update readme

    Prodesire committed Jul 17, 2024
    Configuration menu
    Copy the full SHA
    c1a2e79 View commit details
    Browse the repository at this point in the history
Loading