Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
31 changes: 31 additions & 0 deletions .github/workflows/update_ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -260,4 +260,35 @@ jobs:
env:
GH_TOKEN: "${{ secrets.RELEASE_TOKEN }}"
continue-on-error: true
- uses: "actions/checkout@v4"
with:
fetch-depth: 0
path: "pulp_container"
ref: "2.27"

- name: "Run update"
working-directory: "pulp_container"
run: |
../plugin_template/scripts/update_ci.sh --release

- name: "Create Pull Request for CI files"
uses: "peter-evans/create-pull-request@v6"
id: "create_pr_2_27"
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.27"
branch: "update-ci/2.27"
base: "2.27"
delete-branch: true
- name: "Mark PR automerge"
working-directory: "pulp_container"
run: |
gh pr merge --rebase --auto "${{ steps.create_pr_2_27.outputs.pull-request-number }}"
if: "steps.create_pr_2_27.outputs.pull-request-number"
env:
GH_TOKEN: "${{ secrets.RELEASE_TOKEN }}"
continue-on-error: true
...
2 changes: 0 additions & 2 deletions CHANGES/+add-missing-migration.misc

This file was deleted.

1 change: 0 additions & 1 deletion CHANGES/+distribution_create.bugfix

This file was deleted.

1 change: 0 additions & 1 deletion CHANGES/+import_export_fix.bugfix

This file was deleted.

1 change: 0 additions & 1 deletion CHANGES/+pulpcore_3_100.feature

This file was deleted.

1 change: 0 additions & 1 deletion CHANGES/+replicate-dist-data.bugfix

This file was deleted.

1 change: 0 additions & 1 deletion CHANGES/+sync_result.bugfix

This file was deleted.

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

This file was deleted.

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

This file was deleted.

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

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.27.0.dev"
version = "2.28.0.dev"
python_package_name = "pulp-container"
domain_compatible = True

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.27.0.dev"
version = "2.28.0.dev"
description = "Container plugin for the Pulp Project"
readme = "README.md"
authors = [
Expand Down Expand Up @@ -86,7 +86,7 @@ ignore = [
[tool.bumpversion]
# This section is managed by the plugin template. Do not edit manually.

current_version = "2.27.0.dev"
current_version = "2.28.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
3 changes: 2 additions & 1 deletion template_config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ extra_files: []
flake8: true
flake8_ignore: []
github_org: pulp
latest_release_branch: '2.26'
latest_release_branch: '2.27'
lint_requirements: true
os_required_packages: []
parallel_test_workers: 8
Expand Down Expand Up @@ -118,3 +118,4 @@ test_performance: false
test_reroute: true
test_s3: true
use_issue_template: true