Skip to content

Commit

Permalink
Add pulpcore 3.18 to the test matrix and drop 3.13
Browse files Browse the repository at this point in the history
Fix some changelog formatting.

[noissue]
  • Loading branch information
mdellweg authored and ggainey committed Feb 24, 2022
1 parent 3e71a31 commit 750376b
Show file tree
Hide file tree
Showing 3 changed files with 8 additions and 6 deletions.
3 changes: 2 additions & 1 deletion .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -47,7 +47,8 @@ jobs:
- python: "3.8"
image_tag: "3.14"
- python: "3.9"
image_tag: "3.13"
image_tag: "3.18"
pulp_api_root: "/relocated/djnd/"
- python: "3.10"
image_tag: "3.17"
steps:
Expand Down
3 changes: 2 additions & 1 deletion .github/workflows/nightly.yml
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,8 @@ jobs:
- python: "3.8"
image_tag: "3.14"
- python: "3.9"
image_tag: "3.13"
image_tag: "3.18"
pulp_api_root: "/relocated/djnd/"
- python: "3.10"
image_tag: "3.17"
steps:
Expand Down
8 changes: 4 additions & 4 deletions docs/CHANGES.md
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@
[#426](https://github.com/pulp/pulp-cli/issues/426)
- Added support for "tasks purge".
[#430](https://github.com/pulp/pulp-cli/issues/430)
- Added `reset` command to access_policies.
- Added `reset` command to access policies.
Changed `--permissions-assignment` to `--creation-hooks` to follow pulpcore 3.17 naming.
[#438](https://github.com/pulp/pulp-cli/issues/438)
- Add a generic command group for object permission management.
Expand Down Expand Up @@ -89,9 +89,9 @@
[#352](https://github.com/pulp/pulp-cli/issues/352)
- Added the ability to delete tasks.
[#376](https://github.com/pulp/pulp-cli/issues/376)
- Added refresh command for pulp_file Alternate Content Sources.
- Added refresh command for pulp\_file Alternate Content Sources.
[#377](https://github.com/pulp/pulp-cli/issues/377)
- Added pulp_rpm Alternate Content Source commands.
- Added pulp\_rpm Alternate Content Source commands.
[#378](https://github.com/pulp/pulp-cli/issues/378)
- Added the openapi command group to debug to ease reading the schema.
[#384](https://github.com/pulp/pulp-cli/issues/384)
Expand Down Expand Up @@ -403,7 +403,7 @@

### Bugfixes

- Fixed missing READ_ID error for pulp file remote show.
- Fixed missing `READ_ID` error for pulp file remote show.
[#107](https://github.com/pulp/pulp-cli/issues/107)


Expand Down

0 comments on commit 750376b

Please sign in to comment.