Skip to content

Bump hashicorp/go-getter dependency to v1.5.9 #1981

@simoncaron

Description

@simoncaron

When using go-getter-style URLs to manage remote helmfiles/values, it is currently impossible to specify a ref and a depth on the same URL. For example using a remote path like this:

helmfiles:
- path: git::https://github.com/cloudposse/helmfiles.git@releases/kiam.yaml?ref=0.40.0&depth=1

will cause the following error:

2021/10/01 09:31:20 Error downloading: error downloading 'https://github.com/cloudposse/helmfiles.git?ref=0.40.0&depth=1': /usr/bin/git exited with 1: error: pathspec '0.40.0' did not match any file(s) known to git.

This is an issue with the go-getter library which was fixed in the most recent release v1.5.9 (helmfile is currently at v1.5.0)

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions