diff --git a/.github/workflows/docs.yml b/.github/workflows/docs.yml index 34e1fe911b..708187d5d0 100644 --- a/.github/workflows/docs.yml +++ b/.github/workflows/docs.yml @@ -30,7 +30,7 @@ jobs: echo "EOF" >> "$GITHUB_OUTPUT" - name: Create PR if: ${{ steps.gendocs.outputs.changes != '' }} - uses: peter-evans/create-pull-request@d121e62763d8cc35b5fb1710e887d6e69a52d3a4 + uses: peter-evans/create-pull-request@6cd32fd93684475c31847837f87bb135d40a2b79 with: token: ${{ secrets.MINIKUBE_BOT_PAT }} commit-message: Update auto-generated docs and translations diff --git a/.github/workflows/leaderboard.yml b/.github/workflows/leaderboard.yml index 81c7c8dd9f..3c5b4409a1 100644 --- a/.github/workflows/leaderboard.yml +++ b/.github/workflows/leaderboard.yml @@ -31,7 +31,7 @@ jobs: GITHUB_TOKEN: ${{ secrets.MINIKUBE_BOT_PAT }} - name: Create PR if: ${{ steps.leaderboard.outputs.changes != '' }} - uses: peter-evans/create-pull-request@d121e62763d8cc35b5fb1710e887d6e69a52d3a4 + uses: peter-evans/create-pull-request@6cd32fd93684475c31847837f87bb135d40a2b79 with: token: ${{ secrets.MINIKUBE_BOT_PAT }} commit-message: 'Add leaderboard for ${{ github.ref_name }}' diff --git a/.github/workflows/time-to-k8s.yml b/.github/workflows/time-to-k8s.yml index b3d3c69894..c0783ac3f7 100644 --- a/.github/workflows/time-to-k8s.yml +++ b/.github/workflows/time-to-k8s.yml @@ -25,7 +25,7 @@ jobs: ./hack/benchmark/time-to-k8s/time-to-k8s.sh echo "version=$(minikube version --short)" >> "$GITHUB_OUTPUT" - name: Create PR - uses: peter-evans/create-pull-request@d121e62763d8cc35b5fb1710e887d6e69a52d3a4 + uses: peter-evans/create-pull-request@6cd32fd93684475c31847837f87bb135d40a2b79 with: token: ${{ secrets.MINIKUBE_BOT_PAT }} commit-message: add time-to-k8s benchmark for ${{ steps.timeToK8sBenchmark.outputs.version }} diff --git a/.github/workflows/update-buildkit-version.yml b/.github/workflows/update-buildkit-version.yml index 8b38d6a3c8..0811680f02 100644 --- a/.github/workflows/update-buildkit-version.yml +++ b/.github/workflows/update-buildkit-version.yml @@ -31,7 +31,7 @@ jobs: - name: Create PR id: createPR if: ${{ steps.bumpBuildkit.outputs.changes != '' }} - uses: peter-evans/create-pull-request@d121e62763d8cc35b5fb1710e887d6e69a52d3a4 + uses: peter-evans/create-pull-request@6cd32fd93684475c31847837f87bb135d40a2b79 with: token: ${{ secrets.MINIKUBE_BOT_PAT }} commit-message: 'Kicbase/ISO: Update buildkit from ${{ steps.bumpBuildkit.outputs.OLD_VERSION }} to ${{ steps.bumpBuildkit.outputs.NEW_VERSION }}' diff --git a/.github/workflows/update-calico-version.yml b/.github/workflows/update-calico-version.yml index d618aa4fbf..288145e299 100644 --- a/.github/workflows/update-calico-version.yml +++ b/.github/workflows/update-calico-version.yml @@ -30,7 +30,7 @@ jobs: echo "EOF" >> "$GITHUB_OUTPUT" - name: Create PR if: ${{ steps.bumpCalico.outputs.changes != '' }} - uses: peter-evans/create-pull-request@d121e62763d8cc35b5fb1710e887d6e69a52d3a4 + uses: peter-evans/create-pull-request@6cd32fd93684475c31847837f87bb135d40a2b79 with: token: ${{ secrets.MINIKUBE_BOT_PAT }} commit-message: 'CNI: Update calico from ${{ steps.bumpCalico.outputs.OLD_VERSION }} to ${{ steps.bumpCalico.outputs.NEW_VERSION }}' diff --git a/.github/workflows/update-cilium-version.yml b/.github/workflows/update-cilium-version.yml index d805e8a158..bfa27c3c0f 100644 --- a/.github/workflows/update-cilium-version.yml +++ b/.github/workflows/update-cilium-version.yml @@ -30,7 +30,7 @@ jobs: echo "EOF" >> "$GITHUB_OUTPUT" - name: Create PR if: ${{ steps.bumpCilium.outputs.changes != '' }} - uses: peter-evans/create-pull-request@d121e62763d8cc35b5fb1710e887d6e69a52d3a4 + uses: peter-evans/create-pull-request@6cd32fd93684475c31847837f87bb135d40a2b79 with: token: ${{ secrets.MINIKUBE_BOT_PAT }} commit-message: 'CNI: Update cilium from ${{ steps.bumpCilium.outputs.OLD_VERSION }} to ${{ steps.bumpCilium.outputs.NEW_VERSION }}' diff --git a/.github/workflows/update-cloud-spanner-emulator-version.yml b/.github/workflows/update-cloud-spanner-emulator-version.yml index 55a69a4258..dbcf7de66f 100644 --- a/.github/workflows/update-cloud-spanner-emulator-version.yml +++ b/.github/workflows/update-cloud-spanner-emulator-version.yml @@ -30,7 +30,7 @@ jobs: echo "EOF" >> "$GITHUB_OUTPUT" - name: Create PR if: ${{ steps.bumpCloudSpannerEmulator.outputs.changes != '' }} - uses: peter-evans/create-pull-request@d121e62763d8cc35b5fb1710e887d6e69a52d3a4 + uses: peter-evans/create-pull-request@6cd32fd93684475c31847837f87bb135d40a2b79 with: token: ${{ secrets.MINIKUBE_BOT_PAT }} commit-message: 'Addon cloud-spanner: Update cloud-spanner-emulator/emulator image from ${{ steps.bumpCloudSpannerEmulator.outputs.OLD_VERSION }} to ${{ steps.bumpCloudSpannerEmulator.outputs.NEW_VERSION }}' diff --git a/.github/workflows/update-cni-plugins-version.yml b/.github/workflows/update-cni-plugins-version.yml index 44753e6809..9ff9f9d557 100644 --- a/.github/workflows/update-cni-plugins-version.yml +++ b/.github/workflows/update-cni-plugins-version.yml @@ -31,7 +31,7 @@ jobs: - name: Create PR id: createPR if: ${{ steps.bumpCNIPlugins.outputs.changes != '' }} - uses: peter-evans/create-pull-request@d121e62763d8cc35b5fb1710e887d6e69a52d3a4 + uses: peter-evans/create-pull-request@6cd32fd93684475c31847837f87bb135d40a2b79 with: token: ${{ secrets.MINIKUBE_BOT_PAT }} commit-message: 'Kicbase/ISO: Update cni-plugins from ${{ steps.bumpCNIPlugins.outputs.OLD_VERSION }} to ${{ steps.bumpCNIPlugins.outputs.NEW_VERSION }}' diff --git a/.github/workflows/update-containerd-version.yml b/.github/workflows/update-containerd-version.yml index 8785ad049e..4b25e33032 100644 --- a/.github/workflows/update-containerd-version.yml +++ b/.github/workflows/update-containerd-version.yml @@ -31,7 +31,7 @@ jobs: - name: Create PR id: createPR if: ${{ steps.bumpContainerd.outputs.changes != '' }} - uses: peter-evans/create-pull-request@d121e62763d8cc35b5fb1710e887d6e69a52d3a4 + uses: peter-evans/create-pull-request@6cd32fd93684475c31847837f87bb135d40a2b79 with: token: ${{ secrets.MINIKUBE_BOT_PAT }} commit-message: 'Kicbase/ISO: Update containerd from ${{ steps.bumpContainerd.outputs.OLD_VERSION }} to ${{ steps.bumpContainerd.outputs.NEW_VERSION }}' diff --git a/.github/workflows/update-cri-dockerd-version.yml b/.github/workflows/update-cri-dockerd-version.yml index fea375812c..7c6bac9a18 100644 --- a/.github/workflows/update-cri-dockerd-version.yml +++ b/.github/workflows/update-cri-dockerd-version.yml @@ -31,7 +31,7 @@ jobs: - name: Create PR id: createPR if: ${{ steps.bumpCriDockerd.outputs.changes != '' }} - uses: peter-evans/create-pull-request@d121e62763d8cc35b5fb1710e887d6e69a52d3a4 + uses: peter-evans/create-pull-request@6cd32fd93684475c31847837f87bb135d40a2b79 with: token: ${{ secrets.MINIKUBE_BOT_PAT }} commit-message: 'Kicbase/ISO: Update cri-dockerd from ${{ steps.bumpCriDockerd.outputs.OLD_VERSION }} to ${{ steps.bumpCriDockerd.outputs.NEW_VERSION }}' diff --git a/.github/workflows/update-cri-o-version.yml b/.github/workflows/update-cri-o-version.yml index 4160b43101..262a765a18 100644 --- a/.github/workflows/update-cri-o-version.yml +++ b/.github/workflows/update-cri-o-version.yml @@ -32,7 +32,7 @@ jobs: - name: Create PR id: createPR if: ${{ steps.bumpCrio.outputs.changes != '' }} - uses: peter-evans/create-pull-request@d121e62763d8cc35b5fb1710e887d6e69a52d3a4 + uses: peter-evans/create-pull-request@6cd32fd93684475c31847837f87bb135d40a2b79 with: token: ${{ secrets.MINIKUBE_BOT_PAT }} commit-message: 'Kicbase/ISO: Update cri-o from ${{ steps.bumpCrio.outputs.OLD_VERSION }} to ${{ steps.bumpCrio.outputs.NEW_VERSION }}' diff --git a/.github/workflows/update-crictl-version.yml b/.github/workflows/update-crictl-version.yml index 787a1cb8e8..e07a4dd3c5 100644 --- a/.github/workflows/update-crictl-version.yml +++ b/.github/workflows/update-crictl-version.yml @@ -32,7 +32,7 @@ jobs: - name: Create PR id: createPR if: ${{ steps.bumpCrictl.outputs.changes != '' }} - uses: peter-evans/create-pull-request@d121e62763d8cc35b5fb1710e887d6e69a52d3a4 + uses: peter-evans/create-pull-request@6cd32fd93684475c31847837f87bb135d40a2b79 with: token: ${{ secrets.MINIKUBE_BOT_PAT }} commit-message: 'Kicbase/ISO: Update crictl from ${{ steps.bumpCrictl.outputs.OLD_VERSION }} to ${{ steps.bumpCrictl.outputs.NEW_VERSION }}' diff --git a/.github/workflows/update-crun-version.yml b/.github/workflows/update-crun-version.yml index b4a79b0dfd..3329074dd4 100644 --- a/.github/workflows/update-crun-version.yml +++ b/.github/workflows/update-crun-version.yml @@ -31,7 +31,7 @@ jobs: - name: Create PR id: createPR if: ${{ steps.bumpCrun.outputs.changes != '' }} - uses: peter-evans/create-pull-request@d121e62763d8cc35b5fb1710e887d6e69a52d3a4 + uses: peter-evans/create-pull-request@6cd32fd93684475c31847837f87bb135d40a2b79 with: token: ${{ secrets.MINIKUBE_BOT_PAT }} commit-message: 'Kicbase/ISO: Update crun from ${{ steps.bumpCrun.outputs.OLD_VERSION }} to ${{ steps.bumpCrun.outputs.NEW_VERSION }}' diff --git a/.github/workflows/update-docker-buildx-version.yml b/.github/workflows/update-docker-buildx-version.yml index fdfc20cfa8..3ad16cb694 100644 --- a/.github/workflows/update-docker-buildx-version.yml +++ b/.github/workflows/update-docker-buildx-version.yml @@ -31,7 +31,7 @@ jobs: - name: Create PR id: createPR if: ${{ steps.bumpDockerBuildx.outputs.changes != '' }} - uses: peter-evans/create-pull-request@d121e62763d8cc35b5fb1710e887d6e69a52d3a4 + uses: peter-evans/create-pull-request@6cd32fd93684475c31847837f87bb135d40a2b79 with: token: ${{ secrets.MINIKUBE_BOT_PAT }} commit-message: 'ISO: Update docker-buildx from ${{ steps.bumpDockerBuildx.outputs.OLD_VERSION }} to ${{ steps.bumpDockerBuildx.outputs.NEW_VERSION }}' diff --git a/.github/workflows/update-docker-version.yml b/.github/workflows/update-docker-version.yml index 44f9e3a420..7dfcf69c84 100644 --- a/.github/workflows/update-docker-version.yml +++ b/.github/workflows/update-docker-version.yml @@ -31,7 +31,7 @@ jobs: - name: Create PR id: createPR if: ${{ steps.bumpDocker.outputs.changes != '' }} - uses: peter-evans/create-pull-request@d121e62763d8cc35b5fb1710e887d6e69a52d3a4 + uses: peter-evans/create-pull-request@6cd32fd93684475c31847837f87bb135d40a2b79 with: token: ${{ secrets.MINIKUBE_BOT_PAT }} commit-message: 'Kicbase/ISO: Update docker from ${{ steps.bumpDocker.outputs.OLD_VERSION }} to ${{ steps.bumpDocker.outputs.NEW_VERSION }}' diff --git a/.github/workflows/update-docsy-version.yml b/.github/workflows/update-docsy-version.yml index 01458a3c9a..b322279f25 100644 --- a/.github/workflows/update-docsy-version.yml +++ b/.github/workflows/update-docsy-version.yml @@ -28,7 +28,7 @@ jobs: echo "EOF" >> "$GITHUB_OUTPUT" - name: Create PR if: ${{ steps.bumpDocsy.outputs.changes != '' }} - uses: peter-evans/create-pull-request@d121e62763d8cc35b5fb1710e887d6e69a52d3a4 + uses: peter-evans/create-pull-request@6cd32fd93684475c31847837f87bb135d40a2b79 with: token: ${{ secrets.MINIKUBE_BOT_PAT }} commit-message: 'site: Update docsy version to ${{ steps.bumpDocsy.outputs.NEW_VERSION }}' diff --git a/.github/workflows/update-flannel-version.yml b/.github/workflows/update-flannel-version.yml index daa94fae83..14a965a92f 100644 --- a/.github/workflows/update-flannel-version.yml +++ b/.github/workflows/update-flannel-version.yml @@ -30,7 +30,7 @@ jobs: echo "EOF" >> "$GITHUB_OUTPUT" - name: Create PR if: ${{ steps.bumpFlannel.outputs.changes != '' }} - uses: peter-evans/create-pull-request@d121e62763d8cc35b5fb1710e887d6e69a52d3a4 + uses: peter-evans/create-pull-request@6cd32fd93684475c31847837f87bb135d40a2b79 with: token: ${{ secrets.MINIKUBE_BOT_PAT }} commit-message: 'CNI: Update flannel from ${{ steps.bumpFlannel.outputs.OLD_VERSION }} to ${{ steps.bumpFlannel.outputs.NEW_VERSION }}' diff --git a/.github/workflows/update-gcp-auth-version.yml b/.github/workflows/update-gcp-auth-version.yml index 39a414ff1f..c89a1d3b89 100644 --- a/.github/workflows/update-gcp-auth-version.yml +++ b/.github/workflows/update-gcp-auth-version.yml @@ -30,7 +30,7 @@ jobs: echo "EOF" >> "$GITHUB_OUTPUT" - name: Create PR if: ${{ steps.bumpGCPAuth.outputs.changes != '' }} - uses: peter-evans/create-pull-request@d121e62763d8cc35b5fb1710e887d6e69a52d3a4 + uses: peter-evans/create-pull-request@6cd32fd93684475c31847837f87bb135d40a2b79 with: token: ${{ secrets.MINIKUBE_BOT_PAT }} commit-message: 'Addon gcp-auth: Update k8s-minikube/gcp-auth-webhook image from ${{ steps.bumpGCPAuth.outputs.OLD_VERSION }} to ${{ steps.bumpGCPAuth.outputs.NEW_VERSION }}' diff --git a/.github/workflows/update-gh-version.yml b/.github/workflows/update-gh-version.yml index 954031fc42..3f9ac2dafe 100644 --- a/.github/workflows/update-gh-version.yml +++ b/.github/workflows/update-gh-version.yml @@ -30,7 +30,7 @@ jobs: echo "EOF" >> "$GITHUB_OUTPUT" - name: Create PR if: ${{ steps.bumpGh.outputs.changes != '' }} - uses: peter-evans/create-pull-request@d121e62763d8cc35b5fb1710e887d6e69a52d3a4 + uses: peter-evans/create-pull-request@6cd32fd93684475c31847837f87bb135d40a2b79 with: token: ${{ secrets.MINIKUBE_BOT_PAT }} commit-message: 'CI: Update gh from ${{ steps.bumpGh.outputs.OLD_VERSION }} to ${{ steps.bumpGh.outputs.NEW_VERSION }}' diff --git a/.github/workflows/update-go-github-version.yml b/.github/workflows/update-go-github-version.yml index 7c2ca2956b..b8e8c46d3d 100644 --- a/.github/workflows/update-go-github-version.yml +++ b/.github/workflows/update-go-github-version.yml @@ -30,7 +30,7 @@ jobs: echo "EOF" >> "$GITHUB_OUTPUT" - name: Create PR if: ${{ steps.bumpGoGithub.outputs.changes != '' }} - uses: peter-evans/create-pull-request@d121e62763d8cc35b5fb1710e887d6e69a52d3a4 + uses: peter-evans/create-pull-request@6cd32fd93684475c31847837f87bb135d40a2b79 with: token: ${{ secrets.MINIKUBE_BOT_PAT }} commit-message: 'Update go-github from ${{ steps.bumpGoGithub.outputs.OLD_VERSION }} to ${{ steps.bumpGoGithub.outputs.NEW_VERSION }}' diff --git a/.github/workflows/update-golang-version.yml b/.github/workflows/update-golang-version.yml index 9af5efedf1..746dec6b29 100644 --- a/.github/workflows/update-golang-version.yml +++ b/.github/workflows/update-golang-version.yml @@ -31,7 +31,7 @@ jobs: - name: Create PR id: createPR if: ${{ steps.bumpGolang.outputs.changes != '' }} - uses: peter-evans/create-pull-request@d121e62763d8cc35b5fb1710e887d6e69a52d3a4 + uses: peter-evans/create-pull-request@6cd32fd93684475c31847837f87bb135d40a2b79 with: token: ${{ secrets.MINIKUBE_BOT_PAT }} commit-message: 'Update go from ${{ steps.bumpGolang.outputs.OLD_VERSION }} to ${{ steps.bumpGolang.outputs.NEW_VERSION }}' diff --git a/.github/workflows/update-golint-version.yml b/.github/workflows/update-golint-version.yml index 639df33a29..3bfb33ea19 100644 --- a/.github/workflows/update-golint-version.yml +++ b/.github/workflows/update-golint-version.yml @@ -30,7 +30,7 @@ jobs: echo "EOF" >> "$GITHUB_OUTPUT" - name: Create PR if: ${{ steps.bumpGolint.outputs.changes != '' }} - uses: peter-evans/create-pull-request@d121e62763d8cc35b5fb1710e887d6e69a52d3a4 + uses: peter-evans/create-pull-request@6cd32fd93684475c31847837f87bb135d40a2b79 with: token: ${{ secrets.MINIKUBE_BOT_PAT }} commit-message: 'CI: Update golint from ${{ steps.bumpGolint.outputs.OLD_VERSION }} to ${{ steps.bumpGolint.outputs.NEW_VERSION }}' diff --git a/.github/workflows/update-gopogh-version.yml b/.github/workflows/update-gopogh-version.yml index 0db559d91a..26c5865b7c 100644 --- a/.github/workflows/update-gopogh-version.yml +++ b/.github/workflows/update-gopogh-version.yml @@ -30,7 +30,7 @@ jobs: echo "EOF" >> "$GITHUB_OUTPUT" - name: Create PR if: ${{ steps.bumpGopogh.outputs.changes != '' }} - uses: peter-evans/create-pull-request@d121e62763d8cc35b5fb1710e887d6e69a52d3a4 + uses: peter-evans/create-pull-request@6cd32fd93684475c31847837f87bb135d40a2b79 with: token: ${{ secrets.MINIKUBE_BOT_PAT }} commit-message: 'CI: Update gopogh from ${{ steps.bumpGopogh.outputs.OLD_VERSION }} to ${{ steps.bumpGopogh.outputs.NEW_VERSION }}' diff --git a/.github/workflows/update-gotestsum-version.yml b/.github/workflows/update-gotestsum-version.yml index ed2d460d76..27c22cecb4 100644 --- a/.github/workflows/update-gotestsum-version.yml +++ b/.github/workflows/update-gotestsum-version.yml @@ -30,7 +30,7 @@ jobs: echo "EOF" >> "$GITHUB_OUTPUT" - name: Create PR if: ${{ steps.bumpGotestsum.outputs.changes != '' }} - uses: peter-evans/create-pull-request@d121e62763d8cc35b5fb1710e887d6e69a52d3a4 + uses: peter-evans/create-pull-request@6cd32fd93684475c31847837f87bb135d40a2b79 with: token: ${{ secrets.MINIKUBE_BOT_PAT }} commit-message: 'CI: Update gotestsum from ${{ steps.bumpGotestsum.outputs.OLD_VERSION }} to ${{ steps.bumpGotestsum.outputs.NEW_VERSION }}' diff --git a/.github/workflows/update-hugo-version.yml b/.github/workflows/update-hugo-version.yml index f766660cf7..65a4877b8c 100644 --- a/.github/workflows/update-hugo-version.yml +++ b/.github/workflows/update-hugo-version.yml @@ -30,7 +30,7 @@ jobs: echo "EOF" >> "$GITHUB_OUTPUT" - name: Create PR if: ${{ steps.bumpHugo.outputs.changes != '' }} - uses: peter-evans/create-pull-request@d121e62763d8cc35b5fb1710e887d6e69a52d3a4 + uses: peter-evans/create-pull-request@6cd32fd93684475c31847837f87bb135d40a2b79 with: token: ${{ secrets.MINIKUBE_BOT_PAT }} commit-message: 'Site: Update hugo from ${{ steps.bumpHugo.outputs.OLD_VERSION }} to ${{ steps.bumpHugo.outputs.NEW_VERSION }}' diff --git a/.github/workflows/update-ingress-version.yml b/.github/workflows/update-ingress-version.yml index 5b70431e81..305275656d 100644 --- a/.github/workflows/update-ingress-version.yml +++ b/.github/workflows/update-ingress-version.yml @@ -30,7 +30,7 @@ jobs: echo "EOF" >> "$GITHUB_OUTPUT" - name: Create PR if: ${{ steps.bumpIngress.outputs.changes != '' }} - uses: peter-evans/create-pull-request@d121e62763d8cc35b5fb1710e887d6e69a52d3a4 + uses: peter-evans/create-pull-request@6cd32fd93684475c31847837f87bb135d40a2b79 with: token: ${{ secrets.MINIKUBE_BOT_PAT }} commit-message: 'Addon ingress: Update ingress-nginx/controller image from ${{ steps.bumpIngress.outputs.OLD_VERSION }} to ${{ steps.bumpIngress.outputs.NEW_VERSION }}' diff --git a/.github/workflows/update-inspektor-gadget-version.yml b/.github/workflows/update-inspektor-gadget-version.yml index 607e3ccfca..ccd0ff3312 100644 --- a/.github/workflows/update-inspektor-gadget-version.yml +++ b/.github/workflows/update-inspektor-gadget-version.yml @@ -30,7 +30,7 @@ jobs: echo "EOF" >> "$GITHUB_OUTPUT" - name: Create PR if: ${{ steps.bumpInspektorGadget.outputs.changes != '' }} - uses: peter-evans/create-pull-request@d121e62763d8cc35b5fb1710e887d6e69a52d3a4 + uses: peter-evans/create-pull-request@6cd32fd93684475c31847837f87bb135d40a2b79 with: token: ${{ secrets.MINIKUBE_BOT_PAT }} commit-message: 'Addon inspektor-gadget: Update inspektor-gadget image from ${{ steps.bumpInspektorGadget.outputs.OLD_VERSION }} to ${{ steps.bumpInspektorGadget.outputs.NEW_VERSION }}' diff --git a/.github/workflows/update-iso-image-versions.yml b/.github/workflows/update-iso-image-versions.yml index 62bfb465e4..1d1209aafd 100644 --- a/.github/workflows/update-iso-image-versions.yml +++ b/.github/workflows/update-iso-image-versions.yml @@ -116,7 +116,7 @@ jobs: - name: Create PR id: createPR if: ${{ steps.bumpVersions.outputs.changes != '' }} - uses: peter-evans/create-pull-request@d121e62763d8cc35b5fb1710e887d6e69a52d3a4 + uses: peter-evans/create-pull-request@6cd32fd93684475c31847837f87bb135d40a2b79 with: token: ${{ secrets.MINIKUBE_BOT_PAT }} commit-message: 'Kicbase/ISO: Update dependency versions' diff --git a/.github/workflows/update-istio-operator.yml b/.github/workflows/update-istio-operator.yml index 104220e831..05fe447f91 100644 --- a/.github/workflows/update-istio-operator.yml +++ b/.github/workflows/update-istio-operator.yml @@ -30,7 +30,7 @@ jobs: echo "EOF" >> "$GITHUB_OUTPUT" - name: Create PR if: ${{ steps.bumpIstioOperator.outputs.changes != '' }} - uses: peter-evans/create-pull-request@d121e62763d8cc35b5fb1710e887d6e69a52d3a4 + uses: peter-evans/create-pull-request@6cd32fd93684475c31847837f87bb135d40a2b79 with: token: ${{ secrets.MINIKUBE_BOT_PAT }} commit-message: 'Addon istio-provisioner: Update istio/operator image from ${{ steps.bumpIstioOperator.outputs.OLD_VERSION }} to ${{ steps.bumpIstioOperator.outputs.NEW_VERSION }}' diff --git a/.github/workflows/update-k8s-versions.yml b/.github/workflows/update-k8s-versions.yml index 1f6b2a7075..27963002d7 100644 --- a/.github/workflows/update-k8s-versions.yml +++ b/.github/workflows/update-k8s-versions.yml @@ -30,7 +30,7 @@ jobs: echo "EOF" >> "$GITHUB_OUTPUT" - name: Create PR if: ${{ steps.bumpk8s.outputs.changes != '' }} - uses: peter-evans/create-pull-request@d121e62763d8cc35b5fb1710e887d6e69a52d3a4 + uses: peter-evans/create-pull-request@6cd32fd93684475c31847837f87bb135d40a2b79 with: token: ${{ secrets.MINIKUBE_BOT_PAT }} commit-message: bump default/newest kubernetes versions diff --git a/.github/workflows/update-kindnetd-version.yml b/.github/workflows/update-kindnetd-version.yml index 88641bf141..ba19ac0acb 100644 --- a/.github/workflows/update-kindnetd-version.yml +++ b/.github/workflows/update-kindnetd-version.yml @@ -29,7 +29,7 @@ jobs: echo "EOF" >> "$GITHUB_OUTPUT" - name: Create PR if: ${{ steps.bumpKindnetd.outputs.changes != '' }} - uses: peter-evans/create-pull-request@d121e62763d8cc35b5fb1710e887d6e69a52d3a4 + uses: peter-evans/create-pull-request@6cd32fd93684475c31847837f87bb135d40a2b79 with: token: ${{ secrets.MINIKUBE_BOT_PAT }} commit-message: 'CNI: Update kindnetd from ${{ steps.bumpKindnetd.outputs.OLD_VERSION }} to ${{ steps.bumpKindnetd.outputs.NEW_VERSION }}' diff --git a/.github/workflows/update-kong-ingress-controller-version.yml b/.github/workflows/update-kong-ingress-controller-version.yml index 12c1b06254..a8092ac567 100644 --- a/.github/workflows/update-kong-ingress-controller-version.yml +++ b/.github/workflows/update-kong-ingress-controller-version.yml @@ -30,7 +30,7 @@ jobs: echo "EOF" >> "$GITHUB_OUTPUT" - name: Create PR if: ${{ steps.bumpKongIngressController.outputs.changes != '' }} - uses: peter-evans/create-pull-request@d121e62763d8cc35b5fb1710e887d6e69a52d3a4 + uses: peter-evans/create-pull-request@6cd32fd93684475c31847837f87bb135d40a2b79 with: token: ${{ secrets.MINIKUBE_BOT_PAT }} commit-message: 'Addon kong: Update kong/kubernetes-ingress-controller image from ${{ steps.bumpKongIngressController.outputs.OLD_VERSION }} to ${{ steps.bumpKongIngressController.outputs.NEW_VERSION }}' diff --git a/.github/workflows/update-kong-version.yml b/.github/workflows/update-kong-version.yml index 8ebaa9747c..2e3310816f 100644 --- a/.github/workflows/update-kong-version.yml +++ b/.github/workflows/update-kong-version.yml @@ -30,7 +30,7 @@ jobs: echo "EOF" >> "$GITHUB_OUTPUT" - name: Create PR if: ${{ steps.bumpKong.outputs.changes != '' }} - uses: peter-evans/create-pull-request@d121e62763d8cc35b5fb1710e887d6e69a52d3a4 + uses: peter-evans/create-pull-request@6cd32fd93684475c31847837f87bb135d40a2b79 with: token: ${{ secrets.MINIKUBE_BOT_PAT }} commit-message: 'Addon kong: Update kong image from ${{ steps.bumpKong.outputs.OLD_VERSION }} to ${{ steps.bumpKong.outputs.NEW_VERSION }}' diff --git a/.github/workflows/update-kubeadm-constants.yml b/.github/workflows/update-kubeadm-constants.yml index 4133a53b66..efd2740d62 100644 --- a/.github/workflows/update-kubeadm-constants.yml +++ b/.github/workflows/update-kubeadm-constants.yml @@ -28,7 +28,7 @@ jobs: echo "EOF" >> "$GITHUB_OUTPUT" - name: Create PR if: ${{ steps.bumpKubeadmConsts.outputs.changes != '' }} - uses: peter-evans/create-pull-request@d121e62763d8cc35b5fb1710e887d6e69a52d3a4 + uses: peter-evans/create-pull-request@6cd32fd93684475c31847837f87bb135d40a2b79 with: token: ${{ secrets.MINIKUBE_BOT_PAT }} commit-message: update image constants for kubeadm images diff --git a/.github/workflows/update-kubectl-version.yml b/.github/workflows/update-kubectl-version.yml index 071c7261af..6d4b7564a2 100644 --- a/.github/workflows/update-kubectl-version.yml +++ b/.github/workflows/update-kubectl-version.yml @@ -30,7 +30,7 @@ jobs: echo "EOF" >> "$GITHUB_OUTPUT" - name: Create PR if: ${{ steps.bumpKubectl.outputs.changes != '' }} - uses: peter-evans/create-pull-request@d121e62763d8cc35b5fb1710e887d6e69a52d3a4 + uses: peter-evans/create-pull-request@6cd32fd93684475c31847837f87bb135d40a2b79 with: token: ${{ secrets.MINIKUBE_BOT_PAT }} commit-message: 'Addon kubevirt: Update bitnami/kubectl image from ${{ steps.bumpKubectl.outputs.OLD_VERSION }} to ${{ steps.bumpKubectl.outputs.NEW_VERSION }}' diff --git a/.github/workflows/update-kubernetes-versions-list.yml b/.github/workflows/update-kubernetes-versions-list.yml index 20f0eca3bb..8b8a888511 100644 --- a/.github/workflows/update-kubernetes-versions-list.yml +++ b/.github/workflows/update-kubernetes-versions-list.yml @@ -29,7 +29,7 @@ jobs: echo "EOF" >> "$GITHUB_OUTPUT" - name: Create PR if: ${{ steps.bumpKubernetesVersionsList.outputs.changes != '' }} - uses: peter-evans/create-pull-request@d121e62763d8cc35b5fb1710e887d6e69a52d3a4 + uses: peter-evans/create-pull-request@6cd32fd93684475c31847837f87bb135d40a2b79 with: token: ${{ secrets.MINIKUBE_BOT_PAT }} commit-message: update Kubernetes versions list diff --git a/.github/workflows/update-metrics-server-version.yml b/.github/workflows/update-metrics-server-version.yml index d4f9d3f1ca..e37f4e677a 100644 --- a/.github/workflows/update-metrics-server-version.yml +++ b/.github/workflows/update-metrics-server-version.yml @@ -30,7 +30,7 @@ jobs: echo "EOF" >> "$GITHUB_OUTPUT" - name: Create PR if: ${{ steps.bumpMetricsServer.outputs.changes != '' }} - uses: peter-evans/create-pull-request@d121e62763d8cc35b5fb1710e887d6e69a52d3a4 + uses: peter-evans/create-pull-request@6cd32fd93684475c31847837f87bb135d40a2b79 with: token: ${{ secrets.MINIKUBE_BOT_PAT }} commit-message: 'Addon metrics-server: Update metrics-server/metrics-server image from ${{ steps.bumpMetricsServer.outputs.OLD_VERSION }} to ${{ steps.bumpMetricsServer.outputs.NEW_VERSION }}' diff --git a/.github/workflows/update-nerdctl-version.yml b/.github/workflows/update-nerdctl-version.yml index d0404e23be..c433691fdb 100644 --- a/.github/workflows/update-nerdctl-version.yml +++ b/.github/workflows/update-nerdctl-version.yml @@ -31,7 +31,7 @@ jobs: - name: Create PR id: createPR if: ${{ steps.bumpNerdctl.outputs.changes != '' }} - uses: peter-evans/create-pull-request@d121e62763d8cc35b5fb1710e887d6e69a52d3a4 + uses: peter-evans/create-pull-request@6cd32fd93684475c31847837f87bb135d40a2b79 with: token: ${{ secrets.MINIKUBE_BOT_PAT }} commit-message: 'Kicbase/ISO: Update nerdctl from ${{ steps.bumpNerdctl.outputs.OLD_VERSION }} to ${{ steps.bumpNerdctl.outputs.NEW_VERSION }}' diff --git a/.github/workflows/update-nerdctld-version.yml b/.github/workflows/update-nerdctld-version.yml index b149093817..1e8d1ada04 100644 --- a/.github/workflows/update-nerdctld-version.yml +++ b/.github/workflows/update-nerdctld-version.yml @@ -31,7 +31,7 @@ jobs: - name: Create PR id: createPR if: ${{ steps.bumpNerdctld.outputs.changes != '' }} - uses: peter-evans/create-pull-request@d121e62763d8cc35b5fb1710e887d6e69a52d3a4 + uses: peter-evans/create-pull-request@6cd32fd93684475c31847837f87bb135d40a2b79 with: token: ${{ secrets.MINIKUBE_BOT_PAT }} commit-message: 'Kicbase: Update nerdctld from ${{ steps.bumpNerdctld.outputs.OLD_VERSION }} to ${{ steps.bumpNerdctld.outputs.NEW_VERSION }}' diff --git a/.github/workflows/update-nvidia-device-plugin-version.yml b/.github/workflows/update-nvidia-device-plugin-version.yml index 72d770be86..2e80d71b64 100644 --- a/.github/workflows/update-nvidia-device-plugin-version.yml +++ b/.github/workflows/update-nvidia-device-plugin-version.yml @@ -30,7 +30,7 @@ jobs: echo "EOF" >> "$GITHUB_OUTPUT" - name: Create PR if: ${{ steps.bumpNvidiaDevicePlugin.outputs.changes != '' }} - uses: peter-evans/create-pull-request@d121e62763d8cc35b5fb1710e887d6e69a52d3a4 + uses: peter-evans/create-pull-request@6cd32fd93684475c31847837f87bb135d40a2b79 with: token: ${{ secrets.MINIKUBE_BOT_PAT }} commit-message: 'Addon nvidia-device-plugin: Update nvidia/k8s-device-plugin image from ${{ steps.bumpNvidiaDevicePlugin.outputs.OLD_VERSION }} to ${{ steps.bumpNvidiaDevicePlugin.outputs.NEW_VERSION }}' diff --git a/.github/workflows/update-registry-version.yml b/.github/workflows/update-registry-version.yml index 8e114ffa03..43d142c206 100644 --- a/.github/workflows/update-registry-version.yml +++ b/.github/workflows/update-registry-version.yml @@ -30,7 +30,7 @@ jobs: echo "EOF" >> "$GITHUB_OUTPUT" - name: Create PR if: ${{ steps.bumpRegistry.outputs.changes != '' }} - uses: peter-evans/create-pull-request@d121e62763d8cc35b5fb1710e887d6e69a52d3a4 + uses: peter-evans/create-pull-request@6cd32fd93684475c31847837f87bb135d40a2b79 with: token: ${{ secrets.MINIKUBE_BOT_PAT }} commit-message: 'Addon registry: Update registry image from ${{ steps.bumpRegistry.outputs.OLD_VERSION }} to ${{ steps.bumpRegistry.outputs.NEW_VERSION }}' diff --git a/.github/workflows/update-runc-version.yml b/.github/workflows/update-runc-version.yml index 4f02dc8eac..8240f3fd56 100644 --- a/.github/workflows/update-runc-version.yml +++ b/.github/workflows/update-runc-version.yml @@ -31,7 +31,7 @@ jobs: - name: Create PR id: createPR if: ${{ steps.bumpRunc.outputs.changes != '' }} - uses: peter-evans/create-pull-request@d121e62763d8cc35b5fb1710e887d6e69a52d3a4 + uses: peter-evans/create-pull-request@6cd32fd93684475c31847837f87bb135d40a2b79 with: token: ${{ secrets.MINIKUBE_BOT_PAT }} commit-message: 'Kicbase/ISO: Update runc from ${{ steps.bumpRunc.outputs.OLD_VERSION }} to ${{ steps.bumpRunc.outputs.NEW_VERSION }}' diff --git a/.github/workflows/update-site-node-version.yml b/.github/workflows/update-site-node-version.yml index f56e8716b4..34e3c1647f 100644 --- a/.github/workflows/update-site-node-version.yml +++ b/.github/workflows/update-site-node-version.yml @@ -30,7 +30,7 @@ jobs: echo "EOF" >> "$GITHUB_OUTPUT" - name: Create PR if: ${{ steps.bumpSiteNode.outputs.changes != '' }} - uses: peter-evans/create-pull-request@d121e62763d8cc35b5fb1710e887d6e69a52d3a4 + uses: peter-evans/create-pull-request@6cd32fd93684475c31847837f87bb135d40a2b79 with: token: ${{ secrets.MINIKUBE_BOT_PAT }} commit-message: 'site: Update node from ${{ steps.bumpSiteNode.outputs.OLD_VERSION }} to ${{ steps.bumpSiteNode.outputs.NEW_VERSION }}' diff --git a/.github/workflows/update-ubuntu-version.yml b/.github/workflows/update-ubuntu-version.yml index 68a62d8bad..19dae8f6df 100644 --- a/.github/workflows/update-ubuntu-version.yml +++ b/.github/workflows/update-ubuntu-version.yml @@ -31,7 +31,7 @@ jobs: - name: Create PR id: createPR if: ${{ steps.bumpUbuntu.outputs.changes != '' }} - uses: peter-evans/create-pull-request@d121e62763d8cc35b5fb1710e887d6e69a52d3a4 + uses: peter-evans/create-pull-request@6cd32fd93684475c31847837f87bb135d40a2b79 with: token: ${{ secrets.MINIKUBE_BOT_PAT }} commit-message: 'Kicbase: Bump ubuntu:jammy from ${{ steps.bumpUbuntu.outputs.OLD_VERSION }} to ${{ steps.bumpUbuntu.outputs.NEW_VERSION }}' diff --git a/.github/workflows/update-volcano-version.yml b/.github/workflows/update-volcano-version.yml index 30f0893082..a2472236c4 100644 --- a/.github/workflows/update-volcano-version.yml +++ b/.github/workflows/update-volcano-version.yml @@ -31,7 +31,7 @@ jobs: echo "EOF" >> "$GITHUB_OUTPUT" - name: Create PR if: ${{ steps.bumpVolcano.outputs.changes != '' }} - uses: peter-evans/create-pull-request@d121e62763d8cc35b5fb1710e887d6e69a52d3a4 + uses: peter-evans/create-pull-request@6cd32fd93684475c31847837f87bb135d40a2b79 with: token: ${{ secrets.MINIKUBE_BOT_PAT }} commit-message: 'Addon Volcano: Update volcano images from ${{ steps.bumpVolcano.outputs.OLD_VERSION }} to ${{ steps.bumpVolcano.outputs.NEW_VERSION }}' diff --git a/.github/workflows/update-yakd-version.yml b/.github/workflows/update-yakd-version.yml index fa59ace6d8..acb7e8f045 100644 --- a/.github/workflows/update-yakd-version.yml +++ b/.github/workflows/update-yakd-version.yml @@ -30,7 +30,7 @@ jobs: echo "EOF" >> "$GITHUB_OUTPUT" - name: Create PR if: ${{ steps.bumpYakd.outputs.changes != '' }} - uses: peter-evans/create-pull-request@d121e62763d8cc35b5fb1710e887d6e69a52d3a4 + uses: peter-evans/create-pull-request@6cd32fd93684475c31847837f87bb135d40a2b79 with: token: ${{ secrets.MINIKUBE_BOT_PAT }} commit-message: 'Addon yakd: Update marcnuri/yakd image from ${{ steps.bumpYakd.outputs.OLD_VERSION }} to ${{ steps.bumpYakd.outputs.NEW_VERSION }}' diff --git a/.github/workflows/yearly-leaderboard.yml b/.github/workflows/yearly-leaderboard.yml index ff0705e739..d87b5f6358 100644 --- a/.github/workflows/yearly-leaderboard.yml +++ b/.github/workflows/yearly-leaderboard.yml @@ -36,7 +36,7 @@ jobs: GITHUB_TOKEN: ${{ secrets.MINIKUBE_BOT_PAT }} - name: Create PR if: ${{ steps.yearlyLeaderboard.outputs.changes != '' }} - uses: peter-evans/create-pull-request@d121e62763d8cc35b5fb1710e887d6e69a52d3a4 + uses: peter-evans/create-pull-request@6cd32fd93684475c31847837f87bb135d40a2b79 with: token: ${{ secrets.MINIKUBE_BOT_PAT }} commit-message: Update yearly leaderboard