You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
This is an automated release PR that bumps the plugin version from 1.0.0 to 1.1.0 across all three version-tracking files, and updates the ArtifactHub metadata to point to the new release archive with its corresponding SHA-256 checksum.
Changes:
artifacthub-pkg.yml: version, archive-url, and archive-checksum updated for v1.1.0
package.json: version field updated to 1.1.0
package-lock.json: both root and packages[\"\"] version fields updated to 1.1.0
All version references are consistent across files. The new checksum (sha256:e212381f38c331383604b06f6552997fcba5c8b42a3bd828e3b43ed3e5028448) is the correct 64-character hex length for a SHA-256 digest. No dependency changes or logic changes are included — this is a clean, mechanical version bump.
Confidence Score: 5/5
Safe to merge — purely a version bump with consistent changes across all three files and a correctly formatted SHA-256 checksum.
All three files agree on version 1.1.0, the archive URL matches the version, and the checksum is a valid 64-character SHA-256 hex string. No logic changes, no dependency updates, no risk surface introduced.
No files require special attention.
Important Files Changed
Filename
Overview
artifacthub-pkg.yml
Version bumped from 1.0.0 to 1.1.0; archive URL and SHA-256 checksum updated consistently for the new release artifact.
package.json
Version field bumped from 1.0.0 to 1.1.0; no other changes.
package-lock.json
Version field (root and packages[""] entries) bumped from 1.0.0 to 1.1.0 to match package.json; no dependency changes.
Flowchart
%%{init: {'theme': 'neutral'}}%%
flowchart TD
A[Bot opens release PR] --> B[Bump version: 1.0.0 → 1.1.0]
B --> C[package.json]
B --> D[package-lock.json]
B --> E[artifacthub-pkg.yml]
E --> F[Update archive-url to v1.1.0 tar.gz]
E --> G[Update archive-checksum to new SHA-256]
C & D & F & G --> H[PR merged to main]
H --> I[ArtifactHub picks up new version metadata]
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
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.
Automated version bump and checksum update for v1.1.0.
cc @cpfarhood