release: v1.1.0 #49

Merged
privilegedescalation-engineer[bot] merged 1 commits from release/v1.1.0 into main 2026-04-21 20:52:50 +00:00
privilegedescalation-engineer[bot] commented 2026-04-21 20:52:40 +00:00 (Migrated from github.com)

Automated version bump and checksum update for v1.1.0.

cc @cpfarhood

Automated version bump and checksum update for v1.1.0. cc @cpfarhood
greptile-apps[bot] commented 2026-04-21 20:53:44 +00:00 (Migrated from github.com)

Greptile Summary

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]

Reviews (1): Last reviewed commit: "release: v1.1.0" | Re-trigger Greptile

<details><summary><h3>Greptile Summary</h3></summary> 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. </details> <details><summary><h3>Confidence Score: 5/5</h3></summary> 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. </details> <details><summary><h3>Important Files Changed</h3></summary> | 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. | </details> </details> <details><summary><h3>Flowchart</h3></summary> ```mermaid %%{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] ``` </details> <!-- greptile_other_comments_section --> <sub>Reviews (1): Last reviewed commit: ["release: v1.1.0"](https://github.com/privilegedescalation/headlamp-intel-gpu-plugin/commit/979336e9016760b1890c42e6534085258e82b61b) | [Re-trigger Greptile](https://app.greptile.com/api/retrigger?id=29188290)</sub>
Sign in to join this conversation.