Skip to content

Commit 5cbec8c

Browse files
authored
chore(ci): bump chainloop CLI version (#760)
Signed-off-by: Miguel Martinez Trivino <[email protected]>
1 parent 4efa0c0 commit 5cbec8c

File tree

6 files changed

+6
-6
lines changed

6 files changed

+6
-6
lines changed

.github/workflows/codeql.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ jobs:
2121
contents: read
2222
security-events: write
2323
env:
24-
CHAINLOOP_VERSION: 0.83.0
24+
CHAINLOOP_VERSION: 0.86.0
2525
CHAINLOOP_ROBOT_ACCOUNT: ${{ secrets.CHAINLOOP_ROBOT_ACCOUNT_CODEQL }}
2626

2727
strategy:

.github/workflows/package_chart.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ jobs:
1818
permissions:
1919
packages: write
2020
env:
21-
CHAINLOOP_VERSION: 0.83.0 # Min version that includes HELM_CHART material type
21+
CHAINLOOP_VERSION: 0.86.0
2222
CHAINLOOP_ROBOT_ACCOUNT: ${{ secrets.CHAINLOOP_ROBOT_ACCOUNT_CHART_PACKAGE }}
2323
steps:
2424
- name: Install Chainloop

.github/workflows/release.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ jobs:
2323
packages: write # to push container images
2424
pull-requests: write
2525
env:
26-
CHAINLOOP_VERSION: 0.81.1
26+
CHAINLOOP_VERSION: 0.86.0
2727
CHAINLOOP_ROBOT_ACCOUNT: ${{ secrets.CHAINLOOP_ROBOT_ACCOUNT }}
2828
CONTAINER_IMAGE_CP: ghcr.io/chainloop-dev/chainloop/control-plane:${{ github.ref_name }}
2929
CONTAINER_IMAGE_CAS: ghcr.io/chainloop-dev/chainloop/artifact-cas:${{ github.ref_name }}

docs/docs/getting-started/attestation-crafting.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -237,7 +237,7 @@ jobs:
237237
env:
238238
# highlight-start
239239
# Version of Chainloop to install
240-
CHAINLOOP_VERSION: 0.15.0
240+
CHAINLOOP_VERSION: 0.86.0
241241
# Export robot-account env variable
242242
# Used by the CLI to authenticate with the control plane
243243
CHAINLOOP_ROBOT_ACCOUNT: ${{ secrets.CHAINLOOP_WF_RELEASE }}

docs/examples/ci-workflows/github.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ jobs:
1313
release:
1414
env:
1515
# Version of Chainloop to install
16-
CHAINLOOP_VERSION: 0.15.0
16+
CHAINLOOP_VERSION: 0.86.0
1717
# Export robot-account env variable
1818
CHAINLOOP_ROBOT_ACCOUNT: ${{ secrets.CHAINLOOP_WF_RELEASE }}
1919
name: "Release binary and container images"

extras/dagger/main.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ import (
99
)
1010

1111
var (
12-
chainloopVersion = "v0.81.1"
12+
chainloopVersion = "v0.86.0"
1313
)
1414

1515
type Chainloop struct{}

0 commit comments

Comments
 (0)