canonical / wordpress-k8s-operator

wordpress-k8s-operator - charm repository.
Apache License 2.0
13 stars 7 forks source link

chore(deps): update dependency ops to v2.11.0 #195

Closed renovate[bot] closed 9 months ago

renovate[bot] commented 9 months ago

Mend Renovate

This PR contains the following updates:

Package Change Age Adoption Passing Confidence
ops (changelog) ==2.10.0 -> ==2.11.0 age adoption passing confidence

Release Notes

canonical/operator (ops) ### [`v2.11.0`](https://togithub.com/canonical/operator/blob/HEAD/CHANGES.md#2110) [Compare Source](https://togithub.com/canonical/operator/compare/2.10.0...2.11.0) - `StopEvent`, `RemoveEvent`, and all `LifeCycleEvent`s are no longer deferrable, and will raise a `RuntimeError` if `defer()` is called on the event object. - The remote app name (and its databag) is now consistently available in relation-broken events. - Added `ActionEvent.id`, exposing the JUJU_ACTION_UUID environment variable. - Added support for creating `pebble.Plan` objects by passing in a `pebble.PlanDict`, the ability to compare two `Plan` objects with `==`, and the ability to create an empty Plan with `Plan()`.

Configuration

📅 Schedule: Branch creation - At any time (no schedule defined), Automerge - At any time (no schedule defined).

🚦 Automerge: Disabled by config. Please merge this manually once you are satisfied.

â™» Rebasing: Whenever PR becomes conflicted, or you tick the rebase/retry checkbox.

🔕 Ignore: Close this PR and you won't be reminded about this update again.



This PR has been generated by Mend Renovate. View repository job log here.

renovate[bot] commented 9 months ago

Edited/Blocked Notification

Renovate will not automatically rebase this PR, because it does not recognize the last commit author and assumes somebody else may have edited the PR.

You can manually request rebase by checking the rebase/retry box above.

âš  Warning: custom changes will be lost.

github-actions[bot] commented 9 months ago

Test coverage for 2a2da693e96571c62be608a0ab1a3fa203d558ab

Name                Stmts   Miss Branch BrPart  Cover   Missing
---------------------------------------------------------------
src/charm.py          540     35    182     32    91%   186-189, 353-354, 413->417, 566, 597, 603, 620-624, 654, 689-690, 747, 756, 860->873, 872, 874, 879-880, 940, 958, 965, 1055, 1064, 1076, 1097, 1106, 1125, 1129, 1158, 1211, 1343, 1365, 1372->1374, 1417->exit, 1429, 1445, 1482
src/cos.py             15      0      0      0   100%
src/exceptions.py      17      1      2      1    89%   41
src/state.py           34      0      4      0   100%
src/types_.py          16      0      0      0   100%
---------------------------------------------------------------
TOTAL                 622     36    188     33    91%

Static code analysis report

Run started:2024-02-29 05:37:34.181558

Test results:
    No issues identified.

Code scanned:
    Total lines of code: 4430
    Total lines skipped (#nosec): 1
    Total potential issues skipped due to specifically being disabled (e.g., #nosec BXXX): 0

Run metrics:
    Total issues (by severity):
        Undefined: 0
        Low: 0
        Medium: 0
        High: 0
    Total issues (by confidence):
        Undefined: 0
        Low: 0
        Medium: 0
        High: 0
Files skipped (0):