Skip to content

Commit

Permalink
Bump minor version
Browse files Browse the repository at this point in the history
  • Loading branch information
pulpbot authored and mdellweg committed Feb 18, 2025
1 parent 3a81e89 commit db17b88
Show file tree
Hide file tree
Showing 10 changed files with 14 additions and 21 deletions.
2 changes: 1 addition & 1 deletion .github/template_gitref
Original file line number Diff line number Diff line change
@@ -1 +1 @@
2021.08.26-423-g87f69ce
unknown
14 changes: 7 additions & 7 deletions .github/workflows/update_ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -233,7 +233,7 @@ jobs:
with:
fetch-depth: 0
path: "pulp_container"
ref: "2.22"
ref: "2.23"

- name: "Run update"
working-directory: "pulp_container"
Expand All @@ -242,21 +242,21 @@ jobs:
- name: "Create Pull Request for CI files"
uses: "peter-evans/create-pull-request@v6"
id: "create_pr_2_22"
id: "create_pr_2_23"
with:
token: "${{ secrets.RELEASE_TOKEN }}"
path: "pulp_container"
committer: "pulpbot <pulp-infra@redhat.com>"
author: "pulpbot <pulp-infra@redhat.com>"
title: "Update CI files for branch 2.22"
branch: "update-ci/2.22"
base: "2.22"
title: "Update CI files for branch 2.23"
branch: "update-ci/2.23"
base: "2.23"
delete-branch: true
- name: "Mark PR automerge"
working-directory: "pulp_container"
run: |
gh pr merge --rebase --auto "${{ steps.create_pr_2_22.outputs.pull-request-number }}"
if: "steps.create_pr_2_22.outputs.pull-request-number"
gh pr merge --rebase --auto "${{ steps.create_pr_2_23.outputs.pull-request-number }}"
if: "steps.create_pr_2_23.outputs.pull-request-number"
env:
GH_TOKEN: "${{ secrets.RELEASE_TOKEN }}"
continue-on-error: true
Expand Down
2 changes: 0 additions & 2 deletions CHANGES/1812.bugfix

This file was deleted.

1 change: 0 additions & 1 deletion CHANGES/1850.removal

This file was deleted.

2 changes: 0 additions & 2 deletions CHANGES/1874.bugfix

This file was deleted.

1 change: 0 additions & 1 deletion CHANGES/1887.bugfix

This file was deleted.

1 change: 0 additions & 1 deletion CHANGES/1910.misc

This file was deleted.

2 changes: 1 addition & 1 deletion pulp_container/app/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ class PulpContainerPluginAppConfig(PulpPluginAppConfig):

name = "pulp_container.app"
label = "container"
version = "2.23.0.dev"
version = "2.24.0.dev"
python_package_name = "pulp-container"

def ready(self):
Expand Down
4 changes: 2 additions & 2 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ build-backend = 'setuptools.build_meta'

[project]
name = "pulp-container"
version = "2.23.0.dev"
version = "2.24.0.dev"
description = "Container plugin for the Pulp Project"
readme = "README.md"
authors = [
Expand Down Expand Up @@ -87,7 +87,7 @@ ignore = [
[tool.bumpversion]
# This section is managed by the plugin template. Do not edit manually.

current_version = "2.23.0.dev"
current_version = "2.24.0.dev"
commit = false
tag = false
parse = "(?P<major>\\d+)\\.(?P<minor>\\d+)\\.(?P<alpha>0a)?(?P<patch>\\d+)(\\.(?P<release>[a-z]+))?"
Expand Down
6 changes: 3 additions & 3 deletions template_config.yml
Original file line number Diff line number Diff line change
@@ -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-421-g204a709
# generated with plugin_template@unknown

api_root: /pulp/
black: true
Expand All @@ -23,7 +23,7 @@ docker_fixtures: false
flake8: true
flake8_ignore: []
github_org: pulp
latest_release_branch: '2.22'
latest_release_branch: '2.23'
lint_requirements: true
os_required_packages: []
parallel_test_workers: 8
Expand Down Expand Up @@ -53,8 +53,8 @@ pulp_settings:
- /tmp
flatpak_index: true
pulp_settings_azure:
flatpak_index: true
content_origin: null
flatpak_index: true
pulp_settings_gcp: null
pulp_settings_s3:
flatpak_index: false
Expand Down

0 comments on commit db17b88

Please sign in to comment.