Downloads:
83,305
Downloads of v 99.99.99:
1,672
Last Update:
26 Sep 2021
Package Maintainer(s):
Software Author(s):
- Chef Software
- Inc.
Tags:
chefdk chef-dk[Deprecated] Chef Development Kit
- 1
- 2
- 3
99.99.99 | Updated: 26 Sep 2021
Downloads:
83,305
Downloads of v 99.99.99:
1,672
Software Author(s):
- Chef Software
- Inc.
[Deprecated] Chef Development Kit 99.99.99
Legal Disclaimer: Neither this package nor Chocolatey Software, Inc. are affiliated with or endorsed by Chef Software, Inc. The inclusion of Chef Software, Inc. trademark(s), if any, upon this webpage is solely to identify Chef Software, Inc. 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
Deployment Method: Individual Install, Upgrade, & Uninstall
To install [Deprecated] Chef Development Kit, run the following command from the command line or from PowerShell:
To upgrade [Deprecated] Chef Development Kit, run the following command from the command line or from PowerShell:
To uninstall [Deprecated] Chef Development Kit, run the following command from the command line or from PowerShell:
Deployment Method:
This applies to both open source and commercial editions of Chocolatey.
1. Enter Your Internal Repository Url
(this should look similar to https://community.chocolatey.org/api/v2/)
2. Setup Your Environment
1. Ensure you are set for organizational deployment
Please see the organizational deployment guide
2. Get the package into your environment
Option 1: Cached Package (Unreliable, Requires Internet - Same As Community)-
Open Source or Commercial:
- Proxy Repository - Create a proxy nuget repository on Nexus, Artifactory Pro, or a proxy Chocolatey repository on ProGet. Point your upstream to https://community.chocolatey.org/api/v2/. Packages cache on first access automatically. Make sure your choco clients are using your proxy repository as a source and NOT the default community repository. See source command for more information.
- You can also just download the package and push it to a repository Download
-
Open Source
-
Download the package:
Download - Follow manual internalization instructions
-
-
Package Internalizer (C4B)
-
Run: (additional options)
choco download chefdk --internalize --source=https://community.chocolatey.org/api/v2/
-
For package and dependencies run:
choco push --source="'INTERNAL REPO URL'"
- Automate package internalization
-
Run: (additional options)
3. Copy Your Script
choco upgrade chefdk -y --source="'INTERNAL REPO URL'" [other options]
See options you can pass to upgrade.
See best practices for scripting.
Add this to a PowerShell script or use a Batch script with tools and in places where you are calling directly to Chocolatey. If you are integrating, keep in mind enhanced exit codes.
If you do use a PowerShell script, use the following to ensure bad exit codes are shown as failures:
choco upgrade chefdk -y --source="'INTERNAL REPO URL'"
$exitCode = $LASTEXITCODE
Write-Verbose "Exit code was $exitCode"
$validExitCodes = @(0, 1605, 1614, 1641, 3010)
if ($validExitCodes -contains $exitCode) {
Exit 0
}
Exit $exitCode
- name: Install chefdk
win_chocolatey:
name: chefdk
version: '99.99.99'
source: INTERNAL REPO URL
state: present
See docs at https://docs.ansible.com/ansible/latest/modules/win_chocolatey_module.html.
chocolatey_package 'chefdk' do
action :install
source 'INTERNAL REPO URL'
version '99.99.99'
end
See docs at https://docs.chef.io/resource_chocolatey_package.html.
cChocoPackageInstaller chefdk
{
Name = "chefdk"
Version = "99.99.99"
Source = "INTERNAL REPO URL"
}
Requires cChoco DSC Resource. See docs at https://github.com/chocolatey/cChoco.
package { 'chefdk':
ensure => '99.99.99',
provider => 'chocolatey',
source => 'INTERNAL REPO URL',
}
Requires Puppet Chocolatey Provider module. See docs at https://forge.puppet.com/puppetlabs/chocolatey.
4. If applicable - Chocolatey configuration/installation
See infrastructure management matrix for Chocolatey configuration elements and examples.
This package was approved as a trusted package on 26 Sep 2021.
ChefDK has been deprecated and replaced with Chef Workstation, which includes all the same tools + many more..
Log in or click on link to see number of positives.
- chefdk.99.99.99.nupkg (d5bda07e4e46) - ## / 61
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.
Add to Builder | Version | Downloads | Last Updated | Status |
---|---|---|---|---|
[Deprecated] Chef Development Kit 99.99.99 | 1672 | Sunday, September 26, 2021 | Approved | |
Chef Development Kit 4.13.3 | 1879 | Tuesday, December 15, 2020 | Approved | |
Chef Development Kit 4.10.0 | 1017 | Thursday, August 13, 2020 | Approved | |
Chef Development Kit 4.8.23 | 682 | Tuesday, June 2, 2020 | Approved | |
Chef Development Kit 4.7.73 | 1663 | Tuesday, January 28, 2020 | Approved | |
Chef Development Kit 4.6.35 | 752 | Tuesday, December 3, 2019 | Approved | |
Chef Development Kit 4.5.0 | 768 | Friday, October 25, 2019 | Approved | |
Chef Development Kit 4.3.13 | 2581 | Monday, August 19, 2019 | Approved | |
Chef Development Kit 4.2.0 | 1629 | Tuesday, July 30, 2019 | Approved | |
Chef Development Kit 4.0.60 | 1193 | Wednesday, May 29, 2019 | Approved | |
Chef Development Kit 3.13.1 | 206 | Monday, April 27, 2020 | Approved | |
Chef Development Kit 3.7.23 | 5318 | Tuesday, February 19, 2019 | Approved | |
Chef Development Kit 3.5.13 | 1751 | Thursday, November 29, 2018 | Approved | |
Chef Development Kit 3.4.38 | 786 | Friday, November 2, 2018 | Approved | |
Chef Development Kit 3.3.23 | 365 | Thursday, November 1, 2018 | Approved | |
Chef Development Kit 3.2.30 | 1293 | Saturday, September 22, 2018 | Approved | |
Chef Development Kit 3.1.0 | 1612 | Friday, July 6, 2018 | Approved | |
Chef Development Kit 3.0.36 | 305 | Thursday, July 5, 2018 | Approved | |
Chef Development Kit 2.5.3 | 2387 | Monday, April 2, 2018 | Approved | |
Chef Development Kit 2.4.17 | 2297 | Wednesday, January 10, 2018 | Approved | |
Chef Development Kit 2.3.4 | 2735 | Sunday, September 24, 2017 | Approved | |
Chef Development Kit 2.3.1 | 385 | Saturday, September 23, 2017 | Approved | |
Chef Development Kit 2.2.1 | 814 | Sunday, September 10, 2017 | Approved | |
Chef Development Kit 2.1.11 | 551 | Friday, September 1, 2017 | Approved | |
Chef Development Kit 2.0.28 | 7457 | Saturday, July 22, 2017 | Approved | |
Chef Development Kit 2.0.26 | 3362 | Sunday, July 9, 2017 | Approved | |
Chef Development Kit 1.4.3 | 11388 | Saturday, May 27, 2017 | Approved | |
Chef Development Kit 1.3.43 | 4348 | Friday, April 28, 2017 | Approved | |
Chef Development Kit 1.3.40 | 985 | Monday, April 10, 2017 | Approved | |
Chef Development Kit 1.2.22 | 1263 | Friday, March 10, 2017 | Approved | |
Chef Development Kit 1.1.16 | 2201 | Thursday, December 22, 2016 | Approved | |
Chef Development Kit 1.0.3 | 837 | Thursday, December 1, 2016 | Approved | |
Chef Development Kit 0.19.6 | 449 | Thursday, December 1, 2016 | Approved | |
Chef Development Kit 0.18.26 | 1438 | Friday, September 23, 2016 | Approved | |
Chef Development Kit 0.17.17.1 | 947 | Tuesday, August 23, 2016 | Approved | |
Chef Development Kit 0.16.28.1 | 963 | Wednesday, July 20, 2016 | Approved | |
Chef Development Kit 0.14.25.1 | 469 | Friday, May 27, 2016 | Approved | |
Chef Development Kit 0.13.21.1 | 518 | Saturday, April 30, 2016 | Approved | |
Chef Development Kit 0.12.0.1 | 824 | Friday, April 1, 2016 | Approved | |
Chef Development Kit 0.11.2.1 | 778 | Wednesday, February 24, 2016 | Approved | |
Chef Development Kit 0.10.0.1 | 1606 | Wednesday, November 11, 2015 | Approved | |
Chef Development Kit 0.9.0.1 | 579 | Thursday, October 22, 2015 | Approved | |
Chef Development Kit 0.8.0.1 | 624 | Monday, September 28, 2015 | Approved | |
Chef Development Kit 0.7.0.1 | 642 | Wednesday, August 26, 2015 | Approved | |
Chef Development Kit 0.6.2.1 | 1241 | Thursday, June 18, 2015 | Approved | |
Chef Development Kit 0.6.0.1 | 451 | Thursday, June 18, 2015 | Approved | |
Chef Development Kit 0.4.0.1 | 537 | Monday, June 22, 2015 | Approved | |
chefdk 0.3.5.1 | 1008 | Friday, November 21, 2014 | Approved | |
chefdk 0.3.0.2 | 678 | Monday, October 6, 2014 | Approved | |
chefdk 0.2.2.1 | 498 | Thursday, September 25, 2014 | Approved | |
chefdk 0.2.1.1 | 489 | Thursday, September 11, 2014 | Approved | |
chefdk 0.2.0.3 | 733 | Monday, July 28, 2014 | Approved |
Chef Software, Inc.
Ground Rules:
- This discussion is only about [Deprecated] Chef Development Kit and the [Deprecated] Chef Development Kit 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 [Deprecated] Chef Development Kit, 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.