carvel-dev / vendir

Easy way to vendor portions of git repos, github releases, helm charts, docker image contents, etc. declaratively
https://carvel.dev/vendir
Apache License 2.0
276 stars 49 forks source link

support for Gitlab Releases as source #229

Open hojerst opened 1 year ago

hojerst commented 1 year ago

Describe the problem/challenge you have There are projects which live on gitlab.com or internal gitlab instances. Those projects might provide downloadable assets on their release page. Vendir already supports assets from github.com based releases, but lacks support for Releases from Gitlab.

Describe the solution you'd like Add a gitlabReleases source which works mainly like the githubReleases source.

Anything else you would like to add: [Additional information that will assist in solving the issue.]


Vote on this request

This is an invitation to the community to vote on issues, to help us prioritize our backlog. Use the "smiley face" up to the right of this comment to vote.

👍 "I would like to see this addressed as soon as possible" 👎 "There are other more important things to focus on right now"

We are also happy to receive and review Pull Requests if you want to help working on this issue.