generated from canonical/template-operator
-
Notifications
You must be signed in to change notification settings - Fork 16
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
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
580584d
to
120a74d
Compare
0f7ad2b
to
316b390
Compare
69e932d
to
9a92d0e
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
8d56f68
to
66cb559
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.1.0
44.0.2
->45.0.6
2.15.0
->3.1.0
^2.8.0
->^3.1.0
1.7.0
->2.1.3
^7.4.0
->^8.4.1
^8.2.2
->^9.1.2
Release Notes
canonical/cos-lib (cosl)
v1.1.0
: add reconcilerCompare Source
😭
v1.0.0
Compare Source
What's Changed
coordinated_workers
out ofcosl
by @michaeldmitry in https://github.com/canonical/cos-lib/pull/146Full Changelog: canonical/cos-lib@0.1.1...1.0.0
v0.1.1
Compare Source
What's Changed
coordinated_workers
module by @michaeldmitry in https://github.com/canonical/cos-lib/pull/148Full Changelog: canonical/cos-lib@0.1.0...0.1.1
v0.1.0
Compare Source
What's Changed
Full Changelog: canonical/cos-lib@0.0.57...0.1.0
v0.0.57
Compare 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-charms
CI workflow by @michaeldmitry in https://github.com/canonical/cos-lib/pull/134Full Changelog: canonical/cos-lib@0.0.56...0.0.57
v0.0.56
Compare Source
What's Changed
Full Changelog: canonical/cos-lib@0.0.55...0.0.56
v0.0.55
Compare Source
What's Changed
Full Changelog: canonical/cos-lib@0.0.54...0.0.55
pyca/cryptography (cryptography)
v45.0.6
Compare Source
v45.0.5
Compare Source
v45.0.4
Compare Source
v45.0.3
Compare Source
v45.0.2
Compare Source
v45.0.1
Compare Source
v45.0.0
Compare Source
v44.0.3
Compare Source
canonical/operator (ops)
v3.1.0
Compare Source
Features
Fixes
Documentation
ops
version in Charmcraft profiles (#1872)Tests
CI
v3.0.0
Compare 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.data
but notRelation.units
in https://github.com/canonical/operator/pull/1928Documentation
self.app
andself.unit
in https://github.com/canonical/operator/pull/1856CI
Full Changelog: canonical/operator@2.23.0...2.23.1
v2.23.0
Compare Source
Features
Fixes
Documentation
CI
v2.22.0
Compare Source
Features
Fixes
__init__
(#1737)ops.testing
(#1754)Documentation
CI
ops[tracing]
integration tests (#1686)alertmanager-k8s-operator
in observability charm tests (#1753)ops[tracing]
addition (#1755)v2.21.1
Compare Source
Reverted
Documentation
v2.21.0
Compare Source
Features
Fixes
Documentation
CI
Tests
v2.20.0
Compare Source
Features
remove_revision()
method toSecretRemoveEvent
andSecretExpiredEvent
(#1624)Relation.remote_model
property (#1610)RelationDataContent.update
(#1586)CharmMeta
(#1648)testing.Container
match the plan (#1630)ops.testing.State
components 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.0
Compare Source
Features
Documentation
CI
v2.18.1
Compare Source
Fixes
Documentation
v2.18.0
Compare Source
Features
Fixes
Documentation
Continuous Integration
Testing
v2.17.1
Compare Source
Fixes
push_path
open in binary mode so it works on non-text files (#1458)Documentation
MaintenanceStatus
for local issues (#1397)collect-status
is is run on every hook (#1399)ogp:url
properties Sphinx generates (#1411)READTHEDOCS
context variable (#1410)StoredState
is stored, and the upgrade behaviour (#1416)stop_services
docstring (#1457)Continuous Integration
Refactoring
v2.17.0
Compare Source
Features
ops[testing]
and expose the names in ops.testing (#1381)type: ignore
it (#1345)InvalidStatusError
instead of waiting for Juju:CollectStatusEvent.add_status
with error or unknown (#1386)_ModelBackend.set_status
(#1354)Fixes
StatusBase
subclasses by callingStatusBase.register
in__init_subclass__
(#1383)Secret.set_info
andSecret.set_content
can be called in the same hook (#1373)Documentation
config-changed
is triggered by Juju trust (#1357)CharmBase
inheritance example by @theofpa (#1349)Continuous Integration
Testing
Refactoring
ops.testing
toops._private.harness
(#1369)unittest.mock
names in the 'mock' namespace (#1379)StatusBase.register
decorator (#1384)Chores
v2.16.1
Compare Source
Fix
v2.16.0
Compare Source
Features
Refactor
Fixes
Documentation
Tests
CI
python-poetry/poetry-core (poetry-core)
v2.1.3
Compare Source
Changed
Fixed
project
section were treated as non-optional when a source was defined for them in thetool.poetry
section (#857).===
were not parsed correctly (#860).extra
markers with a value starting with "in" were not validated correctly (#862).WheelBuilder
was unnecessarily difficult (#855).v2.1.2
Compare Source
Changed
Fixed
#846).
extra
markers were not simplified (#842,#845,
#847).
python_version
markers was not recognized as empty (#849).python_version
markers were not simplified (#848,#851).
v2.1.1
Compare Source
Fixed
python_version
marker resulted in an invalid marker (#838).v2.1.0
Compare Source
Added
poetry
instance (#319).has_upper_bound method
toVersionConstraint
(#833).Changed
extra
markers (#818).#832).
python_version
markers (#826).Fixed
__pycache__
directory and*.pyc
files were included in sdists and wheels (#835).v2.0.1
Compare Source
Changed
Home-page
withProject-URL: Homepage
(#807).Fixed
tool.poetry.packages
without a specifiedformat
were not initialized with the default value resulting in aKeyError
(#805).project.urls
entries were not processed correctly resulting in aKeyError
(#807).project.dependencies
viatool.poetry.dependencies
were ignored ifproject.optional-dependencies
were defined (#811).v2.0.0
Compare Source
Added
project
section in thepyproject.toml
file according to PEP 621 (#708,#792).
platform_release
marker (#722).in
/not in
in generic constraints (#722).SOURCE_DATE_EPOCH
when building packages (#766,#781).
Changed
METADATA
files with version 2.3 instead of 2.2 (#707).allow-prereleases
a tri-state setting (#783).Error
suffix (#767).x
in version constraints (#770).#769).
tool.poetry.dev-dependencies
in favor oftool.poetry.group.dev.dependencies
(#754).Package.python_marker
(#446).pyproject.toml
file cannot be parsed (#734).readme
files (#752).#718,
#727,
#736,
#746,
#755,
#764,
#784,
#787,
#795).
Fixed
platlib
directory of the wrong Python was used (#726).+
was not allowed in git URL paths (#765).Vendoring
fastjsonschema==2.21.1
lark==1.2.2
packaging==24.2
](https://redirect.github.com/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.