Skip to content
Commit cba8d9cd authored by Bot's avatar Bot
Browse files

chore(release): 1.0.0-beta.2 [skip ci]

# [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.
parent 18ff4fe4
Loading
Loading
Loading
Pipeline #7697 skipped