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 v0.13.0 #2067

Merged
merged 6 commits into from
Sep 27, 2023
Merged

Release v0.13.0 #2067

merged 6 commits into from
Sep 27, 2023

Conversation

angrybayblade
Copy link
Contributor

Release summary

Version number: v0.13.0

Release details

Autonomy:

  • Replaces open-aea-web3 with web3py<7,>=6.0.0
  • Bumps protobuf<5.0.0,>=4.21.6
  • Fixes protobuf incompatibility issue when importing hardware wallet plugin
  • Refactors autonomy and agent images to
    • Include install and build scripts in the base image
    • Remove unwanted layers
    • Remove unwanted data files

Packages:

  • Generates protocols using the latest compatible protobuf compiler
  • Compiles the tendermint connection protocol buffers using the latest compatible protobuf compiler

Chores:

  • Bumps protobuf compiler to 24.3

Checklist

Put an x in the boxes that apply.

  • I have read the CONTRIBUTING doc
  • I am making a pull request against the main branch (left side), from develop
  • I've updated the dependencies versions to the latest, wherever is possible.
  • Lint and unit tests pass locally (please run tests also manually, not only with tox)
  • I built the documentation and updated it with the latest changes
  • I've added an item in HISTORY.md for this release
  • I bumped the version number in the __init__.py file.
  • I published the latest version on TestPyPI and checked that the following command work:
    pip install project-name==<version-number> --index-url https://test.pypi.org/simple --force --no-cache-dir --no-deps
  • After merging the PR, I'll publish the build also on PyPI. Then, I'll make sure the following
    command will work:
    pip install project-name-template==<version_number> --force --no-cache-dir --no-deps
  • After merging the PR, I'll tag the repo with v${VERSION_NUMVER} (e.g. v0.1.2)

@codecov
Copy link

codecov bot commented Sep 27, 2023

Codecov Report

All modified lines are covered by tests ✅

❗ No coverage uploaded for pull request base (feat/optimise-images@03bc0a4). Click here to learn what that means.

❗ Current head 294710b differs from pull request most recent head c457950. Consider uploading reports for the commit c457950 to get more accurate results

Additional details and impacted files
@@                   Coverage Diff                   @@
##             feat/optimise-images    #2067   +/-   ##
=======================================================
  Coverage                        ?   94.24%           
=======================================================
  Files                           ?      263           
  Lines                           ?    15956           
  Branches                        ?        0           
=======================================================
  Hits                            ?    15037           
  Misses                          ?      919           
  Partials                        ?        0           
Flag Coverage Δ
unittests 94.24% <0.00%> (?)

Flags with carried forward coverage won't be shown. Click here to find out more.

☔ View full report in Codecov by Sentry.
📢 Have feedback on the report? Share it here.

@jmoreira-valory
Copy link
Collaborator

Please include the --reuse-multisig flag in the corresponding documentation.

@angrybayblade angrybayblade merged commit 2f739a7 into feat/optimise-images Sep 27, 2023
@DavidMinarsch DavidMinarsch deleted the release/v0.13.0 branch November 25, 2023 23:21
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants