Skip to content

Releases: rapidsai/gha-tools

v0.0.73

27 Oct 14:09
31e142e
Compare
Choose a tag to compare
Add new github tool that extracts all conda archives (#82)

v0.0.72

23 Oct 18:53
5319de5
Compare
Choose a tag to compare
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

05 Oct 22:53
baa3d3e
Compare
Choose a tag to compare
Add new tool for generating versions (#80)

This tool will be used to generate standardized versions for RAPIDS
packages.

v0.0.70

28 Sep 16:07
be5e75a
Compare
Choose a tag to compare
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

26 Sep 16:05
7d978de
Compare
Choose a tag to compare
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

25 Sep 20:18
c647c23
Compare
Choose a tag to compare
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

08 Sep 18:35
3bb4c94
Compare
Choose a tag to compare
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

07 Sep 21:32
f45e784
Compare
Choose a tag to compare
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

17 Aug 16:02
6030445
Compare
Choose a tag to compare
Remove rapids_twine_new (#71)

This tool is now completely redundant, rapids_twine can always be used
instead.

Closes #54

v0.0.64

01 Aug 23:00
47ca61c
Compare
Choose a tag to compare
Revert "Fix `rapids-date-string` (#68)" (#70)

This reverts commit #68, which unintentionally broke some things in CI.