Skip to content
This repository has been archived by the owner on Jun 7, 2024. It is now read-only.

chore(deps): update dependency ops to v2.6.0 #66

Merged
merged 2 commits into from
Aug 31, 2023
Merged

Conversation

renovate[bot]
Copy link
Contributor

@renovate renovate bot commented Aug 30, 2023

Mend Renovate

This PR contains the following updates:

Package Change Age Adoption Passing Confidence
ops ==2.5.1 -> ==2.6.0 age adoption passing confidence

Release Notes

canonical/operator (ops)

v2.6.0: : Harness.handle_exec, Harness.add_relation improvements, and more

Compare Source

This release has two significant improvements to testing.Harness:

  • Add Harness.handle_exec to allow charm tests to simulate Container.exec calls (Pebble one-shot commands) and provide expected output. Thanks @​weiiwang01 for the design and implementation (PR 993).
  • Simplify adding relation units and relation data by adding app_data and unit_data parameters to Harness.add_relation. Previously, charm tests would have to call add_relation followed by add_relation_unit and update_relation_data -- now only a single add_relation call is required. Implemented in PR 994.

In addition, several small improvements and fixes are included:

See all changes from 2.5.0 to 2.6.0.


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.


  • If you want to rebase/retry this PR, check this box

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

@renovate renovate bot requested a review from a team as a code owner August 30, 2023 22:11
@github-actions
Copy link
Contributor

Test coverage for d72a007

Name           Stmts   Miss Branch BrPart  Cover   Missing
----------------------------------------------------------
src/charm.py     191      0     68      1    99%   307->310
----------------------------------------------------------
TOTAL            191      0     68      1    99%

Static code analysis report

Run started:2023-08-31 09:46:16.561085

Test results:
  No issues identified.

Code scanned:
  Total lines of code: 1122
  Total lines skipped (#nosec): 0
  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):

@arturo-seijas arturo-seijas merged commit 7547a12 into main Aug 31, 2023
19 checks passed
@arturo-seijas arturo-seijas deleted the renovate/ops-2.x branch August 31, 2023 10:37
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants