Skip to content

Releases: jenkins-x/jx

3.10.141

01 May 10:39
9c1bd22
Compare
Choose a tag to compare
3.10.141 Pre-release
Pre-release

Linux

amd64

curl -L https://github.com/jenkins-x/jx/releases/download/v3.10.141/jx-linux-amd64.tar.gz | tar xzv
sudo mv jx /usr/local/bin

arm

curl -L https://github.com/jenkins-x/jx/releases/download/v3.10.141/jx-linux-arm.tar.gz | tar xzv
sudo mv jx /usr/local/bin

arm64

curl -L https://github.com/jenkins-x/jx/releases/download/v3.10.141/jx-linux-arm64.tar.gz | tar xzv
sudo mv jx /usr/local/bin

macOS

Using homebrew

brew install --no-quarantine --cask jenkins-x/jx/jx

Using curl

amd64

curl -L https://github.com/jenkins-x/jx/releases/download/v3.10.141/jx-darwin-amd64.tar.gz | tar xzv
sudo mv jx /usr/local/bin

arm64

curl -L https://github.com/jenkins-x/jx/releases/download/v3.10.141/jx-darwin-arm64.tar.gz | tar xzv
sudo mv jx /usr/local/bin

Changes in version 3.10.141

Chores

  • deps: upgrade jenkins-x-plugins/jx-secret to version 0.4.8 (jenkins-x-bot)

jenkins-x-plugins/jx-secret

Changes in version 0.4.8

Chores

  • deps: upgrade go dependencies (jenkins-x-bot)

3.10.140

01 May 09:16
a1f3f6c
Compare
Choose a tag to compare
3.10.140 Pre-release
Pre-release

Linux

amd64

curl -L https://github.com/jenkins-x/jx/releases/download/v3.10.140/jx-linux-amd64.tar.gz | tar xzv
sudo mv jx /usr/local/bin

arm

curl -L https://github.com/jenkins-x/jx/releases/download/v3.10.140/jx-linux-arm.tar.gz | tar xzv
sudo mv jx /usr/local/bin

arm64

curl -L https://github.com/jenkins-x/jx/releases/download/v3.10.140/jx-linux-arm64.tar.gz | tar xzv
sudo mv jx /usr/local/bin

macOS

Using homebrew

brew install --no-quarantine --cask jenkins-x/jx/jx

Using curl

amd64

curl -L https://github.com/jenkins-x/jx/releases/download/v3.10.140/jx-darwin-amd64.tar.gz | tar xzv
sudo mv jx /usr/local/bin

arm64

curl -L https://github.com/jenkins-x/jx/releases/download/v3.10.140/jx-darwin-arm64.tar.gz | tar xzv
sudo mv jx /usr/local/bin

Changes in version 3.10.140

Chores

  • deps: upgrade jenkins-x-plugins/jx-verify to version 0.3.9 (jenkins-x-bot)

jenkins-x-plugins/jx-verify

Changes in version 0.3.9

Chores

  • deps: upgrade go dependencies (jenkins-x-bot)

3.10.139

07 Apr 19:13
551556f
Compare
Choose a tag to compare
3.10.139 Pre-release
Pre-release

Linux

amd64

curl -L https://github.com/jenkins-x/jx/releases/download/v3.10.139/jx-linux-amd64.tar.gz | tar xzv
sudo mv jx /usr/local/bin

arm

curl -L https://github.com/jenkins-x/jx/releases/download/v3.10.139/jx-linux-arm.tar.gz | tar xzv
sudo mv jx /usr/local/bin

arm64

curl -L https://github.com/jenkins-x/jx/releases/download/v3.10.139/jx-linux-arm64.tar.gz | tar xzv
sudo mv jx /usr/local/bin

macOS

Using homebrew

brew install --no-quarantine --cask jenkins-x/jx/jx

Using curl

amd64

curl -L https://github.com/jenkins-x/jx/releases/download/v3.10.139/jx-darwin-amd64.tar.gz | tar xzv
sudo mv jx /usr/local/bin

arm64

curl -L https://github.com/jenkins-x/jx/releases/download/v3.10.139/jx-darwin-arm64.tar.gz | tar xzv
sudo mv jx /usr/local/bin

Changes in version 3.10.139

Bug Fixes

  • simplify install instructions (Mårten Svantesson)

3.10.138

06 Apr 10:53
762cced
Compare
Choose a tag to compare

Linux

amd64

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

Bug Fixes

  • accept terms and conditions (Mårten Svantesson)
  • signing by goreleaser (Mårten Svantesson)

Chores

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

jenkins-x-plugins/jx-gitops

Changes in version 0.18.1

Bug Fixes

  • speed up helmfile report (Mårten Svantesson)

Chores

  • simplifying (Mårten Svantesson)
  • update comment (Mårten Svantesson)

3.10.137

08 Mar 14:45
cb8f646
Compare
Choose a tag to compare

Linux

amd64

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

Chores

  • deps: upgrade jenkins-x-plugins/jx-preview to version 0.4.9 (jenkins-x-bot-test)

3.10.136

23 Feb 11:12
b50c1e3
Compare
Choose a tag to compare

Linux

amd64

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

Chores

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

jenkins-x-plugins/jx-gitops

Changes in version 0.18.0

New Features

  • support arbitrary reference for deployment (Mårten Svantesson)

3.10.135

23 Jan 23:59
ed6daaf
Compare
Choose a tag to compare
3.10.135 Pre-release
Pre-release

Linux

amd64

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

Chores

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

jenkins-x-plugins/jx-gitops

Changes in version 0.17.2

Chores

  • update docs (Mårten Svantesson)

3.10.134

22 Jan 13:21
412bb00
Compare
Choose a tag to compare

Linux

amd64

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

Chores

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

jenkins-x-plugins/jx-gitops

Changes in version 0.17.0

New Features

  • comment: allow to choose between 3 comment strategies (JordanGoasdoue)

Code Refactoring

  • comment: fix lint issues (JordanGoasdoue)

Chores

  • comment: only compare to comments with similar author login (JordanGoasdoue)

3.10.133

12 Jan 00:42
6dccd75
Compare
Choose a tag to compare

Linux

amd64

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

Chores

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

jenkins-x-plugins/jx-gitops

Changes in version 0.16.9

Chores

  • upgrade helmfile to 0.149.0 (joshuasimon-taulia)

3.10.132

08 Jan 17:33
f1c56d1
Compare
Choose a tag to compare

Linux

amd64

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

Chores

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

jenkins-x-plugins/jx-gitops

Changes in version 0.16.8

Chores

  • upgrade default helm version to 3.13.3 (erlandf)