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.3.0](https://git.gitlab.arm.com/ci/component/bazelisk/compare/v1.2.1...v1.3.0) (2025-03-05)
### Bug Fixes
- **ruleset:** remove unused `minimum` input ([0a7ccdd](https://git.gitlab.arm.com/ci/component/bazelisk/commit/0a7ccdd98dfe740082015f6a007b83d823d877a2))
### Features
- allow rules_python 1.2.0 tools ([7216ab0](https://git.gitlab.arm.com/ci/component/bazelisk/commit/7216ab0b25f687cf0d3c16ee6e9b788ecccd6f29))
## [1.2.1](https://git.gitlab.arm.com/ci/component/bazelisk/compare/v1.2.0...v1.2.1) (2025-02-06)
### Bug Fixes
......
module(
name = "bazelisk",
version = "1.2.1",
version = "1.3.0",
bazel_compatibility = [
">=7.0.0",
],
......
......@@ -4,7 +4,6 @@ TOOLS = (
"b2sum",
"base32",
"base64",
"basename",
"basenc",
"cat",
"chcon",
......@@ -37,7 +36,6 @@ TOOLS = (
"install",
"join",
"link",
"ln",
"logname",
"ls",
"md5sum",
......
......@@ -71,6 +71,9 @@ TOOLS = (
# `rules_python`
# TODO: use `rctx.os.arch` in `rules_python`
"uname",
# TODO: replace tools below used in '@rules_python//python/config_settings:venvs_use_declare_symlink'
"basename",
"ln",
# `rules_oci`
# TODO: `rules_coreutils` for `rules_oci`
......
......@@ -4,7 +4,7 @@ spec:
default: registry.gitlab.arm.com/ci/component/bazelisk
description: "Open container image (OCI) to use."
tag:
default: 1.2.1
default: 1.3.0
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.1
default: 1.3.0
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.1
default: 1.3.0
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.1
default: 1.3.0
description: "Open container image (OCI) tag for the image."
config:
default: local
......
......@@ -4,12 +4,8 @@ spec:
default: registry.gitlab.arm.com/ci/component/bazelisk
description: "Open container image (OCI) to use."
tag:
default: 1.2.1
default: 1.3.0
description: "Open container image (OCI) tag for the image."
minimum:
default: 7.4.0
description: "The minimum Bazel version tested."
regex: ^\d+\.\d+\.\d+$
extends:
type: array
default:
......
......@@ -4,7 +4,7 @@ spec:
default: registry.gitlab.arm.com/ci/component/bazelisk
description: "Open container image (OCI) to use."
tag:
default: 1.2.1
default: 1.3.0
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.1
default: 1.3.0
description: "Open container image (OCI) tag for the image."
extends:
type: array
......