Commits on Source (11)
-
Matthew Clarkson authoredVerified55f5bb94
-
Matthew Clarkson authoredVerifiedb64534d0
-
Matthew Clarkson authored
Still need to use them.
Verified2ed7efc9 -
Matthew Clarkson authoredVerified9d29a2eb
-
Matthew Clarkson authored
BREAKING CHANGE: The `ruleset` component `needs` input is now dependent tasks for the testing jobs. Previously it was for the `semantic-release` job which was not useful.
Verified13e7e89e -
Matthew Clarkson authoredVerified1bee04fa
-
Matthew Clarkson authoredVerifiedfa46a8e0
-
Matthew Clarkson authored
BREAKING CHANGE: `minimum` is no longer an input to the `ruleset` component. Use `versions` instead.
Verified9fe08d3c -
Matthew Clarkson authoredVerifieddc0c7245
-
Matthew Clarkson authoredVerified312e98dd
-
Bot authored
# [1.0.0-beta.7](https://git.gitlab.arm.com/ci/component/bazelisk/compare/v1.0.0-beta.6...v1.0.0-beta.7) (2024-12-05) ### Bug Fixes * **ruleset:** the `needs` input is now for `config`/`version` ([13e7e89e](https://git.gitlab.arm.com/ci/component/bazelisk/commit/13e7e89e0ff05e839d55bd64333572c3834e6e9e)) ### Features * **ruleset:** allow customising the Bazel module `roots` ([fa46a8e0](https://git.gitlab.arm.com/ci/component/bazelisk/commit/fa46a8e031e5e8f401a098b25451e585314d7bf6)) * **ruleset:** allow customising the Bazel versions tested ([9fe08d3c](https://git.gitlab.arm.com/ci/component/bazelisk/commit/9fe08d3c52542bd4de5f1dde31e7888634e9f620)) * **ruleset:** input for `configs` to decide Bazel run command configurations to test ([1bee04fa](https://git.gitlab.arm.com/ci/component/bazelisk/commit/1bee04fac1625c590f4eaaeb2dc7dccc1e4add8c)) ### BREAKING CHANGES * **ruleset:** `minimum` is no longer an input to the `ruleset` component. Use `versions` instead. * **ruleset:** The `ruleset` component `needs` input is now dependent tasks for the testing jobs. Previously it was for the `semantic-release` job which was not useful.
Showing
- .bazelrc.ci 3 additions, 0 deletions.bazelrc.ci
- .bazelversion 1 addition, 1 deletion.bazelversion
- .gitlab-ci.yml 12 additions, 43 deletions.gitlab-ci.yml
- CHANGELOG.md 17 additions, 0 deletionsCHANGELOG.md
- MODULE.bazel 16 additions, 7 deletionsMODULE.bazel
- MODULE.bazel.lock 4399 additions, 727 deletionsMODULE.bazel.lock
- bazelisk/packages.lock.json 535 additions, 0 deletionsbazelisk/packages.lock.json
- bazelisk/packages.yaml 24 additions, 0 deletionsbazelisk/packages.yaml
- e2e/.bazelrc 20 additions, 0 deletionse2e/.bazelrc
- e2e/.bazelrc.ci 36 additions, 0 deletionse2e/.bazelrc.ci
- e2e/.bazelversion 1 addition, 0 deletionse2e/.bazelversion
- e2e/.gitignore 7 additions, 0 deletionse2e/.gitignore
- e2e/BUILD.bazel 9 additions, 0 deletionse2e/BUILD.bazel
- e2e/MODULE.bazel 23 additions, 0 deletionse2e/MODULE.bazel
- e2e/MODULE.bazel.lock 4982 additions, 0 deletionse2e/MODULE.bazel.lock
- templates/bazelisk.yml 1 addition, 1 deletiontemplates/bazelisk.yml
- templates/ruleset/.job.yml 1 addition, 1 deletiontemplates/ruleset/.job.yml
- templates/ruleset/config.yml 20 additions, 7 deletionstemplates/ruleset/config.yml
- templates/ruleset/semantic-release.yml 1 addition, 1 deletiontemplates/ruleset/semantic-release.yml
- templates/ruleset/template.yml 27 additions, 6 deletionstemplates/ruleset/template.yml
This diff is collapsed.
bazelisk/packages.lock.json
0 → 100755
bazelisk/packages.yaml
0 → 100644
e2e/.bazelrc
0 → 100644
e2e/.bazelrc.ci
0 → 100644
e2e/.bazelversion
0 → 100644
e2e/.gitignore
0 → 100644
e2e/BUILD.bazel
0 → 100644
e2e/MODULE.bazel
0 → 100644
e2e/MODULE.bazel.lock
0 → 100644
This diff is collapsed.