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: hashicorp/terraform-provider-helm Loading
base: v2.13.2
Choose a base ref
...
head repository: hashicorp/terraform-provider-helm Loading
compare: main
Choose a head ref
  • 8 commits
  • 58 files changed
  • 5 contributors

Commits on May 16, 2024

  1. Update GH actions to use Node20 (#1361)

    Update GH actions to use Node20
    appilon committed May 16, 2024
    Configuration menu
    Copy the full SHA
    b2a325a View commit details
    Browse the repository at this point in the history

Commits on May 28, 2024

  1. Changelog entry (#1362)

    alexsomesan committed May 28, 2024
    Configuration menu
    Copy the full SHA
    593d716 View commit details
    Browse the repository at this point in the history

Commits on May 31, 2024

  1. Migrate to tfplugindocs structure (#1375)

    Co-authored-by: Brian Flad <bflad417@gmail.com
    sheneska committed May 31, 2024
    Configuration menu
    Copy the full SHA
    97964e8 View commit details
    Browse the repository at this point in the history

Commits on Jun 7, 2024

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

Commits on Jun 11, 2024

  1. Add new fields to release metadata, fix issue with test suite (#1380)

    * extend helm_release.metadata with new computed fields
    
    - last_deployed to implement #1374
    - first_deployed and notes to extend functionality further
    
    * add tests, fix uses of helm CLI in tests
    
    tests that are using exec.Command to call helm CLI directly were expecting kubeconfig to be at KUBECONFIG, which may not be the same as KUBE_CONFIG_PATH
    
    ---------
    
    Co-authored-by: Alex Pilon <apilon@hashicorp.com>
    danielskowronski and appilon committed Jun 11, 2024
    Configuration menu
    Copy the full SHA
    50ebe21 View commit details
    Browse the repository at this point in the history

Commits on Jun 14, 2024

  1. Replace git command for detecting past tags with alternative one base…

    …d on `git tag` command. (#1387)
    
    Replace git command for detecting past tags with alternative one based on `git tag` command.
    alexsomesan committed Jun 14, 2024
    Configuration menu
    Copy the full SHA
    0b58774 View commit details
    Browse the repository at this point in the history

Commits on Jun 24, 2024

  1. add oncall_review_assigner step into issue-opened.yml workflow (#…

    …1393)
    
    * add oncall assigner to issue-opened.yml
    
    * 201 status code catch
    BBBmau committed Jun 24, 2024
    Configuration menu
    Copy the full SHA
    8ca4a35 View commit details
    Browse the repository at this point in the history

Commits on Jul 3, 2024

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