chore(deps): update datum-cloud/actions action to v1.18.0#234
Open
renovate[bot] wants to merge 1 commit into
Open
chore(deps): update datum-cloud/actions action to v1.18.0#234renovate[bot] wants to merge 1 commit into
renovate[bot] wants to merge 1 commit into
Conversation
addff3e to
e9f8892
Compare
e9f8892 to
b59864d
Compare
b59864d to
40a0061
Compare
40a0061 to
a08014a
Compare
a08014a to
d7a0e95
Compare
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.
This PR contains the following updates:
v1.14.0→v1.18.0Release Notes
datum-cloud/actions (datum-cloud/actions)
v1.18.0Compare Source
update-plugin-indexis now a composite actionThe plugin-catalog updater from v1.17.0 shipped as a reusable workflow, but that form can't actually authenticate cross-repo: a GitHub App token minted in one job and handed to a reusable-workflow job arrives empty, because masked secret values don't survive the job-to-job hop. This release re-delivers it as a composite action so the token is minted and used in the same job.
Same job — same purpose: when a service publishes a release, open a PR against your datumctl plugin catalog that bumps the plugin's manifest to the new version, refreshing every per-platform download URL and checksum straight from the release's
checksums.txt. Nothing about a specific plugin is hardcoded, and the manifest's formatting and comments are preserved.Using it
Mint the catalog token and call the action in the same job:
Migrating from v1.17.0
datum-cloud/actions/update-plugin-index@v1.18.0, not the.github/workflows/...reusable-workflow path.tokeninput (mint it in the same job) instead of thePLUGIN_INDEX_TOKENsecret.The reusable-workflow form from v1.17.0 is superseded and should not be used.
Full Changelog: datum-cloud/actions@v1.17.0...v1.18.0
v1.17.0Compare Source
Keep plugin catalogs in sync with releases — automatically
Adds the
update-plugin-indexreusable workflow. When a service publishes a release, it opens a PR against your datumctl plugin catalog that bumps the plugin's manifest to the new version — refreshing every per-platform download URL and checksum straight from the release'schecksums.txt. No more hand-editing a catalog manifest after each release.Using it
Introduced in #84.
Full Changelog: datum-cloud/actions@v1.16.0...v1.17.0
v1.16.0Compare Source
What's Changed
Full Changelog: datum-cloud/actions@v1.15.0...v1.16.0
v1.15.0Compare Source
What's Changed
Full Changelog: datum-cloud/actions@v1.14.0...v1.15.0
Configuration
📅 Schedule: (UTC)
🚦 Automerge: Disabled by config. Please merge this manually once you are satisfied.
♻ Rebasing: Whenever PR becomes conflicted, or you tick the rebase/retry checkbox.
🔕 Ignore: Close this PR and you won't be reminded about this update again.
This PR was generated by Mend Renovate. View the repository job log.