Downloads:
31
Downloads of v 0.99.1:
31
Last Update:
14 Feb 2020
Package Maintainer(s):
Software Author(s):
- Rob boll and 99 others
Tags:
helmfile helm kubernetes- Software Specific:
- Software Site
- Software License
- Software Docs
- Software Issues
- Package Specific:
- Package outdated?
- Package broken?
- Contact Maintainers
- Contact Site Admins
- Software Vendor?
- Report Abuse
- Download
helmfile
- Software Specific:
- Software Site
- Software License
- Software Docs
- Software Issues
- Package Specific:
- Package outdated?
- Package broken?
- Contact Maintainers
- Contact Site Admins
- Software Vendor?
- Report Abuse
- Download
Downloads:
31
Downloads of v 0.99.1:
31
Maintainer(s):
Software Author(s):
- Rob boll and 99 others
helmfile
Legal Disclaimer: Neither this package nor Chocolatey Software, Inc. are affiliated with or endorsed by Rob boll and 99 others. The inclusion of Rob boll and 99 others trademark(s), if any, upon this webpage is solely to identify Rob boll and 99 others goods or services and not for commercial purposes.
- 1
- 2
- 3
Some Checks Have Failed or Are Not Yet Complete
Not All Tests Have Passed
Validation Testing Passed
Verification Testing Passed
DetailsScan Testing Resulted in Flagged:
This package was submitted (and approved) prior to automated virus scanning integration into the package moderation processs.
We recommend clicking the "Details" link to make your own decision on installing this package.
This package was rejected on 10 Apr 2020. The reviewer chocolatey-ops has listed the following reason(s):
Helmfile is a declarative spec for deploying helm charts. It lets you...
Keep a directory of chart value files and maintain changes in version control.
Apply CI/CD to configuration changes.
Periodically sync to avoid skew in environments.
To avoid upgrades for each iteration of helm, the helmfile executable delegates to helm - as a result, helm must be installed.
# This runs in 0.9.10+ before upgrade and uninstall.
# Use this file to do things like stop services prior to upgrade or uninstall.
# NOTE: It is an anti-pattern to call chocolateyUninstall.ps1 from here. If you
# need to uninstall an MSI prior to upgrade, put the functionality in this
# file without calling the uninstall script. Make it idempotent in the
# uninstall script so that it doesn't fail when it is already uninstalled.
# NOTE: For upgrades - like the uninstall script, this script always runs from
# the currently installed version, not from the new upgraded package version.
$ErrorActionPreference = 'Stop';
$packageArgs = @{
packageName = $env:ChocolateyPackageName
softwareName = 'helmfile*'
fileType = 'EXE_MSI_OR_MSU'
silentArgs = "/qn /norestart"
validExitCodes= @(0, 3010, 1605, 1614, 1641)
}
$uninstalled = $false
[array]$key = Get-UninstallRegistryKey -SoftwareName $packageArgs['softwareName']
if ($key.Count -eq 1) {
$key | % {
$packageArgs['file'] = "$($_.UninstallString)"
if ($packageArgs['fileType'] -eq 'MSI') {
$packageArgs['silentArgs'] = "$($_.PSChildName) $($packageArgs['silentArgs'])"
$packageArgs['file'] = ''
} else {
}
Uninstall-ChocolateyPackage @packageArgs
}
} elseif ($key.Count -eq 0) {
Write-Warning "$packageName has already been uninstalled by other means."
} elseif ($key.Count -gt 1) {
Write-Warning "$($key.Count) matches found!"
Write-Warning "To prevent accidental data loss, no programs will be uninstalled."
Write-Warning "Please alert package maintainer the following keys were matched:"
$key | % {Write-Warning "- $($_.DisplayName)"}
}
Log in or click on link to see number of positives.
- helmfile.0.99.1.nupkg (e0d413fae4bc) - ## / 62
- helmfile_windows_amd64.exe (84f234ebbb04) - ## / 73
- helmfile_windows_386.exe (cc71773cb101) - ## / 73
In cases where actual malware is found, the packages are subject to removal. Software sometimes has false positives. Moderators do not necessarily validate the safety of the underlying software, only that a package retrieves software from the official distribution point and/or validate embedded software against official distribution point (where distribution rights allow redistribution).
Chocolatey Pro provides runtime protection from possible malware.
This package has no dependencies.
Ground Rules:
- This discussion is only about helmfile and the helmfile package. If you have feedback for Chocolatey, please contact the Google Group.
- This discussion will carry over multiple versions. If you have a comment about a particular version, please note that in your comments.
- The maintainers of this Chocolatey Package will be notified about new comments that are posted to this Disqus thread, however, it is NOT a guarantee that you will get a response. If you do not hear back from the maintainers after posting a message below, please follow up by using the link on the left side of this page or follow this link to contact maintainers. If you still hear nothing back, please follow the package triage process.
- Tell us what you love about the package or helmfile, or tell us what needs improvement.
- Share your experiences with the package, or extra configuration or gotchas that you've found.
- If you use a url, the comment will be flagged for moderation until you've been whitelisted. Disqus moderated comments are approved on a weekly schedule if not sooner. It could take between 1-5 days for your comment to show up.
mrkh-dev (maintainer) on 14 Feb 2020 10:01:29 +00:00:
User 'mrkh-dev' (maintainer) submitted package.
chocolatey-ops (reviewer) on 14 Feb 2020 10:37:33 +00:00:
helmfile has failed automated validation.
Requirements
Requirements represent the minimum quality of a package that is acceptable. When a package version has failed requirements, the package version requires fixing and/or response by the maintainer. Provided a Requirement has flagged correctly, it must be fixed before the package version can be approved. The exact same version should be uploaded during moderation review.
Guidelines
Guidelines are strong suggestions that improve the quality of a package version. These are considered something to fix for next time to increase the quality of the package. Over time Guidelines can become Requirements. A package version can be approved without addressing Guideline comments but will reduce the quality of the package.
packageSourceUrl
, pointing to the url where the package source resides. This is a strong guideline because it simplifies collaboration. Please add it to the nuspec. More...Suggestions
Suggestions are either newly introduced items that will later become Guidelines or items that are don't carry enough weight to become a Guideline. Either way they should be considered. A package version can be approved without addressing Suggestion comments.
Notes
Notes typically flag things for both you and the reviewer to go over. Sometimes this is the use of things that may or may not be necessary given the constraints of what you are trying to do and/or are harder for automation to flag for other reasons. Items found in Notes might be Requirements depending on the context. A package version can be approved without addressing Note comments.
chocolatey-ops (reviewer) on 14 Feb 2020 11:14:54 +00:00:
helmfile has passed automated testing.
This is not the only check that is performed so check the package page to ensure a 'Ready' status.
Please visit https://gist.github.com/41770be2af4b00af6034741a88db2e25 for details.
This is an FYI only. There is no action you need to take.
mrkh-dev (maintainer) on 14 Feb 2020 12:35:19 +00:00:
User 'mrkh-dev' (maintainer) submitted package.
chocolatey-ops (reviewer) on 14 Feb 2020 13:08:58 +00:00:
helmfile has passed automated validation. It may have or may still fail other checks like testing (verification).
NOTE: No required changes that the validator checks have been flagged! It is appreciated if you fix other items, but only Requirements will hold up a package version from approval. A human review could still turn up issues a computer may not easily find.
Guidelines
Guidelines are strong suggestions that improve the quality of a package version. These are considered something to fix for next time to increase the quality of the package. Over time Guidelines can become Requirements. A package version can be approved without addressing Guideline comments but will reduce the quality of the package.
packageSourceUrl
, pointing to the url where the package source resides. This is a strong guideline because it simplifies collaboration. Please add it to the nuspec. More...Notes
Notes typically flag things for both you and the reviewer to go over. Sometimes this is the use of things that may or may not be necessary given the constraints of what you are trying to do and/or are harder for automation to flag for other reasons. Items found in Notes might be Requirements depending on the context. A package version can be approved without addressing Note comments.
chocolatey-ops (reviewer) on 14 Feb 2020 14:02:15 +00:00:
helmfile has passed automated testing.
This is not the only check that is performed so check the package page to ensure a 'Ready' status.
Please visit https://gist.github.com/20dce0ee13f72c96936bd3da04a97e41 for details.
This is an FYI only. There is no action you need to take.
flcdrg (reviewer) on 06 Mar 2020 06:47:43 +00:00:
Please resolve these to allow this package to be approved:
tools\chocolateybeforemodify.ps1
as it isn't being usedowners
field.Also, if possible:
packageSourceUrl
to point to where the package source residesdocsUrl
,mailingListUrl
,bugTrackerUrl
and/orprojectSourceUrl
with appropriate links.thanks,
David
flcdrg (reviewer) on 06 Mar 2020 06:58:15 +00:00:
Please resolve these to allow this package to be approved:
tools\chocolateybeforemodify.ps1
as it isn't being usedowners
field.Also, if possible:
packageSourceUrl
to point to where the package source residesdocsUrl
,mailingListUrl
,bugTrackerUrl
and/orprojectSourceUrl
with appropriate links.thanks,
David
flcdrg (reviewer) on 06 Mar 2020 07:00:06 +00:00:
Please resolve these to allow this package to be approved:
tools\chocolateybeforemodify.ps1
as it isn't being usedowners
field.Also, if possible:
packageSourceUrl
to point to where the package source residesdocsUrl
,mailingListUrl
,bugTrackerUrl
and/orprojectSourceUrl
with appropriate links.thanks,
David
flcdrg (reviewer) on 06 Mar 2020 07:10:15 +00:00:
Please resolve these to allow this package to be approved:
tools\chocolateybeforemodify.ps1
as it isn't being usedowners
field.Also, if possible:
packageSourceUrl
to point to where the package source residesdocsUrl
,mailingListUrl
,bugTrackerUrl
and/orprojectSourceUrl
with appropriate links.thanks,
David
flcdrg (reviewer) on 06 Mar 2020 07:11:55 +00:00:
Please resolve these to allow this package to be approved:
tools\chocolateybeforemodify.ps1
as it isn't being usedowners
field.Also, if possible:
packageSourceUrl
to point to where the package source residesdocsUrl
,mailingListUrl
,bugTrackerUrl
and/orprojectSourceUrl
with appropriate links.thanks,
David
chocolatey-ops (reviewer) on 26 Mar 2020 07:12:13 +00:00:
We've found helmfile v0.99.1 in a submitted status and waiting for your next actions. It has had no updates for 20 or more days since a reviewer has asked for corrections. Please note that if there is no response or fix of the package within 15 days of this message, this package version will automatically be closed (rejected) due to being stale.
Take action:
If your package is failing automated testing, you can use the chocolatey test environment to manually run the verification and determine what may need to be fixed.
Note: We don't like to see packages automatically rejected. It doesn't mean that we don't value your contributions, just that we can not continue to hold packages versions in a waiting status that have possibly been abandoned. If you don't believe you will be able to fix up this version of the package within 15 days, we strongly urge you to log in to the site and respond to the review comments until you are able to.
chocolatey-ops (reviewer) on 10 Apr 2020 07:13:58 +00:00:
Unfortunately there has not been progress to move helmfile v0.99.1 towards an approved status within 15 days after the last review message, so we need to close (reject) the package version at this time. If you want to pick this version up and move it towards approval in the future, use the contact site admins link on the package page and we can move it back into a submitted status so you can submit updates.
Status Change - Changed status of package from 'submitted' to 'rejected'.