Skip to content

Commit 2b3dd61

Browse files
pulpbotjobselko
authored andcommitted
Bump minor version
1 parent 33e0c0f commit 2b3dd61

File tree

16 files changed

+15
-27
lines changed

16 files changed

+15
-27
lines changed

.github/workflows/release.yml

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -32,12 +32,10 @@ jobs:
3232
with:
3333
python-version: "3.11"
3434

35-
# Click is pinned because of:
36-
# https://github.com/pallets/click/issues/3065
3735
- name: "Install python dependencies"
3836
run: |
3937
echo ::group::PYDEPS
40-
pip install bump-my-version towncrier 'click<8.3'
38+
pip install bump-my-version towncrier
4139
echo ::endgroup::
4240
4341
- name: "Configure Git with pulpbot name and email"

.github/workflows/test.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -79,7 +79,7 @@ jobs:
7979
- name: "Install python dependencies"
8080
run: |
8181
echo ::group::PYDEPS
82-
pip install build towncrier twine wheel httpie docker netaddr boto3 'ansible~=10.3.0' mkdocs jq jsonpatch bump-my-version 'click<8.3'
82+
pip install build towncrier twine wheel httpie docker netaddr boto3 'ansible~=10.3.0' mkdocs jq jsonpatch bump-my-version
8383
echo "HTTPIE_CONFIG_DIR=$GITHUB_WORKSPACE/pulpcore/.ci/assets/httpie/" >> $GITHUB_ENV
8484
echo ::endgroup::
8585

.github/workflows/update_ci.yml

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -264,7 +264,7 @@ jobs:
264264
with:
265265
fetch-depth: 0
266266
path: "pulpcore"
267-
ref: "3.93"
267+
ref: "3.94"
268268

269269
- name: "Run update"
270270
working-directory: "pulpcore"
@@ -273,21 +273,21 @@ jobs:
273273
274274
- name: "Create Pull Request for CI files"
275275
uses: "peter-evans/create-pull-request@v6"
276-
id: "create_pr_3_93"
276+
id: "create_pr_3_94"
277277
with:
278278
token: "${{ secrets.RELEASE_TOKEN }}"
279279
path: "pulpcore"
280280
committer: "pulpbot <[email protected]>"
281281
author: "pulpbot <[email protected]>"
282-
title: "Update CI files for branch 3.93"
283-
branch: "update-ci/3.93"
284-
base: "3.93"
282+
title: "Update CI files for branch 3.94"
283+
branch: "update-ci/3.94"
284+
base: "3.94"
285285
delete-branch: true
286286
- name: "Mark PR automerge"
287287
working-directory: "pulpcore"
288288
run: |
289-
gh pr merge --rebase --auto "${{ steps.create_pr_3_93.outputs.pull-request-number }}"
290-
if: "steps.create_pr_3_93.outputs.pull-request-number"
289+
gh pr merge --rebase --auto "${{ steps.create_pr_3_94.outputs.pull-request-number }}"
290+
if: "steps.create_pr_3_94.outputs.pull-request-number"
291291
env:
292292
GH_TOKEN: "${{ secrets.RELEASE_TOKEN }}"
293293
continue-on-error: true

CHANGES/+name_template.bugfix

Lines changed: 0 additions & 1 deletion
This file was deleted.

CHANGES/6898.feature

Lines changed: 0 additions & 1 deletion
This file was deleted.

CHANGES/7020.bugfix

Lines changed: 0 additions & 1 deletion
This file was deleted.

CHANGES/7064.bugfix

Lines changed: 0 additions & 1 deletion
This file was deleted.

CHANGES/7091.bugfix

Lines changed: 0 additions & 1 deletion
This file was deleted.

CHANGES/plugin_api/+no_artifact_content.bugfix

Lines changed: 0 additions & 1 deletion
This file was deleted.

CHANGES/plugin_api/+resolve_prn.bugfix

Lines changed: 0 additions & 1 deletion
This file was deleted.

0 commit comments

Comments
 (0)