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

chore(deps): bump requests from 2.26.0 to 2.32.0 in /infrastructure/utils/python/github-helpers in the pip group across 1 directory #1070

Conversation

dependabot[bot]
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github May 21, 2024

Bumps the pip group with 1 update in the /infrastructure/utils/python/github-helpers directory: requests.

Updates requests from 2.26.0 to 2.32.0

Release notes

Sourced from requests's releases.

v2.32.0

2.32.0 (2024-05-20)

🐍 PYCON US 2024 EDITION 🐍

Security

  • Fixed an issue where setting verify=False on the first request from a Session will cause subsequent requests to the same origin to also ignore cert verification, regardless of the value of verify. (GHSA-9wx4-h78v-vm56)

Improvements

  • verify=True now reuses a global SSLContext which should improve request time variance between first and subsequent requests. It should also minimize certificate load time on Windows systems when using a Python version built with OpenSSL 3.x. (#6667)
  • Requests now supports optional use of character detection (chardet or charset_normalizer) when repackaged or vendored. This enables pip and other projects to minimize their vendoring surface area. The Response.text() and apparent_encoding APIs will default to utf-8 if neither library is present. (#6702)

Bugfixes

  • Fixed bug in length detection where emoji length was incorrectly calculated in the request content-length. (#6589)
  • Fixed deserialization bug in JSONDecodeError. (#6629)
  • Fixed bug where an extra leading / (path separator) could lead urllib3 to unnecessarily reparse the request URI. (#6644)

Deprecations

  • Requests has officially added support for CPython 3.12 (#6503)
  • Requests has officially added support for PyPy 3.9 and 3.10 (#6641)
  • Requests has officially dropped support for CPython 3.7 (#6642)
  • Requests has officially dropped support for PyPy 3.7 and 3.8 (#6641)

Documentation

  • Various typo fixes and doc improvements.

Packaging

  • Requests has started adopting some modern packaging practices. The source files for the projects (formerly requests) is now located in src/requests in the Requests sdist. (#6506)
  • Starting in Requests 2.33.0, Requests will migrate to a PEP 517 build system using hatchling. This should not impact the average user, but extremely old versions of packaging utilities may have issues with the new packaging format.

New Contributors

... (truncated)

Changelog

Sourced from requests's changelog.

2.32.0 (2024-05-20)

Security

  • Fixed an issue where setting verify=False on the first request from a Session will cause subsequent requests to the same origin to also ignore cert verification, regardless of the value of verify. (GHSA-9wx4-h78v-vm56)

Improvements

  • verify=True now reuses a global SSLContext which should improve request time variance between first and subsequent requests. It should also minimize certificate load time on Windows systems when using a Python version built with OpenSSL 3.x. (#6667)
  • Requests now supports optional use of character detection (chardet or charset_normalizer) when repackaged or vendored. This enables pip and other projects to minimize their vendoring surface area. The Response.text() and apparent_encoding APIs will default to utf-8 if neither library is present. (#6702)

Bugfixes

  • Fixed bug in length detection where emoji length was incorrectly calculated in the request content-length. (#6589)
  • Fixed deserialization bug in JSONDecodeError. (#6629)
  • Fixed bug where an extra leading / (path separator) could lead urllib3 to unnecessarily reparse the request URI. (#6644)

Deprecations

  • Requests has officially added support for CPython 3.12 (#6503)
  • Requests has officially added support for PyPy 3.9 and 3.10 (#6641)
  • Requests has officially dropped support for CPython 3.7 (#6642)
  • Requests has officially dropped support for PyPy 3.7 and 3.8 (#6641)

Documentation

  • Various typo fixes and doc improvements.

Packaging

  • Requests has started adopting some modern packaging practices. The source files for the projects (formerly requests) is now located in src/requests in the Requests sdist. (#6506)
  • Starting in Requests 2.33.0, Requests will migrate to a PEP 517 build system using hatchling. This should not impact the average user, but extremely old versions of packaging utilities may have issues with the new packaging format.

2.31.0 (2023-05-22)

Security

... (truncated)

Commits
  • d6ebc4a v2.32.0
  • 9a40d12 Avoid reloading root certificates to improve concurrent performance (#6667)
  • 0c030f7 Merge pull request #6702 from nateprewitt/no_char_detection
  • 555b870 Allow character detection dependencies to be optional in post-packaging steps
  • d6dded3 Merge pull request #6700 from franekmagiera/update-redirect-to-invalid-uri-test
  • bf24b7d Use an invalid URI that will not cause httpbin to throw 500
  • 2d5f547 Pin 3.8 and 3.9 runners back to macos-13 (#6688)
  • f1bb07d Merge pull request #6687 from psf/dependabot/github_actions/github/codeql-act...
  • 60047ad Bump github/codeql-action from 3.24.0 to 3.25.0
  • 31ebb81 Merge pull request #6682 from frenzymadness/pytest8
  • Additional commits viewable in compare view

Dependabot compatibility score

Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting @dependabot rebase.


Dependabot commands and options

You can trigger Dependabot actions by commenting on this PR:

  • @dependabot rebase will rebase this PR
  • @dependabot recreate will recreate this PR, overwriting any edits that have been made to it
  • @dependabot merge will merge this PR after your CI passes on it
  • @dependabot squash and merge will squash and merge this PR after your CI passes on it
  • @dependabot cancel merge will cancel a previously requested merge and block automerging
  • @dependabot reopen will reopen this PR if it is closed
  • @dependabot close will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually
  • @dependabot show <dependency name> ignore conditions will show all of the ignore conditions of the specified dependency
  • @dependabot ignore <dependency name> major version will close this group update PR and stop Dependabot creating any more for the specific dependency's major version (unless you unignore this specific dependency's major version or upgrade to it yourself)
  • @dependabot ignore <dependency name> minor version will close this group update PR and stop Dependabot creating any more for the specific dependency's minor version (unless you unignore this specific dependency's minor version or upgrade to it yourself)
  • @dependabot ignore <dependency name> will close this group update PR and stop Dependabot creating any more for the specific dependency (unless you unignore this specific dependency or upgrade to it yourself)
  • @dependabot unignore <dependency name> will remove all of the ignore conditions of the specified dependency
  • @dependabot unignore <dependency name> <ignore condition> will remove the ignore condition of the specified dependency and ignore conditions
    You can disable automated security fix PRs for this repo from the Security Alerts page.

updated-dependencies:
- dependency-name: requests
  dependency-type: direct:production
  dependency-group: pip
...

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot dependabot bot added dependencies Pull requests that update a dependency file python Pull requests that update Python code labels May 21, 2024
@github-actions github-actions bot added the infra label May 21, 2024
Copy link
Contributor

Integration Test Results

14 files  ±0  14 suites  ±0   2s ⏱️ ±0s
31 tests ±0  31 ✅ ±0  0 💤 ±0  0 ❌ ±0 
40 runs  ±0  40 ✅ ±0  0 💤 ±0  0 ❌ ±0 

Results for commit e39b97f. ± Comparison against base commit 0c71414.

Copy link
Contributor

Unit Test Results

 91 files  ±0   91 suites  ±0   19m 16s ⏱️ -44s
771 tests ±0  763 ✅ ±0  8 💤 ±0  0 ❌ ±0 
778 runs  ±0  770 ✅ ±0  8 💤 ±0  0 ❌ ±0 

Results for commit e39b97f. ± Comparison against base commit 0c71414.

@coveralls
Copy link

Coverage Status

coverage: 52.962%. remained the same
when pulling e39b97f on dependabot/pip/infrastructure/utils/python/github-helpers/pip-aed9f6bbcd
into 0c71414 on main.

@yshyn-iohk yshyn-iohk merged commit 8ab660a into main May 21, 2024
11 checks passed
@yshyn-iohk yshyn-iohk deleted the dependabot/pip/infrastructure/utils/python/github-helpers/pip-aed9f6bbcd branch May 21, 2024 11:31
patlo-iog pushed a commit that referenced this pull request Jun 13, 2024
…tils/python/github-helpers in the pip group across 1 directory (#1070)

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Co-authored-by: Yurii Shynbuiev - IOHK <yurii.shynbuiev@iohk.io>
Signed-off-by: Pat Losoponkul <pat.losoponkul@iohk.io>
patlo-iog pushed a commit that referenced this pull request Jun 13, 2024
Signed-off-by: Yurii Shynbuiev <yurii.shynbuiev@iohk.io>
Signed-off-by: Pat Losoponkul <pat.losoponkul@iohk.io>

feat(agent): implement Nonce stub endpoint for OIDC credential issuer

Signed-off-by: Yurii Shynbuiev <yurii.shynbuiev@iohk.io>
Signed-off-by: Pat Losoponkul <pat.losoponkul@iohk.io>

feat(agent): add CredentialIssuerService mock and get walletId by prism DID method

Signed-off-by: Yurii Shynbuiev <yurii.shynbuiev@iohk.io>
Signed-off-by: Pat Losoponkul <pat.losoponkul@iohk.io>

feat(agent): implement the VC issuance flow with the dummy data

Signed-off-by: Yurii Shynbuiev <yurii.shynbuiev@iohk.io>
Signed-off-by: Pat Losoponkul <pat.losoponkul@iohk.io>

feat(agent): implement the VC issuance flow with the dummy data

Signed-off-by: Yurii Shynbuiev <yurii.shynbuiev@iohk.io>
Signed-off-by: Pat Losoponkul <pat.losoponkul@iohk.io>

feat: credential offer endpoint and keycloak plugin wip (#935)

Signed-off-by: Pat Losoponkul <pat.losoponkul@iohk.io>

feat(agent): add IssuanceSession and NonceService

Signed-off-by: Yurii Shynbuiev <yurii.shynbuiev@iohk.io>
Signed-off-by: Pat Losoponkul <pat.losoponkul@iohk.io>

docs: add example instruction how to run

Signed-off-by: Pat Losoponkul <pat.losoponkul@iohk.io>

fix: integrate oidc4vc CredentialOffer to IssuanceSession (#943)

Signed-off-by: Pat Losoponkul <pat.losoponkul@iohk.io>

doc(agent): add the details to the readme.md and change the port of the mock server

Signed-off-by: Yurii Shynbuiev <yurii.shynbuiev@iohk.io>
Signed-off-by: Pat Losoponkul <pat.losoponkul@iohk.io>

chore: resolve rebase conflict

Signed-off-by: Pat Losoponkul <pat.losoponkul@iohk.io>

chore: resolve rebase conflict

Signed-off-by: Pat Losoponkul <pat.losoponkul@iohk.io>

chore: resolve merge compilation conflict

Signed-off-by: Pat Losoponkul <pat.losoponkul@iohk.io>

feat: oidc4vc issuer metadata and credential configuration CRUD (#977)

Signed-off-by: Kranium Gikos Mendoza <kraniumgikos.mendoza@iohk.io>
Co-authored-by: womfoo <kraniumgikos.mendoza@iohk.io>
Signed-off-by: Pat Losoponkul <pat.losoponkul@iohk.io>

test: fix test layer make it pass

Signed-off-by: Pat Losoponkul <pat.losoponkul@iohk.io>

chore: resolve rename conflicts

Signed-off-by: Pat Losoponkul <pat.losoponkul@iohk.io>

chore: resolve rename conflicts

Signed-off-by: Pat Losoponkul <pat.losoponkul@iohk.io>

chore: clean duplicate imports

Signed-off-by: Pat Losoponkul <pat.losoponkul@iohk.io>

docs: delete the architecture folder [skip ci] (#996)

Signed-off-by: Yurii Shynbuiev <yurii.shynbuiev@iohk.io>
Signed-off-by: Pat Losoponkul <pat.losoponkul@iohk.io>

docs: update the references to the Cloud Agent in the documentation and tutorials (#995)

Signed-off-by: Yurii Shynbuiev <yurii.shynbuiev@iohk.io>
Signed-off-by: Pat Losoponkul <pat.losoponkul@iohk.io>

ci: switch linter workflows to the Hyperledger CI (#997)

Signed-off-by: Yurii Shynbuiev <yurii.shynbuiev@iohk.io>
Signed-off-by: Pat Losoponkul <pat.losoponkul@iohk.io>

ci: fix scala-steward after moving repo to hyperledger (#993)

Signed-off-by: Pat Losoponkul <pat.losoponkul@iohk.io>

fix: expose pg_admin port on the localhost interface only (#957)

Signed-off-by: Roberto Carvajal <roberto.carvajal@gmail.com>
Co-authored-by: Yurii Shynbuiev - IOHK <yurii.shynbuiev@iohk.io>
Signed-off-by: Pat Losoponkul <pat.losoponkul@iohk.io>

ci: cloud-agent OAS breaking change detection (#1000)

Signed-off-by: Yurii Shynbuiev <yurii.shynbuiev@iohk.io>
Signed-off-by: Pat Losoponkul <pat.losoponkul@iohk.io>

ci: fix megalinter PR creation (#1003)

Signed-off-by: Yurii Shynbuiev <yurii.shynbuiev@iohk.io>
Signed-off-by: Pat Losoponkul <pat.losoponkul@iohk.io>

docs: cleanup other prism term entries (#1001)

Signed-off-by: Yurii Shynbuiev <yurii.shynbuiev@iohk.io>
Signed-off-by: Yurii Shynbuiev - IOHK <yurii.shynbuiev@iohk.io>
Signed-off-by: Hyperledger Bot <hyperledger-bot@hyperledger.org>
Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
Co-authored-by: Hyperledger Bot <hyperledger-bot@hyperledger.org>
Signed-off-by: Pat Losoponkul <pat.losoponkul@iohk.io>

chore: update Coveralls badge [skip ci] (#1005)

Signed-off-by: Yurii Shynbuiev - IOHK <yurii.shynbuiev@iohk.io>
Signed-off-by: Hyperledger Bot <hyperledger-bot@hyperledger.org>
Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
Co-authored-by: Hyperledger Bot <hyperledger-bot@hyperledger.org>
Signed-off-by: Pat Losoponkul <pat.losoponkul@iohk.io>

docs: improve OAS docs for Event and IAM section (#1007)

Signed-off-by: Pat Losoponkul <pat.losoponkul@iohk.io>
Co-authored-by: Yurii Shynbuiev - IOHK <yurii.shynbuiev@iohk.io>
Signed-off-by: Pat Losoponkul <pat.losoponkul@iohk.io>

fix: Fix OneOf OpenAPI Serialization Issue (#1010)

Signed-off-by: Bassam Riman <bassam.riman@iohk.io>
Signed-off-by: Pat Losoponkul <pat.losoponkul@iohk.io>

fix: remove prism-crypto dependency (#1015)

Signed-off-by: Pat Losoponkul <pat.losoponkul@iohk.io>

ci: semantic-release upgrade, oasdiff fix (#1017)

Signed-off-by: Yurii Shynbuiev <yurii.shynbuiev@iohk.io>
Signed-off-by: Pat Losoponkul <pat.losoponkul@iohk.io>

chore(release): cut Identus Cloud agent 1.32.1 release

* expose pg_admin port on the localhost interface only ([#957](#957)) ([73674b5](73674b5))
* Fix OneOf OpenAPI Serialization Issue ([#1010](#1010)) ([393c296](393c296))
* remove prism-crypto dependency ([#1015](#1015)) ([46e594c](46e594c))
* update open-api-spec and generator script and package.json ([#990](#990)) ([88c1b5e](88c1b5e))

Signed-off-by: Allain Magyar <allain.magyar@iohk.io>
Signed-off-by: Pat Losoponkul <pat.losoponkul@iohk.io>

fix: integration test (#1011)

Signed-off-by: Bassam Riman <bassam.riman@iohk.io>
Signed-off-by: Yurii Shynbuiev - IOHK <yurii.shynbuiev@iohk.io>
Co-authored-by: Yurii Shynbuiev - IOHK <yurii.shynbuiev@iohk.io>
Signed-off-by: Pat Losoponkul <pat.losoponkul@iohk.io>

feat: oid4vci credential configuration and metadata endpoints (#1021)

Signed-off-by: Pat Losoponkul <pat.losoponkul@iohk.io>

feat: rename `prism-agent` to `cloud-agent` (#1019)

Signed-off-by: Yurii Shynbuiev <yurii.shynbuiev@iohk.io>
Signed-off-by: Hyperledger Bot <hyperledger-bot@hyperledger.org>
Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
Co-authored-by: Hyperledger Bot <hyperledger-bot@hyperledger.org>
Signed-off-by: Pat Losoponkul <pat.losoponkul@iohk.io>

chore(release): cut Identus Cloud agent 1.33.0 release

* integration test ([#1011](#1011)) ([d674f31](d674f31))

* rename `prism-agent` to `cloud-agent` ([#1019](#1019)) ([74560da](74560da))

Signed-off-by: Allain Magyar <allain.magyar@iohk.io>
Signed-off-by: Pat Losoponkul <pat.losoponkul@iohk.io>

test: add tests for oid4vci credential configuration CRUD (#1027)

Signed-off-by: Pat Losoponkul <pat.losoponkul@iohk.io>

chore: update OID4VCI example script to use issuer metadata (#1036)

Signed-off-by: Pat Losoponkul <pat.losoponkul@iohk.io>

Merge branch main into oidc

Signed-off-by: Pat Losoponkul <pat.losoponkul@iohk.io>

test: add tests for the new key types (#1044)

Signed-off-by: Pat Losoponkul <pat.losoponkul@iohk.io>

fix: expose new key types in rest api (#1066)

Signed-off-by: Pat Losoponkul <pat.losoponkul@iohk.io>

docs: rename ADRs in the scope of rebranding to the Identus ATL-7050 (#1053)

Signed-off-by: Yurii Shynbuiev <yurii.shynbuiev@iohk.io>
Signed-off-by: Pat Losoponkul <pat.losoponkul@iohk.io>

ci: fix scala steward DCO signature (#1057)

Signed-off-by: Yurii Shynbuiev <yurii.shynbuiev@iohk.io>
Signed-off-by: Hyperledger Bot <hyperledger-bot@hyperledger.org>
Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
Co-authored-by: Hyperledger Bot <hyperledger-bot@hyperledger.org>
Signed-off-by: Pat Losoponkul <pat.losoponkul@iohk.io>

chore(release): cut Identus Cloud agent 1.33.1 release

* broken link for the cloud agent packages in readme file ([#1032](#1032)) ([92d17c2](92d17c2))
* expose new key types in rest api ([#1066](#1066)) ([9ce8d3a](9ce8d3a))
* rename the folder to identus for vc-jwt ([#1063](#1063)) ([364a5dc](364a5dc))

* update ts client in the performance tests, cleanup `println` ([#1041](#1041)) ([7d5ceba](7d5ceba))

Signed-off-by: Allain Magyar <allain.magyar@iohk.io>
Signed-off-by: Pat Losoponkul <pat.losoponkul@iohk.io>

test: add DID Registrar test scenario to use new key types (#1071)

Signed-off-by: Pat Losoponkul <pat.losoponkul@iohk.io>

ci: scala steward DCO by hardcoding the message (#1074)

Signed-off-by: Yurii Shynbuiev <yurii.shynbuiev@iohk.io>
Signed-off-by: Pat Losoponkul <pat.losoponkul@iohk.io>

chore(deps): bump requests from 2.26.0 to 2.32.0 in /infrastructure/utils/python/github-helpers in the pip group across 1 directory (#1070)

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Co-authored-by: Yurii Shynbuiev - IOHK <yurii.shynbuiev@iohk.io>
Signed-off-by: Pat Losoponkul <pat.losoponkul@iohk.io>

ci: use branch name in pre-release version name (#1080)

Signed-off-by: Pat Losoponkul <pat.losoponkul@iohk.io>

docs: rebranding to the Identus, OEA->ICA (#1081)

Signed-off-by: Yurii Shynbuiev <yurii.shynbuiev@iohk.io>
Signed-off-by: Yurii Shynbuiev - IOHK <yurii.shynbuiev@iohk.io>
Signed-off-by: Hyperledger Bot <hyperledger-bot@hyperledger.org>
Co-authored-by: Pete Vielhaber <peter.vielhaber@iohk.io>
Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
Co-authored-by: Hyperledger Bot <hyperledger-bot@hyperledger.org>
Signed-off-by: Pat Losoponkul <pat.losoponkul@iohk.io>

docs: add identus logo to README.md [skip ci] (#1084)

Signed-off-by: Yurii Shynbuiev <yurii.shynbuiev@iohk.io>
Signed-off-by: Pat Losoponkul <pat.losoponkul@iohk.io>

build: protobuf dependency update (#1077)

Signed-off-by: Hyperledger Bot <hyperledger-bot@hyperledger.org>
Co-authored-by: Hyperledger Bot <hyperledger-bot@hyperledger.org>
Co-authored-by: Yurii Shynbuiev - IOHK <yurii.shynbuiev@iohk.io>
Signed-off-by: Pat Losoponkul <pat.losoponkul@iohk.io>

build: internal dependency updates (#1079)

Signed-off-by: Hyperledger Bot <hyperledger-bot@hyperledger.org>
Co-authored-by: Hyperledger Bot <hyperledger-bot@hyperledger.org>
Co-authored-by: Yurii Shynbuiev - IOHK <yurii.shynbuiev@iohk.io>
Co-authored-by: patlo-iog <pat.losoponkul@iohk.io>
Signed-off-by: Pat Losoponkul <pat.losoponkul@iohk.io>

build: sbt and plugins dependency update (#1078)

Signed-off-by: Hyperledger Bot <hyperledger-bot@hyperledger.org>
Co-authored-by: Hyperledger Bot <hyperledger-bot@hyperledger.org>
Co-authored-by: patlo-iog <pat.losoponkul@iohk.io>
Signed-off-by: Pat Losoponkul <pat.losoponkul@iohk.io>

docs: update new key types in DID tutorials [skip ci] (#1085)

Signed-off-by: Pat Losoponkul <pat.losoponkul@iohk.io>

build: DAL dependency update (#1076)

Signed-off-by: Hyperledger Bot <hyperledger-bot@hyperledger.org>
Signed-off-by: Pat Losoponkul <pat.losoponkul@iohk.io>
Co-authored-by: Hyperledger Bot <hyperledger-bot@hyperledger.org>
Co-authored-by: patlo-iog <pat.losoponkul@iohk.io>
Signed-off-by: Pat Losoponkul <pat.losoponkul@iohk.io>

docs: Add ADR for resources storage (#1087)

Signed-off-by: EzequielPostan <ezequiel.postan@iohk.io>
Signed-off-by: Pat Losoponkul <pat.losoponkul@iohk.io>

test: add jwt revocation test scenario (#951)

Signed-off-by: Allain Magyar <allain.magyar@iohk.io>
Signed-off-by: Hyperledger Bot <hyperledger-bot@hyperledger.org>
Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
Co-authored-by: Hyperledger Bot <hyperledger-bot@hyperledger.org>
Signed-off-by: Pat Losoponkul <pat.losoponkul@iohk.io>

ci: fail megalinter check when there are autofixes (#1092)

Signed-off-by: Yurii Shynbuiev <yurii.shynbuiev@iohk.io>
Signed-off-by: Pat Losoponkul <pat.losoponkul@iohk.io>

chore: fix slack notification message tag (#1091)

Signed-off-by: Allain Magyar <allain.magyar@iohk.io>
Co-authored-by: Yurii Shynbuiev - IOHK <yurii.shynbuiev@iohk.io>
Signed-off-by: Pat Losoponkul <pat.losoponkul@iohk.io>

docs: update the architecture diagram and typos in ADRs [skip ci] (#1093)

Signed-off-by: Yurii Shynbuiev <yurii.shynbuiev@iohk.io>
Signed-off-by: Pat Losoponkul <pat.losoponkul@iohk.io>

ci: fail the build when the megalinter found the issues [skip ci] (#1095)

Signed-off-by: Yurii Shynbuiev <yurii.shynbuiev@iohk.io>
Signed-off-by: Pat Losoponkul <pat.losoponkul@iohk.io>

docs: update website link to Identus (#1096)

Signed-off-by: Michael Breuninger <michael.breuninger@iohk.io>
Signed-off-by: mkbreuning <97112931+mkbreuningIOHK@users.noreply.github.com>
Signed-off-by: Pat Losoponkul <pat.losoponkul@iohk.io>

fix: integrate issuer metadata in oid4vci credential endpoint (#1105)

Signed-off-by: Pat Losoponkul <pat.losoponkul@iohk.io>

ci: fix linter warnings (#1109)

Signed-off-by: Pat Losoponkul <pat.losoponkul@iohk.io>

feat: Rename helm chart and its resources (#1104)

Signed-off-by: Milos Backonja <milos.backonja@iohk.io>
Signed-off-by: Pat Losoponkul <pat.losoponkul@iohk.io>

chore(release): cut Identus Cloud agent 1.34.0 release

* Rename helm chart and its resources ([#1104](#1104)) ([84c5cea](84c5cea))

Signed-off-by: Allain Magyar <allain.magyar@iohk.io>
Signed-off-by: Pat Losoponkul <pat.losoponkul@iohk.io>

feat: integrate SD JWT (#1016)

Signed-off-by: FabioPinheiro <fabiomgpinheiro@gmail.com>
Signed-off-by: mineme0110 <shailesh.patil@iohk.io>
Co-authored-by: mineme0110 <shailesh.patil@iohk.io>

build: sbt and plugins dependency update (#1102)

Signed-off-by: Hyperledger Bot <hyperledger-bot@hyperledger.org>
Co-authored-by: Hyperledger Bot <hyperledger-bot@hyperledger.org>
Co-authored-by: Yurii Shynbuiev - IOHK <yurii.shynbuiev@iohk.io>
Signed-off-by: Pat Losoponkul <pat.losoponkul@iohk.io>

test: updates integration test tags (#1098)

Signed-off-by: Allain Magyar <allain.magyar@iohk.io>
Co-authored-by: Yurii Shynbuiev - IOHK <yurii.shynbuiev@iohk.io>
Signed-off-by: Pat Losoponkul <pat.losoponkul@iohk.io>

feat(agent): ATL-6839 migrate DIDComm endpoint to tapir (#1116)

Signed-off-by: Benjamin Voiturier <benjamin.voiturier@iohk.io>

Resolve merge conflicts

Signed-off-by: Pat Losoponkul <pat.losoponkul@iohk.io>

fix: re-number migration

Signed-off-by: Pat Losoponkul <pat.losoponkul@iohk.io>

ci: switch to the GitHub runners (#1121)

Signed-off-by: Yurii Shynbuiev <yurii.shynbuiev@iohk.io>
Signed-off-by: Pat Losoponkul <pat.losoponkul@iohk.io>

chore: scalafmt import rewrite (#1120)

Signed-off-by: Pat Losoponkul <pat.losoponkul@iohk.io>

fix: VC Verification API Doc (#1118)

Signed-off-by: Bassam Riman <bassam.riman@iohk.io>
Co-authored-by: Yurii Shynbuiev - IOHK <yurii.shynbuiev@iohk.io>
Signed-off-by: Pat Losoponkul <pat.losoponkul@iohk.io>

fix:  SemanticCheckOfClaims In Verification API (#1124)

Signed-off-by: Bassam Riman <bassam.riman@iohk.io>
Signed-off-by: Pat Losoponkul <pat.losoponkul@iohk.io>

ci: revert switch to the GitHub runners (#1123)

Signed-off-by: Pat Losoponkul <pat.losoponkul@iohk.io>

fix:  update the jose dependency and switch back to the official library (#1117)

Signed-off-by: mineme0110 <shailesh.patil@iohk.io>
Signed-off-by: Pat Losoponkul <pat.losoponkul@iohk.io>

fix: make oidc local script work (#1131)

Signed-off-by: Pat Losoponkul <pat.losoponkul@iohk.io>

feat: authentication for oid4vci credential and nonce endpoint (#1148)

Signed-off-by: Pat Losoponkul <pat.losoponkul@iohk.io>

fix: update issuer auth server model parity (#1154)

Signed-off-by: Pat Losoponkul <pat.losoponkul@iohk.io>

feat(agent): validate JWT proof in the credential request, update dem… (#1165)

Signed-off-by: Yurii Shynbuiev <yurii.shynbuiev@iohk.io>
Signed-off-by: Hyperledger Bot <hyperledger-bot@hyperledger.org>
Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
Co-authored-by: Hyperledger Bot <hyperledger-bot@hyperledger.org>

feat: add claims to the VC (#1176)

Signed-off-by: Yurii Shynbuiev <yurii.shynbuiev@iohk.io>
Signed-off-by: Pat Losoponkul <pat.losoponkul@iohk.io>

chore: migrate oid4vci example to published keycloak plugin (#1174)

Signed-off-by: Pat Losoponkul <pat.losoponkul@iohk.io>

fix: add claims validation when creating oid4vci credential offer (#1178)

Signed-off-by: Pat Losoponkul <pat.losoponkul@iohk.io>

fix: Changing .chart.name reference, adding name override (#1129)

Signed-off-by: Milos Backonja <milos.backonja@iohk.io>
Signed-off-by: Pat Losoponkul <pat.losoponkul@iohk.io>

chore(release): cut Identus Cloud agent 1.35.0 release

*  SemanticCheckOfClaims In Verification API ([#1124](#1124)) ([7cb4192](7cb4192))
*  update the jose dependency and switch back to the official library ([#1117](#1117)) ([3608aaf](3608aaf))
* Changing .chart.name reference, adding name override ([#1129](#1129)) ([650ae3b](650ae3b))
* VC Verification API Doc ([#1118](#1118)) ([d70d4b7](d70d4b7))

* **agent:** ATL-6839 migrate DIDComm endpoint to tapir ([#1116](#1116)) ([2f4f7c3](2f4f7c3))
* integrate SD JWT ([#1016](#1016)) ([9d7948f](9d7948f))

Signed-off-by: Allain Magyar <allain.magyar@iohk.io>
Signed-off-by: Pat Losoponkul <pat.losoponkul@iohk.io>

docs(agent): Regenerate PNG images from updated PUML files (#1128)

Signed-off-by: Benjamin Voiturier <benjamin.voiturier@iohk.io>
Signed-off-by: Pat Losoponkul <pat.losoponkul@iohk.io>

fix: Add expiration time for cloud-agent (#1132)

Signed-off-by: mineme0110 <shailesh.patil@iohk.io>
Signed-off-by: Pat Losoponkul <pat.losoponkul@iohk.io>

style: remove deprecated Scala syntax (#1134)

Signed-off-by: FabioPinheiro <fabiomgpinheiro@gmail.com>

fix: Chart refactor (#1143)

Signed-off-by: Milos Backonja <milos.backonja@iohk.io>
Signed-off-by: Pat Losoponkul <pat.losoponkul@iohk.io>

chore(release): cut Identus Cloud agent 1.35.1 release

* Add expiration time for cloud-agent ([#1132](#1132)) ([f719120](f719120))
* Chart refactor ([#1143](#1143)) ([f309a0e](f309a0e))

Signed-off-by: Allain Magyar <allain.magyar@iohk.io>
Signed-off-by: Pat Losoponkul <pat.losoponkul@iohk.io>

ci: add custom DCO check action [skip ci] (#1142)

Signed-off-by: Pat Losoponkul <pat.losoponkul@iohk.io>

fix: Schema Error Handling (#1138)

Signed-off-by: Bassam Riman <bassam.riman@iohk.io>
Signed-off-by: Pat Losoponkul <pat.losoponkul@iohk.io>

ci: revert custom DCO check action [skip ci] (#1147)

Signed-off-by: Pat Losoponkul <pat.losoponkul@iohk.io>

test: add checks for prism did creation (#1144)

Signed-off-by: Allain Magyar <allain.magyar@iohk.io>
Signed-off-by: Hyperledger Bot <hyperledger-bot@hyperledger.org>
Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
Co-authored-by: Hyperledger Bot <hyperledger-bot@hyperledger.org>
Co-authored-by: Yurii Shynbuiev - IOHK <yurii.shynbuiev@iohk.io>
Signed-off-by: Pat Losoponkul <pat.losoponkul@iohk.io>

style: remove unused imports (#1135)

Signed-off-by: FabioPinheiro <fabiomgpinheiro@gmail.com>

docs: updating the hdkey ADR  [skip ci]  (#1149)

Signed-off-by: Hyperledger Bot <hyperledger-bot@hyperledger.org>
Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
Co-authored-by: Hyperledger Bot <hyperledger-bot@hyperledger.org>
Signed-off-by: Pat Losoponkul <pat.losoponkul@iohk.io>

feat: improve ZIO failures and defects in credential definition (#1133)

Signed-off-by: FabioPinheiro <fabiomgpinheiro@gmail.com>
Signed-off-by: Pat Losoponkul <pat.losoponkul@iohk.io>

fix: Credential Defintion Error Handling Part 2 (#1155)

Signed-off-by: Bassam Riman <bassam.riman@iohk.io>
Signed-off-by: Pat Losoponkul <pat.losoponkul@iohk.io>

fix: Credential Defintion Error Handling Part 2 (#1156)

Signed-off-by: Bassam Riman <bassam.riman@iohk.io>
Signed-off-by: Pat Losoponkul <pat.losoponkul@iohk.io>

feat: Remove double Error logs in DIDController (#1140)

fix: pick right key type when creating corresponding issuer (#1157)

Signed-off-by: Pat Losoponkul <pat.losoponkul@iohk.io>

build: internal dependency updates (#1126)

Signed-off-by: Hyperledger Bot <hyperledger-bot@hyperledger.org>
Signed-off-by: Pat Losoponkul <pat.losoponkul@iohk.io>
Co-authored-by: Hyperledger Bot <hyperledger-bot@hyperledger.org>
Co-authored-by: patlo-iog <pat.losoponkul@iohk.io>
Signed-off-by: Pat Losoponkul <pat.losoponkul@iohk.io>

fix: Update the Holder to send the presentation only, No claims to disclose is needed separately  (#1158)

Signed-off-by: mineme0110 <shailesh.patil@iohk.io>
Signed-off-by: Pat Losoponkul <pat.losoponkul@iohk.io>

fix: Helm chart refactor (#1160)

Signed-off-by: Milos Backonja <milos.backonja@iohk.io>
Signed-off-by: Pat Losoponkul <pat.losoponkul@iohk.io>

chore(release): cut Identus Cloud agent 1.36.0 release

* Credential Defintion Error Handling Part 2 ([#1155](#1155)) ([2df5306](2df5306))
* Credential Defintion Error Handling Part 2 ([#1156](#1156)) ([5755504](5755504))
* Helm chart refactor ([#1160](#1160)) ([4b59112](4b59112))
* pick right key type when creating corresponding issuer ([#1157](#1157)) ([22f0448](22f0448))
* Schema Error Handling ([#1138](#1138)) ([a9da840](a9da840))
* Update the Holder to send the presentation only, No claims to disclose is needed separately  ([#1158](#1158)) ([9eaa5d4](9eaa5d4))

* improve ZIO failures and defects in credential definition ([#1133](#1133)) ([d6dfb72](d6dfb72))
* Remove double Error logs in DIDController ([#1140](#1140)) ([888ebb4](888ebb4))

Signed-off-by: Allain Magyar <allain.magyar@iohk.io>
Signed-off-by: Pat Losoponkul <pat.losoponkul@iohk.io>

fix: Helm chart refactor vol2 (#1162)

Signed-off-by: Milos Backonja <milos.backonja@iohk.io>
Signed-off-by: Pat Losoponkul <pat.losoponkul@iohk.io>

chore(release): cut Identus Cloud agent 1.36.1 release

* Helm chart refactor vol2 ([#1162](#1162)) ([72fc6d1](72fc6d1))

Signed-off-by: Allain Magyar <allain.magyar@iohk.io>
Signed-off-by: Pat Losoponkul <pat.losoponkul@iohk.io>

feat: ATL-6834 Use ZIO Failures and Defects effectively in the Issue flow (#1139)

Signed-off-by: Benjamin Voiturier <benjamin.voiturier@iohk.io>

feat: use the compact format in SD-JWT (#1169)

Signed-off-by: Pat Losoponkul <pat.losoponkul@iohk.io>

fix: Present Error Handling (Part 1: Repo Changes) (#1172)

Signed-off-by: Bassam Riman <bassam.riman@iohk.io>
Signed-off-by: Pat Losoponkul <pat.losoponkul@iohk.io>

feat: ATL 6829 - Integrate ZIO failures and defects ADR in credential status list (#1175)

Signed-off-by: Benjamin Voiturier <benjamin.voiturier@iohk.io>
Signed-off-by: Pat Losoponkul <pat.losoponkul@iohk.io>

fix: resolve merge conflict and error interface

chore: use latest snaptshot version for example

Signed-off-by: Pat Losoponkul <pat.losoponkul@iohk.io>

style: fix and fmt

Signed-off-by: Pat Losoponkul <pat.losoponkul@iohk.io>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
dependencies Pull requests that update a dependency file infra python Pull requests that update Python code
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

2 participants