Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

chore(deps): update dependency ops to v2.7.0 #139

Merged
merged 2 commits into from
Oct 17, 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:36
@renovate
Copy link
Contributor Author

renovate bot commented Oct 17, 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.

@github-actions
Copy link
Contributor

Test coverage for 8ad0766

Name                Stmts   Miss Branch BrPart  Cover   Missing
---------------------------------------------------------------
src/charm.py          521     37    168     29    90%   197-200, 551, 582, 628, 663-664, 715-722, 727, 829->834, 833, 835, 840-841, 901, 919, 926, 1018, 1027, 1039, 1060, 1069, 1088, 1092, 1121, 1174, 1306, 1328, 1335->1337, 1380->exit, 1392, 1424, 1433-1434
src/cos.py             15      0      0      0   100%
src/exceptions.py      17      1      2      1    89%   41
src/types_.py          15      0      0      0   100%
---------------------------------------------------------------
TOTAL                 568     38    170     30    90%

Static code analysis report

Run started:2023-10-17 09:02:35.293234

Test results:
  No issues identified.

Code scanned:
  Total lines of code: 4250
  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):

@gregory-schiano gregory-schiano merged commit c4e220b into main Oct 17, 2023
25 checks passed
@gregory-schiano gregory-schiano deleted the renovate/ops-2.x branch October 17, 2023 09:57
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants