nicholasdille / docker-setup

Install, configure and update container tools
https://docker-setup.dille.io
MIT License
13 stars 2 forks source link

chore(deps): update dependency jenkins-x/jx to v3.10.93 #7259

Closed nicholasdille-bot closed 1 year ago

nicholasdille-bot commented 1 year ago

This PR contains the following updates:

Package Update Change
jenkins-x/jx patch 3.10.92 -> 3.10.93

⚠ Dependency Lookup Warnings ⚠

Warnings were logged while processing this repo. Please check the Dependency Dashboard for more information.


Release Notes

jenkins-x/jx (jenkins-x/jx) ### [`v3.10.93`](https://togithub.com/jenkins-x/jx/releases/tag/v3.10.93): 3.10.93 [Compare Source](https://togithub.com/jenkins-x/jx/compare/v3.10.92...v3.10.93) #### Linux ##### amd64 ```shell ### Download the archive and the cosign generated signature curl -LO https://github.com/jenkins-x/jx/releases/download/3.10.93/jx-linux-amd64.tar.gz -LO https://github.com/jenkins-x/jx/releases/download/3.10.93/jx-linux-amd64.tar.gz.sig -LO https://github.com/jenkins-x/jx/releases/download/3.10.93/jx-linux-amd64.tar.gz.pem ### Install cosign: https://docs.sigstore.dev/cosign/installation ### Verify using cosign COSIGN_EXPERIMENTAL=1 cosign verify-blob --certificate jx-linux-amd64.tar.gz.pem --signature jx-linux-amd64.tar.gz.sig jx-linux-amd64.tar.gz tar -zxvf jx-linux-amd64.tar.gz sudo mv jx /usr/local/bin ``` ##### arm ```shell ### Download the archive and the cosign generated signature curl -LO https://github.com/jenkins-x/jx/releases/download/3.10.93/jx-linux-arm.tar.gz -LO https://github.com/jenkins-x/jx/releases/download/3.10.93/jx-linux-arm.tar.gz.sig -LO https://github.com/jenkins-x/jx/releases/download/3.10.93/jx-linux-arm.tar.gz.pem ### Install cosign: https://docs.sigstore.dev/cosign/installation ### Verify using cosign COSIGN_EXPERIMENTAL=1 cosign verify-blob --certificate jx-linux-arm.tar.gz.pem --signature jx-linux-arm.tar.gz.sig jx-linux-arm.tar.gz tar -zxvf jx-linux-arm.tar.gz sudo mv jx /usr/local/bin ``` ##### arm64 ```shell ### Download the archive and the cosign generated signature curl -LO https://github.com/jenkins-x/jx/releases/download/3.10.93/jx-linux-arm64.tar.gz -LO https://github.com/jenkins-x/jx/releases/download/3.10.93/jx-linux-arm64.tar.gz.sig -LO https://github.com/jenkins-x/jx/releases/download/3.10.93/jx-linux-arm64.tar.gz.pem ### Install cosign: https://docs.sigstore.dev/cosign/installation ### Verify using cosign COSIGN_EXPERIMENTAL=1 cosign verify-blob --certificate jx-linux-arm64.tar.gz.pem --signature jx-linux-arm64.tar.gz.sig jx-linux-arm64.tar.gz tar -zxvf jx-linux-arm64.tar.gz sudo mv jx /usr/local/bin ``` #### macOS ##### amd64 ```shell ### Download the archive and the cosign generated signature curl -LO https://github.com/jenkins-x/jx/releases/download/3.10.93/jx-darwin-amd64.tar.gz -LO https://github.com/jenkins-x/jx/releases/download/3.10.93/jx-darwin-amd64.tar.gz.sig -LO https://github.com/jenkins-x/jx/releases/download/3.10.93/jx-darwin-amd64.tar.gz.pem ### Install cosign: https://docs.sigstore.dev/cosign/installation ### Verify using cosign COSIGN_EXPERIMENTAL=1 cosign verify-blob --certificate jx-darwin-amd64.tar.gz.pem --signature jx-darwin-amd64.tar.gz.sig jx-darwin-amd64.tar.gz tar -zxvf jx-darwin-amd64.tar.gz sudo mv jx /usr/local/bin ``` ##### arm64 ```shell ### Download the archive and the cosign generated signature curl -LO https://github.com/jenkins-x/jx/releases/download/3.10.93/jx-darwin-arm64.tar.gz -LO https://github.com/jenkins-x/jx/releases/download/3.10.93/jx-darwin-arm64.tar.gz.sig -LO https://github.com/jenkins-x/jx/releases/download/3.10.93/jx-darwin-arm64.tar.gz.pem ### Install cosign: https://docs.sigstore.dev/cosign/installation ### Verify using cosign COSIGN_EXPERIMENTAL=1 cosign verify-blob --certificate jx-darwin-arm64.tar.gz.pem --signature jx-darwin-arm64.tar.gz.sig jx-darwin-arm64.tar.gz tar -zxvf jx-darwin-arm64.tar.gz sudo mv jx /usr/local/bin ``` #### Changes in version 3.10.93 ##### Chores - deps: upgrade jenkins-x-plugins/jx-project to version 0.2.61 (jenkins-x-bot) *** ### jenkins-x-plugins/jx-project #### Changes in version 0.2.61 ##### Chores - upgrade to go 1.19 (Mårten Svantesson)

Configuration

📅 Schedule: Branch creation - At any time (no schedule defined), Automerge - At any time (no schedule defined).

🚦 Automerge: Enabled.

Rebasing: Whenever PR becomes conflicted, or you tick the rebase/retry checkbox.

🔕 Ignore: Close this PR and you won't be reminded about this update again.



This PR has been generated by Renovate Bot.