Chore: Upgrade Jenkins-job-builder to 6.3.0
[releng/global-jjb.git] / releasenotes / notes / update-bash-library-aae95b6ccfb28c0d.yaml
1 ---
2 features:
3   - |
4     Created new function lf-activate-venv(). This function creates a venv in
5     /tmp and prepends the bin directory to the PATH. The 'pip install' command
6     now specifies: '--upgrade-strategy eager'. lf-activate-venv() supports an
7     optional --python flag to specify which python to use to create the venv,
8     the default is python3.
9
10     Two new functions: lf-git-validate-jira-urls() and lf-jjb-check-ascii().
11     They will be used to replace the git-validate-jira-urls.sh &
12     jjb-check-unicode.sh scripts at some point. For now, they are not being
13     used.
14 other:
15   - |
16     The lf-venv-add(), lf-venv-create() & lf-venv-activate functions have been
17     removed. No-one is accessing it yet.