Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Update dependencies; switch to go-git/go-git and pkg/tar #1105

Merged
merged 2 commits into from
May 26, 2023

Commits on May 26, 2023

  1. update dependencies and switch to go-git/go-git

    * github.com/fluxcd/pkg/git => v0.12.2
    * github.com/fluxcd/pkg/git/gogit => v0.11.1
    * github.com/fluxcd/pkg/gittestserver => v0.8.4
    * github.com/fluxcd/pkg/oci => v0.27.0
    * github.com/fluxcd/pkg/sourceignore => v0.3.4
    
    Switch from `fluxcd/go-git`to `go-git/go-git` v5.7.0, as all changes made
    to our fork have been contributed back upstream.
    
    Signed-off-by: Sanskar Jaiswal <jaiswalsanskar078@gmail.com>
    aryan9600 committed May 26, 2023
    Configuration menu
    Copy the full SHA
    68244b7 View commit details
    Browse the repository at this point in the history
  2. switch from fluxcd/pkg/untar to fluxcd/pkg/tar

    Switch from `fluxcd/pkg/untar` to `fluxcd/pkg/tar` v0.2.0 as the former
    has been deprecated. Ref: https://github.com/fluxcd/pkg/blob/main/untar/go.mod#L1
    
    Signed-off-by: Sanskar Jaiswal <jaiswalsanskar078@gmail.com>
    aryan9600 committed May 26, 2023
    Configuration menu
    Copy the full SHA
    ef1df00 View commit details
    Browse the repository at this point in the history