diff --git a/.bumpversion.cfg b/.bumpversion.cfg index 4a81883411..cf05556ef8 100644 --- a/.bumpversion.cfg +++ b/.bumpversion.cfg @@ -1,5 +1,5 @@ [bumpversion] -current_version = 3.33.0.dev +current_version = 3.34.0.dev commit = False tag = False parse = (?P\d+)\.(?P\d+)\.(?P\d+)(\.(?P[a-z]+))? diff --git a/CHANGES/2480.feature b/CHANGES/2480.feature deleted file mode 120000 index 80cc51d83f..0000000000 --- a/CHANGES/2480.feature +++ /dev/null @@ -1 +0,0 @@ -3914.feature \ No newline at end of file diff --git a/CHANGES/3175.feature b/CHANGES/3175.feature deleted file mode 100644 index 6164e9ba6d..0000000000 --- a/CHANGES/3175.feature +++ /dev/null @@ -1 +0,0 @@ -Add status records for api apps. diff --git a/CHANGES/3175.removal b/CHANGES/3175.removal deleted file mode 100644 index fe67e1f2de..0000000000 --- a/CHANGES/3175.removal +++ /dev/null @@ -1,3 +0,0 @@ -Starting with this release, it is highly recommended to start the api and content processes by -the newly provided entrypoints (``pulpcore-api`` and ``pulpcore-content``) instead of calling -``gunicorn`` directly. diff --git a/CHANGES/3332.feature b/CHANGES/3332.feature deleted file mode 100644 index 5b07ade74c..0000000000 --- a/CHANGES/3332.feature +++ /dev/null @@ -1,2 +0,0 @@ -Added ``set_label`` and ``unset_label`` endpoints to allow manipulating individual labels -synchronously. diff --git a/CHANGES/3914.feature b/CHANGES/3914.feature deleted file mode 100644 index 7ea3d35681..0000000000 --- a/CHANGES/3914.feature +++ /dev/null @@ -1,3 +0,0 @@ -Added a filter `q` that supports complex filter expressions. - -This feature is in tech-preview for the time being. diff --git a/CHANGES/4157.bugfix b/CHANGES/4157.bugfix deleted file mode 100644 index 9eef0b2a38..0000000000 --- a/CHANGES/4157.bugfix +++ /dev/null @@ -1,2 +0,0 @@ -Fixed an exception that gets raised inside the domain delete hook -when there are still repositories with content in the domain. diff --git a/CHANGES/4316.bugfix b/CHANGES/4316.bugfix deleted file mode 100644 index 4a13dcaa0f..0000000000 --- a/CHANGES/4316.bugfix +++ /dev/null @@ -1 +0,0 @@ -Made orphan clean up more tolerant when other tasks are running in parallel. diff --git a/CHANGES/4319.bugfix b/CHANGES/4319.bugfix deleted file mode 100644 index 9c152721a3..0000000000 --- a/CHANGES/4319.bugfix +++ /dev/null @@ -1 +0,0 @@ -Fix the label migration 0104 to allow upgrading from before 3.25. diff --git a/CHANGES/4324.bugfix b/CHANGES/4324.bugfix deleted file mode 100644 index e8f5c507d5..0000000000 --- a/CHANGES/4324.bugfix +++ /dev/null @@ -1 +0,0 @@ -Fixed Distribution validation for PUT calls when the data source changes. diff --git a/CHANGES/4341.feature b/CHANGES/4341.feature deleted file mode 100644 index 3a434fb519..0000000000 --- a/CHANGES/4341.feature +++ /dev/null @@ -1 +0,0 @@ -Added ``--burst`` flag to pulpcore-worker so it will terminate instead of sleeping. diff --git a/CHANGES/4351.bugfix b/CHANGES/4351.bugfix deleted file mode 100644 index 572fc859c8..0000000000 --- a/CHANGES/4351.bugfix +++ /dev/null @@ -1 +0,0 @@ -Ensure the compression level is reliably set properly as per #3869. \ No newline at end of file diff --git a/CHANGES/4359.bugfix b/CHANGES/4359.bugfix deleted file mode 100644 index 6688ff1776..0000000000 --- a/CHANGES/4359.bugfix +++ /dev/null @@ -1,2 +0,0 @@ -Fix encrypted fields to use json instead of repr/eval and make them fit for ``bulk_update``. -This solves an issue with ``pulpcore-manager rotate-db-key`` corrupting data. diff --git a/docs/conf.py b/docs/conf.py index f4a58ba831..098a556838 100755 --- a/docs/conf.py +++ b/docs/conf.py @@ -75,9 +75,9 @@ # built documents. # # The short X.Y version. -version = "3.33.0.dev" +version = "3.34.0.dev" # The full version, including alpha/beta/rc tags. -release = "3.33.0.dev" +release = "3.34.0.dev" # The language for content autogenerated by Sphinx. Refer to documentation # for a list of supported languages. diff --git a/pulpcore/app/apps.py b/pulpcore/app/apps.py index 7b6d28e822..09954e83da 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.33.0.dev" + version = "3.34.0.dev" # The python package name providing this app python_package_name = "pulpcore" diff --git a/setup.py b/setup.py index e90fa9f699..32537e6683 100644 --- a/setup.py +++ b/setup.py @@ -8,7 +8,7 @@ setup( name="pulpcore", - version="3.33.0.dev", + version="3.34.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 c3411ff87e..bef5090465 100644 --- a/template_config.yml +++ b/template_config.yml @@ -25,7 +25,7 @@ ci_update_branches: - '3.22' - '3.23' - '3.28' -- '3.32' +- '3.33' ci_update_docs: true ci_update_release_behavior: 'replace-previous-version' cli_package: pulp-cli