Add license scan report and status#1
Open
fossabot wants to merge 1052 commits into
Open
Conversation
feat(ci): push release assets to Azure and GCS
chore(glide): bump kubernetes to 1.14.2
Signed-off-by: Xiang Dai <764524258@qq.com>
Update helm_create.md
Some updates to the doc which would be beneficial to someone new to the process.. Signed-off-by: Martin Hickey <martin.hickey@ie.ibm.com>
fix(docs): Update release checklist with some improvements
…usDeleteCompletion Dynamic completion for subcommands that apply to releases
Signed-off-by: Marc Khouzam <marc.khouzam@ville.montreal.qc.ca>
Turns out that removing the quotes from the associate array 'aliashash' is still required, but because it is needed for completion of alias commands. For example helm dep <TAB> does not complete as expected (as if it was 'helm dependency') if the quotes are not removed. This is because although bash ignores quotes when using associative arrays, zsh does not. So when looking for an alias aliashash[dep] will not match the entry aliashash["dep"] in zsh but will for bash. Therefore, removing the quotes fixes things. Signed-off-by: Marc Khouzam <marc.khouzam@ville.montreal.qc.ca>
Use the latest version of Cobra
Signed-off-by: Marc Khouzam <marc.khouzam@ville.montreal.qc.ca>
Expose the resource types in addition to the api group/version in templates
Signed-off-by: Deepak Sattiraju <desattir@microsoft.com> Lint Signed-off-by: ds-ms <desattir@microsoft.com> make docs Signed-off-by: ds-ms <desattir@microsoft.com> make docs Signed-off-by: ds-ms <desattir@microsoft.com> Signed-off-by: Deepak Sattiraju <desattir@microsoft.com> using args instead of --name Signed-off-by: ds-ms <desattir@microsoft.com> Adding [repo_name] to use Signed-off-by: ds-ms <desattir@microsoft.com> Adding test Signed-off-by: ds-ms <desattir@microsoft.com> Adding positive test case Signed-off-by: ds-ms <desattir@microsoft.com> lint Signed-off-by: ds-ms <desattir@microsoft.com> Renaming Signed-off-by: ds-ms <desattir@microsoft.com> Updating repo_name to REPO_NAME feat(helm): adding --name to update single repo Signed-off-by: Deepak Sattiraju <desattir@microsoft.com> Lint Signed-off-by: ds-ms <desattir@microsoft.com> make docs Signed-off-by: ds-ms <desattir@microsoft.com> make docs Signed-off-by: ds-ms <desattir@microsoft.com> Signed-off-by: Deepak Sattiraju <desattir@microsoft.com> using args instead of --name Signed-off-by: ds-ms <desattir@microsoft.com> Adding [repo_name] to use Signed-off-by: ds-ms <desattir@microsoft.com> Adding test Signed-off-by: ds-ms <desattir@microsoft.com> Adding positive test case Signed-off-by: ds-ms <desattir@microsoft.com> lint Signed-off-by: ds-ms <desattir@microsoft.com> Renaming Signed-off-by: ds-ms <desattir@microsoft.com> Updating repo_name to REPO_NAME
feat(helm): adding --name to update single repo
Change extension rule to warning severity
More readable this way. Signed-off-by: Patrik Fuhrmann <fuhrmann.patrik@gmail.com>
Signed-off-by: Patrik Fuhrmann <fuhrmann.patrik@gmail.com>
Change references in Tiller SSL docs to list
doc: tuple replaced by list
When an unexpected file format is provided for a chart archive, spend
some extra effort to provide the user with some meaningful feedback.
This is intended to help users who mistakenly invoke `helm template`
like this:
helm template values.yaml charts/mychart
This is a user error, and now we can report that the argument
`values.yaml` was expected to be a chart.
Fixes helm#5296
Signed-off-by: Jordan Sissel <jls@semicomplete.com>
Signed-off-by: Adam Eijdenberg <adam.eijdenberg@digital.gov.au>
Stop mutating maps passed on input Signed-off-by: Adam Eijdenberg <adam.eijdenberg@digital.gov.au>
Signed-off-by: Adam Eijdenberg <adam.eijdenberg@digital.gov.au>
Refactor to use common codepath for table coalescing
Installation information added (and a minor fix) Signed-off-by: Ihor Dvoretskyi <ihor@linux.com>
Snap installation information
Signed-off-by: Naseem <naseemkullah@gmail.com>
Signed-off-by: Aisuko <urakiny@gmail.com>
Signed-off-by: Karuppiah Natarajan <karuppiah7890@gmail.com>
Signed-off-by: Martin Hickey <martin.hickey@ie.ibm.com>
Signed-off-by: Guangming Wang <guangming.wang@daocloud.io>
fix file mode,it should be octal expressed
Signed-off-by: Matthew Fisher <matt.fisher@microsoft.com>
Fixed linking alignment error in README. Signed-off-by: ConnorBrereton <breretonconnor@gmail.com>
feat(test): add `--logs` to `helm test`
Update Ingress API group in scaffold chart
Signed-off-by: Matthew Fisher <matt.fisher@microsoft.com>
- remove note on GCP (belongs in the Distribution Guide) - clean up capitalization - clarify wording Signed-off-by: Matthew Fisher <matt.fisher@microsoft.com>
Add from script guide
bump version to v2.15
.Get() calls perform() on a list of infos, populating two shared maps. perform() now concurrently calls the ResourceActorFunc concurrently based on GVK, causing a data race condition in .Get() This fixes that condition by locking the function to ensure these functions run serially for Helm 2 to fix the data race condition. This has since been optimized in Helm 3 so it's no longer an issue. Signed-off-by: Matthew Fisher <matt.fisher@microsoft.com>
fix(kube): fix race condition
Signed-off-by: Max Brenner <xamrennerb@gmail.com>
…errors ignore coveralls internal server errors
Signed-off-by: Matthew Fisher <matt.fisher@microsoft.com>
fix(cmd): acquire file lock on repository.lock
Signed-off-by: Yi Siqi <yisq@me.com>
Recommend helm nexus plugin
Signed-off-by: Jintao Zhang <zhangjintao9020@gmail.com>
Upgrade to go 1.13.3 (CVE-2019-17596)
Signed-off-by: Martin Hickey <martin.hickey@ie.ibm.com>
Signed-off-by: Matthew Fisher <matt.fisher@microsoft.com>
fix(ci): only build Helm 2 off a tag
Signed-off-by: fossabot <badges@fossa.io>
|
This pull request has been marked as stale because it has been open for 90 days with no activity. This pull request will be automatically closed in 30 days if no further activity occurs. |
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.
Your FOSSA integration was successful! Attached in this PR is a badge and license report to track scan status in your README.
Below are docs for integrating FOSSA license checks into your CI: