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: helmfile/vals
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: v0.41.1
Choose a base ref
...
head repository: helmfile/vals
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: v0.41.2
Choose a head ref
  • 4 commits
  • 4 files changed
  • 2 contributors

Commits on May 21, 2025

  1. build(deps): bump github.com/hashicorp/hcp-sdk-go (#689)

    Bumps [github.com/hashicorp/hcp-sdk-go](https://github.com/hashicorp/hcp-sdk-go) from 0.142.0 to 0.143.0.
    - [Release notes](https://github.com/hashicorp/hcp-sdk-go/releases)
    - [Changelog](https://github.com/hashicorp/hcp-sdk-go/blob/main/CHANGELOG.md)
    - [Commits](hashicorp/hcp-sdk-go@v0.142.0...v0.143.0)
    
    ---
    updated-dependencies:
    - dependency-name: github.com/hashicorp/hcp-sdk-go
      dependency-version: 0.143.0
      dependency-type: direct:production
      update-type: version-update:semver-minor
    ...
    
    Signed-off-by: dependabot[bot] <[email protected]>
    Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
    dependabot[bot] authored May 21, 2025
    Configuration menu
    Copy the full SHA
    ebbf770 View commit details
    Browse the repository at this point in the history

Commits on May 28, 2025

  1. build(deps): bump github.com/hashicorp/hcp-sdk-go (#691)

    Bumps [github.com/hashicorp/hcp-sdk-go](https://github.com/hashicorp/hcp-sdk-go) from 0.143.0 to 0.144.0.
    - [Release notes](https://github.com/hashicorp/hcp-sdk-go/releases)
    - [Changelog](https://github.com/hashicorp/hcp-sdk-go/blob/main/CHANGELOG.md)
    - [Commits](hashicorp/hcp-sdk-go@v0.143.0...v0.144.0)
    
    ---
    updated-dependencies:
    - dependency-name: github.com/hashicorp/hcp-sdk-go
      dependency-version: 0.144.0
      dependency-type: direct:production
      update-type: version-update:semver-minor
    ...
    
    Signed-off-by: dependabot[bot] <[email protected]>
    Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
    dependabot[bot] authored May 28, 2025
    Configuration menu
    Copy the full SHA
    380ede2 View commit details
    Browse the repository at this point in the history

Commits on Jun 3, 2025

  1. build(deps): bump github.com/cyberark/conjur-api-go (#693)

    Bumps [github.com/cyberark/conjur-api-go](https://github.com/cyberark/conjur-api-go) from 0.12.15 to 0.13.0.
    - [Release notes](https://github.com/cyberark/conjur-api-go/releases)
    - [Changelog](https://github.com/cyberark/conjur-api-go/blob/main/CHANGELOG.md)
    - [Commits](cyberark/conjur-api-go@v0.12.15...v0.13.0)
    
    ---
    updated-dependencies:
    - dependency-name: github.com/cyberark/conjur-api-go
      dependency-version: 0.13.0
      dependency-type: direct:production
      update-type: version-update:semver-minor
    ...
    
    Signed-off-by: dependabot[bot] <[email protected]>
    Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
    dependabot[bot] authored Jun 3, 2025
    Configuration menu
    Copy the full SHA
    8c9bd0f View commit details
    Browse the repository at this point in the history

Commits on Jun 4, 2025

  1. feat: support query parameters in httpjson (#692)

    This patches makes these changes:
    1. Support query parameters in user-provided URLs as
    this can be useful in filtering data before futher processing,
    significantly decreasing the request duration.
    2. Cover new functionality with unit tests.
    3. Modify existing tests to work with the new changes.
    
    Signed-off-by: Oleh Neichev <[email protected]>
    BonySmoke authored Jun 4, 2025
    Configuration menu
    Copy the full SHA
    3d79c14 View commit details
    Browse the repository at this point in the history
Loading