-
Notifications
You must be signed in to change notification settings - Fork 13
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
chore(deps): update dependency ops to <2.11 - autoclosed #310
Closed
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
github-actions
bot
added
Libraries: Out of sync
Libraries: OK
and removed
Libraries: Out of sync
labels
Aug 27, 2023
renovate
bot
force-pushed
the
renovate-ops-2.x
branch
from
August 31, 2023 01:28
2e6033e
to
016cbb5
Compare
renovate
bot
changed the title
chore(deps): update dependency ops to <2.6
chore(deps): update dependency ops to <2.7
Aug 31, 2023
github-actions
bot
added
Libraries: Out of sync
Libraries: OK
and removed
Libraries: OK
Libraries: Out of sync
labels
Aug 31, 2023
renovate
bot
force-pushed
the
renovate-ops-2.x
branch
from
September 4, 2023 16:09
016cbb5
to
d3e36b4
Compare
github-actions
bot
added
Libraries: Out of sync
Libraries: OK
and removed
Libraries: OK
Libraries: Out of sync
labels
Sep 4, 2023
renovate
bot
force-pushed
the
renovate-ops-2.x
branch
from
September 6, 2023 11:27
d3e36b4
to
d6b7961
Compare
github-actions
bot
added
Libraries: Out of sync
Libraries: OK
and removed
Libraries: OK
Libraries: Out of sync
labels
Sep 6, 2023
renovate
bot
force-pushed
the
renovate-ops-2.x
branch
from
September 7, 2023 13:07
d6b7961
to
8ff9f89
Compare
github-actions
bot
added
Libraries: Out of sync
Libraries: OK
and removed
Libraries: OK
Libraries: Out of sync
labels
Sep 7, 2023
renovate
bot
force-pushed
the
renovate-ops-2.x
branch
from
September 8, 2023 19:26
8ff9f89
to
f435e25
Compare
github-actions
bot
added
Libraries: Out of sync
Libraries: OK
and removed
Libraries: OK
labels
Sep 8, 2023
renovate
bot
force-pushed
the
renovate-ops-2.x
branch
from
November 22, 2023 07:35
3b40fc7
to
0a81499
Compare
renovate
bot
force-pushed
the
renovate-ops-2.x
branch
from
November 22, 2023 10:57
0a81499
to
cf0bf5b
Compare
renovate
bot
changed the title
chore(deps): update dependency ops to <2.9
chore(deps): update dependency ops to <2.10
Nov 30, 2023
renovate
bot
force-pushed
the
renovate-ops-2.x
branch
from
November 30, 2023 01:30
cf0bf5b
to
cffc569
Compare
github-actions
bot
added
Libraries: Out of sync
Libraries: OK
and removed
Libraries: OK
Libraries: Out of sync
labels
Nov 30, 2023
renovate
bot
force-pushed
the
renovate-ops-2.x
branch
from
December 1, 2023 16:26
cffc569
to
27b0306
Compare
github-actions
bot
added
Libraries: Out of sync
Libraries: OK
and removed
Libraries: OK
Libraries: Out of sync
labels
Dec 1, 2023
renovate
bot
force-pushed
the
renovate-ops-2.x
branch
from
December 11, 2023 16:41
27b0306
to
7a2bdb3
Compare
renovate
bot
force-pushed
the
renovate-ops-2.x
branch
from
January 18, 2024 13:38
7a2bdb3
to
aa4bf5d
Compare
renovate
bot
force-pushed
the
renovate-ops-2.x
branch
from
January 22, 2024 08:33
aa4bf5d
to
25400e4
Compare
renovate
bot
force-pushed
the
renovate-ops-2.x
branch
from
January 31, 2024 03:10
25400e4
to
cac7fb5
Compare
renovate
bot
changed the title
chore(deps): update dependency ops to <2.10
chore(deps): update dependency ops to <2.11
Jan 31, 2024
renovate
bot
force-pushed
the
renovate-ops-2.x
branch
from
February 9, 2024 11:15
cac7fb5
to
357a09b
Compare
renovate
bot
changed the title
chore(deps): update dependency ops to <2.11
chore(deps): update dependency ops to <2.11 - autoclosed
Feb 17, 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:
<2.5
-><2.11
Release Notes
canonical/operator (ops)
v2.10.0
Compare Source
PebbleCustomNoticeEvent
,get_notices
, and so on)Relation.active
, and excluded inactive relations fromModel.relations
ContainerMeta
,and various info links in
CharmMeta
)v2.9.0
Compare Source
ops.pebble
layers and plansHarness.run_action()
,testing.ActionOutput
, andtesting.ActionFailed
v2.8.0
Compare Source
Unit.reboot()
and `Harness.reboot_count``RelationMeta.optional
Handle
'skey
was expanded fromstr
tostr|None
app
andunit
in relation events to excludeNone
where applicablev2.7.0
Compare Source
JujuVersion
to astr
OpenPort
toPort
(OpenPort
remains as an alias)v2.6.0
: : Harness.handle_exec, Harness.add_relation improvements, and moreCompare Source
This release has two significant improvements to
testing.Harness
:Harness.handle_exec
to allow charm tests to simulateContainer.exec
calls (Pebble one-shot commands) and provide expected output. Thanks @weiiwang01 for the design and implementation (PR 993).app_data
andunit_data
parameters toHarness.add_relation
. Previously, charm tests would have to calladd_relation
followed byadd_relation_unit
andupdate_relation_data
-- now only a singleadd_relation
call is required. Implemented in PR 994.In addition, several small improvements and fixes are included:
Secret.unique_identifier
(XID part); improve id/label docs in https://github.com/canonical/operator/pull/986push()
encoding if source is a binary file or stream in https://github.com/canonical/operator/pull/991cgi
module in Pebble code in https://github.com/canonical/operator/pull/996See all changes from 2.5.0 to 2.6.0.
v2.5.1
: : Fix str vs bytes issue with testing push()Compare Source
This is a patch fix on top of 2.5.0 to fix #990: "TypeError: write() argument must be str, not bytes" in
Container.push
underHarness
.v2.5.0
: : Collect-status, Harness.get_filesystem_root, Pebble service contextCompare Source
This release includes three significant additions:
collect_app_status
andcollect_unit_status
events. This is useful for letting the framework automatically evaluate application (or unit) status from various components of the charm. We'll be documenting this properly soon, but in the meantime, read the API reference docs onCollectStatusEvent
. PR #954.Harness
's test filesystem from an in-memory filesystem to use a temp directory on the real filesystem; useHarness.get_filesystem_root
to get the temp filesystem directory for a specific container. This makes testing container filesystem operations significantly easier and allows tests to use the regular Python file APIs to interact with it. Thanks @weiiwang01 for his efforts on this in #960.Other notable changes:
JujuVersion.supports_open_port_on_k8s
by @carlcsaposs-canonical in PR #965charmcraft.yaml
in the testing harness by @syu-w in PR #977In addition, the following developers made their first contribution:
We also made several other minor improvements to type annotations and a few other tweaks. See the full changelog: canonical/operator@2.4.1...2.5.0
Configuration
📅 Schedule: Branch creation - "on the 2nd and 4th day instance on sunday" (UTC), 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.