Skip to content

Commit 13e3739

Browse files
feat(poetry): bump poetry version to v1.5.1 (#190) (#194)
* chore(deps): bump poetry version to 1.5.1 * feat: update splunk/addonfactory-ucc-generator-action to v2 --------- Co-authored-by: mkolasinski-splunk <[email protected]>
1 parent 25ce82c commit 13e3739

File tree

1 file changed

+6
-6
lines changed

1 file changed

+6
-6
lines changed

.github/workflows/reusable-build-test-release.yml

+6-6
Original file line numberDiff line numberDiff line change
@@ -423,7 +423,7 @@ jobs:
423423
if [ -f "poetry.lock" ]
424424
then
425425
mkdir -p package/lib || true
426-
pip install poetry==1.2.2 poetry-plugin-export==1.2.0
426+
pip install poetry==1.5.1 poetry-plugin-export==1.4.0
427427
poetry export --without-hashes -o package/lib/requirements.txt
428428
poetry export --without-hashes --dev -o requirements_dev.txt
429429
fi
@@ -471,7 +471,7 @@ jobs:
471471
if [ -f "poetry.lock" ]
472472
then
473473
mkdir -p package/lib || true
474-
pip install poetry==1.2.2 poetry-plugin-export==1.2.0
474+
pip install poetry==1.5.1 poetry-plugin-export==1.4.0
475475
poetry export --without-hashes -o package/lib/requirements.txt
476476
poetry export --without-hashes --dev -o requirements_dev.txt
477477
fi
@@ -524,7 +524,7 @@ jobs:
524524
if [ -f "poetry.lock" ]
525525
then
526526
echo " poetry.lock found "
527-
sudo pip3 install poetry==1.2.2 poetry-plugin-export==1.2.0
527+
sudo pip3 install poetry==1.5.1 poetry-plugin-export==1.4.0
528528
poetry lock --check
529529
poetry export --without-hashes -o requirements.txt
530530
if [ "$(grep -cve '^\s*$' requirements.txt)" -ne 0 ]
@@ -591,7 +591,7 @@ jobs:
591591
cp -f THIRDPARTY package/THIRDPARTY || echo "THIRDPARTY file not found (allowed for PR and schedule)"
592592
- name: Build Package
593593
id: uccgen
594-
uses: splunk/addonfactory-ucc-generator-action@v1
594+
uses: splunk/addonfactory-ucc-generator-action@v2
595595
with:
596596
version: ${{ steps.BuildVersion.outputs.VERSION }}
597597
- name: Slim Package
@@ -662,7 +662,7 @@ jobs:
662662
if [ -f "poetry.lock" ]
663663
then
664664
echo " poetry.lock found "
665-
sudo pip3 install poetry==1.2.2 poetry-plugin-export==1.2.0
665+
sudo pip3 install poetry==1.5.1 poetry-plugin-export==1.4.0
666666
poetry export --without-hashes -o requirements.txt
667667
if [ "$(grep -cve '^\s*$' requirements.txt)" -ne 0 ]
668668
then
@@ -991,7 +991,7 @@ jobs:
991991
env:
992992
PYTHON_KEYRING_BACKEND: keyring.backends.null.Keyring
993993
run: |
994-
sudo pip3 install poetry==1.2.2
994+
sudo pip3 install poetry==1.5.1
995995
export POETRY_REPOSITORIES_SPLUNK_ADD_ON_UCC_MODINPUT_TEST_URL=https://github.com/splunk/addonfactory-ucc-test.git
996996
export POETRY_HTTP_BASIC_SPLUNK_ADD_ON_UCC_MODINPUT_TEST_USERNAME=${{ secrets.SA_GH_USER_NAME }}
997997
export POETRY_HTTP_BASIC_SPLUNK_ADD_ON_UCC_MODINPUT_TEST_PASSWORD=${{ secrets.GH_TOKEN_ADMIN }}

0 commit comments

Comments
 (0)