Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion .github/workflows/approve_renovate_pr.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,6 @@ on:
jobs:
approve-pr:
name: Approve Renovate pull request
uses: canonical/data-platform-workflows/.github/workflows/approve_renovate_pr.yaml@v48.1.1
uses: canonical/data-platform-workflows/.github/workflows/approve_renovate_pr.yaml@v48.1.2
permissions:
pull-requests: write # Needed to approve PR
2 changes: 1 addition & 1 deletion .github/workflows/check_pr.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -15,4 +15,4 @@ on:
jobs:
check-pr:
name: Check pull request
uses: canonical/data-platform-workflows/.github/workflows/check_charm_pr.yaml@v48.1.1
uses: canonical/data-platform-workflows/.github/workflows/check_charm_pr.yaml@v48.1.2
2 changes: 1 addition & 1 deletion .github/workflows/ci.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -95,7 +95,7 @@ jobs:
path:
- kubernetes
- machines
uses: canonical/data-platform-workflows/.github/workflows/build_charm.yaml@v48.1.1
uses: canonical/data-platform-workflows/.github/workflows/build_charm.yaml@v48.1.2
with:
path-to-charm-directory: ${{ matrix.path }}

Expand Down
11 changes: 10 additions & 1 deletion .github/workflows/promote.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,13 @@ name: Promote charm
on:
workflow_dispatch:
inputs:
path-to-charm:
description: Promote charm in this path
required: true
type: choice
options:
- kubernetes
- machines
from-risk:
description: Promote from this Charmhub risk
required: true
Expand All @@ -25,12 +32,14 @@ on:
jobs:
promote:
name: Promote charm
uses: canonical/data-platform-workflows/.github/workflows/_promote_charms.yaml@v48.1.1
uses: canonical/data-platform-workflows/.github/workflows/_promote_charm_legacy.yaml@v48.1.2
with:
track: '8.0'
from-risk: ${{ inputs.from-risk }}
to-risk: ${{ inputs.to-risk }}
path-to-charm-directory: ${{ inputs.path-to-charm }}
secrets:
charmhub-token: ${{ secrets.CHARMHUB_TOKEN }}
permissions:
actions: read
contents: write # Needed to edit GitHub releases
4 changes: 2 additions & 2 deletions .github/workflows/release.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ jobs:
path:
- kubernetes
- machines
uses: canonical/data-platform-workflows/.github/workflows/build_charm.yaml@v48.1.1
uses: canonical/data-platform-workflows/.github/workflows/build_charm.yaml@v48.1.2
with:
path-to-charm-directory: ${{ matrix.path }}
permissions:
Expand Down Expand Up @@ -75,7 +75,7 @@ jobs:
path:
- kubernetes
- machines
uses: canonical/data-platform-workflows/.github/workflows/release_charm_edge.yaml@v48.1.1
uses: canonical/data-platform-workflows/.github/workflows/release_charm_edge.yaml@v48.1.2
with:
track: '8.0'
artifact-prefix: ${{ needs.build.outputs.artifact-prefix }}
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/schedule.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ jobs:
path:
- kubernetes
- machines
uses: canonical/data-platform-workflows/.github/workflows/build_charm.yaml@v48.1.1
uses: canonical/data-platform-workflows/.github/workflows/build_charm.yaml@v48.1.2
with:
path-to-charm-directory: ${{ matrix.path }}

Expand Down
Loading