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.5.0](https://git.gitlab.arm.com/ci/component/bazelisk/compare/v1.4.0...v1.5.0) (2025-05-14)
### Bug Fixes
- **semantic-release:** pin Node.js version ([aa2e77a](https://git.gitlab.arm.com/ci/component/bazelisk/commit/aa2e77a09029565b70cbbd5287101df7a4a24c25))
### Features
- **semantic-release:** allow setting Node.js version ([fcba9fa](https://git.gitlab.arm.com/ci/component/bazelisk/commit/fcba9fa80d349b573e6322077ae8faf9d5ea7673))
# [1.4.0](https://git.gitlab.arm.com/ci/component/bazelisk/compare/v1.3.0...v1.4.0) (2025-03-17)
### Features
......
module(
name = "bazelisk",
version = "1.4.0",
version = "1.5.0",
bazel_compatibility = [
">=7.4.0",
],
......
......@@ -980,7 +980,7 @@
"@@rules_distroless~//apt:extensions.bzl%apt": {
"general": {
"bzlTransitiveDigest": "U1+w9/XmRMLtw61WZZLyu6++wBqHUaYc50RgITnXwJ0=",
"usagesDigest": "VrhNdU3LE6BMNBqpUZJnpFqDZvd3kBOpkOfvMxQjyt4=",
"usagesDigest": "e/rH/fGONDF1xlDKdvhg6/HbXRS346PC88zEyIYrAac=",
"recordedFileInputs": {
"@@//bazelisk/packages.lock.json": "017637a4111ee346c2c5c1fbe73abc7fdb493340198a9c2e45e1c5ae61c92617"
},
......@@ -1499,7 +1499,7 @@
"@@rules_oci~//oci:extensions.bzl%oci": {
"general": {
"bzlTransitiveDigest": "uPiqzPof9Ks6pYhiNSHdBFqqkDAnqHuZVKW+lulXy3w=",
"usagesDigest": "KfslLWdaYcbZGFiIgbvu9O9B/NYH3Akv5wu8sRw4/GI=",
"usagesDigest": "8DgPdBvXzwXNBkrr2OqDNZC5+7abd7bsBfDlEL9D6b0=",
"recordedFileInputs": {},
"recordedDirentsInputs": {},
"envVariables": {},
......
......@@ -822,7 +822,7 @@
"@@rules_distroless~//apt:extensions.bzl%apt": {
"general": {
"bzlTransitiveDigest": "U1+w9/XmRMLtw61WZZLyu6++wBqHUaYc50RgITnXwJ0=",
"usagesDigest": "m1OKjQXdLGNWcHD605/g26BOSUswcarXdofQLxL0dfo=",
"usagesDigest": "OgYwXAp0YVRMho9HVR1hibhs5bmhVeDJtnX3OmbraDg=",
"recordedFileInputs": {
"@@bazelisk~//bazelisk/packages.lock.json": "017637a4111ee346c2c5c1fbe73abc7fdb493340198a9c2e45e1c5ae61c92617"
},
......@@ -1339,7 +1339,7 @@
"@@rules_oci~//oci:extensions.bzl%oci": {
"general": {
"bzlTransitiveDigest": "uPiqzPof9Ks6pYhiNSHdBFqqkDAnqHuZVKW+lulXy3w=",
"usagesDigest": "EsaT1QFkaI/tt13c23FELW/7dj3YIIexJeGIowStqX0=",
"usagesDigest": "QSWaOp3INLWmYxFnM0Bp5cyoxpxPbch3L5LdB/wwgt0=",
"recordedFileInputs": {},
"recordedDirentsInputs": {},
"envVariables": {},
......
......@@ -4,7 +4,7 @@ spec:
default: registry.gitlab.arm.com/ci/component/bazelisk
description: "Open container image (OCI) to use."
tag:
default: 1.4.0
default: 1.5.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.4.0
default: 1.5.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.4.0
default: 1.5.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.4.0
default: 1.5.0
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.4.0
default: 1.5.0
description: "Open container image (OCI) tag for the image."
extends:
type: array
......
......@@ -4,8 +4,12 @@ spec:
default: registry.gitlab.arm.com/ci/component/bazelisk
description: "Open container image (OCI) to use."
tag:
default: 1.4.0
default: 1.5.0
description: "Open container image (OCI) tag for the image."
node_version:
type: number
default: 20
description: "Node.js major version used to run `semantic-release`"
extends:
type: array
default:
......@@ -26,7 +30,7 @@ include:
semantic-release:
extends: $[[inputs.extends]]
stage: .post
image: node:lts
image: node:$[[inputs.node_version]]
needs: $[[inputs.needs]]
cache:
- key:
......
......@@ -4,7 +4,7 @@ spec:
default: registry.gitlab.arm.com/ci/component/bazelisk
description: "Open container image (OCI) to use."
tag:
default: 1.4.0
default: 1.5.0
description: "Open container image (OCI) tag for the image."
extends:
type: array
......