Skip to content

chore(deps): update cloudoperators/juno digest to f2f7fde - #1837

Open
renovate[bot] wants to merge 1 commit into
mainfrom
renovate/cloudoperators-juno-digest
Open

chore(deps): update cloudoperators/juno digest to f2f7fde#1837
renovate[bot] wants to merge 1 commit into
mainfrom
renovate/cloudoperators-juno-digest

Conversation

@renovate

@renovate renovate Bot commented Jul 24, 2026

Copy link
Copy Markdown
Contributor

This PR contains the following updates:

Package Type Update Change
cloudoperators/juno (changelog) action digest f0c9d08f2f7fde

Configuration

📅 Schedule: (in timezone Europe/Berlin)

  • Branch creation
    • At any time (no schedule defined)
  • Automerge
    • At any time (no schedule defined)

🚦 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.


  • If you want to rebase/retry this PR, check this box

This PR was generated by Mend Renovate. View the repository job log.

Copilot AI review requested due to automatic review settings July 24, 2026 21:39
@renovate
renovate Bot requested a review from a team as a code owner July 24, 2026 21:39
@changeset-bot

changeset-bot Bot commented Jul 24, 2026

Copy link
Copy Markdown

⚠️ No Changeset found

Latest commit: 0d64f6e

Merging this PR will not cause a version bump for any packages. If these changes should not result in a new version, you're good to go. If these changes should result in a version bump, you need to add a changeset.

This PR includes no changesets

When changesets are added to this PR, you'll see the packages that this PR includes changesets for and the associated semver types

Click here to learn what changesets are, and how to add one.

Click here if you're a maintainer who wants to add a changeset to this PR

Copilot AI left a comment

Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Pull request overview

Note

Copilot could not run the full agentic suite for this review because it was automatically requested on a bot-authored pull request. Request a review from Copilot under Reviewers to retry with the full agentic suite. Improved support for bot-authored pull requests is coming soon.

Updates the pinned reference for the shared Slack notification reusable workflow used across multiple GitHub Actions workflows.

Changes:

  • Bump cloudoperators/juno/.github/workflows/shared-slack-notification.yaml from f0c9d08… to cf79a1f… in release notifications.
  • Bump the same reusable workflow reference in image build/push workflows (Supernova, Greenhouse, PR preview cleanup).

Reviewed changes

Copilot reviewed 4 out of 4 changed files in this pull request and generated 5 comments.

File Description
.github/workflows/release.yaml Updates the reusable Slack notification workflow commit SHA for success/failure notifications.
.github/workflows/build-push-supernova-image.yaml Updates the reusable Slack notification workflow commit SHA for failure notification.
.github/workflows/build-push-greenhouse-pr-preview.yaml Updates the reusable Slack notification workflow commit SHA for cleanup-failure notification.
.github/workflows/build-push-greenhouse-image.yaml Updates the reusable Slack notification workflow commit SHA for failure notification.

Comment thread .github/workflows/release.yaml Outdated
if: needs.release.outputs.published == 'true'
needs: [release] # List the jobs that should complete successfully
uses: cloudoperators/juno/.github/workflows/shared-slack-notification.yaml@f0c9d08e2c9d7c348dd3f24e7ea72ac3db3a6993 # main
uses: cloudoperators/juno/.github/workflows/shared-slack-notification.yaml@cf79a1fa0104662588fba8f166e1e6b5c975eb0f # main
Comment thread .github/workflows/release.yaml Outdated
if: failure()
needs: [release]
uses: cloudoperators/juno/.github/workflows/shared-slack-notification.yaml@f0c9d08e2c9d7c348dd3f24e7ea72ac3db3a6993 # main
uses: cloudoperators/juno/.github/workflows/shared-slack-notification.yaml@cf79a1fa0104662588fba8f166e1e6b5c975eb0f # main
contents: read
needs: [build-and-push, vulnerability-scan]
uses: cloudoperators/juno/.github/workflows/shared-slack-notification.yaml@f0c9d08e2c9d7c348dd3f24e7ea72ac3db3a6993 # main
uses: cloudoperators/juno/.github/workflows/shared-slack-notification.yaml@cf79a1fa0104662588fba8f166e1e6b5c975eb0f # main
needs: [ cleanup ]
permissions: {}
uses: cloudoperators/juno/.github/workflows/shared-slack-notification.yaml@f0c9d08e2c9d7c348dd3f24e7ea72ac3db3a6993 # main
uses: cloudoperators/juno/.github/workflows/shared-slack-notification.yaml@cf79a1fa0104662588fba8f166e1e6b5c975eb0f # main
contents: read
needs: [build-and-push, vulnerability-scan]
uses: cloudoperators/juno/.github/workflows/shared-slack-notification.yaml@f0c9d08e2c9d7c348dd3f24e7ea72ac3db3a6993 # main
uses: cloudoperators/juno/.github/workflows/shared-slack-notification.yaml@cf79a1fa0104662588fba8f166e1e6b5c975eb0f # main
@renovate renovate Bot changed the title chore(deps): update cloudoperators/juno digest to cf79a1f chore(deps): update cloudoperators/juno digest to 3a9760d Jul 28, 2026
Copilot AI review requested due to automatic review settings July 28, 2026 08:02
@renovate
renovate Bot force-pushed the renovate/cloudoperators-juno-digest branch from d676bb0 to d6fc19e Compare July 28, 2026 08:02

Copilot AI left a comment

Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Pull request overview

Copilot reviewed 4 out of 4 changed files in this pull request and generated no new comments.

Comments suppressed due to low confidence (3)

.github/workflows/release.yaml:79

  • The inline comment # main is misleading when pinning to a specific commit SHA (it no longer reflects the main ref, but a snapshot). Consider changing it to something like # pinned / # commit (optionally include the upstream tag/version) to avoid confusion during future audits and updates.
    uses: cloudoperators/juno/.github/workflows/shared-slack-notification.yaml@3a9760d43222cfa4912d61b052b1f062a7bfc48d # main

.github/workflows/release.yaml:90

  • The inline comment # main is misleading when pinning to a specific commit SHA (it no longer reflects the main ref, but a snapshot). Consider changing it to something like # pinned / # commit (optionally include the upstream tag/version) to avoid confusion during future audits and updates.
    uses: cloudoperators/juno/.github/workflows/shared-slack-notification.yaml@3a9760d43222cfa4912d61b052b1f062a7bfc48d # main

.github/workflows/build-push-supernova-image.yaml:204

  • The same reusable workflow SHA is duplicated across multiple workflow files in this PR, which makes future bumps easy to miss and harder to review. Consider introducing a local wrapper reusable workflow (e.g., .github/workflows/slack-notify.yaml) that internally calls the upstream cloudoperators/juno workflow at the pinned SHA; then have all callers reference the local wrapper so the pin is updated in one place.
    uses: cloudoperators/juno/.github/workflows/shared-slack-notification.yaml@3a9760d43222cfa4912d61b052b1f062a7bfc48d # main

@renovate renovate Bot changed the title chore(deps): update cloudoperators/juno digest to 3a9760d chore(deps): update cloudoperators/juno digest to 5ba36b2 Jul 28, 2026
Copilot AI review requested due to automatic review settings July 28, 2026 09:09
@renovate
renovate Bot force-pushed the renovate/cloudoperators-juno-digest branch from d6fc19e to 5985c01 Compare July 28, 2026 09:09

Copilot AI left a comment

Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Pull request overview

Copilot reviewed 4 out of 4 changed files in this pull request and generated no new comments.

Comments suppressed due to low confidence (3)

.github/workflows/release.yaml:1

  • The same reusable workflow revision is duplicated (even within this file) and also repeated across multiple workflow files in this PR. This increases the chance of version drift and makes future bumps more error-prone. Consider centralizing the reference (e.g., create a local reusable workflow wrapper in this repo that pins cloudoperators/juno/...@<sha> once, then have workflows call the local wrapper), or use YAML anchors/aliases within a file to avoid repeating the same uses: string in multiple jobs.
name: Release

.github/workflows/release.yaml:93

  • The same reusable workflow revision is duplicated (even within this file) and also repeated across multiple workflow files in this PR. This increases the chance of version drift and makes future bumps more error-prone. Consider centralizing the reference (e.g., create a local reusable workflow wrapper in this repo that pins cloudoperators/juno/...@<sha> once, then have workflows call the local wrapper), or use YAML anchors/aliases within a file to avoid repeating the same uses: string in multiple jobs.
    uses: cloudoperators/juno/.github/workflows/shared-slack-notification.yaml@5ba36b2779a7a4af75cdfc20cfc5567865020fac # main
    with:
      title: "🚨 JUNO Packages Release Failed 🚨"
      body: "An error occurred while releasing JUNO Packages for the branch ${{ github.head_ref || github.ref_name }}. Please check the logs for more information. <${{ github.server_url }}/${{ github.repository }}/actions/runs/${{ github.run_id }}|Check the logs>"

.github/workflows/build-push-supernova-image.yaml:204

  • The inline comment # main is misleading because the workflow is pinned to a specific commit SHA, not the main ref. Updating/removing this comment (and the same comment in other workflow files) would avoid confusion; for example, note the short SHA or a release tag if one exists.
    uses: cloudoperators/juno/.github/workflows/shared-slack-notification.yaml@5ba36b2779a7a4af75cdfc20cfc5567865020fac # main

@renovate renovate Bot changed the title chore(deps): update cloudoperators/juno digest to 5ba36b2 chore(deps): update cloudoperators/juno digest to 7aa14ad Jul 28, 2026
@renovate
renovate Bot force-pushed the renovate/cloudoperators-juno-digest branch from 5985c01 to a3ec7f0 Compare July 28, 2026 11:48
Copilot AI review requested due to automatic review settings July 28, 2026 11:48

Copilot AI left a comment

Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Pull request overview

Copilot reviewed 4 out of 4 changed files in this pull request and generated no new comments.

Comments suppressed due to low confidence (3)

.github/workflows/release.yaml:79

  • The pinned reusable-workflow SHA is duplicated across multiple workflows/files, which increases the chance of inconsistent upgrades in the future. Consider introducing a local wrapper reusable workflow (e.g., uses: ./.github/workflows/shared-slack-notification-wrapper.yaml) that internally calls cloudoperators/juno/...@<sha> so future SHA bumps happen in one place.
    uses: cloudoperators/juno/.github/workflows/shared-slack-notification.yaml@7aa14ad04fba12a67a33e8cbbad5f5ecb9422e1b # main

.github/workflows/release.yaml:90

  • The pinned reusable-workflow SHA is duplicated across multiple workflows/files, which increases the chance of inconsistent upgrades in the future. Consider introducing a local wrapper reusable workflow (e.g., uses: ./.github/workflows/shared-slack-notification-wrapper.yaml) that internally calls cloudoperators/juno/...@<sha> so future SHA bumps happen in one place.
    uses: cloudoperators/juno/.github/workflows/shared-slack-notification.yaml@7aa14ad04fba12a67a33e8cbbad5f5ecb9422e1b # main

.github/workflows/release.yaml:79

  • The inline comment # main is potentially misleading since the workflow is pinned to a specific commit SHA (not the moving main ref). Suggest updating the comment to something unambiguous (e.g., # pinned or # juno <version/tag/commit>), or remove it to avoid implying it tracks the branch.
    uses: cloudoperators/juno/.github/workflows/shared-slack-notification.yaml@7aa14ad04fba12a67a33e8cbbad5f5ecb9422e1b # main

@renovate renovate Bot changed the title chore(deps): update cloudoperators/juno digest to 7aa14ad chore(deps): update cloudoperators/juno digest to 58fe5b3 Jul 29, 2026
Copilot AI review requested due to automatic review settings July 29, 2026 07:13
@renovate
renovate Bot force-pushed the renovate/cloudoperators-juno-digest branch from a3ec7f0 to 8c789ff Compare July 29, 2026 07:13

Copilot AI left a comment

Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Pull request overview

Copilot reviewed 4 out of 4 changed files in this pull request and generated no new comments.

@renovate
renovate Bot force-pushed the renovate/cloudoperators-juno-digest branch from 8c789ff to 0d64f6e Compare July 29, 2026 08:44
Copilot AI review requested due to automatic review settings July 29, 2026 08:44
@renovate renovate Bot changed the title chore(deps): update cloudoperators/juno digest to 58fe5b3 chore(deps): update cloudoperators/juno digest to f2f7fde Jul 29, 2026

Copilot AI left a comment

Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Pull request overview

Copilot reviewed 4 out of 4 changed files in this pull request and generated no new comments.

Comments suppressed due to low confidence (2)

.github/workflows/release.yaml:79

  • The inline comment # main is misleading when the workflow is pinned to a specific commit SHA (it may no longer reflect the current main). Consider removing the comment or replacing it with a versioned note (e.g., the intended upstream release/tag or a short reason for the bump) to avoid confusion during future audits.
    uses: cloudoperators/juno/.github/workflows/shared-slack-notification.yaml@f2f7fde7ac0c3f351c179d54a22948d69872ef0f # main

.github/workflows/release.yaml:90

  • The inline comment # main is misleading when the workflow is pinned to a specific commit SHA (it may no longer reflect the current main). Consider removing the comment or replacing it with a versioned note (e.g., the intended upstream release/tag or a short reason for the bump) to avoid confusion during future audits.
    uses: cloudoperators/juno/.github/workflows/shared-slack-notification.yaml@f2f7fde7ac0c3f351c179d54a22948d69872ef0f # main

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant