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 lightkube to v0.17.1 #228

Merged
merged 1 commit into from
Jan 26, 2025

Conversation

renovate[bot]
Copy link
Contributor

@renovate renovate bot commented Dec 23, 2024

This PR contains the following updates:

Package Change Age Adoption Passing Confidence
lightkube ==0.16.0 -> ==0.17.1 age adoption passing confidence

Release Notes

gtsystem/lightkube (lightkube)

v0.17.1

Compare Source

v0.17.0

Compare Source

New features

Bug fixes

Breaking changes

  • As part of the new feature above, client.list() now returns an Iteratable instead of an Iterator. If you are consuming the list using next() you will need to get an iterator first calling iter(list). No changes are needed If you are consuming the returned data via a for loop.

Full Changelog: gtsystem/lightkube@v0.16.0...v0.17.0

v0.16.2

Compare Source

v0.16.1

Compare Source


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 December 23, 2024 11:15
@renovate renovate bot changed the title chore(deps): update dependency lightkube to v0.16.1 chore(deps): update dependency lightkube to v0.16.2 Dec 29, 2024
@renovate renovate bot force-pushed the renovate/lightkube-0.x branch from 4f33435 to 565062b Compare December 29, 2024 18:47
@renovate renovate bot force-pushed the renovate/lightkube-0.x branch from 565062b to 0e20acb Compare January 7, 2025 23:35
@renovate renovate bot changed the title chore(deps): update dependency lightkube to v0.16.2 chore(deps): update dependency lightkube to v0.17.1 Jan 9, 2025
@renovate renovate bot force-pushed the renovate/lightkube-0.x branch from 0e20acb to 3cc60dd Compare January 9, 2025 13:23
@renovate renovate bot force-pushed the renovate/lightkube-0.x branch from 3cc60dd to 45c907d Compare January 9, 2025 14:14
@renovate renovate bot force-pushed the renovate/lightkube-0.x branch from 45c907d to 0ccf984 Compare January 10, 2025 21:46
@renovate renovate bot force-pushed the renovate/lightkube-0.x branch from 0ccf984 to edd75d4 Compare January 13, 2025 08:31
@renovate renovate bot force-pushed the renovate/lightkube-0.x branch from edd75d4 to 9bba6d1 Compare January 15, 2025 15:34
@renovate renovate bot force-pushed the renovate/lightkube-0.x branch from 9bba6d1 to 1155eb1 Compare January 16, 2025 19:32
@renovate renovate bot force-pushed the renovate/lightkube-0.x branch from 1155eb1 to fbedca1 Compare January 16, 2025 19:37
@renovate renovate bot force-pushed the renovate/lightkube-0.x branch from fbedca1 to 5fe6771 Compare January 21, 2025 12:56
@renovate renovate bot force-pushed the renovate/lightkube-0.x branch from 5fe6771 to e95fd61 Compare January 21, 2025 13:57
@renovate renovate bot force-pushed the renovate/lightkube-0.x branch from e95fd61 to b6b1892 Compare January 22, 2025 16:37
@renovate renovate bot force-pushed the renovate/lightkube-0.x branch from b6b1892 to 1faa8c9 Compare January 22, 2025 22:14
@renovate renovate bot force-pushed the renovate/lightkube-0.x branch from 1faa8c9 to ebb6617 Compare January 24, 2025 15:00
@renovate renovate bot force-pushed the renovate/lightkube-0.x branch from ebb6617 to f8a262b Compare January 25, 2025 14:58
Copy link
Contributor

Test coverage for f8a262b

coverage-report: install_deps /home/runner/work/k8s-operator/k8s-operator/charms/worker/k8s> /home/runner/.local/share/uv/tools/tox/bin/uv pip install 'coverage[toml]'
coverage-report: commands[0] /home/runner/work/k8s-operator/k8s-operator/charms/worker/k8s> coverage report
Name                                    Stmts   Miss  Cover
-----------------------------------------------------------
lib/charms/k8s/v0/k8sd_api_manager.py     286     29    90%
src/charm.py                              509    266    48%
src/cloud_integration.py                   80      3    96%
src/config/extra_args.py                   31      2    94%
src/containerd.py                         140     22    84%
src/cos_integration.py                     33     12    64%
src/events/update_status.py                68     24    65%
src/inspector.py                           41      4    90%
src/kube_control.py                        43     32    26%
src/literals.py                            27      0   100%
src/protocols.py                           28      5    82%
src/reschedule.py                          77      4    95%
src/snap.py                               193     29    85%
src/token_distributor.py                  181    109    40%
src/upgrade.py                            108     48    56%
-----------------------------------------------------------
TOTAL                                    1845    589    68%
coverage-report: OK (0.30=setup[0.03]+cmd[0.28] seconds)
congratulations :) (0.36 seconds)

Static code analysis report

Run started:2025-01-25 14:59:49.404141

Test results:
  No issues identified.

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

Copy link
Contributor

@addyess addyess left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

LGTM

@addyess addyess merged commit f0a2e20 into main Jan 26, 2025
70 checks passed
@addyess addyess deleted the renovate/lightkube-0.x branch January 26, 2025 03:46
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant