Chef-solo-cup

Latest version: v0.3.1

Safety actively analyzes 630094 Python packages for vulnerabilities to keep your Python projects secure.

Scan your dependencies

Page 4 of 7

0.0.21

-------------------

- Fix path issues when running chef. [Jose Diaz-Gonzalez]

0.0.20

-------------------

- Standardize key names. [Jose Diaz-Gonzalez]

0.0.19

-------------------

- Add missing import. [Jose Diaz-Gonzalez]

0.0.18

-------------------

- Enable the .json extension on asg dna files. [Jose Diaz-Gonzalez]

- Enable configuring of asg dna path. Closes 10. [Jose Diaz-Gonzalez]

0.0.17

-------------------

- Retrieve configuration from alternative sources. [Jose Diaz-Gonzalez]

0.0.16

-------------------

- Add the ability to version autoscale groups. [Jose Diaz-Gonzalez]

If you have the following autoscale group:

app_www-12_04

And the following dna file:

dna/asg/app_www-12_04

And you wish to roll over to a new autoscale group named:

app_www-12_04-v001

Then rather than make you create new dna files/whatever, you can simply run chef-solo-cup against the new autoscale group and it will automatically pick up the existing dna file.

This also makes it simple to do something like:

new asg node on a new version of the os
app_www-12_04 => app_www-14_04

and use the following dna file:

dna/asg/app_www

Notes:

- Logic goes: Match if exact, else match by substring, else just use the autoscale group name.
- this is a very naive string match, so if multiple things match, you'll be SOL. Don't do that

Page 4 of 7

© 2024 Safety CLI Cybersecurity Inc. All Rights Reserved.