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

Update dependency juju to v3.6.1.0 #199

Open
wants to merge 1 commit into
base: main
Choose a base branch
from
Open

Conversation

renovate[bot]
Copy link
Contributor

@renovate renovate bot commented Aug 19, 2023

This PR contains the following updates:

Package Change Age Adoption Passing Confidence
juju (changelog) ==3.1.2.0 -> ==3.6.1.0 age adoption passing confidence

Release Notes

juju/python-libjuju (juju)

v3.6.1.0

Compare Source

What's Changed

New Contributors

Full Changelog: juju/python-libjuju@3.6.0.0...3.6.1.0

v3.6.0.0

Compare Source

What's Changed

Highlights

correct parsing of storage constraints, can be specified as strings or dicts
enable attachment of binary files as charm resources
allow newest websockets
better type hints, should be visible through pytest-operator in your integration tests

Full list

New Contributors

Full Changelog: juju/python-libjuju@3.5.2.0...3.6.0.0

v3.5.2.1

Compare Source

3.5.2.1 is a hot-fix release to unblock your integration tests.

websockets==14.0 was released recently, which broke your integration tests, unless you’ve manually put version specifiers on this library or locked your dependencies, because:

  • (announced) this version removed support for Python 3.8, and
  • (not annonuced) the code path _ws.open in python-libjuju got broken

The hot-fix version restricts websockets to <14.0,>=8.1, so that you don’t have to.

Full Changelog: juju/python-libjuju@3.5.2.0...3.5.2.1

v3.5.2.0

Compare Source

This is a 3.x track release. It's compatible with all the Juju controller versions up to 3.5.2.

What's Changed

Enhancements
Bug Fixes

New Contributors

Full Changelog: juju/python-libjuju@3.5.0.0...3.5.2.0

v3.5.0.0

Compare Source

What's Changed

New Contributors

Full Changelog: juju/python-libjuju@3.4.0.0...3.5.0.0

v3.4.0.0

Compare Source

What's Changed

Full Changelog: juju/python-libjuju@3.3.1.1...3.4.0.0

v3.3.1.1

Compare Source

What's Changed

This is a patch release for fixing some build problems in the 3.3.1.0 release that rendered it unusable in some scenarios (see https://github.com/juju/python-libjuju/issues/1026 for details).

Full Changelog: juju/python-libjuju@3.3.1.0...3.3.1.1

v3.3.1.0

Compare Source

What's Changed

New Contributors

Full Changelog: juju/python-libjuju@3.3.0.0...3.3.1.0

v3.3.0.0

Compare Source

What's Changed

The main contribution of this release is the user secrets that's released as a part of Juju 3.3.

Full Changelog: juju/python-libjuju@3.2.3.0...3.3.0.0

v3.2.3.0

Compare Source

What's Changed

New Contributors

Full Changelog: juju/python-libjuju@3.2.0.1...3.2.3.0

v3.2.2: .0

Compare Source

What's Changed

New Contributors

Full Changelog: juju/python-libjuju@3.2.0.1...3.2.2

v3.2.0.1

Compare Source

What's Changed

Full Changelog: juju/python-libjuju@3.2.0.0...3.2.0.1

v3.2.0.0

Compare Source

This release contains the juju 3.2.0 facades and some relevant fixes already available in the 2.9.42.x versions.

What's Changed

Full Changelog: juju/python-libjuju@3.1.2.0...3.2.0.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 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 August 19, 2023 02:32
@github-actions
Copy link

Test coverage for d899b34

Name                      Stmts   Miss Branch BrPart  Cover   Missing
---------------------------------------------------------------------
src/__init__.py              61      0     22      0   100%
src/action.py               154      0     46      0   100%
src/check.py                 53      0     21      0   100%
src/clients.py               12      0      0      0   100%
src/commit.py                42      0     12      0   100%
src/constants.py              9      0      0      0   100%
src/content.py               50      0     10      0   100%
src/discourse.py            156      0     34      0   100%
src/docs_directory.py        33      0      8      0   100%
src/download.py              23      0      2      0   100%
src/exceptions.py            14      0      0      0   100%
src/index.py                128      0     48      0   100%
src/metadata.py              28      0     12      0   100%
src/migration.py             87      0     27      0   100%
src/navigation_table.py      65      0     20      0   100%
src/reconcile.py             87      0     38      0   100%
src/repository.py           268      0     82      0   100%
src/sort.py                  39      0     22      0   100%
src/types_.py               135      0     22      0   100%
---------------------------------------------------------------------
TOTAL                      1444      0    426      0   100%

Static code analysis report

Working... ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 100% 0:00:02
Run started:2023-08-19 03:21:26.761176

Test results:
  No issues identified.

Code scanned:
  Total lines of code: 15131
  Total lines skipped (#nosec): 14
  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 Update dependency juju to v3 Update dependency juju to v3.2.2 Sep 26, 2023
@jdkandersson
Copy link
Contributor

We will probably not use 3.2 and focus on stable versions of juju - will leave this open for now as a reminder

@renovate renovate bot changed the title Update dependency juju to v3.2.2 Update dependency juju to v3.2.3.0 Oct 27, 2023
@renovate renovate bot changed the title Update dependency juju to v3.2.3.0 Update dependency juju to v3.3.0.0 Dec 1, 2023
@renovate renovate bot changed the title Update dependency juju to v3.3.0.0 Update dependency juju to v3.3.1.0 Feb 14, 2024
@renovate renovate bot changed the title Update dependency juju to v3.3.1.0 Update dependency juju to v3.3.0.0 Feb 15, 2024
@renovate renovate bot changed the title Update dependency juju to v3.3.0.0 Update dependency juju to v3.3.1.1 Feb 15, 2024
@renovate renovate bot changed the title Update dependency juju to v3.3.1.1 Update dependency juju to v3.4.0.0 Mar 28, 2024
@renovate renovate bot changed the title Update dependency juju to v3.4.0.0 Update dependency juju to v3.5.0.0 May 31, 2024
@renovate renovate bot changed the title Update dependency juju to v3.5.0.0 Update dependency juju to v3.5.2.0 Jul 11, 2024
@renovate renovate bot changed the title Update dependency juju to v3.5.2.0 Update dependency juju to v3.5.2.1 Nov 11, 2024
@renovate renovate bot changed the title Update dependency juju to v3.5.2.1 Update dependency juju to v3.6.0.0 Nov 28, 2024
@renovate renovate bot changed the title Update dependency juju to v3.6.0.0 Update dependency juju to v3.6.1.0 Dec 20, 2024
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