chore(deps): update dependency ops to v3 - #5751
Open
renovate[bot] wants to merge 1 commit into
Open
Conversation
renovate
Bot
force-pushed
the
renovate/ops-3.x
branch
2 times, most recently
from
February 3, 2026 08:13
8c1938c to
30357ea
Compare
renovate
Bot
force-pushed
the
renovate/ops-3.x
branch
2 times, most recently
from
February 19, 2026 23:50
b5c0400 to
8f2aca3
Compare
renovate
Bot
force-pushed
the
renovate/ops-3.x
branch
3 times, most recently
from
March 3, 2026 10:45
402c6dc to
836d422
Compare
renovate
Bot
force-pushed
the
renovate/ops-3.x
branch
from
March 13, 2026 12:30
836d422 to
32b86c5
Compare
renovate
Bot
force-pushed
the
renovate/ops-3.x
branch
2 times, most recently
from
March 30, 2026 06:40
7bef9a8 to
0a7b211
Compare
renovate
Bot
force-pushed
the
renovate/ops-3.x
branch
2 times, most recently
from
April 8, 2026 13:12
1f23b1d to
07de99b
Compare
renovate
Bot
force-pushed
the
renovate/ops-3.x
branch
from
April 16, 2026 07:07
07de99b to
b52a30a
Compare
renovate
Bot
force-pushed
the
renovate/ops-3.x
branch
2 times, most recently
from
April 23, 2026 03:51
3dbdbbd to
3e75fa4
Compare
renovate
Bot
force-pushed
the
renovate/ops-3.x
branch
2 times, most recently
from
May 5, 2026 09:09
dde072b to
7b61fba
Compare
renovate
Bot
force-pushed
the
renovate/ops-3.x
branch
2 times, most recently
from
May 8, 2026 12:22
993c959 to
4115ee7
Compare
renovate
Bot
force-pushed
the
renovate/ops-3.x
branch
from
May 20, 2026 08:16
4115ee7 to
a1b8104
Compare
renovate
Bot
force-pushed
the
renovate/ops-3.x
branch
4 times, most recently
from
June 15, 2026 11:37
cb69172 to
282b76d
Compare
renovate
Bot
force-pushed
the
renovate/ops-3.x
branch
2 times, most recently
from
June 24, 2026 13:21
0411a08 to
8b566e6
Compare
renovate
Bot
force-pushed
the
renovate/ops-3.x
branch
3 times, most recently
from
June 30, 2026 08:14
ee2f4b4 to
d4406c9
Compare
renovate
Bot
force-pushed
the
renovate/ops-3.x
branch
from
July 24, 2026 10:15
d4406c9 to
989aa91
Compare
renovate
Bot
force-pushed
the
renovate/ops-3.x
branch
2 times, most recently
from
August 21, 2026 15:06
a4b1c74 to
3031bc0
Compare
renovate
Bot
force-pushed
the
renovate/ops-3.x
branch
from
August 27, 2026 07:34
3031bc0 to
b50a090
Compare
renovate
Bot
force-pushed
the
renovate/ops-3.x
branch
from
August 27, 2026 12:11
b50a090 to
8ed6d81
Compare
This file contains hidden or 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
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:
~= 2.17→~=3.8Release Notes
canonical/operator (ops)
v3.8.2Compare Source
Fixes
ops.testing, don't pass a message when converting an unknown status by name (#2700)Documentation
requestsbyurllibin K8s tutorial integration tests (#2687)CI
k8spreset (#2696)v3.8.1Compare Source
Fixes
IdentityDictto be assignedIdentityAccess(#2628)Relation.load()(#2636)juju.waitfor workload version tests in Kubernetes tutorial (#2650)Documentation
layer_from_rockcraft(#2648)Tests
CI
v3.8.0Compare Source
Features
Fixes
Runtime.exec()when the charm raises (#2581)Documentation
Tests
Refactoring
CI
v3.7.1Compare Source
Fixes
Documentation
Tests
CI
v3.7.0Compare Source
Features
breakpointin testing (#2363)Fixes
Documentation
Tests
CI
v3.6.0Compare Source
Features
ops.testing.Contextto 3.6.14 (#2316)Fixes
Model.get_binding()return type (#2329)ExecError.__str__, not full command line (#2336)MISSINGsentinel inops.Relation.save(#2306)Documentation
Tests
SCENARIO_BARE_CHARM_ERRORS=truein Ops tests that care (#2314)CI
versions.mddoc (#2323)v3.5.2Compare Source
Fixes
credential-getis available on k8s in newer Juju (#2307)setuptools_scmbuild dependency (#2310)Documentation
v3.5.1Compare Source
Fixes
parse_rfc3339for datetime parsing to support Juju 4 (#2264)additional_propertiesin the action meta in Juju 4 (#2250)KeyErroronauth-typewhen creatingCloudCredentialobject (#2268)_checks_actionshould return empty list when there are no changes (#2270)Documentation
Tests
CI
v3.5.0Compare Source
Features
Documentation
Tests
CI
v3.4.0Compare Source
Breaking Changes
Features
Fixes
ops.Pebble.pullcleans up temporary files if it errors (#2087)Documentation
simpleCharmcraft profile (#2138)Tests
Refactoring
CI
v3.3.1: : fix loading the Juju machine IDCompare Source
This is a bug-fix release to fix an issue introduced in Ops 3.3.0 (in production) and Ops 3.2.0 (in testing), where loading the Juju machine ID would fail if the ID was not an integer.
The type of the machine ID (both in
ops.JujuContextandtesting.Context) is changed frominttostr, so some code or tests may need to be adjusted to use the correct type.What's Changed
Fixes
Full Changelog: canonical/operator@3.3.0...3.3.1
v3.3.0Compare Source
Features
Fixes
Documentation
CI
v3.2.0Compare Source
Features
Documentation
Layerinstead of aLayerDictin the httpbin charm (#2003)CI
v3.1.0Compare Source
Features
Fixes
Documentation
opsversion in Charmcraft profiles (#1872)Tests
CI
v3.0.0Compare Source
The minimum version of Python for Ops 3.x is 3.10.
Documentation
CI
Configuration
📅 Schedule: (UTC)
* 0-3 1 * *)🚦 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.