-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Switch to charmed-etcd snap and publish to Charmhub (#7)
With this PR, we use revision 1 of the `charmed-etcd` snap instead of legacy `etcd` snap. Furthermore the PR enables the release-workflow for publishing to Charmhub `3.5/edge` on pushes to main.
- Loading branch information
Showing
5 changed files
with
24 additions
and
21 deletions.
There are no files selected for viewing
This file contains 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
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -39,16 +39,16 @@ jobs: | |
name: Build charm | ||
uses: canonical/data-platform-workflows/.github/workflows/[email protected] | ||
|
||
# release: | ||
# name: Release charm | ||
# needs: | ||
# - ci-tests | ||
# - build | ||
# uses: canonical/data-platform-workflows/.github/workflows/[email protected] | ||
# with: | ||
# channel: 3.5/edge | ||
# artifact-prefix: ${{ needs.build.outputs.artifact-prefix }} | ||
# secrets: | ||
# charmhub-token: ${{ secrets.CHARMHUB_TOKEN }} | ||
# permissions: | ||
# contents: write # Needed to create GitHub release | ||
release: | ||
name: Release charm | ||
needs: | ||
- ci-tests | ||
- build | ||
uses: canonical/data-platform-workflows/.github/workflows/[email protected] | ||
with: | ||
channel: 3.5/edge | ||
artifact-prefix: ${{ needs.build.outputs.artifact-prefix }} | ||
secrets: | ||
charmhub-token: ${{ secrets.CHARMHUB_TOKEN }} | ||
permissions: | ||
contents: write # Needed to create GitHub release |
This file contains 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
This file contains 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
This file contains 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
This file contains 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