Skip to content

Commit

Permalink
Support version 3.11
Browse files Browse the repository at this point in the history
This version is already being shipped by Katello 4.1 and should be
supported.
  • Loading branch information
ekohl authored and ehelms committed Jun 15, 2021
1 parent 17a84f3 commit 714e187
Show file tree
Hide file tree
Showing 3 changed files with 10 additions and 2 deletions.
4 changes: 4 additions & 0 deletions .github/workflows/ci.yml
Expand Up @@ -64,6 +64,9 @@ jobs:
matrix:
setfile: ${{fromJson(needs.setup_matrix.outputs.beaker_setfiles)}}
puppet: ${{fromJson(needs.setup_matrix.outputs.puppet_major_versions)}}
pulpcore_version:
- '3.9'
- '3.11'
name: Acceptance / ${{ matrix.puppet.name }} - ${{ matrix.setfile.name }}
steps:
- uses: actions/checkout@v2
Expand All @@ -80,3 +83,4 @@ jobs:
# In Puppet 7 the locale ends up being C.UTF-8 if it isn't passed.
# This locale doesn't exist in EL7 and won't be supported either.
LANG: en_US.UTF-8
BEAKER_FACTER_PULPCORE_VERSION: ${{ matrix.pulpcore_version }}
6 changes: 5 additions & 1 deletion README.md
Expand Up @@ -10,9 +10,13 @@ All supported versions are listed below. For every supported version, acceptance

Supported operating systems are listed in `metadata.json` but individual releases can divert from that. For example, if Pulpcore x.y drops EL7, it will still be listed in metadata.json until all versions supported by the module have dropped it. Similarly, if x.z adds support for EL9, it'll be listed in `metadata.json` and all versions that don't support EL9 will have a note.

### Pulpcore 3.11

Recommended version.

### Pulpcore 3.9

Recommended version. At least version 3.9.1 should be used.
At least version 3.9.1 should be used.

## Installation layout

Expand Down
2 changes: 1 addition & 1 deletion manifests/repo.pp
Expand Up @@ -3,7 +3,7 @@
# @param version
# The Pulpcore version to use
class pulpcore::repo (
Pattern['^\d+\.\d+$'] $version = '3.9',
Pattern['^\d+\.\d+$'] $version = '3.11',
) {
$context = {
'version' => $version,
Expand Down

0 comments on commit 714e187

Please sign in to comment.