jx

Jenkins X provides automated CI+CD for Kubernetes with Preview Environments on Pull Requests using Cloud Native pipelines from Tekton

APACHE-2.0 License

Stars
4.5K
Committers
218

Bot releases are visible (Hide)

jx - 2.1.138

Published by jenkins-x-bot about 4 years ago

To install jx 2.1.138 see the install guide

Linux

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

macOS

brew tap jenkins-x/jx
brew install jx

Changes

Bug Fixes

  • jx step tag can edit the wrong chart file (Aurélien Lambert) #7417

Issues

jx - 2.1.137

Published by jenkins-x-bot about 4 years ago

To install jx 2.1.137 see the install guide

Linux

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

macOS

brew tap jenkins-x/jx
brew install jx

Changes

Bug Fixes

  • broken link (shaowenchen)
jx - 2.1.136

Published by jenkins-x-bot about 4 years ago

To install jx 2.1.136 see the install guide

Linux

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

macOS

brew tap jenkins-x/jx
brew install jx

Changes

Bug Fixes

  • update eksctl binary to the latest stable version (ankitm123)
jx - 2.1.135

Published by jenkins-x-bot about 4 years ago

To install jx 2.1.135 see the install guide

Linux

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

macOS

brew tap jenkins-x/jx
brew install jx

Changes

Bug Fixes

  • Don't error out step create task if no docker registry configmap (Andrew Bayer)
jx - 2.1.134

Published by jenkins-x-bot about 4 years ago

To install jx 2.1.134 see the install guide

Linux

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

macOS

brew tap jenkins-x/jx
brew install jx

Changes

Bug Fixes

  • Update scheduler apply tests (Andrew Bayer)

Chores

Dependency Updates

Dependency Component New Version Old Version
jenkins-x/lighthouse 0.0.777 v0.0.707
jx - 2.1.133

Published by jenkins-x-bot about 4 years ago

To install jx 2.1.133 see the install guide

Linux

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

macOS

brew tap jenkins-x/jx
brew install jx

Changes

Bug Fixes

  • better defaulting of kaniko flags (James Strachan)
  • allow a kaniko flags env var (James Strachan)
  • avoid errors if other files need to be added to git (James Strachan)
jx - 2.1.132

Published by jenkins-x-bot about 4 years ago

To install jx 2.1.132 see the install guide

Linux

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

macOS

brew tap jenkins-x/jx
brew install jx

Changes

Bug Fixes

  • add metadata to fix bug template (ankitm123)
jx - 2.1.131

Published by jenkins-x-bot about 4 years ago

To install jx 2.1.131 see the install guide

Linux

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

macOS

brew tap jenkins-x/jx
brew install jx

Changes

Documentation

  • refactor issue template and add discourse link to readme (ankitm123)
jx - 2.1.130

Published by jenkins-x-bot about 4 years ago

To install jx 2.1.130 see the install guide

Linux

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

macOS

brew tap jenkins-x/jx
brew install jx

Changes

Bug Fixes

  • support ingress.ignoreLoadBalancer flag (James Strachan)
jx - 2.1.129

Published by jenkins-x-bot about 4 years ago

To install jx 2.1.129 see the install guide

Linux

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

macOS

brew tap jenkins-x/jx
brew install jx

Changes

Bug Fixes

  • check name of devEnv since devEnv never nil (Alex Sears)

Chores

  • updated GetDevEnv to return nil instead of empty Environment (Alex Sears)
jx - 2.1.128

Published by jenkins-x-bot about 4 years ago

To install jx 2.1.128 see the install guide

Linux

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

macOS

brew tap jenkins-x/jx
brew install jx

Changes

Bug Fixes

  • lets default to README.md (James Strachan)
  • lets switch to using a var for the dependency matrix dir (James Strachan)
jx - 2.1.127

Published by jenkins-x-bot about 4 years ago

To install jx 2.1.127 see the install guide

Linux

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

macOS

brew tap jenkins-x/jx
brew install jx

Changes

Chores

Dependency Updates

Dependency Component New Version Old Version
jenkins-x/lighthouse 0.0.707 v0.0.704
jx - 2.1.126

Published by jenkins-x-bot about 4 years ago

To install jx 2.1.126 see the install guide

Linux

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

macOS

brew tap jenkins-x/jx
brew install jx

Changes

New Features

  • pipelines: add support for Tekton Sidecar containers (vbehar) #7488

Bug Fixes

  • Update scheduler apply tests (Andrew Bayer)

Chores

Issues

  • #7488 Support Tekton Sidecars in JX Pipeline syntax (vbehar)

Dependency Updates

Dependency Component New Version Old Version
jenkins-x/lighthouse 0.0.704 v0.0.699
jx - 2.1.125

Published by jenkins-x-bot about 4 years ago

To install jx 2.1.125 see the install guide

Linux

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

macOS

brew tap jenkins-x/jx
brew install jx

Changes

Bug Fixes

  • correct example of include flag and update terms to GlobalBinaryPathAllowlist (MarckK)
jx - 2.1.124

Published by jenkins-x-bot about 4 years ago

To install jx 2.1.124 see the install guide

Linux

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

macOS

brew tap jenkins-x/jx
brew install jx

Changes

Bug Fixes

  • add InstallOnly to InstallChartOptions and add checks before fetchChat (nodece)
jx - 2.1.123

Published by jenkins-x-bot about 4 years ago

To install jx 2.1.123 see the install guide

Linux

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

macOS

brew tap jenkins-x/jx
brew install jx

Changes

Chores

  • update docs to use correct Version Stream URL (ryanvanoss)
jx - 2.1.122

Published by jenkins-x-bot about 4 years ago

To install jx 2.1.122 see the install guide

Linux

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

macOS

brew tap jenkins-x/jx
brew install jx

Changes

Bug Fixes

  • fix step scheduler apply tests (Andrew Bayer)

Chores

Dependency Updates

Dependency Component New Version Old Version
jenkins-x/lighthouse 0.0.699 v0.0.693
jx - 2.1.121

Published by jenkins-x-bot about 4 years ago

To install jx 2.1.121 see the install guide

Linux

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

macOS

brew tap jenkins-x/jx
brew install jx

Changes

Chores

  • Make the linter happy by using an interface (Andrew Bayer)
  • add "make mod" target for Lighthouse to call (Andrew Bayer)
  • Switch to lighthouse.git for lighthouse config pkg (Andrew Bayer)
jx - 2.1.120

Published by jenkins-x-bot about 4 years ago

To install jx 2.1.120 see the install guide

Linux

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

macOS

brew tap jenkins-x/jx
brew install jx

Changes

Bug Fixes

  • return tekton pipeline runs instead of prow releasejobs (ankitm123)
jx - 2.1.119

Published by jenkins-x-bot about 4 years ago

To install jx 2.1.119 see the install guide

Linux

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

macOS

brew tap jenkins-x/jx
brew install jx

Changes

Bug Fixes

  • deprecate create addon kubeless (nodece)