Update lf-venv-create function
[releng/global-jjb.git] / releasenotes / notes / update-bash-library-86887cdc0675f956.yaml
diff --git a/releasenotes/notes/update-bash-library-86887cdc0675f956.yaml b/releasenotes/notes/update-bash-library-86887cdc0675f956.yaml
new file mode 100644 (file)
index 0000000..3238e13
--- /dev/null
@@ -0,0 +1,9 @@
+---
+features:
+  - |
+    By default, the lf-venv-create() function only installs/upgrades 'pip' and
+    and any packages that need to be tied to a specific version like. Currently
+    the only version specific package is: 'jenkins-job-builder==2.8.0'. The
+    current version of lf-venv-create() supports being called twice but that
+    functionality has NOT yet been thoroughly tested. RELENG-2508 has been
+    created to validate & optimize that functionality.