Releases: regro/rever
Releases · regro/rever
0.5.0
Added:
- New
$GHRELEASE_TARGET
variable (str or None) allow users to set
the git branch/commit to target for the GitHub release. If this value is None,
it will use the default branch name. - added get_oauth_token in github.xsh to authorize rever application to make changes to a user's github
- added GitHub_raise_for_status helper function for get_oauth_token in github.xsh
- added credfile_new_format helper function for login in github.xsh to ensure new credfile is written
Changed:
- changed credfile_new_format helper function to check if credfile adheres to the new format after it checks if file exists
(not at the same time) - changed test_conda_forge_activity to expect two-line credfile
- changed write_credfile in github.xsh to now call get_oauth_token. User is no longer prompted for password as this is handled through a browser
- changed read_credfile in github.xsh to handle new format of credfile (without password)
- changed login in github.xsh to login with OAuth token only
- changed github3 in github.xsh to conform with latest version of github3.py API
- changed test_github.py to handle new behavior of credfile and wnsure new format
- changed doc_configurable flag in docs/conf.py to is_configurable
- changed doc_store_as_str flag in docs/conf.py to can_store_as_str
Deprecated:
Removed:
- Removed pip install of xonsh from github
Fixed:
- Fixed broken GitHub login behavior by using OAuth authentication
Security:
Authors:
- Anthony Scopatz
- Rob Koch
- Julian Rüth
0.4.8
0.4.7
0.4.6
0.4.5
Added:
- A new
Forge
activity available asforge
. It allows updating a forge feedstock on a forge different than the conda-forge. - A new
Check
activity available ascheck
that runsrever check
.
Fixed:
- example activity's call needs to return True in documentation
- Fixed issue where rever could not be run from within Bash by setting
$THREAD_SUBPROCS = False
. - a typo in the documentation
Authors:
- Anthony Scopatz
- Hadrien Mary
- Julian Rüth
0.4.4
Added:
- Added AppImage activity
rever.activities.gcloud.DeploytoGcloud
now has an undo
Changed:
rever.activities.gcloud.DeploytoGCloud
now awaits the deployment of the new image.
If the deployment fails then it tries 2 more times, then errors.
Fixed:
- Fixes for xonsh >0.9.18
Authors:
- Anthony Scopatz
- Christopher J. Wright
- a
- Melissa Weber Mendonça
- Bas Nijholt