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.16.1 #4

Merged
merged 1 commit into from
Sep 25, 2024
Merged

Conversation

renovate[bot]
Copy link
Contributor

@renovate renovate bot commented Jul 17, 2024

This PR contains the following updates:

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

Release Notes

canonical/operator (ops)

v2.16.1: Don't have Harness alter os.environ

Compare Source

This is a small bug-fix release to address a regression in ops 2.16.0 where creating a Harness object would add a JUJU_VERSION to os.environ.

Fixes

Full Changelog: canonical/operator@2.16.0...2.16.1

v2.16.0

Compare Source

Features

Refactor

Fixes

Documentation

Tests

CI

v2.15.0

Compare Source

Features

  • Add support for Pebble check-failed and check-recovered events (#​1281)

Fixes

  • Pass secret data to Juju via files, rather than as command-line values (#​1290) fixing CVE-2024-41129
  • Include checks and log targets when merging layers in ops.testing (#​1268)

Documentation

  • Clarify distinction between maintenance and waiting status (#​1148)

CI

  • Bump the Go version to match Pebble (#​1285)
  • Run ruff format over charm pin update code (#​1278)
  • Bump certifi from 2024.2.2 to 2024.7.4 in /docs (#​1282)
  • Update charm pins (#​1269)

v2.14.1

Compare Source

Fixes

  • Add connect timeout for exec websockets to avoid hanging (#​1247)
  • Adjust Harness secret behaviour to align with Juju (#​1248)

Tests

  • Fix TypeError when running test.pebble_cli (#​1245)
  • Properly clean up after running setup_root_logging in test_log (#​1259)
  • Verify that defer() is not usable on stop,remove,secret-expired,secret-rotate (#​1233)

Documentation

  • Fix HACKING.md link on PyPI, and internal links (#​1261, #​1236)
  • Add a section to HACKING.md on PR titles (commit messages to main) (#​1252)
  • Add release step to update pinned charm tests (#​1213)
  • Add a security policy (#​1266)

CI

  • Only run tests once on push to PR (#​1242)
  • Validate PR title against conventional commit rules in (#​1262)
  • Only update ops, not all dependencies, in charm tests in (#​1275)
  • Add artefact attestation (#​1267)

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 is behind base branch, 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 was generated by Mend Renovate. View the repository job log.

@renovate renovate bot requested a review from a team as a code owner July 17, 2024 13:21
Copy link
Contributor

Lint checks failed for 61b06ce

```

/home/ubuntu/github-runner/_work/irc-bridge-operator/irc-bridge-operator/lib/charms/bind:0:1: E902 FileNotFoundError: [Errno 2] No such file or directory: '/home/ubuntu/github-runner/_work/irc-bridge-operator/irc-bridge-operator/lib/charms/bind'
/home/ubuntu/github-runner/_work/irc-bridge-operator/irc-bridge-operator/src/irc.py:7:1: F401 'os' imported but unused
/home/ubuntu/github-runner/_work/irc-bridge-operator/irc-bridge-operator/src/irc.py:9:1: F401 'shutil' imported but unused
/home/ubuntu/github-runner/_work/irc-bridge-operator/irc-bridge-operator/src/irc.py:10:1: F401 'tempfile' imported but unused
/home/ubuntu/github-runner/_work/irc-bridge-operator/irc-bridge-operator/src/irc.py:11:1: F401 'time' imported but unused
/home/ubuntu/github-runner/_work/irc-bridge-operator/irc-bridge-operator/src/irc.py:12:1: F401 'typing' imported but unused
/home/ubuntu/github-runner/_work/irc-bridge-operator/irc-bridge-operator/src/irc.py:44:100: W505 doc line too long (102 > 99 characters)
/home/ubuntu/github-runner/_work/irc-bridge-operator/irc-bridge-operator/src/irc.py:142:10: N802 function name '_generate_PEM_file_local' should be lowercase
/home/ubuntu/github-runner/_work/irc-bridge-operator/irc-bridge-operator/src/irc.py:143:9: DCO031 function/ method that does not return a value should not have the returns section in the docstring, more information: https://github.com/jdkandersson/flake8-docstrings-complete#fix-dco031
/home/ubuntu/github-runner/_work/irc-bridge-operator/irc-bridge-operator/src/irc.py:151:9: DCO031 function/ method that does not return a value should not have the returns section in the docstring, more information: https://github.com/jdkandersson/flake8-docstrings-complete#fix-dco031
/home/ubuntu/github-runner/_work/irc-bridge-operator/irc-bridge-operator/src/irc.py:159:9: DCO031 function/ method that does not return a value should not have the returns section in the docstring, more information: https://github.com/jdkandersson/flake8-docstrings-complete#fix-dco031
/home/ubuntu/github-runner/_work/irc-bridge-operator/irc-bridge-operator/src/irc.py:167:9: DCO031 function/ method that does not return a value should not have the returns section in the docstring, more information: https://github.com/jdkandersson/flake8-docstrings-complete#fix-dco031
/home/ubuntu/github-runner/_work/irc-bridge-operator/irc-bridge-operator/src/irc.py:175:9: DCO031 function/ method that does not return a value should not have the returns section in the docstring, more information: https://github.com/jdkandersson/flake8-docstrings-complete#fix-dco031
/home/ubuntu/github-runner/_work/irc-bridge-operator/irc-bridge-operator/tests/integration/helpers.py:7:1: F401 'json' imported but unused
/home/ubuntu/github-runner/_work/irc-bridge-operator/irc-bridge-operator/tests/integration/helpers.py:8:1: F401 'pathlib' imported but unused
/home/ubuntu/github-runner/_work/irc-bridge-operator/irc-bridge-operator/tests/integration/helpers.py:12:1: F401 'typing' imported but unused
/home/ubuntu/github-runner/_work/irc-bridge-operator/irc-bridge-operator/tests/integration/test_charm.py:9:1: F401 'typing' imported but unused
/home/ubuntu/github-runner/_work/irc-bridge-operator/irc-bridge-operator/tests/integration/test_charm.py:15:1: F401 'constants' imported but unused

Copy link
Contributor

Test coverage for 61b06ce

Name                Stmts   Miss Branch BrPart  Cover   Missing
---------------------------------------------------------------
src/charm.py           29     29      0      0     0%   7-57
src/constants.py        2      2      0      0     0%   6-7
src/exceptions.py       3      3      0      0     0%   7-20
src/irc.py             68     68      2      0     0%   6-180
---------------------------------------------------------------
TOTAL                 102    102      2      0     0%

Static code analysis report

Run started:2024-07-17 13:22:23.857641

Test results:
  No issues identified.

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

@renovate renovate bot changed the title chore(deps): update dependency ops to v2.14.1 chore(deps): update dependency ops to v2.15.0 Jul 22, 2024
@renovate renovate bot changed the title chore(deps): update dependency ops to v2.15.0 chore(deps): update dependency ops to v2.16.0 Aug 30, 2024
@renovate renovate bot changed the title chore(deps): update dependency ops to v2.16.0 chore(deps): update dependency ops to v2.16.1 Sep 7, 2024
@merkata merkata merged commit 6bdefdb into main Sep 25, 2024
13 of 17 checks passed
@merkata merkata deleted the renovate/ops-2.x branch September 25, 2024 06:43
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