Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Release 4.3.0 #146

Merged
merged 1 commit into from
Sep 13, 2024
Merged

Release 4.3.0 #146

merged 1 commit into from
Sep 13, 2024

Conversation

bastelfreak
Copy link
Member

No description provided.

@bastelfreak
Copy link
Member Author

This will automatically enable acceptance tests for modules that have 24.04 in their metadata.json (and have acceptance tests):

$ grep 24.04 puppet-*/metadata.json
puppet-github_actions_runner/metadata.json:        "24.04"
puppet-gitlab_ci_runner/metadata.json:        "24.04"
puppet-icinga2/metadata.json:	"24.04"
puppet-icinga/metadata.json:        "24.04"
puppet-icingaweb2/metadata.json:        "24.04"
puppet-ldapquery/metadata.json:        "24.04"
puppet-openssl/metadata.json:        "24.04"

@bastelfreak
Copy link
Member Author

ubuntu 24.04 + acceptance tests:

$ for file in $(grep 24.04 puppet-*/metadata.json -l); do path=$(echo $file | cut -d/ -f1); grep beaker $path/.github/workflows/*; done
puppet-gitlab_ci_runner/.github/workflows/ci.yml:      puppet_beaker_test_matrix: ${{ steps.get-outputs.outputs.puppet_beaker_test_matrix }}
puppet-gitlab_ci_runner/.github/workflows/ci.yml:        include: ${{fromJson(needs.setup_matrix.outputs.puppet_beaker_test_matrix)}}
puppet-gitlab_ci_runner/.github/workflows/ci.yml:        run: bundle exec rake beaker
puppet-ldapquery/.github/workflows/ci.yml:      puppet_beaker_test_matrix: ${{ steps.get-outputs.outputs.puppet_beaker_test_matrix }}
puppet-ldapquery/.github/workflows/ci.yml:        include: ${{fromJson(needs.setup_matrix.outputs.puppet_beaker_test_matrix)}}
puppet-ldapquery/.github/workflows/ci.yml:        run: bundle exec rake beaker
puppet-openssl/.github/workflows/ci.yml:    uses: voxpupuli/gha-puppet/.github/workflows/beaker.yml@v2

I think it's fine to release this as a minor release, not a major release.

@bastelfreak bastelfreak merged commit 04cc79c into voxpupuli:master Sep 13, 2024
7 checks passed
@bastelfreak bastelfreak deleted the rel430 branch September 13, 2024 09:18
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants