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.10.10.post1 #2019

Merged
merged 7 commits into from
Jul 31, 2023
Merged

Release v0.10.10.post1 #2019

merged 7 commits into from
Jul 31, 2023

Conversation

angrybayblade
Copy link
Contributor

Release summary

Version number: v0.10.10.post1

Release details

Autonomy:

  • Update tendermint testnet command generator to accommodate for new container naming format

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)

Further comments

Write here any other comment about the release, if any.

tests/test_base.py Outdated Show resolved Hide resolved
@codecov
Copy link

codecov bot commented Jul 28, 2023

Codecov Report

Patch coverage: 100.00% and no project coverage change.

Comparison is base (ab24309) 94.38% compared to head (d6aa82b) 94.38%.

Additional details and impacted files
@@           Coverage Diff           @@
##             main    #2019   +/-   ##
=======================================
  Coverage   94.38%   94.38%           
=======================================
  Files         240      240           
  Lines       14422    14422           
=======================================
  Hits        13612    13612           
  Misses        810      810           
Flag Coverage Δ
unittests 94.38% <100.00%> (ø)

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

Files Changed Coverage Δ
autonomy/__version__.py 100.00% <100.00%> (ø)
autonomy/constants.py 100.00% <100.00%> (ø)
autonomy/deploy/generators/docker_compose/base.py 100.00% <100.00%> (ø)
...nomy/deploy/generators/docker_compose/templates.py 100.00% <100.00%> (ø)

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

Copy link
Collaborator

@dvilelaf dvilelaf left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Has this been tested against an actual service? For example, the hello world or simple abci service?

Copy link
Collaborator

@dvilelaf dvilelaf left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Just run this with IEKit. Can confirm it seems to be working now.

@angrybayblade angrybayblade merged commit e279da8 into main Jul 31, 2023
20 of 24 checks passed
@DavidMinarsch DavidMinarsch deleted the fix/deployment-build branch August 10, 2023 13:09
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