Commits on Source (13)
-
Lukasz Okraszewski authored
Pin to 7.0.0rc3 due to upstream regression in 7.0.0rc4 onwards.
Verifiedf992954e -
Matthew Clarkson authored
Move off the beta version.
Verified62a700b1 -
Matthew Clarkson authoredVerifiedf89a4edd
-
As of gitlab 16.5 the component dir structure has changed. Updates the name of component to match the updated docs.
Verifiedf7891c51 -
Matthew Clarkson authoredVerified8282d712
-
Matthew Clarkson authored
This makes the component include path consistent on 16.3/16.5+. They changed the template structure from: ``` ├── template.yml ├── README.md ├── .gitlab-ci.yml ├── unit/ │ └── template.yml └── integration/ └── template.yml ``` To: ``` ├── README.md ├── .gitlab-ci.yml └── templates/ └── all-scans.yml └── secret-detection.yml ``` Unfortunately, symlinks are *not* supported so until we can drop support for 16.3, we'll have to copy over changes. BREAKING CHANGE: The component must be included via the `bazelisk` name. The nameless include in `1.0.0-beta.1` is no longer supported. ``` include: - component: "${CI_SERVER_HOST}/ci/component/bazelisk@1.0.0-beta.1" ``` Add the `/bazelisk` named CI component: ``` include: - component: "${CI_SERVER_HOST}/ci/component/bazelisk/bazelisk@1.0.0-beta.2" ``` This is due to GitLab CI components being stabilised and the nameless component support being removed.
Verifiedc5ced293 -
Matthew Clarkson authoredVerified106febba
-
Matthew Clarkson authored
Uses a `include:local` to avoid having to copy the template for older GitLab version support.
Verified84a20b6a -
Matthew Clarkson authoredVerifiede99c0bf7
-
Matthew Clarkson authoredVerified893265cc
-
Matthew Clarkson authoredVerified38465a17
-
Matthew Clarkson authoredVerified18ff4fe4
-
Bot authored
# [1.0.0-beta.2](https://git.gitlab.arm.com/ci/component/bazelisk/compare/v1.0.0-beta.1...v1.0.0-beta.2) (2024-01-04) ### Bug Fixes * add stage to `.bazelisk` job ([8282d712](https://git.gitlab.arm.com/ci/component/bazelisk/commit/8282d7129fad6a36d28f1c7dc78364161a109562)) * commit to new component directory structure ([c5ced293](https://git.gitlab.arm.com/ci/component/bazelisk/commit/c5ced293dbed2c4371f544c529130a1b14c86f1d)) * pin bazel version ([f992954e](https://git.gitlab.arm.com/ci/component/bazelisk/commit/f992954e8ad96bab04d5b61736389b2956cbb859)) * **release:** correct JavaScript `Object.freeze` usage ([38465a17](https://git.gitlab.arm.com/ci/component/bazelisk/commit/38465a17485a0f1d0bd16c8c8e372d60a556b15e)) ### BREAKING CHANGES * The component must be included via the `bazelisk` name. The nameless include in `1.0.0-beta.1` is no longer supported. ``` include: - component: "${CI_SERVER_HOST}/ci/component/bazelisk@1.0.0-beta.1" ``` Add the `/bazelisk` named CI component: ``` include: - component: "${CI_SERVER_HOST}/ci/component/bazelisk/bazelisk@1.0.0-beta.2" ``` This is due to GitLab CI components being stabilised and the nameless component support being removed.
Showing
- .bazelversion 2 additions, 2 deletions.bazelversion
- .gitlab-ci.yml 1 addition, 1 deletion.gitlab-ci.yml
- .release/tag.mjs 47 additions, 35 deletions.release/tag.mjs
- .releaserc.yaml 2 additions, 1 deletion.releaserc.yaml
- CHANGELOG.md 30 additions, 0 deletionsCHANGELOG.md
- MODULE.bazel 3 additions, 3 deletionsMODULE.bazel
- MODULE.bazel.lock 427 additions, 355 deletionsMODULE.bazel.lock
- README.md 1 addition, 1 deletionREADME.md
- bazelisk/template.yml 42 additions, 0 deletionsbazelisk/template.yml
- templates/bazelisk.yml 3 additions, 1 deletiontemplates/bazelisk.yml
This diff is collapsed.
bazelisk/template.yml
0 → 100644