Skip to content
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 for aries-cloudagent v0.12.2 #5

Open
wants to merge 1 commit into
base: main
Choose a base branch
from
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
27 changes: 27 additions & 0 deletions RELEASES.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,30 @@
### Release v0.12.2
##### The latest supported versions of aries-cloudagent for each plugin are as follows:

| Plugin Name | Supported aries-cloudagent version |
| --- | --- |
|basicmessage_storage | 0.12.2|
|connection_update | 0.12.2|
|firebase_push_notifications | 0.12.2|
|jwt_vc_json | 0.12.2|
|kafka_events | 0.12.2|
|mso_mdoc | 0.12.2|
|multitenant_provider | 0.12.2|
|oid4vci | 0.12.2|
|redis_events | 0.12.2|
|rpc | 0.12.2|
***
- #### Plugins upgraded this release:
- basicmessage_storage
- connection_update
- firebase_push_notifications
- jwt_vc_json
- kafka_events
- mso_mdoc
- multitenant_provider
- oid4vci
- redis_events
- rpc
### Release v0.12.1
##### The latest supported versions of aries-cloudagent for each plugin are as follows:

Expand Down
6 changes: 3 additions & 3 deletions basicmessage_storage/integration/poetry.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

974 changes: 521 additions & 453 deletions basicmessage_storage/poetry.lock

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion basicmessage_storage/pyproject.toml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
[tool.poetry]
name = "basicmessage_storage"
version = "0.1.0"
description = " (Supported aries-cloudagent version: 0.12.1) "
description = " (Supported aries-cloudagent version: 0.12.2) "
authors = ["Jason Sherman <[email protected]>"]

[tool.poetry.dependencies]
Expand Down
810 changes: 429 additions & 381 deletions connection_update/integration/poetry.lock

Large diffs are not rendered by default.

974 changes: 521 additions & 453 deletions connection_update/poetry.lock

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion connection_update/pyproject.toml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
[tool.poetry]
name = "connection_update"
version = "0.1.0"
description = " (Supported aries-cloudagent version: 0.12.1) "
description = " (Supported aries-cloudagent version: 0.12.2) "
authors = ["Jason Sherman <[email protected]>"]

[tool.poetry.dependencies]
Expand Down
6 changes: 3 additions & 3 deletions firebase_push_notifications/integration/poetry.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

1,012 changes: 540 additions & 472 deletions firebase_push_notifications/poetry.lock

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion firebase_push_notifications/pyproject.toml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
[tool.poetry]
name = "firebase_push_notifications"
version = "0.1.0"
description = " (Supported aries-cloudagent version: 0.12.1) "
description = " (Supported aries-cloudagent version: 0.12.2) "
authors = []

[tool.poetry.dependencies]
Expand Down
2 changes: 1 addition & 1 deletion jwt_vc_json/pyproject.toml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
[tool.poetry]
name = "jwt_vc_json"
version = "0.1.0"
description = "jwt_vc_json credential handler plugin"
description = "jwt_vc_json credential handler plugin (Supported aries-cloudagent version: 0.12.2) "
authors = []

[tool.poetry.dependencies]
Expand Down
286 changes: 154 additions & 132 deletions kafka_events/integration/poetry.lock

Large diffs are not rendered by default.

974 changes: 521 additions & 453 deletions kafka_events/poetry.lock

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion kafka_events/pyproject.toml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
[tool.poetry]
name = "kafka_queue"
version = "0.1.0"
description = "ACA-Py Event to Kafka Bridge (Supported aries-cloudagent version: 0.12.1) "
description = "ACA-Py Event to Kafka Bridge (Supported aries-cloudagent version: 0.12.2) "
authors = ["Daniel Bluhm <[email protected]>"]

[tool.poetry.dependencies]
Expand Down
2 changes: 1 addition & 1 deletion mso_mdoc/pyproject.toml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
[tool.poetry]
name = "mso_mdoc"
version = "0.1.0"
description = ""
description = " (Supported aries-cloudagent version: 0.12.2) "
authors = []

[tool.poetry.dependencies]
Expand Down
62 changes: 31 additions & 31 deletions multitenant_provider/integration/poetry.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Loading