Skip to content

Add license scan report and status#1

Open
fossabot wants to merge 1052 commits into
mattfarina:masterfrom
fossabot:master
Open

Add license scan report and status#1
fossabot wants to merge 1052 commits into
mattfarina:masterfrom
fossabot:master

Conversation

@fossabot
Copy link
Copy Markdown

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:

Matthew Fisher and others added 30 commits June 4, 2019 13:12
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>
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
This reverts commit d2ab3f5.
The reverted commit turned out to be a workaroud another problem.
The real fix is submitted in PR helm#5680

Signed-off-by: Marc Khouzam <marc.khouzam@ville.montreal.qc.ca>
…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>
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>
Signed-off-by: Naseem <naseemkullah@gmail.com>
Signed-off-by: Naseem <naseemkullah@gmail.com>
Signed-off-by: Aisuko <urakiny@gmail.com>
karuppiah7890 and others added 26 commits October 9, 2019 12:25
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>
.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>
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>
Signed-off-by: Jintao Zhang <zhangjintao9020@gmail.com>
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>
@github-actions
Copy link
Copy Markdown

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.

@github-actions github-actions Bot added the Stale label Apr 21, 2026
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

Projects

None yet

Development

Successfully merging this pull request may close these issues.