Releases: rapidsai/gha-tools
Releases · rapidsai/gha-tools
v0.0.73
Add new github tool that extracts all conda archives (#82)
v0.0.72
Fix triggered workflow error (#81) The workflow file in the trigger downstream repository was renamed [here](https://github.com/rapidsai/ci-imgs/commit/ca7457b543b7921c912913a6469f3b2c65029eab) and this was causing a failure as shown [here](https://github.com/rapidsai/mambaforge-cuda/actions/runs/6607110220/job/17944207727). This PR fixes it.
v0.0.71
Add new tool for generating versions (#80) This tool will be used to generate standardized versions for RAPIDS packages.
v0.0.70
Include additional docs upload format "xml_tar" (#79) In the ongoing work to consolidate the rendered docs for all graph repositories (`cugraph`, `cugraph-ops`, `wholegraph`) into one place, `wholegraph` and `cugraph-ops` c++ docs will be uploaded as xml tarballs, which will then be consumed during the docs build process for `cugraph` and ultimately rendered under `cugraph`. This PR enables the tarball upload.
v0.0.69
rearrange folder placement (#78) PR updates the upload script to place directories in this manner: (example) `s3://rapidsai-docs/${PROJECT}/${FORMAT}/${RAPIDS_VERSION_NUMBER}` as opposed to the former arrangement: `s3://rapidsai-docs/${PROJECT}/${RAPIDS_VERSION_NUMBER}/${FORMAT}` PROJECT - `cudf`, `rmm`, etc FORMAT - `html`, `txt` RAPIDS_VERSION_NUMBER - `23.10`, `23.12`, etc
v0.0.68
Halt docs uploads for branch/nightlies (#77) Work is ongoing to re-arrange the directory structure for the branch/nightly docs stored on s3 so this PR (temporarily) halts uploads to s3 in order to facilitate that work. Uploads will be re-enabled once the work is complete. NOTE: Uploads from pull-requests are still allowed because the associated s3 bucket is a different bucket from the one currently being re-structured.
v0.0.67
Add upstream info (#74) PR adds an identifier to the triggered downstream `ci-imgs` build so its easy to know which job triggered its run.
v0.0.66
Trigger CI img rebuilds (#73) Configures the release workflow to trigger `build-and-publish-images` workflow of `ci-imgs` due to being an upstream dependency.
v0.0.65
Remove rapids_twine_new (#71) This tool is now completely redundant, rapids_twine can always be used instead. Closes #54
v0.0.64
Revert "Fix `rapids-date-string` (#68)" (#70) This reverts commit #68, which unintentionally broke some things in CI.