Skip to content

Commit 2476340

Browse files
8.0.41
1 parent 61d9402 commit 2476340

File tree

2 files changed

+6
-5
lines changed

2 files changed

+6
-5
lines changed

.github/workflows/ci.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@ jobs:
2929
- build
3030
uses: canonical/data-platform-workflows/.github/workflows/[email protected]
3131
with:
32-
channel: dpe/edge/test-refresh-v3-8.0.40
32+
channel: dpe/edge/test-refresh-v3-8.0.41
3333
artifact-prefix: ${{ needs.build.outputs.artifact-prefix }}
3434
create-git-tags: false
3535
secrets:

refresh_versions.toml

Lines changed: 5 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,15 +1,16 @@
11
# https://canonical-charm-refresh.readthedocs-hosted.com/latest/refresh-versions-toml/
22

33
charm_major = 1
4-
workload = "8.0.40"
4+
workload = "8.0.41"
55

6-
charm = "8.0/1.0.0" # TODO remove
6+
# autogenerated
7+
charm = "8.0/1.1.0"
78

89
[snap]
910
name = "charmed-mysql"
1011

1112
[snap.revisions]
1213
# amd64
13-
x86_64 = "128"
14+
x86_64 = "139"
1415
# arm64
15-
aarch64 = "127"
16+
aarch64 = "138"

0 commit comments

Comments
 (0)