- Jun 25, 2024
-
-
Bot authored
# [1.0.0-alpha.9](https://git.gitlab.arm.com/bazel/rules_curl/compare/v1.0.0-alpha.8...v1.0.0-alpha.9) (2024-06-25) ### Features * upload manifests rule ([44570b49](https://git.gitlab.arm.com/bazel/rules_curl/commit/44570b494f07c3dd7a04a12e04f621260647c5ea))
-
Matthew Clarkson authored
-
Allows uploading multiple files provide via providers.
-
- Jun 10, 2024
-
-
Bot authored
# [1.0.0-alpha.8](https://git.gitlab.arm.com/bazel/rules_curl/compare/v1.0.0-alpha.7...v1.0.0-alpha.8) (2024-06-10) ### Bug Fixes * correct `curl` runfiles ([6aa91056](https://git.gitlab.arm.com/bazel/rules_curl/commit/6aa910565d102daea44589f27222e9fff8e20b1b)) * expose `curl` runfiles ([7fdb8df3](https://git.gitlab.arm.com/bazel/rules_curl/commit/7fdb8df3862b8dec51aad228e95b5fc0de6aa9c0))
-
Matthew Clarkson authored
-
Matthew Clarkson authored
-
- May 28, 2024
-
-
Matthew Clarkson authored
-
- May 22, 2024
-
-
Bot authored
# [1.0.0-alpha.7](https://git.gitlab.arm.com/bazel/rules_curl/compare/v1.0.0-alpha.6...v1.0.0-alpha.7) (2024-05-22) ### Bug Fixes * only register APE toolchains for correct platforms ([287764f8](https://git.gitlab.arm.com/bazel/rules_curl/commit/287764f8f217f9fb4791e1723bb411e0ec38e5c1)) * upgrade to use `toolchain_info` and remote execution friendly `ape` targets ([02037fd7](https://git.gitlab.arm.com/bazel/rules_curl/commit/02037fd7e7337ffe1d35890d3eb617c97df4d109)) ### Code Refactoring * remove `cli` toolchain ([af7bea48](https://git.gitlab.arm.com/bazel/rules_curl/commit/af7bea48667b2f2645ddb13d9e3b3017c83f136f)) ### BREAKING CHANGES * The `@rules_curl//curl/toolchain/cli:type` has been removed in favour of `@rules_curl//curl/toolchain/curl:`type`. `@rules_curl//:cli` has been removed in favour of `@rules_curl//:curl`.
-
Matthew Clarkson authored
-
Matthew Clarkson authored
-
Matthew Clarkson authored
-
- Mar 12, 2024
-
-
Matthew Clarkson authored
BREAKING CHANGE: The `@rules_curl//curl/toolchain/cli:type` has been removed in favour of `@rules_curl//curl/toolchain/curl:`type`. `@rules_curl//:cli` has been removed in favour of `@rules_curl//:curl`.
-
- Feb 27, 2024
-
-
Matthew Clarkson authored
-
Matthew Clarkson authored
Deprecates `curl/toolchain/cli`. We prefer toolchains named after the tool even if they are within the same named ruleset.
-
Matthew Clarkson authored
`ape_toolchain` registers the APE binary for host platforms that are supported by APE.
-
Matthew Clarkson authored
-
- Feb 15, 2024
-
-
Bot authored
# [1.0.0-alpha.6](https://git.gitlab.arm.com/bazel/rules_curl/compare/v1.0.0-alpha.5...v1.0.0-alpha.6) (2024-02-15) ### Bug Fixes * switch to `toolchain_utils`/`ape` from BCR ([2d3127a5](https://git.gitlab.arm.com/bazel/rules_curl/commit/2d3127a5c51e0e4604a3dbead5f2d37c560dbb2f))
-
Matthew Clarkson authored
-
Matthew Clarkson authored
-
- Feb 14, 2024
-
-
Matthew Clarkson authored
-
- Feb 08, 2024
-
-
Bot authored
# [1.0.0-alpha.5](https://git.gitlab.arm.com/bazel/rules_curl/compare/v1.0.0-alpha.4...v1.0.0-alpha.5) (2024-02-08) ### Features * **curl_upload_file:** add `--directory` argument ([85b75a8b](https://git.gitlab.arm.com/bazel/rules_curl/commit/85b75a8b88c3a43c762fed16c6a8ffe7d9cc7f44)) * **curl_upload_file:** allow `--dst` argument alias ([3e4c4879](https://git.gitlab.arm.com/bazel/rules_curl/commit/3e4c487985a459d9414ec399dbb1ae8c1369fb7e))
-
Matthew Clarkson authored
-
Matthew Clarkson authored
Allows adding path directory to the composed URL. ``` bazel run -- :upload --dir one --dir two bazel run -- :upload --directory one/two ``` This can be useful to prefix the uploaded file with a CI environment variable: ``` bazel run -- :upload --dir "${CI_PIPELINE_ID}" ```
-
Matthew Clarkson authored
This mirrors the attribute name, which helps developer experience.
-
- Feb 07, 2024
-
-
Matthew Clarkson authored
-
Matthew Clarkson authored
-
Bot authored
# [1.0.0-alpha.4](https://git.gitlab.arm.com/bazel/rules_curl/compare/v1.0.0-alpha.3...v1.0.0-alpha.4) (2024-02-07) ### Features * support overriding destination as a runtime argument ([c07fa31f](https://git.gitlab.arm.com/bazel/rules_curl/commit/c07fa31fadef73ddcc310ca013edbe684b0c6b23))
-
Matthew Clarkson authored
-
Fredrik Paulsson authored
Add a --destination argument to the curl/upload/file template. This allows individual runs to override the destionation. For example, to be able to include a CI pipeline ID as part of the path.
-
- Jan 29, 2024
-
-
Bot authored
# [1.0.0-alpha.3](https://git.gitlab.arm.com/bazel/rules_curl/compare/v1.0.0-alpha.2...v1.0.0-alpha.3) (2024-01-29) ### Features * replace `curl_upload` with `curl_upload_file` ([088c8916](https://git.gitlab.arm.com/bazel/rules_curl/commit/088c891619375d4d26cc1dddc618308fcdccb570)) ### BREAKING CHANGES * `curl_upload` is removed, long live `curl_upload_file`. We hope to add `curl_upload` back in to allow uploads of multiple files. There are complexities due to the correct mapping of filepaths. It may be that packaging multiple files into a archive with `rules_pkg` and then uploading that archive is a better way forward anyway.
-
Matthew Clarkson authored
-
BREAKING CHANGE: `curl_upload` is removed, long live `curl_upload_file`. We hope to add `curl_upload` back in to allow uploads of multiple files. There are complexities due to the correct mapping of filepaths. It may be that packaging multiple files into a archive with `rules_pkg` and then uploading that archive is a better way forward anyway.
-
- Jan 12, 2024
-
-
Matthew Clarkson authored
-
Bot authored
# [1.0.0-alpha.2](https://git.gitlab.arm.com/bazel/rules_curl/compare/v1.0.0-alpha.1...v1.0.0-alpha.2) (2024-01-12) ### Bug Fixes * upgrade to `rules_toolchain@1.0.0-alpha.16` ([45954b57](https://git.gitlab.arm.com/bazel/rules_curl/commit/45954b5756a3baed9c2520e468dbd2a94cc25d48))
-
Matthew Clarkson authored
-
Matthew Clarkson authored
-
Matthew Clarkson authored
-
Matthew Clarkson authored
-
- Dec 22, 2023
-
-
Bot authored
# 1.0.0-alpha.1 (2023-12-22) ### Features * add `curl_upload` ([206cf47c](https://git.gitlab.arm.com/bazel/rules_curl/commit/206cf47cbc1fe87d5d17bee0804195eb777be385)) * add CLI toolchain ([3b4b84b4](https://git.gitlab.arm.com/bazel/rules_curl/commit/3b4b84b485518036dac1cd7ccc232b0ab1260cd2))
-
Matthew Clarkson authored
-