Skip to content
Snippets Groups Projects

Compare revisions

Changes are shown as if the source revision was being merged into the target revision. Learn more about comparing revisions.

Source

Select target project
No results found

Target

Select target project
  • ci/component/bazelisk
1 result
Show changes
Commits on Source (4)
## [1.2.1](https://git.gitlab.arm.com/ci/component/bazelisk/compare/v1.2.0...v1.2.1) (2025-02-06)
### Bug Fixes
- **ruleset:** add Bazel `8.x` to the default versions to test ([35588fb](https://git.gitlab.arm.com/ci/component/bazelisk/commit/35588fb6e6ac17ea7bedc45a47c04eac3b94a29c))
- **ruleset:** add MacOS to the default list of operating systems to test on ([7de0bbb](https://git.gitlab.arm.com/ci/component/bazelisk/commit/7de0bbb6a89020d4b15739b6c6e15fd4157bcc73))
# [1.2.0](https://git.gitlab.arm.com/ci/component/bazelisk/compare/v1.1.0...v1.2.0) (2025-01-14)
### Bug Fixes
......
module(
name = "bazelisk",
version = "1.2.0",
version = "1.2.1",
bazel_compatibility = [
">=7.0.0",
],
......
......@@ -4,7 +4,7 @@ spec:
default: registry.gitlab.arm.com/ci/component/bazelisk
description: "Open container image (OCI) to use."
tag:
default: 1.2.0
default: 1.2.1
description: "Open container image (OCI) tag for the image."
stage:
default: test
......
......@@ -4,7 +4,7 @@ spec:
default: registry.gitlab.arm.com/ci/component/bazelisk
description: "Open container image (OCI) to use."
tag:
default: 1.2.0
default: 1.2.1
description: "Open container image (OCI) tag for the image."
extends:
type: array
......
......@@ -4,7 +4,7 @@ spec:
default: registry.gitlab.arm.com/ci/component/bazelisk
description: "Open container image (OCI) to use."
tag:
default: 1.2.0
default: 1.2.1
description: "Open container image (OCI) tag for the image."
extends:
type: array
......
......@@ -4,7 +4,7 @@ spec:
default: registry.gitlab.arm.com/ci/component/bazelisk
description: "Open container image (OCI) to use."
tag:
default: 1.2.0
default: 1.2.1
description: "Open container image (OCI) tag for the image."
config:
default: local
......
......@@ -4,7 +4,7 @@ spec:
default: registry.gitlab.arm.com/ci/component/bazelisk
description: "Open container image (OCI) to use."
tag:
default: 1.2.0
default: 1.2.1
description: "Open container image (OCI) tag for the image."
minimum:
default: 7.4.0
......@@ -36,6 +36,7 @@ spec:
default:
- 7.4.0
- 7.x
- 8.x
- last_rc
description: "The Bazel versions tested."
oses:
......@@ -43,6 +44,7 @@ spec:
default:
- linux
- windows
- macos
description: "The operating systems to test on."
---
include:
......
......@@ -4,7 +4,7 @@ spec:
default: registry.gitlab.arm.com/ci/component/bazelisk
description: "Open container image (OCI) to use."
tag:
default: 1.2.0
default: 1.2.1
description: "Open container image (OCI) tag for the image."
extends:
type: array
......
......@@ -4,7 +4,7 @@ spec:
default: registry.gitlab.arm.com/ci/component/bazelisk
description: "Open container image (OCI) to use."
tag:
default: 1.2.0
default: 1.2.1
description: "Open container image (OCI) tag for the image."
extends:
type: array
......