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.7.0 #76

Merged
merged 2 commits into from
Oct 3, 2023
Merged

Conversation

renovate[bot]
Copy link
Contributor

@renovate renovate bot commented Sep 29, 2023

Mend Renovate

This PR contains the following updates:

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

Release Notes

canonical/operator (ops)

v2.7.0: : Unit.set_ports(), and minor docs, CI, and test improvements

Compare Source

This release includes one new feature, a new function Unit.set_ports() to declare which ports should be open. We recommend using this method rather than managing multiple Unit.open_port() and Unit.close_port() calls:

  • feat: add Unit.set_ports() for declarative port opening #​1005

We've also made a few small improvements to the documentation:

  • docs: reduce the amount of detail in the open/close port methods in #​1006
  • docs: remove 'you' and 'your' from docstrings in #​1003
  • docs: minor cleanup of the HACKING doc in #​1016

Finally, we've also made a start expanding our type hinting to cover the test suite, and made a couple of minor improvements/fixes to our CI:

  • test: add type hints to the test_infra tests in #​1008
  • test: add type hints to test_log tests by in #​1009
  • test: fix type hinting on test_jujuversion tests in #​1011
  • test: fix type hint warnings in test_private tests in #​1012
  • test: add type hinting to test_lib by in #​1012
  • test: add type hinting to test_helpers in #​1014
  • ci: use Go 1.20 for real Pebble tests in #​1004
  • ci: re-enable integration tests with mysql-*operator by in #​1013

(Thanks @​tonyandrewmeyer for your first contributions, and welcome to the team!)

Full Changelog: canonical/operator@2.6.0...2.7.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 September 29, 2023 04:39
@github-actions
Copy link
Contributor

github-actions bot commented Oct 3, 2023

Test coverage for 7e3be98

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-10-03 13:22:58.851371

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):

@renovate
Copy link
Contributor Author

renovate bot commented Oct 3, 2023

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.

@arturo-seijas arturo-seijas merged commit b94e4d3 into main Oct 3, 2023
19 of 33 checks passed
@arturo-seijas arturo-seijas deleted the renovate/ops-2.x branch October 3, 2023 14:26
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