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/hc-install
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: v0.3.2
Choose a base ref
...
head repository: hashicorp/hc-install
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: v0.4.0
Choose a head ref
  • 6 commits
  • 10 files changed
  • 5 contributors

Commits on May 10, 2022

  1. fs.Version to support version constrained binary discovery (#52)

    * `fs.AnyVersion` supports optional version constraint
    
    Allows users to optionally specify one or more (comma separated) version constraints for `fs.AnyVersion` source.
    
    * Refine readme
    
    * Modify `Constraint` type and name to align with `releases.Versions`
    
    * revert everything
    
    * New source - `fs.Version`: allows specifying version constraints
    
    * Modify e2e test
    
    * enable test
    
    * modify and pass test
    magodo authored May 10, 2022
    Configuration menu
    Copy the full SHA
    d615262 View commit details
    Browse the repository at this point in the history

Commits on May 13, 2022

  1. implement product for Vault

    Co-authored-by: Seth Hoenig <seth.a.hoenig@gmail.com>
    2 people authored and radeksimko committed May 13, 2022
    Configuration menu
    Copy the full SHA
    1c1c996 View commit details
    Browse the repository at this point in the history
  2. build: add test for vault

    radeksimko committed May 13, 2022
    Configuration menu
    Copy the full SHA
    bbc7232 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    524d3bd View commit details
    Browse the repository at this point in the history

Commits on May 19, 2022

  1. build(deps): bump github.com/hashicorp/go-version from 1.4.0 to 1.5.0 (

    …#61)
    
    Bumps [github.com/hashicorp/go-version](https://github.com/hashicorp/go-version) from 1.4.0 to 1.5.0.
    - [Release notes](https://github.com/hashicorp/go-version/releases)
    - [Changelog](https://github.com/hashicorp/go-version/blob/main/CHANGELOG.md)
    - [Commits](hashicorp/go-version@v1.4.0...v1.5.0)
    
    ---
    updated-dependencies:
    - dependency-name: github.com/hashicorp/go-version
      dependency-type: direct:production
      update-type: version-update:semver-minor
    ...
    
    Signed-off-by: dependabot[bot] <support@github.com>
    
    Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
    dependabot[bot] authored May 19, 2022
    Configuration menu
    Copy the full SHA
    5bf5254 View commit details
    Browse the repository at this point in the history

Commits on Jun 23, 2022

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