-
Notifications
You must be signed in to change notification settings - Fork 7
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
renovate
wants to merge
1
commit into
main
Choose a base branch
from
renovate/juju-3.x
base: main
Could not load branches
Branch not found: {{ refName }}
Loading
Could not load tags
Nothing to show
Loading
Are you sure you want to change the base?
Some commits from the old base branch may be removed from the timeline,
and old review comments may become outdated.
Open
Conversation
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Test coverage for d899b34
Static code analysis report
|
renovate
bot
changed the title
Update dependency juju to v3
Update dependency juju to v3.2.2
Sep 26, 2023
We will probably not use 3.2 and focus on stable versions of juju - will leave this open for now as a reminder |
renovate
bot
changed the title
Update dependency juju to v3.2.2
Update dependency juju to v3.2.3.0
Oct 27, 2023
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
bot
changed the title
Update dependency juju to v3.3.0.0
Update dependency juju to v3.3.1.0
Feb 14, 2024
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
bot
changed the title
Update dependency juju to v3.3.0.0
Update dependency juju to v3.3.1.1
Feb 15, 2024
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
bot
changed the title
Update dependency juju to v3.4.0.0
Update dependency juju to v3.5.0.0
May 31, 2024
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
bot
changed the title
Update dependency juju to v3.5.2.0
Update dependency juju to v3.5.2.1
Nov 11, 2024
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
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
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
This PR contains the following updates:
==3.1.2.0
->==3.6.1.0
Release Notes
juju/python-libjuju (juju)
v3.6.1.0
Compare Source
What's Changed
JUJU_NEW_WAIT_FOR_IDLE
in https://github.com/juju/python-libjuju/pull/1245New 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:_ws.open
in python-libjuju got brokenThe 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
make
by @cderici in https://github.com/juju/python-libjuju/pull/1012New 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
log.warning
instead of the deprecatedwarn
by @sed-i in https://github.com/juju/python-libjuju/pull/954New Contributors
Full Changelog: juju/python-libjuju@3.2.0.1...3.2.3.0
v3.2.2
: .0Compare 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
wait_for_units
and make semantics clearer by @cderici in https://github.com/juju/python-libjuju/pull/890Full 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.
This PR was generated by Mend Renovate. View the repository job log.