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

add interface functions to list & get releases #25

Merged
merged 1 commit into from
Apr 28, 2021

Conversation

elenz97
Copy link
Collaborator

@elenz97 elenz97 commented Apr 22, 2021

Fixes #23

This PR adds functionality to

  • list (deployed) releases (helm ls),
  • get individual releases (helm get all <release>),
  • get individual release values (helm get values <release> -a).

Code examples & mock tests have been added aswell.

@elenz97 elenz97 added the enhancement New feature or request label Apr 22, 2021
@mostrovoi
Copy link

please, we need this functionality. Any plan on merging this PR?

@hensur hensur merged commit d504b9f into master Apr 28, 2021
@hensur
Copy link
Member

hensur commented Apr 28, 2021

@mostrovoi I've just released this as v0.5.0 :)

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Support Retrieving installed Charts
3 participants