Update dependencies; switch to go-git/go-git and pkg/tar#1105
Merged
stefanprodan merged 2 commits intofluxcd:mainfrom May 26, 2023
Merged
Update dependencies; switch to go-git/go-git and pkg/tar#1105stefanprodan merged 2 commits intofluxcd:mainfrom
go-git/go-git and pkg/tar#1105stefanprodan merged 2 commits intofluxcd:mainfrom
Conversation
dbd3890 to
d4a5a87
Compare
stefanprodan
approved these changes
May 25, 2023
Member
stefanprodan
left a comment
There was a problem hiding this comment.
LGTM
Thanks @aryan9600 🎖️
Member
Author
|
Waiting for a new |
* 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>
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>
Member
|
This pull request also fixes this issue: #1071 with the update to |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Bumps:
Switch from
fluxcd/go-gittogo-git/go-gitv5.7.0, as all changes made to our fork have been contributed back upstream. Furthermore, switch fromfluxcd/pkg/untartofluxcd/pkg/tarv0.2.0 as the former has been deprecated.