File tree Expand file tree Collapse file tree 6 files changed +6
-6
lines changed
Expand file tree Collapse file tree 6 files changed +6
-6
lines changed Original file line number Diff line number Diff line change 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 :
Original file line number Diff line number Diff line change 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
Original file line number Diff line number Diff line change 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 }}
Original file line number Diff line number Diff 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 }}
Original file line number Diff line number Diff line change 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"
Original file line number Diff line number Diff line change 99)
1010
1111var (
12- chainloopVersion = "v0.81.1 "
12+ chainloopVersion = "v0.86.0 "
1313)
1414
1515type Chainloop struct {}
You can’t perform that action at this time.
0 commit comments