chore(deps): update dependency ops to v2.23.5 - #86
Open
renovate[bot] wants to merge 1 commit into
Open
renovate[bot] wants to merge 1 commit into
renovate[bot] wants to merge 1 commit into
Conversation
Contributor
Author
Branch automerge failureThis PR was configured for branch automerge. However, this is not possible, so it has been raised as a PR instead.
|
renovate
Bot
force-pushed
the
renovate/ops-2.23.x
branch
from
July 30, 2026 03:59
d8c3dab to
85359b0
Compare
renovate
Bot
force-pushed
the
renovate/ops-2.23.x
branch
from
August 31, 2026 13:41
85359b0 to
0d3346e
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.23.1→==2.23.5Warning
Some dependencies could not be looked up. Check the warning logs for more information.
Release Notes
canonical/operator (ops)
v2.23.5: 2.3.5: fix how duplicate events are identifiedCompare Source
This release backports a bug fix from 3.8.2. If an event
MyEmitter[foo]/evt1was deferred, subsequent eventsMyEmitter[foo]/evt2andMyEmitter[bar]/evt1would be incorrectly identified as duplicate events, and then skipped.What's Changed
Fixes
Full Changelog: canonical/operator@2.23.4...2.23.5
v2.23.4: : backport fixes from 3.xCompare Source
2.23 is the LTS series for Ops, and this release brings it up to date with the bug fixes made in the 3.x series from 3.1.0 through to 3.8.0 (everything that was applicable to 2.23 and did not require behaviour changes or features that only exist in 3.x). There are no new features and no breaking changes.
Most of the fixes are in
ops.testing(Scenario and Harness), where several long-standing sources of confusing test results are resolved. The runtime fixes are smaller in number but include two that can hang or crash a real charm.Runtime fixes worth knowing about
Container.exec()change outlived the client-side wait (for example, an orphaned process holding the exec's stdio open), the non-daemon I/O pump threads stayed blocked inrecv()and prevented interpreter shutdown, wedging the hook. The exec is now torn down when the wait fails.credential-getis recognised on Kubernetes (#2307) and action metadata reportsadditional_propertiescorrectly (#2250) on newer Juju, both of which otherwise caused spurious failures against Juju 4.ops.pebble.Client.pullcleans up its temporary file if it errors (#2087), rather than leaving it behind.ExecError.__str__shows only the executable, not the whole command line (#2336), so arguments that contain secrets do not end up in logs and status messages. Please avoid putting secrets inexeccalls.breakpoint()still works after_Managerteardown (#2542):sys.breakpointhookis restored instead of being left patched.Model.get_binding()(#2329) andStorageMeta.properties(#2348).Testing fixes worth knowing about
-departedand-brokenevents, the ordering is fixed, and the departing unit appears inRelation.databut not inRelation.units.Contextcontext manager are no longer swallowed (#2117, #2121): the manager is exited properly when an exception occurs, andActionFailedis raised as it is outside the manager.Contextholds copies of user-provided meta, config and actions;secret_getandaction_getreturn copies; and layers are deep-copied when rendering the plan. Previously a test could mutate the objects another test was about to use.Contextreleases its resources, andHarness.cleanup()closes the SQLite storage instead of leaking a file handle._checks_actionreturns an empty list rather than erroring when nothing changed (#2270), andtesting.CheckInfo'slevelargument accepts the same type aspebble.CheckInfo.level(#2274).Secret.owneris normalised to'app'in output state (#2127), and an event that ends with_Abort(0)is treated as a success (#1887).testing.Containercompatibility import moved so mypy-style checkers understand it (#2343).What's Changed
Fixes
_Abort(0), tests behave as if it ended successfully (#1887)Relation.databut notRelation.units(#1925)_MockModelBackend.relation_getreturns a copy of the relation data (#2052)ops.pebble.Client.pullcleans up temporary files if it errors (#2087)ActionFailedwhen usingContextas a context manager (#2121)Secret.ownerto'app'forops[testing]output state (#2127)additional_propertiesin the action meta in Juju 4 (#2250)parse_rfc3339for datetime parsing to support Python 3.10 (#2264)_checks_actionreturns an empty list when there are no changes (#2270)testing.CheckInfolevel argument type matchpebble.CheckInfo.level(#2274)ops.Relation.save(#2306)credential-getis available on Kubernetes in newer Juju (#2307)Model.get_binding()return type (#2329)ExecError.__str__, not the full command line (#2336)testing.Containercompatibility import so that mypy-style checkers understand it (#2343)StorageMeta.properties(#2348)testing.Context(#2349)secret_getandaction_get(#2379)relation-get(#2499)testing.Context(#2506)Harness.cleanup()(#2507)sys.breakpointhookon_Managerteardown (#2542)importlib-metadatadependency declaration (#2521)Checks (#2567)pydanticto 2-3 (#2583)Documentation
CI
Full Changelog: canonical/operator@2.23.2...2.23.4
v2.23.2: : fix testing package buildCompare Source
What's Changed
This release fixes a recent build failure for
ops[testing].Fixes
setuptools_scmbuild dependency in #2318Documentation
Full Changelog: canonical/operator@2.23.1...2.23.2
Configuration
📅 Schedule: (UTC)
🚦 Automerge: Enabled.
♻ 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.