Skip to content

Commit

Permalink
Deployed db5ead3 to main with MkDocs 1.6.1 and mike 2.1.3
Browse files Browse the repository at this point in the history
  • Loading branch information
github-actions[bot] committed Oct 2, 2024
1 parent 30ce618 commit 798bfb0
Show file tree
Hide file tree
Showing 10 changed files with 129 additions and 26 deletions.
47 changes: 27 additions & 20 deletions main/CHANGELOG/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -523,28 +523,28 @@
<ul class="md-nav__list" data-md-component="toc" data-md-scrollfix>

<li class="md-nav__item">
<a href="#101rc0" class="md-nav__link">
<a href="#101rc1" class="md-nav__link">
<span class="md-ellipsis">
1.0.1rc0
1.0.1rc1
</span>
</a>

<nav class="md-nav" aria-label="1.0.1rc0">
<nav class="md-nav" aria-label="1.0.1rc1">
<ul class="md-nav__list">

<li class="md-nav__item">
<a href="#september-25-2024" class="md-nav__link">
<a href="#october-1-2024" class="md-nav__link">
<span class="md-ellipsis">
September 25, 2024
October 1, 2024
</span>
</a>

</li>

<li class="md-nav__item">
<a href="#101rc0-breaking-changes" class="md-nav__link">
<a href="#101rc1-breaking-changes" class="md-nav__link">
<span class="md-ellipsis">
1.0.1rc0 Breaking Changes
1.0.1rc1 Breaking Changes
</span>
</a>

Expand Down Expand Up @@ -2593,28 +2593,28 @@
<ul class="md-nav__list" data-md-component="toc" data-md-scrollfix>

<li class="md-nav__item">
<a href="#101rc0" class="md-nav__link">
<a href="#101rc1" class="md-nav__link">
<span class="md-ellipsis">
1.0.1rc0
1.0.1rc1
</span>
</a>

<nav class="md-nav" aria-label="1.0.1rc0">
<nav class="md-nav" aria-label="1.0.1rc1">
<ul class="md-nav__list">

<li class="md-nav__item">
<a href="#september-25-2024" class="md-nav__link">
<a href="#october-1-2024" class="md-nav__link">
<span class="md-ellipsis">
September 25, 2024
October 1, 2024
</span>
</a>

</li>

<li class="md-nav__item">
<a href="#101rc0-breaking-changes" class="md-nav__link">
<a href="#101rc1-breaking-changes" class="md-nav__link">
<span class="md-ellipsis">
1.0.1rc0 Breaking Changes
1.0.1rc1 Breaking Changes
</span>
</a>

Expand Down Expand Up @@ -2908,16 +2908,18 @@


<h1 id="aries-cloud-agent-python-changelog">Aries Cloud Agent Python Changelog<a class="headerlink" href="#aries-cloud-agent-python-changelog" title="Permanent link">&para;</a></h1>
<h2 id="101rc0">1.0.1rc0<a class="headerlink" href="#101rc0" title="Permanent link">&para;</a></h2>
<h3 id="september-25-2024">September 25, 2024<a class="headerlink" href="#september-25-2024" title="Permanent link">&para;</a></h3>
<h2 id="101rc1">1.0.1rc1<a class="headerlink" href="#101rc1" title="Permanent link">&para;</a></h2>
<h3 id="october-1-2024">October 1, 2024<a class="headerlink" href="#october-1-2024" title="Permanent link">&para;</a></h3>
<p>Release 1.0.1 <em>might</em> be the last release of ACA-Py from the Hyperledger
organization before the repository moves to the <a href="https://openwallet.foundation/">OpenWallet Foundation</a> (OWF). As
noted in the repository <a href="../">README.md</a>, the ACA-Py project will soon be
moving soon to the OWF's GitHub organization as the <a href="https://github.com/openwallet-foundation/project-proposals/pull/42">new "acapy"
project</a>.</p>
<p>For details on what this means for ACA-Py users, including steps for updating deployments, please follow the updates in <a href="https://github.com/hyperledger/aries-cloudagent-python/issues/3250">GitHub Issue #3250</a>. We'll keep you informed about the approach, timeline, and progress of the move. Stay tuned!</p>
<p>The release contains mostly internal clean ups, technical debt elimination, and
a revision to the integration testing approach, incorporating the <a href="https://github.com/hyperledger/aries-agent-test-harness">Aries Agent Test Harness</a> tests in the ACA-Py continuous integration testing process.</p>
a revision to the integration testing approach, incorporating the <a href="https://github.com/hyperledger/aries-agent-test-harness">Aries Agent Test Harness</a> tests in the ACA-Py continuous integration testing process. There are substantial enhancements in the
management of keys and their use with <a href="https://www.w3.org/TR/vc-data-integrity/">VC-DI</a> proofs, and web-based DID methods like
<code>did:web</code>. See the <code>Wallet and Key Handling</code> updates in the categorized PR list below.</p>
<p>There are several important <strong><a href="#deprecation-notices">deprecation notices</a></strong>
in this release in preparation for the next ACA-Py release. Please review these notifications carefully!</p>
<p>In an attempt to shorten the categorized list of PRs in the release, rather than
Expand All @@ -2941,13 +2943,15 @@ <h4 id="deprecation-notices">Deprecation Notices<a class="headerlink" href="#dep
configuration to load those protocols from the respective plugins.</p>
</li>
</ul>
<h3 id="101rc0-breaking-changes">1.0.1rc0 Breaking Changes<a class="headerlink" href="#101rc0-breaking-changes" title="Permanent link">&para;</a></h3>
<h3 id="101rc1-breaking-changes">1.0.1rc1 Breaking Changes<a class="headerlink" href="#101rc1-breaking-changes" title="Permanent link">&para;</a></h3>
<p>There are no breaking changes in ACA-Py Release 1.0.1.</p>
<h4 id="101rc0-categorized-list-of-pull-requests">1.0.1rc0 Categorized List of Pull Requests<a class="headerlink" href="#101rc0-categorized-list-of-pull-requests" title="Permanent link">&para;</a></h4>
<h4 id="101rc1-categorized-list-of-pull-requests">1.0.1rc1 Categorized List of Pull Requests<a class="headerlink" href="#101rc1-categorized-list-of-pull-requests" title="Permanent link">&para;</a></h4>
<ul>
<li>
<p>Wallet and Key Handling Updates</p>
<ul>
<li>Data integrity routes <a href="https://github.com/hyperledger/aries-cloudagent-python/pull/3261">#3261</a> <a href="https://github.com/PatStLouis">PatStLouis</a></li>
<li>[BUG] Handle get key operation when no tag has been set <a href="https://github.com/hyperledger/aries-cloudagent-python/pull/3256">#3256</a> <a href="https://github.com/PatStLouis">PatStLouis</a></li>
<li>Feature multikey management <a href="https://github.com/hyperledger/aries-cloudagent-python/pull/3246">#3246</a> <a href="https://github.com/PatStLouis">PatStLouis</a></li>
<li>chore: delete unused keypair storage manager <a href="https://github.com/hyperledger/aries-cloudagent-python/pull/3245">#3245</a> <a href="https://github.com/dbluhm">dbluhm</a></li>
</ul>
Expand Down Expand Up @@ -2983,6 +2987,8 @@ <h4 id="101rc0-categorized-list-of-pull-requests">1.0.1rc0 Categorized List of P
<li>
<p>Dependencies and Internal Fixes/Updates:</p>
<ul>
<li>Adjust sonarcloud and integration test workflows <a href="https://github.com/hyperledger/aries-cloudagent-python/pull/3259">#3259</a> <a href="https://github.com/jamshale">jamshale</a></li>
<li>fix: enable refreshing did endpoint using mediator info <a href="https://github.com/hyperledger/aries-cloudagent-python/pull/3260">#3260</a> <a href="https://github.com/dbluhm">dbluhm</a></li>
<li>Removing padding from url invitations <a href="https://github.com/hyperledger/aries-cloudagent-python/pull/3238">#3238</a> <a href="https://github.com/jamshale">jamshale</a></li>
<li>Ensure that DAP_PORT is always an int <a href="https://github.com/hyperledger/aries-cloudagent-python/pull/3241">#3241</a> <a href="https://github.com/Gavinok">Gavinok</a></li>
<li>Fix logic to send verbose webhooks <a href="https://github.com/hyperledger/aries-cloudagent-python/pull/3193">#3193</a> <a href="https://github.com/ianco">ianco</a></li>
Expand All @@ -2995,13 +3001,14 @@ <h4 id="101rc0-categorized-list-of-pull-requests">1.0.1rc0 Categorized List of P
<li>
<p>Release management pull requests:</p>
<ul>
<li>1.0.1rc1 <a href="https://github.com/hyperledger/aries-cloudagent-python/pull/3268">#3268</a> <a href="https://github.com/swcurran">swcurran</a></li>
<li>1.0.1rc0 <a href="https://github.com/hyperledger/aries-cloudagent-python/pull/3254">#3254</a> <a href="https://github.com/swcurran">swcurran</a></li>
</ul>
</li>
<li>
<p>Dependabot PRs</p>
<ul>
<li><a href="https://github.com/hyperledger/aries-cloudagent-python/pulls?q=is%3Apr+is%3Amerged+merged%3A2024-08-15..2024-09-25+author%3Aapp%2Fdependabot+">Link to list of Dependabot PRs in this release</a></li>
<li><a href="https://github.com/hyperledger/aries-cloudagent-python/pulls?q=is%3Apr+is%3Amerged+merged%3A2024-08-15..2024-10-01+author%3Aapp%2Fdependabot+">Link to list of Dependabot PRs in this release</a></li>
</ul>
</li>
</ul>
Expand Down
4 changes: 2 additions & 2 deletions main/Managing-ACA-Py-Doc-Site/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -2400,7 +2400,7 @@ <h2 id="generation-process">Generation Process<a class="headerlink" href="#gener
and mkdocs configuration.</p>
<p>When the GitHub Action fires, it runs a container that carries out the following steps:</p>
<ul>
<li>Checks out the triggering branch, either <code>main</code> or <code>docs-v&lt;version&gt;</code> (e.g <code>docs-v1.0.1rc0</code>).</li>
<li>Checks out the triggering branch, either <code>main</code> or <code>docs-v&lt;version&gt;</code> (e.g <code>docs-v1.0.1rc1</code>).</li>
<li>Runs the script <a href="https://github.com/hyperledger/aries-cloudagent-python/blob/main/scripts/prepmkdocs.sh">scripts/prepmkdocs.sh</a>, which moves and updates some of the
markdown files so that they fit into the generated site. See the comments in
the scripts for details about the copying and editing done via the script. In
Expand Down Expand Up @@ -2471,7 +2471,7 @@ <h2 id="removing-rc-releases-from-the-generated-site">Removing RC Releases From
<li>Check your <code>git status</code> and make sure there are no changes in the branch --
e.g., new files that shouldn't be added to the <code>gh-pages</code> branch. If there are
any -- delete the files so they are not added.</li>
<li>Remove the folder for the RC. For example <code>rm -rf 1.0.1rc0</code></li>
<li>Remove the folder for the RC. For example <code>rm -rf 1.0.1rc1</code></li>
<li>Edit the <code>versions.json</code> file and remove the reference to the RC release in
the file.</li>
<li>Push the changes via a PR to the ACA-Py <code>gh-pages</code> branch (don't PR them into
Expand Down
4 changes: 2 additions & 2 deletions main/PUBLISHING/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -2282,7 +2282,7 @@ <h1 id="how-to-publish-a-new-version">How to Publish a New Version<a class="head
<p>Once ready to do a release, create a local branch that includes the following updates:</p>
<ol>
<li>
<p>Create a local PR branch from an updated <code>main</code> branch, e.g. "1.0.1rc0".</p>
<p>Create a local PR branch from an updated <code>main</code> branch, e.g. "1.0.1rc1".</p>
</li>
<li>
<p>See if there are any Document Site <code>mkdocs</code> changes needed. Run the script
Expand Down Expand Up @@ -2408,7 +2408,7 @@ <h1 id="how-to-publish-a-new-version">How to Publish a New Version<a class="head
<ol>
<li>
<p>When a new release is tagged, create a new branch at the same commit with
the branch name in the format <code>docs-v&lt;version&gt;</code>, for example, <code>docs-v1.0.1rc0</code>.
the branch name in the format <code>docs-v&lt;version&gt;</code>, for example, <code>docs-v1.0.1rc1</code>.
The creation of the branch triggers the execution of the <a href="https://github.com/hyperledger/aries-cloudagent-python/blob/main/.github/workflows/publish-docs.yml">publish-docs</a>
GitHub Action which generates the documentation for the new release,
publishing it at <a href="https://aca-py.org">https://aca-py.org</a>. The GitHub Action also executes when
Expand Down
2 changes: 1 addition & 1 deletion main/features/SupportedRFCs/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -2531,7 +2531,7 @@ <h1 id="aries-aip-and-rfcs-supported-in-aries-cloud-agent-python">Aries AIP and
ACA-Py or the repository <code>main</code> branch. Reminders (and PRs!) to update this page are
welcome! If you have any questions, please contact us on the #aries channel on
<a href="https://discord.gg/hyperledger">Hyperledger Discord</a> or through an issue in this repo.</p>
<p><strong>Last Update</strong>: 2024-09-25, Release 1.0.1rc0</p>
<p><strong>Last Update</strong>: 2024-10-01, Release 1.0.1rc1</p>
<blockquote>
<p>The checklist version of this document was created as a joint effort
between <a href="https://northernblock.io/">Northern Block</a>, <a href="https://animo.id/">Animo Solutions</a> and the Ontario government, on behalf of the Ontario government.</p>
Expand Down
18 changes: 18 additions & 0 deletions main/generated/aries_cloudagent.vc.data_integrity.cryptosuites.rst
Original file line number Diff line number Diff line change
@@ -0,0 +1,18 @@
aries\_cloudagent.vc.data\_integrity.cryptosuites package
=========================================================

.. automodule:: aries_cloudagent.vc.data_integrity.cryptosuites
:members:
:undoc-members:
:show-inheritance:

Submodules
----------

aries\_cloudagent.vc.data\_integrity.cryptosuites.eddsa\_jcs\_2022 module
-------------------------------------------------------------------------

.. automodule:: aries_cloudagent.vc.data_integrity.cryptosuites.eddsa_jcs_2022
:members:
:undoc-members:
:show-inheritance:
34 changes: 34 additions & 0 deletions main/generated/aries_cloudagent.vc.data_integrity.models.rst
Original file line number Diff line number Diff line change
@@ -0,0 +1,34 @@
aries\_cloudagent.vc.data\_integrity.models package
===================================================

.. automodule:: aries_cloudagent.vc.data_integrity.models
:members:
:undoc-members:
:show-inheritance:

Submodules
----------

aries\_cloudagent.vc.data\_integrity.models.options module
----------------------------------------------------------

.. automodule:: aries_cloudagent.vc.data_integrity.models.options
:members:
:undoc-members:
:show-inheritance:

aries\_cloudagent.vc.data\_integrity.models.proof module
--------------------------------------------------------

.. automodule:: aries_cloudagent.vc.data_integrity.models.proof
:members:
:undoc-members:
:show-inheritance:

aries\_cloudagent.vc.data\_integrity.models.verification\_response module
-------------------------------------------------------------------------

.. automodule:: aries_cloudagent.vc.data_integrity.models.verification_response
:members:
:undoc-members:
:show-inheritance:
43 changes: 43 additions & 0 deletions main/generated/aries_cloudagent.vc.data_integrity.rst
Original file line number Diff line number Diff line change
@@ -0,0 +1,43 @@
aries\_cloudagent.vc.data\_integrity package
============================================

.. automodule:: aries_cloudagent.vc.data_integrity
:members:
:undoc-members:
:show-inheritance:

Subpackages
-----------

.. toctree::
:maxdepth: 4

aries_cloudagent.vc.data_integrity.cryptosuites
aries_cloudagent.vc.data_integrity.models

Submodules
----------

aries\_cloudagent.vc.data\_integrity.errors module
--------------------------------------------------

.. automodule:: aries_cloudagent.vc.data_integrity.errors
:members:
:undoc-members:
:show-inheritance:

aries\_cloudagent.vc.data\_integrity.manager module
---------------------------------------------------

.. automodule:: aries_cloudagent.vc.data_integrity.manager
:members:
:undoc-members:
:show-inheritance:

aries\_cloudagent.vc.data\_integrity.routes module
--------------------------------------------------

.. automodule:: aries_cloudagent.vc.data_integrity.routes
:members:
:undoc-members:
:show-inheritance:
1 change: 1 addition & 0 deletions main/generated/aries_cloudagent.vc.rst
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,7 @@ Subpackages
.. toctree::
:maxdepth: 4

aries_cloudagent.vc.data_integrity
aries_cloudagent.vc.ld_proofs
aries_cloudagent.vc.vc_di
aries_cloudagent.vc.vc_ld
Expand Down
2 changes: 1 addition & 1 deletion main/search/search_index.json

Large diffs are not rendered by default.

Binary file modified main/sitemap.xml.gz
Binary file not shown.

0 comments on commit 798bfb0

Please sign in to comment.