Skip to content

Releases: jenkins-x-plugins/jx-pipeline

0.0.65

15 Nov 13:54

Choose a tag to compare

Linux

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

macOS

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

Changes

Chores

  • fix typo (tomhobson)

0.0.64

09 Nov 17:55

Choose a tag to compare

Linux

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

macOS

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

Changes

Bug Fixes

  • add unit test for lint (James Strachan)

0.0.63

06 Nov 09:39

Choose a tag to compare

Linux

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

macOS

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

Changes

Chores

  • regen docs (James Strachan)
  • typo (James Strachan)

0.0.62

06 Nov 07:00

Choose a tag to compare

Linux

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

macOS

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

Changes

Bug Fixes

  • improve output when importing (James Strachan)
  • use correct Tasks for PRs and releases (James Strachan)

0.0.61

02 Nov 10:33

Choose a tag to compare

Linux

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

macOS

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

Changes

Bug Fixes

  • add nicer format for lint (James Strachan)

Chores

  • remove old deps (James Strachan)

0.0.60

01 Nov 13:10

Choose a tag to compare

Linux

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

macOS

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

Changes

Bug Fixes

  • avoid processing non-pipelines (James Strachan)
  • output lint errors in tap format (James Strachan)
  • got basic linter going (James Strachan)
  • polish the steps to use scripts (James Strachan)
  • first spike of lint and fmt commands (James Strachan)

Chores

  • better layout (James Strachan)
  • regen docs (James Strachan)

0.0.59

28 Oct 06:36

Choose a tag to compare

Linux

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

macOS

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

Changes

Bug Fixes

  • add parameters when starting pipelines (James Strachan)

Chores

  • regen docs (James Strachan)

0.0.58

27 Oct 12:47

Choose a tag to compare

Linux

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

macOS

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

Changes

Bug Fixes

  • import tasks from tekton catalog (James Strachan)
  • lets ensure we set a completed timestamp (James Strachan)

Chores

  • regen docs (James Strachan)
  • add unit test for import (James Strachan)
  • regen docs (James Strachan)

0.0.57

22 Oct 07:37

Choose a tag to compare

Linux

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

macOS

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

Changes

Bug Fixes

  • default the start time on pipelines (James Strachan)

0.0.56

16 Oct 10:23

Choose a tag to compare

Linux

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

macOS

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

Changes

Bug Fixes

  • default the git kind from the SourceRepository (James Strachan)
  • find the correct PipelineActivity for the PR (James Strachan)

Chores

  • upgrade deps (James Strachan)