File tree Expand file tree Collapse file tree 7 files changed +15
-17
lines changed
Expand file tree Collapse file tree 7 files changed +15
-17
lines changed Original file line number Diff line number Diff line change 1- 2021.08.26-421-g204a709
1+ unknown
Original file line number Diff line number Diff line change 1313jobs :
1414 test :
1515 if : " endsWith(github.base_ref, 'main')"
16- runs-on : " ubuntu-20.04 "
16+ runs-on : " ubuntu-latest "
1717 defaults :
1818 run :
1919 working-directory : " pulp_container"
4848
4949 no-test :
5050 if : " !endsWith(github.base_ref, 'main')"
51- runs-on : " ubuntu-20.04 "
51+ runs-on : " ubuntu-latest "
5252 steps :
5353 - run : |
5454 echo "Skip docs testing on non-main branches."
Original file line number Diff line number Diff line change @@ -233,7 +233,7 @@ jobs:
233233 with :
234234 fetch-depth : 0
235235 path : " pulp_container"
236- ref : " 2.23 "
236+ ref : " 2.24 "
237237
238238 - name : " Run update"
239239 working-directory : " pulp_container"
@@ -242,21 +242,21 @@ jobs:
242242
243243 - name : " Create Pull Request for CI files"
244244 uses : " peter-evans/create-pull-request@v6"
245- id : " create_pr_2_23 "
245+ id : " create_pr_2_24 "
246246 with :
247247 token : " ${{ secrets.RELEASE_TOKEN }}"
248248 path : " pulp_container"
249249 committer :
" pulpbot <[email protected] >" 250250 author :
" pulpbot <[email protected] >" 251- title : " Update CI files for branch 2.23 "
252- branch : " update-ci/2.23 "
253- base : " 2.23 "
251+ title : " Update CI files for branch 2.24 "
252+ branch : " update-ci/2.24 "
253+ base : " 2.24 "
254254 delete-branch : true
255255 - name : " Mark PR automerge"
256256 working-directory : " pulp_container"
257257 run : |
258- gh pr merge --rebase --auto "${{ steps.create_pr_2_23 .outputs.pull-request-number }}"
259- if : " steps.create_pr_2_23 .outputs.pull-request-number"
258+ gh pr merge --rebase --auto "${{ steps.create_pr_2_24 .outputs.pull-request-number }}"
259+ if : " steps.create_pr_2_24 .outputs.pull-request-number"
260260 env :
261261 GH_TOKEN : " ${{ secrets.RELEASE_TOKEN }}"
262262 continue-on-error : true
Load Diff This file was deleted.
Original file line number Diff line number Diff line change @@ -6,7 +6,7 @@ class PulpContainerPluginAppConfig(PulpPluginAppConfig):
66
77 name = "pulp_container.app"
88 label = "container"
9- version = "2.24 .0.dev"
9+ version = "2.25 .0.dev"
1010 python_package_name = "pulp-container"
1111 domain_compatible = True
1212
Original file line number Diff line number Diff line change @@ -7,7 +7,7 @@ build-backend = 'setuptools.build_meta'
77
88[project ]
99name = " pulp-container"
10- version = " 2.24 .0.dev"
10+ version = " 2.25 .0.dev"
1111description = " Container plugin for the Pulp Project"
1212readme = " README.md"
1313authors = [
@@ -87,7 +87,7 @@ ignore = [
8787[tool .bumpversion ]
8888# This section is managed by the plugin template. Do not edit manually.
8989
90- current_version = " 2.24 .0.dev"
90+ current_version = " 2.25 .0.dev"
9191commit = false
9292tag = false
9393parse = " (?P<major>\\ d+)\\ .(?P<minor>\\ d+)\\ .(?P<alpha>0a)?(?P<patch>\\ d+)(\\ .(?P<release>[a-z]+))?"
Original file line number Diff line number Diff line change @@ -23,7 +23,7 @@ docker_fixtures: false
2323flake8 : true
2424flake8_ignore : []
2525github_org : pulp
26- latest_release_branch : ' 2.23 '
26+ latest_release_branch : ' 2.24 '
2727lint_requirements : true
2828os_required_packages : []
2929parallel_test_workers : 8
@@ -58,9 +58,9 @@ pulp_settings_azure:
5858 flatpak_index : true
5959pulp_settings_gcp : null
6060pulp_settings_s3 :
61+ domain_enabled : true
6162 flatpak_index : false
6263 token_auth_disabled : true
63- domain_enabled : true
6464pydocstyle : true
65656666release_user : pulpbot
You can’t perform that action at this time.
0 commit comments