-
Notifications
You must be signed in to change notification settings - Fork 28
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
Release 1.0.0 #567
Merged
jamshale
merged 5 commits into
openwallet-foundation:main
from
jamshale:aries-cloudagent@v1.0.0-upgrades
Aug 20, 2024
Merged
Release 1.0.0 #567
jamshale
merged 5 commits into
openwallet-foundation:main
from
jamshale:aries-cloudagent@v1.0.0-upgrades
Aug 20, 2024
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
ff137
referenced
this pull request
in didx-xyz/aries-acapy-plugins
Jul 8, 2024
… taken from hyperledger/aries-acapy-plugins #567) Signed-off-by: ff137 <ff137@proton.me>
jamshale
force-pushed
the
aries-cloudagent@v1.0.0-upgrades
branch
from
July 8, 2024 23:39
f2356a7
to
b0db30c
Compare
ff137
referenced
this pull request
in didx-xyz/aries-acapy-plugins
Jul 9, 2024
* 0.12.2b2 Signed-off-by: ff137 <ff137@proton.me> * ⬆️ Upgrade python version to 3.12 Signed-off-by: ff137 <ff137@proton.me> * ⬆️ Upgrade poetry version Signed-off-by: ff137 <ff137@proton.me> * Update lock files Signed-off-by: ff137 <ff137@proton.me> * Upgrade all aca-py versions to latest pre-release, with python 3.12 Signed-off-by: ff137 <ff137@proton.me> * ⬆️ Upgrade python and poetry versions Signed-off-by: ff137 <ff137@proton.me> * 🎨 bulk amendments to get plugins up to spec with latest acapy (mostly taken from hyperledger/aries-acapy-plugins #567) Signed-off-by: ff137 <ff137@proton.me> * ⬆️ Update lock files Signed-off-by: ff137 <ff137@proton.me> * 🎨 Signed-off-by: ff137 <ff137@proton.me> * 🎨 fix ruff warning Signed-off-by: ff137 <ff137@proton.me> * ✅ Signed-off-by: ff137 <ff137@proton.me> * Upgrade kafka_events delivered to 3.12 Signed-off-by: ff137 <ff137@proton.me> * test with nightly build for 3.12 compatibility Signed-off-by: ff137 <ff137@proton.me> * fix indy user Signed-off-by: ff137 <ff137@proton.me> * 🤷♂️ skip kafka_events Signed-off-by: ff137 <ff137@proton.me> * ⬆️ upgrade base images to 3.12 and poetry version to 1.8.3 Signed-off-by: ff137 <ff137@proton.me> --------- Signed-off-by: ff137 <ff137@proton.me>
jamshale
force-pushed
the
aries-cloudagent@v1.0.0-upgrades
branch
2 times, most recently
from
July 9, 2024 20:23
e375805
to
b231015
Compare
jamshale
force-pushed
the
aries-cloudagent@v1.0.0-upgrades
branch
from
July 18, 2024 20:00
5ff97ea
to
488cd6e
Compare
Signed-off-by: jamshale <jamiehalebc@gmail.com>
jamshale
force-pushed
the
aries-cloudagent@v1.0.0-upgrades
branch
from
August 15, 2024 20:02
488cd6e
to
b98a442
Compare
Signed-off-by: jamshale <jamiehalebc@gmail.com>
Signed-off-by: jamshale <jamiehalebc@gmail.com>
Signed-off-by: jamshale <jamiehalebc@gmail.com>
Signed-off-by: jamshale <jamiehalebc@gmail.com>
dbluhm
approved these changes
Aug 20, 2024
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Changes LGTM; I'll spend some time with the Kafka events plugin to see if I can get it caught up to the 1.0.0 release.
Sounds good. I'll merge that and we can test the minor patch release with kafka events if it becomes available. |
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.
I had to do the release pr manually this time because of the python upgrade. When pulling the aries-cloudagent version with 3.9 it won't get the 1.0.0 release, so it doesn't run the workflow.
Does all the required changes to the source code. Mostly around the authentication decorators and pydantic upgrade.
Removes black from most dependencies and the bbs libraries.
kafka_events is troublesome for using python 3.12 with the aiokafka library in
alpine
. I reverted it back to version 3.9 for now. This is the only plugin that can't be used with version 1.0.0 currently (#746)