canonical / admission-webhook-operator

Admission Webhook Operator
Apache License 2.0
1 stars 4 forks source link

chore(deps): update dependency juju to <3.2 #61

Closed renovate[bot] closed 1 year ago

renovate[bot] commented 1 year ago

Mend Renovate

This PR contains the following updates:

Package Change Age Adoption Passing Confidence
juju <3.1 -> <3.2 age adoption passing confidence

Release Notes

juju/python-libjuju ### [`v3.1.0.1`](https://togithub.com/juju/python-libjuju/releases/tag/3.1.0.1) [Compare Source](https://togithub.com/juju/python-libjuju/compare/3.0.4...3.1.0.1) This release targets juju version 3.1.0 and enables the new secrets backend api. Connectivity with juju controllers in the 3.x series is allowed, connections with different major version controllers (e.g. 2.x, 4.x, etc.) will be cancelled. This version is only tested using Juju 3.1.0. #### What's Changed - setup.py: adjust websockets versions for py38-310 by [@​mert-kirpici](https://togithub.com/mert-kirpici) in [https://github.com/juju/python-libjuju/pull/731](https://togithub.com/juju/python-libjuju/pull/731) - \[JUJU-2175] Remove juju 2.9 support on 3.1.0 by [@​juanmanuel-tirado](https://togithub.com/juanmanuel-tirado) in [https://github.com/juju/python-libjuju/pull/774](https://togithub.com/juju/python-libjuju/pull/774) - \[JUJU-2276] Series or base for local charms by [@​cderici](https://togithub.com/cderici) in [https://github.com/juju/python-libjuju/pull/777](https://togithub.com/juju/python-libjuju/pull/777) - \[JUJU-2391] Fix wrong bases analysis. by [@​juanmanuel-tirado](https://togithub.com/juanmanuel-tirado) in [https://github.com/juju/python-libjuju/pull/782](https://togithub.com/juju/python-libjuju/pull/782) - \[JUJU-2401] Added release candidate workflow. by [@​juanmanuel-tirado](https://togithub.com/juanmanuel-tirado) in [https://github.com/juju/python-libjuju/pull/784](https://togithub.com/juju/python-libjuju/pull/784) - \[JUJU-2402] Prepare nightly juju edge testing. by [@​juanmanuel-tirado](https://togithub.com/juanmanuel-tirado) in [https://github.com/juju/python-libjuju/pull/785](https://togithub.com/juju/python-libjuju/pull/785) - \[JUJU-2237] Remove charmstore charm support from pylibjuju by [@​cderici](https://togithub.com/cderici) in [https://github.com/juju/python-libjuju/pull/786](https://togithub.com/juju/python-libjuju/pull/786) - \[JUJU-2426] Secrets support by [@​juanmanuel-tirado](https://togithub.com/juanmanuel-tirado) in [https://github.com/juju/python-libjuju/pull/791](https://togithub.com/juju/python-libjuju/pull/791) - \[JUJU-2573] Base argument for model deploy by [@​cderici](https://togithub.com/cderici) in [https://github.com/juju/python-libjuju/pull/798](https://togithub.com/juju/python-libjuju/pull/798) - Add compatibility for juju 3.1.0 by [@​juanmanuel-tirado](https://togithub.com/juanmanuel-tirado) in [https://github.com/juju/python-libjuju/pull/799](https://togithub.com/juju/python-libjuju/pull/799) - Replace schemas.json with a wellformed version. by [@​juanmanuel-tirado](https://togithub.com/juanmanuel-tirado) in [https://github.com/juju/python-libjuju/pull/800](https://togithub.com/juju/python-libjuju/pull/800) #### New Contributors - [@​mert-kirpici](https://togithub.com/mert-kirpici) made their first contribution in [https://github.com/juju/python-libjuju/pull/731](https://togithub.com/juju/python-libjuju/pull/731) **Full Changelog**: https://github.com/juju/python-libjuju/compare/3.0.4...3.1.0.1

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 has been generated by Mend Renovate. View repository job log here.

DnPlas commented 1 year ago

We want to use pythonlib-juju<3.1 due to incompatibilities between juju agent 2.9.34 (pinned in all our CIs) and newer versions of the lib:

File "/home/runner/work/seldon-core-operator/seldon-core-operator/.tox/integration/lib/python3.8/site-packages/juju/client/connector.py", line 82, in connect
    raise JujuConnectionError("juju server-version %s not supported" % juju_server_version)
juju.errors.JujuConnectionError: juju server-version 2.9.34 not supported
renovate[bot] commented 1 year ago

Renovate Ignore Notification

Because you closed this PR without merging, Renovate will ignore this update (<3.2). You will get a PR once a newer version is released. To ignore this dependency forever, add it to the ignoreDeps array of your Renovate config.

If you accidentally closed this PR, or if you changed your mind: rename this PR to get a fresh replacement PR.