Skip to content

Releases: conda-incubator/conda-protect

Misc. updates and bug fixes

07 Jun 13:38
49a270b
Compare
Choose a tag to compare

What's Changed

New Contributors

Full Changelog: 0.5.0...0.6.0

Last name change; I swear! 😅

28 Jul 12:44
6dc200d
Compare
Choose a tag to compare

One last name change to something that makes a little more sense for English speakers 😂 🇬🇧.

conda-schutz -> conda-protect

Another name change 🙄

28 Jul 07:11
a304a84
Compare
Choose a tag to compare

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 🧱

28 Jul 05:47
1c8874c
Compare
Choose a tag to compare

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 not conda guard list)
  • Adding tests

Second release ✌️

01 Jun 15:52
3619c45
Compare
Choose a tag to compare

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 to el (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 and rich
  • Adding subcommands lock and list to lock and list environments.

Initial Release 🙌 🚀 (experimental)

25 May 10:13
9ebd593
Compare
Choose a tag to compare

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).