Skip to content

Commit

Permalink
Merge branch 'main' into DPE-4224-remove-relation-emits
Browse files Browse the repository at this point in the history
  • Loading branch information
phvalguima authored Apr 30, 2024
2 parents fabc7ce + 704e521 commit 5bceb15
Show file tree
Hide file tree
Showing 42 changed files with 3,036 additions and 715 deletions.
15 changes: 14 additions & 1 deletion actions.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -62,4 +62,17 @@ restore:
description: |
A backup-id to identify the backup to restore. Format: backup-id=<string>.
required:
- backup-id
- backup-id

resume-upgrade:
description: Upgrade remaining units (after you manually verified that upgraded units are healthy).

force-upgrade:
description: |
Potential of *data loss* and *downtime*
Force upgrade of this unit.
Use to
- force incompatible upgrade and/or
- continue upgrade if 1+ upgraded units have non-active status
1 change: 1 addition & 0 deletions charm_version
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
1
3 changes: 3 additions & 0 deletions charmcraft.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -20,6 +20,9 @@ parts:
fi
charm-strict-dependencies: true
charm-entrypoint: src/charm.py
prime:
- charm_version
- workload_version
build-packages:
- cargo
- libffi-dev
Expand Down
Loading

0 comments on commit 5bceb15

Please sign in to comment.