Skip to content

Commit 7397e6c

Browse files
pulpbotgerrod3
authored andcommitted
Bump minor version
1 parent 96ec897 commit 7397e6c

File tree

7 files changed

+15
-17
lines changed

7 files changed

+15
-17
lines changed

.github/template_gitref

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
2021.08.26-421-g204a709
1+
unknown

.github/workflows/docs.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ on:
1313
jobs:
1414
test:
1515
if: "endsWith(github.base_ref, 'main')"
16-
runs-on: "ubuntu-20.04"
16+
runs-on: "ubuntu-latest"
1717
defaults:
1818
run:
1919
working-directory: "pulp_container"
@@ -48,7 +48,7 @@ jobs:
4848
4949
no-test:
5050
if: "!endsWith(github.base_ref, 'main')"
51-
runs-on: "ubuntu-20.04"
51+
runs-on: "ubuntu-latest"
5252
steps:
5353
- run: |
5454
echo "Skip docs testing on non-main branches."

.github/workflows/update_ci.yml

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -233,7 +233,7 @@ jobs:
233233
with:
234234
fetch-depth: 0
235235
path: "pulp_container"
236-
ref: "2.23"
236+
ref: "2.24"
237237

238238
- name: "Run update"
239239
working-directory: "pulp_container"
@@ -242,21 +242,21 @@ jobs:
242242
243243
- name: "Create Pull Request for CI files"
244244
uses: "peter-evans/create-pull-request@v6"
245-
id: "create_pr_2_23"
245+
id: "create_pr_2_24"
246246
with:
247247
token: "${{ secrets.RELEASE_TOKEN }}"
248248
path: "pulp_container"
249249
committer: "pulpbot <[email protected]>"
250250
author: "pulpbot <[email protected]>"
251-
title: "Update CI files for branch 2.23"
252-
branch: "update-ci/2.23"
253-
base: "2.23"
251+
title: "Update CI files for branch 2.24"
252+
branch: "update-ci/2.24"
253+
base: "2.24"
254254
delete-branch: true
255255
- name: "Mark PR automerge"
256256
working-directory: "pulp_container"
257257
run: |
258-
gh pr merge --rebase --auto "${{ steps.create_pr_2_23.outputs.pull-request-number }}"
259-
if: "steps.create_pr_2_23.outputs.pull-request-number"
258+
gh pr merge --rebase --auto "${{ steps.create_pr_2_24.outputs.pull-request-number }}"
259+
if: "steps.create_pr_2_24.outputs.pull-request-number"
260260
env:
261261
GH_TOKEN: "${{ secrets.RELEASE_TOKEN }}"
262262
continue-on-error: true

CHANGES/domain-enablement.feature

Lines changed: 0 additions & 2 deletions
This file was deleted.

pulp_container/app/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ class PulpContainerPluginAppConfig(PulpPluginAppConfig):
66

77
name = "pulp_container.app"
88
label = "container"
9-
version = "2.24.0.dev"
9+
version = "2.25.0.dev"
1010
python_package_name = "pulp-container"
1111
domain_compatible = True
1212

pyproject.toml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ build-backend = 'setuptools.build_meta'
77

88
[project]
99
name = "pulp-container"
10-
version = "2.24.0.dev"
10+
version = "2.25.0.dev"
1111
description = "Container plugin for the Pulp Project"
1212
readme = "README.md"
1313
authors = [
@@ -87,7 +87,7 @@ ignore = [
8787
[tool.bumpversion]
8888
# This section is managed by the plugin template. Do not edit manually.
8989

90-
current_version = "2.24.0.dev"
90+
current_version = "2.25.0.dev"
9191
commit = false
9292
tag = false
9393
parse = "(?P<major>\\d+)\\.(?P<minor>\\d+)\\.(?P<alpha>0a)?(?P<patch>\\d+)(\\.(?P<release>[a-z]+))?"

template_config.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ docker_fixtures: false
2323
flake8: true
2424
flake8_ignore: []
2525
github_org: pulp
26-
latest_release_branch: '2.23'
26+
latest_release_branch: '2.24'
2727
lint_requirements: true
2828
os_required_packages: []
2929
parallel_test_workers: 8
@@ -58,9 +58,9 @@ pulp_settings_azure:
5858
flatpak_index: true
5959
pulp_settings_gcp: null
6060
pulp_settings_s3:
61+
domain_enabled: true
6162
flatpak_index: false
6263
token_auth_disabled: true
63-
domain_enabled: true
6464
pydocstyle: true
6565
release_email: [email protected]
6666
release_user: pulpbot

0 commit comments

Comments
 (0)