Skip to content

Tags: DataDog/riot

Tags

v0.22.1

Toggle v0.22.1's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
fix: enforce wheel install when --wheel-path is provided (#269)

v0.22.0

Toggle v0.22.0's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
feat: add support for installing pre-built wheels (#239)

* feat: add support for installing pre-built wheels

* --wheel-source -> --wheel-path

* merge whoopsie

* lint

* imports in tests

* flake8

* Emmett.butler/local dependency wheels (#268)

* add argument allowing specification of local wheel dependencies

* add argument to generate command

* forgot arg

* missing argument

* flake

* undo

* wat

* Apply suggestion from @brettlangdon

Co-authored-by: Brett Langdon <brett.langdon@datadoghq.com>

---------

Co-authored-by: Emmett Butler <emmett.butler321@gmail.com>
Co-authored-by: Emmett Butler <723615+emmettbutler@users.noreply.github.com>

0.21.0

Toggle 0.21.0's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
fix: update virtualenv (#245)

* fix: update virtualenv

* pip-tools fix

* limit pip version

* address typing errors

v0.20.1

Toggle v0.20.1's commit message

Verified

This commit was signed with the committer’s verified signature.
brettlangdon Brett Langdon
fix: only log env variables when debugging logging (#234)

v0.20.0

Toggle v0.20.0's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
fix(ci): wheel and sdist artifacts should get uploaded to shared `art…

…ifact` dir (#233)

* remove unique names so that the wheel and sdist get uploaded to the artifact directory instead

* updated pypi upload and using legacy pypi url to test

* update condition to trigger pypi for testing

* fix branch name

* remove condition for testing

* update version of gh-action-pypi-publish

* add on.workflow_call.secrets

* remove condition for testing

* check if token exists

* add back condition for upload

v0.19.1

Toggle v0.19.1's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
fix: ensure setuptools is present in riot lock files (#228)

* fix: use --allow-unsafe when generating lock files

* Add release note

v0.19.0

Toggle v0.19.0's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
feat: support 3.12 and drop support for 2.7 virtual environments (#220)

v0.18.0

Toggle v0.18.0's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
feat: add support for 3.12 (#217)

v0.17.7

Toggle v0.17.7's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
fix: use better logic to decide when to install the dev package (#216)

v0.17.6

Toggle v0.17.6's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
fix: honour the skip option (#215)

We fix a regression whereby the skip option was ignored if the base
venv did not exist, forcing the installation of the dev package
even when requested not to do so.