From 11eacf4e349e5f7f028c99fb4fb22355d866861c Mon Sep 17 00:00:00 2001 From: pulpbot Date: Tue, 23 Apr 2024 16:12:25 +0000 Subject: [PATCH] Bump minor version [noissue] --- .bumpversion.cfg | 2 +- .github/workflows/update_ci.yml | 8 ++++---- CHANGES/+new-docs-ci.misc | 1 - CHANGES/5149.bugfix | 2 -- CHANGES/5243.feature | 1 - CHANGES/5250.bugfix | 1 - CHANGES/plugin_api/5267.bugfix | 1 - docs/conf.py | 4 ++-- pulp_certguard/app/__init__.py | 2 +- pulp_file/app/__init__.py | 2 +- pulpcore/app/apps.py | 2 +- setup.py | 2 +- template_config.yml | 4 ++-- 13 files changed, 13 insertions(+), 19 deletions(-) delete mode 100644 CHANGES/+new-docs-ci.misc delete mode 100644 CHANGES/5149.bugfix delete mode 100644 CHANGES/5243.feature delete mode 100644 CHANGES/5250.bugfix delete mode 100644 CHANGES/plugin_api/5267.bugfix diff --git a/.bumpversion.cfg b/.bumpversion.cfg index 73350d4f64..10d92259e8 100644 --- a/.bumpversion.cfg +++ b/.bumpversion.cfg @@ -1,5 +1,5 @@ [bumpversion] -current_version = 3.52.0.dev +current_version = 3.53.0.dev commit = False tag = False parse = (?P\d+)\.(?P\d+)\.(?P\d+)(\.(?P[a-z]+))? diff --git a/.github/workflows/update_ci.yml b/.github/workflows/update_ci.yml index 7d8299dfc5..dfc4c69b82 100644 --- a/.github/workflows/update_ci.yml +++ b/.github/workflows/update_ci.yml @@ -74,7 +74,7 @@ jobs: with: fetch-depth: 0 path: "pulpcore" - ref: "3.51" + ref: "3.52" - name: "Run update" working-directory: "pulpcore" @@ -88,10 +88,10 @@ jobs: path: "pulpcore" committer: "pulpbot " author: "pulpbot " - title: "Update CI files for branch 3.51" + title: "Update CI files for branch 3.52" body: "" - branch: "update-ci/3.51" - base: "3.51" + branch: "update-ci/3.52" + base: "3.52" commit-message: | Update CI files diff --git a/CHANGES/+new-docs-ci.misc b/CHANGES/+new-docs-ci.misc deleted file mode 100644 index 91a1571859..0000000000 --- a/CHANGES/+new-docs-ci.misc +++ /dev/null @@ -1 +0,0 @@ -Added the Unified Docs CI build-check on PRs. diff --git a/CHANGES/5149.bugfix b/CHANGES/5149.bugfix deleted file mode 100644 index ae577e0d07..0000000000 --- a/CHANGES/5149.bugfix +++ /dev/null @@ -1,2 +0,0 @@ -Fixed bug where Last-Modified header of packages in django-storages was being updated on duplicate -uploads. \ No newline at end of file diff --git a/CHANGES/5243.feature b/CHANGES/5243.feature deleted file mode 100644 index 54a6caeda1..0000000000 --- a/CHANGES/5243.feature +++ /dev/null @@ -1 +0,0 @@ -Added a Liveness API that can be used for the livenessProbe in k8s. diff --git a/CHANGES/5250.bugfix b/CHANGES/5250.bugfix deleted file mode 100644 index 459d683aa7..0000000000 --- a/CHANGES/5250.bugfix +++ /dev/null @@ -1 +0,0 @@ -Fixed bug which prevented the Pulp API usaging from a web browser diff --git a/CHANGES/plugin_api/5267.bugfix b/CHANGES/plugin_api/5267.bugfix deleted file mode 100644 index d4c6d14fce..0000000000 --- a/CHANGES/plugin_api/5267.bugfix +++ /dev/null @@ -1 +0,0 @@ -Fixed a bug where models with auto assign permissions failed when no viewset was attached. diff --git a/docs/conf.py b/docs/conf.py index 8bb65ea6a1..721109baf9 100755 --- a/docs/conf.py +++ b/docs/conf.py @@ -74,9 +74,9 @@ # built documents. # # The short X.Y version. -version = "3.52.0.dev" +version = "3.53.0.dev" # The full version, including alpha/beta/rc tags. -release = "3.52.0.dev" +release = "3.53.0.dev" # The language for content autogenerated by Sphinx. Refer to documentation # for a list of supported languages. diff --git a/pulp_certguard/app/__init__.py b/pulp_certguard/app/__init__.py index 7dd4f03847..663eecdb37 100644 --- a/pulp_certguard/app/__init__.py +++ b/pulp_certguard/app/__init__.py @@ -6,6 +6,6 @@ class PulpCertGuardPluginAppConfig(PulpPluginAppConfig): name = "pulp_certguard.app" label = "certguard" - version = "3.52.0.dev" + version = "3.53.0.dev" python_package_name = "pulpcore" domain_compatible = True diff --git a/pulp_file/app/__init__.py b/pulp_file/app/__init__.py index a07b578ccb..7ec3514034 100644 --- a/pulp_file/app/__init__.py +++ b/pulp_file/app/__init__.py @@ -8,6 +8,6 @@ class PulpFilePluginAppConfig(PulpPluginAppConfig): name = "pulp_file.app" label = "file" - version = "3.52.0.dev" + version = "3.53.0.dev" python_package_name = "pulpcore" domain_compatible = True diff --git a/pulpcore/app/apps.py b/pulpcore/app/apps.py index 7c1b99ad12..bd666af3c0 100644 --- a/pulpcore/app/apps.py +++ b/pulpcore/app/apps.py @@ -239,7 +239,7 @@ class PulpAppConfig(PulpPluginAppConfig): label = "core" # The version of this app - version = "3.52.0.dev" + version = "3.53.0.dev" # The python package name providing this app python_package_name = "pulpcore" diff --git a/setup.py b/setup.py index c0eea0800c..79d1e6ecda 100644 --- a/setup.py +++ b/setup.py @@ -8,7 +8,7 @@ setup( name="pulpcore", - version="3.52.0.dev", + version="3.53.0.dev", description="Pulp Django Application and Related Modules", long_description=long_description, long_description_content_type="text/markdown", diff --git a/template_config.yml b/template_config.yml index e72051179f..ab18ce6d6e 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-326-ge5addc7 +# generated with plugin_template@2021.08.26-328-g59a6718 api_root: /pulp/ black: true @@ -31,7 +31,7 @@ flake8_ignore: github_org: pulp issue_tracker: github kanban: true -latest_release_branch: '3.51' +latest_release_branch: '3.52' lint_requirements: true noissue_marker: '[noissue]' parallel_test_workers: 8