Skip to content

Commit

Permalink
explicitly support Pulpcore 3.49
Browse files Browse the repository at this point in the history
  • Loading branch information
evgeni committed Aug 14, 2024
1 parent 3258e78 commit 26da982
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,6 +15,6 @@ jobs:
uses: voxpupuli/gha-puppet/.github/workflows/beaker.yml@v2
with:
pidfile_workaround: 'false'
beaker_facter: 'pulpcore_version:Pulp:nightly,3.39'
beaker_facter: 'pulpcore_version:Pulp:nightly,3.39,3.49'
rubocop: false
cache-version: '1'
2 changes: 1 addition & 1 deletion .sync.yml
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
---
.github/workflows/ci.yml:
beaker_facter: 'pulpcore_version:Pulp:nightly,3.39'
beaker_facter: 'pulpcore_version:Pulp:nightly,3.39,3.49'
6 changes: 5 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
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.49

Recommended version.

### Pulpcore 3.39

Default recommended version.
Supported version.

## Installation layout

Expand Down

0 comments on commit 26da982

Please sign in to comment.