feat!: migrate packagecloud to custom resources#91
Merged
Conversation
ce1260e to
d182ab4
Compare
d182ab4 to
b77886a
Compare
Slowest examplesTop 10 slowest examples (0.61 seconds, 72.13% of total time)
|
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
What changed
Selected cookbook:
packagecloudThis is a Full Migration of the remaining legacy attribute API to the existing
packagecloud_repocustom resource:attributes/and moved thenode['packagecloud']defaults to explicit resource propertiesprovides :packagecloud_repo, frozen string headers,default_action :add, and:removeactionstest/fixtures/cookbooks/testtotest/cookbooks/testinspec.yml+controls/withoutsupportsLIMITATIONS.md,migration.md, and updated resource documentationsous-chefs/.github/.github/actions/install-workstation@6.0.0Full Migration structural result:
recipes/is absentattributes/is absentPlatform and support evidence
packagecloud.io documents support for RPM, DEB, Debian source, RubyGems, Python, Node.js, Alpine, Maven, Helm, and generic files. The
packagecloud_reporesource continues to manage APT/DEB, YUM/DNF/RPM, and RubyGems repository sources.Platform matrix changes preserve non-EOL support that the resource can actually exercise:
The public packagecloud test repository has Ubuntu
jammymetadata but notnobleorany/any; the Ubuntu 24.04 Kitchen test therefore verifies repository configuration using the availablejammytest repo metadata. The sample package itself was not installed because no candidate package is available for this arm64 Dokken host.Workflow permission sources checked
Checked exact upstream refs before workflow edits:
sous-chefs/.github/.github/workflows/lint-unit.yml@6.0.0check-metadatajob requireschecks: write,pull-requests: write, andstatuses: write; caller grants only those permissions forlint-unitsous-chefs/.github/.github/workflows/release-cookbook.yml@6.0.0token,supermarket_user,supermarket_key,slack_bot_token, andslack_channel_idsous-chefs/.github/.github/actions/install-workstation/action.yml@6.0.0sous-chefs/.github/.github/workflows/prevent-file-change.yml@6.0.0pull-requests: write; caller grants that permissionxalvarez/prevent-file-change-action@v3Verification
Additional checks:
GitHub Actions passed on the PR across lint/unit, prevent-file-change, metadata validation, and the full integration matrix.