generated from canonical/template-operator
-
Notifications
You must be signed in to change notification settings - Fork 18
Update Python dependencies (major) #424
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
Open
renovate
wants to merge
1
commit into
main
Choose a base branch
from
renovate/major-python-dependencies
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
+200
−286
Conversation
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
299f50e to
3536b0c
Compare
taurus-forever
approved these changes
Apr 3, 2024
carlcsaposs-canonical
added a commit
to canonical/data-platform-workflows
that referenced
this pull request
Apr 3, 2024
a15485a to
89420c5
Compare
89420c5 to
bddeec4
Compare
0aaa3c1 to
6084715
Compare
6084715 to
5903427
Compare
5903427 to
b88de15
Compare
8cb7d6f to
d39161d
Compare
d39161d to
9fa06a8
Compare
f9b7e32 to
8f32a85
Compare
8f32a85 to
61bff6f
Compare
b501021 to
6fe0447
Compare
49116f8 to
5f9bcd6
Compare
d2208ed to
889821c
Compare
84c17b8 to
16a88df
Compare
20d0969 to
4dc7cb8
Compare
4dc7cb8 to
18abbc7
Compare
5ae998a to
0f3e366
Compare
0f3e366 to
9850b5a
Compare
9850b5a to
e56f4ec
Compare
c32c098 to
e3477b2
Compare
33f3b0a to
22937a5
Compare
22937a5 to
57a3626
Compare
57a3626 to
c9cd569
Compare
c9cd569 to
c666feb
Compare
0d3daa3 to
b6b959f
Compare
b6b959f to
8d56f68
Compare
66cb559 to
b3eb9da
Compare
5a148a4 to
c82b760
Compare
c82b760 to
fc7b351
Compare
fc7b351 to
348745a
Compare
e5a5efa to
20ae236
Compare
20ae236 to
cb5e527
Compare
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:
0.0.54->1.3.144.0.2->46.0.32.15.0->3.3.1^2.8.0->^3.3.11.7.0->2.2.1^7.4.0->^8.4.2^8.2.2->^9.1.2Release Notes
canonical/cos-lib (cosl)
v1.3.1Compare Source
What's Changed
New Contributors
Full Changelog: canonical/cos-lib@1.3.0...1.3.1
v1.3.0Compare Source
What's Changed
type_convert_storedby @MichaelThamm in #155Full Changelog: canonical/cos-lib@1.2.0...1.3.0
v1.2.0Compare Source
What's Changed
Full Changelog: canonical/cos-lib@1.1.0...1.2.0
v1.1.0: add reconcilerCompare Source
😭
v1.0.0Compare Source
What's Changed
coordinated_workersout ofcoslby @michaeldmitry in #146Full Changelog: canonical/cos-lib@0.1.1...1.0.0
v0.1.1Compare Source
What's Changed
coordinated_workersmodule by @michaeldmitry in #148Full Changelog: canonical/cos-lib@0.1.0...0.1.1
v0.1.0Compare Source
What's Changed
Full Changelog: canonical/cos-lib@0.0.57...0.1.0
v0.0.57Compare Source
Surface an otherwise hard-to-spot issue, where the ingress is handing the coordinated workers an HTTPS endpoint, but the coordinator and workers themselves don't have a certificates relation.
Workers and coordinator now set blocked on TLS misconfiguration.
What's Changed
test-distributed-charmsCI workflow by @michaeldmitry in #134Full Changelog: canonical/cos-lib@0.0.56...0.0.57
v0.0.56Compare Source
What's Changed
Full Changelog: canonical/cos-lib@0.0.55...0.0.56
v0.0.55Compare Source
What's Changed
Full Changelog: canonical/cos-lib@0.0.54...0.0.55
pyca/cryptography (cryptography)
v46.0.3Compare Source
v46.0.2Compare Source
v46.0.1Compare Source
v46.0.0Compare Source
v45.0.7Compare Source
v45.0.6Compare Source
v45.0.5Compare Source
v45.0.4Compare Source
v45.0.3Compare Source
v45.0.2Compare Source
v45.0.1Compare Source
v45.0.0Compare Source
v44.0.3Compare Source
canonical/operator (ops)
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
v2.23.1: : Add the remote unit to Relation.data, but not Relation.unitsCompare Source
This is a small bug-fix release for the 2.x series that addresses issues with the recent feature making relation data available in relation-departed events. Rather than inserting the remote unit into
Relation.units, the data is available fromRelation.data, without changingRelation.units.What's Changed
Fixes
Relation.databut notRelation.unitsin #1928Documentation
self.appandself.unitin #1856CI
Full Changelog: canonical/operator@2.23.0...2.23.1
v2.23.0Compare Source
Features
Fixes
Documentation
CI
v2.22.0Compare Source
Features
Fixes
__init__(#1737)ops.testing(#1754)Documentation
CI
ops[tracing]integration tests (#1686)alertmanager-k8s-operatorin observability charm tests (#1753)ops[tracing]addition (#1755)v2.21.1Compare Source
Reverted
Documentation
v2.21.0Compare Source
Features
Fixes
Documentation
CI
Tests
v2.20.0Compare Source
Features
remove_revision()method toSecretRemoveEventandSecretExpiredEvent(#1624)Relation.remote_modelproperty (#1610)RelationDataContent.update(#1586)CharmMeta(#1648)testing.Containermatch the plan (#1630)ops.testing.Statecomponents are less mutable (#1617)Fixes
Documentation
ops.testing.Container(#1637)CI
v2.19.4: ops 2.19.4 and ops-scenario 7.19.4 Synchronise ops and ops-scenario versionsCompare Source
No changes since 2.19.3 and 7.19.3. This is to push packages to PyPI only.
Full Changelog: canonical/operator@2.19.3...2.19.4
v2.19.0Compare Source
Features
Documentation
CI
v2.18.1Compare Source
Fixes
Documentation
v2.18.0Compare Source
Features
Fixes
Documentation
Continuous Integration
Testing
v2.17.1Compare Source
Fixes
push_pathopen in binary mode so it works on non-text files (#1458)Documentation
MaintenanceStatusfor local issues (#1397)collect-statusis is run on every hook (#1399)ogp:urlproperties Sphinx generates (#1411)READTHEDOCScontext variable (#1410)StoredStateis stored, and the upgrade behaviour (#1416)stop_servicesdocstring (#1457)Continuous Integration
Refactoring
v2.17.0Compare Source
Features
ops[testing]and expose the names in ops.testing (#1381)type: ignoreit (#1345)InvalidStatusErrorinstead of waiting for Juju:CollectStatusEvent.add_statuswith error or unknown (#1386)_ModelBackend.set_status(#1354)Fixes
StatusBasesubclasses by callingStatusBase.registerin__init_subclass__(#1383)Secret.set_infoandSecret.set_contentcan be called in the same hook (#1373)Documentation
config-changedis triggered by Juju trust (#1357)CharmBaseinheritance example by @theofpa (#1349)Continuous Integration
Testing
Refactoring
ops.testingtoops._private.harness(#1369)unittest.mocknames in the 'mock' namespace (#1379)StatusBase.registerdecorator (#1384)Chores
v2.16.1Compare Source
Fix
v2.16.0Compare Source
Features
Refactor
Fixes
Documentation
Tests
CI
python-poetry/poetry-core (poetry-core)
v2.2.1Compare Source
Fixed
v2.2.0Compare Source
Added
#884).
Changed
[project.license](#870).Fixed
.gitignorewere not included in the distribution (#874).v2.1.3Compare Source
Changed
Fixed
projectsection were treated as non-optional when a source was defined for them in thetool.poetrysection (#857).===were not parsed correctly (#860).Configuration
📅 Schedule: Branch creation - Between 01:00 AM and 05:59 AM, only on Tuesday ( * 1-5 * * 2 ) in timezone Etc/UTC, Automerge - At any time (no schedule defined).
🚦 Automerge: Disabled by config. Please merge this manually once you are satisfied.
♻ Rebasing: Whenever PR becomes conflicted, or you tick the rebase/retry checkbox.
👻 Immortal: This PR will be recreated if closed unmerged. Get config help if that's undesired.
This PR was generated by Mend Renovate. View the repository job log.