github jenkins-x/jx v3.10.74
3.10.74

latest releases: v3.16.24, v3.16.23, v3.16.22...
2 years ago

Linux

amd64

# Download the archive and the cosign generated signature
curl -LO https://github.com/jenkins-x/jx/releases/download/3.10.74/jx-linux-amd64.tar.gz -LO https://github.com/jenkins-x/jx/releases/download/3.10.74/jx-linux-amd64.tar.gz.sig -LO https://github.com/jenkins-x/jx/releases/download/3.10.74/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

# Download the archive and the cosign generated signature
curl -LO https://github.com/jenkins-x/jx/releases/download/3.10.74/jx-linux-arm.tar.gz -LO https://github.com/jenkins-x/jx/releases/download/3.10.74/jx-linux-arm.tar.gz.sig -LO https://github.com/jenkins-x/jx/releases/download/3.10.74/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

# Download the archive and the cosign generated signature
curl -LO https://github.com/jenkins-x/jx/releases/download/3.10.74/jx-linux-arm64.tar.gz -LO https://github.com/jenkins-x/jx/releases/download/3.10.74/jx-linux-arm64.tar.gz.sig -LO https://github.com/jenkins-x/jx/releases/download/3.10.74/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

# Download the archive and the cosign generated signature
curl -LO https://github.com/jenkins-x/jx/releases/download/3.10.74/jx-darwin-amd64.tar.gz -LO https://github.com/jenkins-x/jx/releases/download/3.10.74/jx-darwin-amd64.tar.gz.sig -LO https://github.com/jenkins-x/jx/releases/download/3.10.74/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

# Download the archive and the cosign generated signature
curl -LO https://github.com/jenkins-x/jx/releases/download/3.10.74/jx-darwin-arm64.tar.gz -LO https://github.com/jenkins-x/jx/releases/download/3.10.74/jx-darwin-arm64.tar.gz.sig -LO https://github.com/jenkins-x/jx/releases/download/3.10.74/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.74

Chores

  • deps: upgrade jenkins-x-plugins/jx-gitops to version 0.14.0 (root)

jenkins-x-plugins/jx-gitops

Changes in version 0.14.0

New Features

  • make deploy offset configurable (Mårten Svantesson)
  • only updated deployments that are recently updated (Mårten Svantesson)
  • support create/update deployment in remote cluster (Mårten Svantesson)

Don't miss a new jx release

NewReleases is sending notifications on new releases.