- Dec 20, 2023
-
-
Bot authored
# 1.0.0-beta.1 (2023-12-20) ### Bug Fixes * upgrade `rules_oci` ([cfd894ce](https://git.gitlab.arm.com/ci/component/bazelisk/commit/cfd894cec2f222ea5214f5f1cf98421147ce7b52)) * upgrade distroless image ([e6fca24d](https://git.gitlab.arm.com/ci/component/bazelisk/commit/e6fca24d6fae1ae489a358a3264bba9d9a1dea60)) * upgrade to `linux-libc-dev@6.1.66` ([32087fcf](https://git.gitlab.arm.com/ci/component/bazelisk/commit/32087fcf2bfa5221fca041726f7b60cad71d00cd)) * use `pushd`/`popd` built-ins. ([83b658d5](https://git.gitlab.arm.com/ci/component/bazelisk/commit/83b658d58994943a24267cb1508d1877b2b9b7e5)) ### Code Refactoring * switch to `.bazelisk-fragment` ([7afa43ba](https://git.gitlab.arm.com/ci/component/bazelisk/commit/7afa43badf14d986666b8fb6c70ef0e3773b48f7)) ### Features * add rules to enable merged results pipelines ([603b07ab](https://git.gitlab.arm.com/ci/component/bazelisk/commit/603b07ab4ac326d21df811de1ffe673c8125a013)) * all multiple run command environment variable replacements ([f82edd7b](https://git.gitlab.arm.com/ci/component/bazelisk/commit/f82edd7b3e314325df49e000d52401e86e93f847)) * allow replacement of `CI_PROJECT_ID` ([79bc0a5c](https://git.gitlab.arm.com/ci/component/bazelisk/commit/79bc0a5cc1cb515ab74ee0c2b7302b3b59420fbd)) * explicitly set no job dependencies ([5e9bb4c8](https://git.gitlab.arm.com/ci/component/bazelisk/commit/5e9bb4c8d9b9f6adfbff6fea0e4e447e7c53a7d3)) * image build and CI component ([fb002de9](https://git.gitlab.arm.com/ci/component/bazelisk/commit/fb002de994aa01efec0543432529241bacd71420)) ### BREAKING CHANGES * `.bazelisk-script` is now `.bazelisk-fragment` Update any `!reference[.bazelisk-script, ...]` to `!reference[.bazelisk-fragment, ...]`
-
Matthew Clarkson authored
-
Matthew Clarkson authored
-
Matthew Clarkson authored
Allows the job to start straight away allowing maximum CI throughput. Dependencies will need to be added with the `needs`[1] keyword. [1]: https://docs.gitlab.com/ee/ci/yaml/#needs
-
- Dec 19, 2023
-
-
Matthew Clarkson authored
This can be useful when setting up shared persistent caches.
-
Matthew Clarkson authored
-
- Dec 11, 2023
-
-
Matthew Clarkson authored
-
Matthew Clarkson authored
-
Matthew Clarkson authored
We need to sort out a mirroring service for the `.deb`. We can put them into the GitLab Package Registry.
-
Matthew Clarkson authored
-
Matthew Clarkson authored
-
- Nov 15, 2023
-
-
Matthew Clarkson authored
-
Matthew Clarkson authored
-
Matthew Clarkson authored
_Eventually_, we want to be able to drive `semantic-release` from Bazel. However, that requires hermetic resolution of `git` and `ssh` which is a challenge that we do not have time for at this time.
-
- Nov 13, 2023
-
-
Matthew Clarkson authored
`.bazelisk-script` implies everything must be a script reference. We may want to include other references in the future. Fragment is better nomenclature here. BREAKING CHANGE: `.bazelisk-script` is now `.bazelisk-fragment` Update any `!reference[.bazelisk-script, ...]` to `!reference[.bazelisk-fragment, ...]`
-
- Nov 03, 2023
-
-
Matthew Clarkson authored
Builds a `bazelisk` image for multiple architectures using `rules_oci`. Provides a `template.yml` GitLab CI component.
-