Skip to content

Commit 4a98321

Browse files
authored
feat: Integrate single kernel (#384)
* feat: Integrate single kernel charm * fix: time precision * fix: charm name + copyright year * fix: create index for continuous writes * feat: Use v0.0.1 * fix: rename * fix: stop after attempt instead of stop after delay * fix: ha + try fix logical backup count AWS
1 parent ac1fe37 commit 4a98321

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

61 files changed

+1886
-29826
lines changed

.github/workflows/ci.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -44,7 +44,7 @@ jobs:
4444

4545
unit-test:
4646
name: Unit test charm
47-
runs-on: ubuntu-latest
47+
runs-on: ubuntu-22.04
4848
timeout-minutes: 25 # TODO: reduce to 5 minutes
4949
steps:
5050
- name: Checkout

.gitignore

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -19,3 +19,4 @@ share/
1919
/requirements.txt
2020
/requirements-last-build.txt
2121
/charm_internal_version
22+
/charm_version.backup

actions.yaml

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,9 @@
1+
# Copyright 2025 Canonical Ltd.
2+
# See LICENSE file for licensing details.
3+
#
4+
get-primary:
5+
description: Report primary replica
6+
17
get-password:
28
description: Change the system user's password used by charm.
39
It is for internal charm users and SHOULD NOT be used by applications.
@@ -60,3 +66,8 @@ resume-refresh:
6066
Use to
6167
- force incompatible refresh and/or
6268
- continue refresh if 1+ refreshed units have non-active status
69+
70+
force-refresh-start:
71+
description: |
72+
Force refresh of this unit.
73+
Potential of data loss and downtime.

charmcraft.yaml

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -96,4 +96,3 @@ parts:
9696
- LICENSE
9797
- charm_version
9898
- workload_version
99-
- templates

0 commit comments

Comments
 (0)