Releases: conda-incubator/conda-protect
Misc. updates and bug fixes
What's Changed
- Updating project scafolding by @travishathaway in #7
- Misc fixes by @travishathaway in #8
- Allow dry run to run on guarded environments by @travishathaway in #9
- Adding support
-h
flag for print help by @travishathaway in #10 - Changing the CLI in order to remove the plist subcommand by @travishathaway in #11
New Contributors
- @travishathaway made their first contribution in #7
Full Changelog: 0.5.0...0.6.0
Last name change; I swear! 😅
One last name change to something that makes a little more sense for English speakers 😂 🇬🇧.
conda-schutz -> conda-protect
Another name change 🙄
In order to save the admittedly valuable name conda-guard
for a security focused project, I have opted to change this project's name to something different. By picking a German word, I have hopefully avoided all future naming conflicts! 😂
"Schutz" translates to "Protection" in English, so I figured it would be a good choice for this project. It's also a short word that isn't difficult to type ☝️.
First stable release 🧱
This is the first release that can be considered stable. It now depends on a released version of conda (23.7.2).
Things that this release changes:
- Name change from conda-envlock to conda-guard
- Reorganizing the commands to live at the top level and not beneath a group (e.g.
conda glist
notconda guard list
) - Adding tests
Second release ✌️
This release further refines this project and is completely incompatible with the last!
Here's what I changed:
- Changed the name of the subcommand from
envlock
toel
(this makes it easier to type the subcommands I added, see below) - New method for locking files; to lock an environment this tool simply places a
.locked
file in them instead - Upgrade to use
click
andrich
- Adding subcommands
lock
andlist
to lock and list environments.
Initial Release 🙌 🚀 (experimental)
This is the initial release for the conda plugin, "conda-envlock". As of this release, it relies and a plugin hook ("pre_command") that has yet to be added to conda, so the only way to use this is by using development branch I'm currently working on (https://github.com/travishathaway/conda/tree/pre-command-plugin-hook).