From be7dd5767e07f2ea5d19bd6827a454c8ae1e5a87 Mon Sep 17 00:00:00 2001 From: pulpbot Date: Wed, 22 Jan 2025 13:11:07 +0000 Subject: [PATCH] Bump minor version --- .github/template_gitref | 2 +- .github/workflows/update_ci.yml | 14 +++++++------- CHANGES/+add-dsc-sha256.feature | 1 - CHANGES/1141.bugfix | 1 - CHANGES/1167.feature | 1 - CHANGES/1190.bugfix | 1 - CHANGES/1204.misc | 1 - CHANGES/860.feature | 1 - pulp_deb/app/__init__.py | 2 +- pyproject.toml | 4 ++-- template_config.yml | 4 ++-- 11 files changed, 13 insertions(+), 19 deletions(-) delete mode 100644 CHANGES/+add-dsc-sha256.feature delete mode 100644 CHANGES/1141.bugfix delete mode 100644 CHANGES/1167.feature delete mode 100644 CHANGES/1190.bugfix delete mode 100644 CHANGES/1204.misc delete mode 100644 CHANGES/860.feature diff --git a/.github/template_gitref b/.github/template_gitref index bdfe03f3..35466456 100644 --- a/.github/template_gitref +++ b/.github/template_gitref @@ -1 +1 @@ -2021.08.26-420-gf332a34 +unknown diff --git a/.github/workflows/update_ci.yml b/.github/workflows/update_ci.yml index 15c1995a..16c55659 100644 --- a/.github/workflows/update_ci.yml +++ b/.github/workflows/update_ci.yml @@ -140,7 +140,7 @@ jobs: with: fetch-depth: 0 path: "pulp_deb" - ref: "3.4" + ref: "3.5" - name: "Run update" working-directory: "pulp_deb" @@ -149,21 +149,21 @@ jobs: - name: "Create Pull Request for CI files" uses: "peter-evans/create-pull-request@v6" - id: "create_pr_3_4" + id: "create_pr_3_5" with: token: "${{ secrets.RELEASE_TOKEN }}" path: "pulp_deb" committer: "pulpbot " author: "pulpbot " - title: "Update CI files for branch 3.4" - branch: "update-ci/3.4" - base: "3.4" + title: "Update CI files for branch 3.5" + branch: "update-ci/3.5" + base: "3.5" delete-branch: true - name: "Mark PR automerge" working-directory: "pulp_deb" run: | - gh pr merge --rebase --auto "${{ steps.create_pr_3_4.outputs.pull-request-number }}" - if: "steps.create_pr_3_4.outputs.pull-request-number" + gh pr merge --rebase --auto "${{ steps.create_pr_3_5.outputs.pull-request-number }}" + if: "steps.create_pr_3_5.outputs.pull-request-number" env: GH_TOKEN: "${{ secrets.RELEASE_TOKEN }}" continue-on-error: true diff --git a/CHANGES/+add-dsc-sha256.feature b/CHANGES/+add-dsc-sha256.feature deleted file mode 100644 index f3a2705d..00000000 --- a/CHANGES/+add-dsc-sha256.feature +++ /dev/null @@ -1 +0,0 @@ -Expose a sha256 column for source packages that contains the digest of the dsc file. diff --git a/CHANGES/1141.bugfix b/CHANGES/1141.bugfix deleted file mode 100644 index 8c03e80e..00000000 --- a/CHANGES/1141.bugfix +++ /dev/null @@ -1 +0,0 @@ -Fixed an issue where the signing service did not properly clean up temporary files after completion. diff --git a/CHANGES/1167.feature b/CHANGES/1167.feature deleted file mode 100644 index 42e2370e..00000000 --- a/CHANGES/1167.feature +++ /dev/null @@ -1 +0,0 @@ -Exposed the plain component when retrieving ReleaseComponent content via the API. diff --git a/CHANGES/1190.bugfix b/CHANGES/1190.bugfix deleted file mode 100644 index 7932acaa..00000000 --- a/CHANGES/1190.bugfix +++ /dev/null @@ -1 +0,0 @@ -Removing packages from a repository using the modify API endpoint now also removes all associated PackageReleaseComponents. diff --git a/CHANGES/1204.misc b/CHANGES/1204.misc deleted file mode 100644 index 27489693..00000000 --- a/CHANGES/1204.misc +++ /dev/null @@ -1 +0,0 @@ -Rebase migrations to prepare for pulpcore 3.70. diff --git a/CHANGES/860.feature b/CHANGES/860.feature deleted file mode 100644 index 5be6ba8b..00000000 --- a/CHANGES/860.feature +++ /dev/null @@ -1 +0,0 @@ -Added initial RBAC support. diff --git a/pulp_deb/app/__init__.py b/pulp_deb/app/__init__.py index 93fd3c94..d7fd65d7 100644 --- a/pulp_deb/app/__init__.py +++ b/pulp_deb/app/__init__.py @@ -6,5 +6,5 @@ class PulpDebPluginAppConfig(PulpPluginAppConfig): name = "pulp_deb.app" label = "deb" - version = "3.5.0.dev" + version = "3.6.0.dev" python_package_name = "pulp_deb" diff --git a/pyproject.toml b/pyproject.toml index 554b1738..a9c0e610 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -7,7 +7,7 @@ build-backend = 'setuptools.build_meta' [project] name = "pulp-deb" -version = "3.5.0.dev" +version = "3.6.0.dev" description = "pulp-deb plugin for the Pulp Project" readme = "README.md" authors = [ @@ -121,7 +121,7 @@ exclude = ''' [tool.bumpversion] # This section is managed by the plugin template. Do not edit manually. -current_version = "3.5.0.dev" +current_version = "3.6.0.dev" commit = false tag = false parse = "(?P\\d+)\\.(?P\\d+)\\.(?P0a)?(?P\\d+)(\\.(?P[a-z]+))?" diff --git a/template_config.yml b/template_config.yml index 21ff9782..b5419cdc 100644 --- a/template_config.yml +++ b/template_config.yml @@ -1,7 +1,7 @@ # This config represents the latest values used when running the plugin-template. Any settings that # were not present before running plugin-template have been added with their default values. -# generated with plugin_template@2021.08.26-420-gf332a34 +# generated with plugin_template@unknown api_root: /pulp/ black: true @@ -23,7 +23,7 @@ docker_fixtures: true flake8: true flake8_ignore: [] github_org: pulp -latest_release_branch: '3.4' +latest_release_branch: '3.5' lint_requirements: true os_required_packages: [] parallel_test_workers: 8